| Age | Commit message (Expand) | Author | Lines |
|---|---|---|---|
| 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 |
