index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc
/
middle
/
recursion_limit.rs
Age
Commit message (
Expand
)
Author
Lines
2020-03-05
Prepare const_limit feature gate and attribute
Christoph Schmidler
-67
/
+0
2020-02-29
Rename `syntax` to `rustc_ast` in source code
Vadim Petrochenkov
-1
/
+1
2020-02-16
Handle recursion_limit parsing errors
Fisher Darling
-6
/
+40
2020-01-02
Normalize `syntax::symbol` imports.
Mazdak Farrokhzad
-1
/
+1
2019-12-22
Format the world
Mark Rousskov
-1
/
+1
2019-07-07
Raise the default recursion limit to 128
Simonas Kazlauskas
-1
/
+1
2019-05-13
Pass a `Symbol` to `check_name`, `emit_feature_err`, and related functions.
Nicholas Nethercote
-3
/
+4
2019-02-05
move librustc to 2018
Mark Mansi
-1
/
+1
2019-01-13
Implement basic input validation for built-in attributes
Vadim Petrochenkov
-10
/
+3
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-04-10
Make recursion_limit and type_length_limit thread-safe
John Kåre Alsaker
-5
/
+6
2016-12-02
limit the length of types in monomorphization
Ariel Ben-Yehuda
-5
/
+16
2016-11-21
Use `Symbol` instead of `InternedString` in the AST, HIR, and various other p...
Jeffrey Seyfried
-1
/
+1
2016-08-25
Refactor away `AttrMetaMethods`.
Jeffrey Seyfried
-1
/
+0
2015-02-02
`for x in xs.iter()` -> `for x in &xs`
Jorge Aparicio
-1
/
+1
2015-01-30
std: Stabilize FromStr and parse
Alex Crichton
-2
/
+1
2015-01-20
Add error codes to rustc
Brian Anderson
-1
/
+1
2015-01-11
Fix attr syntax in recursion limit diagnostic
Steven Fackler
-2
/
+2
2014-12-08
Add ability to configure recursion limit.
Niko Matsakis
-0
/
+39