| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-08-30 | mv compiler to compiler/ | mark | -113/+0 | |
| 2020-07-31 | Stabilize as_deref and as_deref on Result | Lzu Tao | -1/+0 | |
| 2020-06-27 | Rename two `Resolver` traits | Vadim Petrochenkov | -2/+2 | |
| 2020-05-31 | Print accessed env vars as special comments into depinfo files | Vadim Petrochenkov | -0/+1 | |
| 2020-05-18 | Implement asm! in librustc_builtin_macros | Amanieu d'Antras | -1/+2 | |
| 2020-05-08 | Remove ast::{Ident, Name} reexports. | Camille GILLOT | -2/+1 | |
| 2020-04-19 | Dogfood more or_patterns in the compiler | Josh Stone | -0/+1 | |
| 2020-03-26 | Rename asm! to llvm_asm! | Amanieu d'Antras | -2/+3 | |
| asm! is left as a wrapper around llvm_asm! to maintain compatibility. | ||||
| 2020-03-10 | builtin_macros: Add attribute macro `#[cfg_accessible(path)]` | Vadim Petrochenkov | -0/+2 | |
| 2020-02-29 | Rename `syntax` to `rustc_ast` in source code | Vadim Petrochenkov | -1/+1 | |
| 2020-01-02 | Normalize `syntax::edition` imports. | Mazdak Farrokhzad | -1/+1 | |
| 2020-01-02 | Normalize `syntax::symbol` imports. | Mazdak Farrokhzad | -1/+1 | |
| 2019-12-30 | Rename `libsyntax_ext` and `libsyntax_expand` in code | Vadim Petrochenkov | -2/+2 | |
| 2019-12-30 | Rename directories for some crates from `syntax_x` to `rustc_x` | Vadim Petrochenkov | -0/+109 | |
| `syntax_expand` -> `rustc_expand` `syntax_pos` -> `rustc_span` `syntax_ext` -> `rustc_builtin_macros` | ||||
