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_ast_lowering
/
pat.rs
Age
Commit message (
Expand
)
Author
Lines
2020-08-30
mv compiler to compiler/
mark
-300
/
+0
2020-08-17
rust_ast::ast => rustc_ast
Ujjwal Sharma
-1
/
+1
2020-07-31
Fix ICEs with `@ ..` binding
Yuki Okushi
-2
/
+0
2020-05-29
fix diagnostics for `@ ..` binding pattern in tuples and tuple structs
Chris Simpkins
-3
/
+30
2020-05-08
Remove ast::{Ident, Name} reexports.
Camille GILLOT
-0
/
+1
2020-05-02
Move ensure_sufficient_stack to data_structures
Simonas Kazlauskas
-1
/
+1
2020-05-02
Prevent stack overflow for deeply recursive code
Oliver Scherer
-69
/
+75
2020-04-19
Dogfood more or_patterns in the compiler
Josh Stone
-1
/
+1
2020-03-12
ast: `Mac`/`Macro` -> `MacCall`
Vadim Petrochenkov
-1
/
+1
2020-02-29
Rename `syntax` to `rustc_ast` in source code
Vadim Petrochenkov
-2
/
+2
2020-02-13
fix extra subslice lowering
Mazdak Farrokhzad
-6
/
+11
2020-01-26
update
comet
-1
/
+1
2020-01-10
Introduce `#![feature(half_open_range_patterns)]`.
Mazdak Farrokhzad
-6
/
+7
2020-01-09
extract path lowering -> path.rs
Mazdak Farrokhzad
-2
/
+2
2020-01-09
move lower_binding_mode -> pat.rs
Mazdak Farrokhzad
-0
/
+9
2020-01-09
extract pattern lowering -> pat.rs
Mazdak Farrokhzad
-0
/
+253