| Age | Commit message (Expand) | Author | Lines |
| 2020-05-24 | Collect tokens for `ast::Expr` | Aaron Hill | -0/+2 |
| 2020-05-22 | Use `OnceCell` instead of `Once` | Dylan MacKenzie | -1/+1 |
| 2020-05-18 | Implement AST lowering for asm! | Amanieu d'Antras | -3/+6 |
| 2020-05-10 | Auto merge of #71775 - petrochenkov:crtcfg, r=matthewjasper | bors | -1/+1 |
| 2020-05-07 | Auto merge of #55617 - oli-obk:stacker, r=nagisa,oli-obk | bors | -8/+1 |
| 2020-05-03 | Enable `cfg` predicate for `target_feature = "crt-static"` only if the target... | Vadim Petrochenkov | -1/+1 |
| 2020-05-02 | Set the default stack size to 8MB | Simonas Kazlauskas | -1/+1 |
| 2020-05-02 | Prevent stack overflow for deeply recursive code | Oliver Scherer | -8/+1 |
| 2020-05-02 | cleanup: `config::CrateType` -> `CrateType` | Vadim Petrochenkov | -13/+14 |
| 2020-04-26 | Rollup merge of #71537 - Mark-Simulacrum:no-self-open, r=davidtwco | Dylan DPC | -1/+1 |
| 2020-04-26 | fix more clippy warnings | Matthias Krüger | -4/+4 |
| 2020-04-25 | Remove support for self-opening | Mark Rousskov | -1/+1 |
| 2020-04-24 | Replace filter_map().next() calls with find_map() | Josh Stone | -11/+8 |
| 2020-04-02 | Add hash of source files in debug info | Arlo Siemsen | -5/+3 |
| 2020-03-30 | rustc -> rustc_middle part 3 (rustfmt) | Mazdak Farrokhzad | -1/+1 |
| 2020-03-30 | rustc -> rustc_middle part 2 | Mazdak Farrokhzad | -1/+1 |
| 2020-03-27 | parse: move constraint/arg restriction to ast_validation. | Mazdak Farrokhzad | -7/+9 |
| 2020-03-19 | Refactorings to begin getting rid of rustc_codegen_utils | Mark Mansi | -4/+4 |
| 2020-03-18 | Rollup merge of #69920 - Centril:hir-cleanup, r=Zoxc | Mazdak Farrokhzad | -2/+1 |
| 2020-03-17 | Auto merge of #69519 - 12101111:remove-proc-macro-check, r=nagisa | bors | -1/+1 |
| 2020-03-16 | use direct imports for `rustc::{lint, session}`. | Mazdak Farrokhzad | -2/+1 |
| 2020-03-12 | ast: `Mac`/`Macro` -> `MacCall` | Vadim Petrochenkov | -1/+1 |
| 2020-03-04 | Don't use "if let" bindings to only check a value and not actually bind anyth... | Matthias Krüger | -1/+1 |
| 2020-03-03 | Don't use static crt by default when build proc-macro. | 12101111 | -1/+1 |
| 2020-02-29 | Rename `syntax` to `rustc_ast` in source code | Vadim Petrochenkov | -9/+9 |
| 2020-02-29 | Make it build again | Vadim Petrochenkov | -1/+1 |
| 2020-02-28 | Rollup merge of #69481 - matthiaskrgr:single_char, r=ecstatic-morse | Mazdak Farrokhzad | -1/+1 |
| 2020-02-27 | don't use .into() to convert types into identical types. | Matthias Krüger | -1/+1 |
| 2020-02-27 | use char instead of &str for single char patterns | Matthias Krüger | -1/+1 |
| 2020-02-24 | parse/ast: move `Defaultness` into variants. | Mazdak Farrokhzad | -2/+2 |
| 2020-02-18 | Rollup merge of #69194 - Centril:assoc-extern-fuse, r=petrochenkov | Mazdak Farrokhzad | -1/+1 |
| 2020-02-17 | Rename `FunctionRetTy` to `FnRetTy` | Yuki Okushi | -2/+2 |
| 2020-02-15 | ast: move Generics into AssocItemKinds | Mazdak Farrokhzad | -1/+1 |
| 2020-02-13 | Constness -> enum Const { Yes(Span), No } | Mazdak Farrokhzad | -1/+1 |
| 2020-02-01 | syntax: reexport attr globals | Mazdak Farrokhzad | -4/+4 |
| 2020-02-01 | pacify the parallel compiler | Mazdak Farrokhzad | -3/+3 |
| 2020-02-01 | 1. move node_id to syntax | Mazdak Farrokhzad | -1/+2 |
| 2020-02-01 | Move builtin attribute logic to new rustc_attr crate. | Mazdak Farrokhzad | -2/+2 |
| 2020-02-01 | syntax: move GLOBALS to attr module | Mazdak Farrokhzad | -1/+1 |
| 2020-01-30 | Use `P` for `NtTraitItem`, `NtImplItem`, and `NtForeignItem`. | Nicholas Nethercote | -2/+2 |
| 2020-01-22 | Privatize private fields of OutputFilenames | Mark Rousskov | -19/+14 |
| 2020-01-11 | use winapi for non-stdlib Windows bindings | Andy Russell | -8/+6 |
| 2020-01-11 | buffered lint infra -> rustc_session | Mazdak Farrokhzad | -5/+7 |
| 2020-01-10 | self-profile: Switch to new approach for event_id generation that enables que... | Michael Woerister | -4/+0 |
| 2020-01-02 | Normalize `syntax::symbol` imports. | Mazdak Farrokhzad | -1/+1 |
| 2020-01-02 | Normalize `syntax::source_map` imports. | Mazdak Farrokhzad | -1/+1 |
| 2020-01-01 | Rename `syntax_pos` to `rustc_span` in source code | Vadim Petrochenkov | -9/+9 |
| 2019-12-25 | Store callbacks in global statics | Mark Rousskov | -4/+5 |
| 2019-12-22 | Format the world | Mark Rousskov | -107/+90 |
| 2019-12-20 | introduce 'type AttrVec' | Mazdak Farrokhzad | -4/+3 |