Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
bfc956b
Add depth limit to fully_unaliased_type function
tailsmails Jul 31, 2026
cc93f15
Implement depth limit for generic instantiation
tailsmails Jul 31, 2026
342bfe6
Reduce generic function postprocess iterations limit
tailsmails Jul 31, 2026
b9ebd72
Handle error reporting for generic function limit
tailsmails Jul 31, 2026
f9ccc1b
Merge branch 'vlang:master' into master
tailsmails Jul 31, 2026
cef9581
Add cutoff limits for various generic instantiation depths
tailsmails Jul 31, 2026
7a859cc
Decrease generic function postprocess iterations limit
tailsmails Jul 31, 2026
ca75f9a
Implement tests for nested generics and type aliases
tailsmails Aug 1, 2026
43d8c4f
v fmt table
tailsmails Aug 1, 2026
28924a8
v fmt checker
tailsmails Aug 1, 2026
be03e72
v fmt recursion_limits_test
tailsmails Aug 1, 2026
58e0fa6
Add depth tracking for generic type conversion
tailsmails Aug 1, 2026
ab9edce
Add max_postprocess_iterations constant
tailsmails Aug 1, 2026
489bc06
Increase cutoff limits for generic function and name
tailsmails Aug 1, 2026
a936e3d
Increase generic_fn_postprocess_iterations_cutoff_limit
tailsmails Aug 1, 2026
81a5f51
Refactor generic type conversion with depth handling
tailsmails Aug 1, 2026
5a3c4b2
Remove generic type depth fields from context
tailsmails Aug 1, 2026
6879480
Refactor generic parameter type handling in Table
tailsmails Aug 1, 2026
dc18b0b
Reduce generic function postprocess iterations limit
tailsmails Aug 1, 2026
b23be70
Merge branch 'vlang:master' into master
tailsmails Aug 1, 2026
3723a7e
Merge branch 'vlang:master' into master
tailsmails Aug 4, 2026
32fe5d7
Refactor limits to use configurable parameters
tailsmails Aug 4, 2026
1e3635c
Add generic function and instance limits to builder
tailsmails Aug 4, 2026
8d9b055
Refactor generic function post-processing limits
tailsmails Aug 4, 2026
243db77
Add tests for recursion and cutoff guard limits
tailsmails Aug 4, 2026
f926618
Delete vlib/v/checker/recursion_limits_test.v
tailsmails Aug 4, 2026
fa81479
Add resource limits and command line options
tailsmails Aug 4, 2026
643052f
Document resource limits for generics in build.txt
tailsmails Aug 4, 2026
067d1ec
Add flags for checker fixture and macOS compatibility
tailsmails Aug 5, 2026
dc3b065
Merge branch 'vlang:master' into master
tailsmails Aug 8, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading