| Age | Commit message (Collapse) | 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 | |
| fix comment add newline for tidy fmt error... edit suggestion message change the suggestion message to better handle cases with binding modes Apply suggestions from estebank code review Co-authored-by: Esteban Kuber <estebank@users.noreply.github.com> edits to address source review Apply suggestions from estebank code review #2 Co-authored-by: Esteban Kuber <estebank@users.noreply.github.com> update test files | ||||
| 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 | |
| We anticipate this to have uses in all sorts of crates and keeping it in `rustc_data_structures` enables access to it from more locations without necessarily pulling in the large `librustc` crate. | ||||
| 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 | |
| This feature adds `X..`, `..X`, and `..=X` patterns. | ||||
| 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 | |
