| Age | Commit message (Expand) | Author | Lines |
| 2020-08-30 | mv compiler to compiler/ | mark | -3622/+0 |
| 2020-08-17 | rust_ast::ast => rustc_ast | Ujjwal Sharma | -11/+11 |
| 2020-08-08 | Eliminate the `SessionGlobals` from `librustc_ast`. | Nicholas Nethercote | -1/+1 |
| 2020-08-06 | rustc_ast/comments: Modernize some enum reexports | Vadim Petrochenkov | -12/+13 |
| 2020-08-06 | rustc_ast: Stop using "string typing" for doc comment tokens | Vadim Petrochenkov | -6/+21 |
| 2020-08-02 | Rollup merge of #74980 - davidtwco:issue-74745-pprust-regression-test, r=petr... | Manish Goregaokar | -1/+3 |
| 2020-08-02 | pprust: adjust mixed comment printing | David Wood | -1/+3 |
| 2020-08-02 | Replace from log to tracing | bishtpawan | -1/+1 |
| 2020-08-02 | Replace from log to tracing in libsrustrustc_ast_lowering, librustc_ast_passe... | bishtpawan | -2/+2 |
| 2020-07-31 | Move from `log` to `tracing` | Oliver Scherer | -1/+1 |
| 2020-07-15 | Auto merge of #74175 - nnethercote:more-static-symbols, r=oli-obk | bors | -5/+9 |
| 2020-07-15 | Remove lots of `Symbol::as_str()` calls. | Nicholas Nethercote | -5/+9 |
| 2020-07-12 | pprust: support multiline comments within lines | David Wood | -2/+13 |
| 2020-07-09 | Eliminate confusing "globals" terminology. | Nicholas Nethercote | -3/+3 |
| 2020-07-03 | Rollup merge of #73881 - pierwill:pierwill-citations, r=jonas-schievink | Manish Goregaokar | -6/+4 |
| 2020-07-02 | Standardize bibliographic citations in rustc API docs | pierwill | -6/+4 |
| 2020-07-02 | Auto merge of #73954 - Manishearth:rollup-8qvh170, r=Manishearth | bors | -19/+19 |
| 2020-07-01 | Rollup merge of #73569 - Aaron1011:fix/macro-rules-group, r=petrochenkov | Manish Goregaokar | -1/+1 |
| 2020-07-01 | Don't print additional spaces when pretty-printing NoDelim groups | Aaron Hill | -1/+1 |
| 2020-07-01 | Remove `token::FlattenGroup` | Vadim Petrochenkov | -1/+1 |
| 2020-07-01 | expand: Stop using nonterminals for passing tokens to attribute and derive ma... | Vadim Petrochenkov | -3/+15 |
| 2020-06-27 | ast_pretty: Pass some token streams and trees by reference | Vadim Petrochenkov | -19/+19 |
| 2020-06-26 | Rollup merge of #73597 - ayazhafiz:i/const-span, r=ecstatic-morse | Manish Goregaokar | -1/+1 |
| 2020-06-26 | proc_macro: Stop flattening groups with dummy spans | Vadim Petrochenkov | -1/+1 |
| 2020-06-23 | Record span of `const` kw in GenericParamKind | Ayaz Hafiz | -1/+1 |
| 2020-06-23 | Remove unused crate imports in 2018 edition crates | yuqio | -1/+0 |
| 2020-06-11 | Rollup merge of #73182 - Aaron1011:feature/call-fn-span, r=matthewjasper | Dylan DPC | -1/+1 |
| 2020-06-10 | Track span of function in method calls, and use this in #[track_caller] | Aaron Hill | -1/+1 |
| 2020-06-08 | Don't lose empty `where` clause when pretty-printing | Aaron Hill | -2/+6 |
| 2020-05-18 | Move InlineAsmTemplatePiece and InlineAsmOptions to librustc_ast | Amanieu d'Antras | -1/+1 |
| 2020-05-18 | Implement att_syntax option | Amanieu d'Antras | -0/+3 |
| 2020-05-18 | Add asm! to AST | Amanieu d'Antras | -0/+113 |
| 2020-05-08 | Fix tests | Camille GILLOT | -3/+4 |
| 2020-05-08 | Remove ast::{Ident, Name} reexports. | Camille GILLOT | -17/+17 |
| 2020-04-20 | Remove unused dependencies | Shotaro Yamada | -1/+0 |
| 2020-04-19 | Dogfood more or_patterns in the compiler | Josh Stone | -2/+4 |
| 2020-04-06 | Rollup merge of #70519 - estebank:constraints-before-args-spans, r=Centril | Mazdak Farrokhzad | -2/+2 |
| 2020-03-30 | Use if let instead of match when only matching a single variant (clippy::sing... | Matthias Krüger | -19/+12 |
| 2020-03-29 | Suggest correct order for arguments when encountering early constraints | Esteban Küber | -2/+2 |
| 2020-03-27 | parse: move constraint/arg restriction to ast_validation. | Mazdak Farrokhzad | -24/+17 |
| 2020-03-26 | Rename asm! to llvm_asm! | Amanieu d'Antras | -3/+3 |
| 2020-03-17 | Don't prepend with space before paren | Guillaume Gomez | -4/+14 |
| 2020-03-16 | ast/hir: `MacroDef::legacy` -> `MacroDef::macro_rules` | Vadim Petrochenkov | -1/+1 |
| 2020-03-15 | Rollup merge of #69589 - petrochenkov:maccall, r=Centril | Mazdak Farrokhzad | -8/+8 |
| 2020-03-12 | ast: `Mac`/`Macro` -> `MacCall` | Vadim Petrochenkov | -8/+8 |
| 2020-03-12 | Rollup merge of #69722 - estebank:negative-impl-span-ast, r=Centril | Mazdak Farrokhzad | -1/+1 |
| 2020-03-06 | Auto merge of #69586 - petrochenkov:unmerge, r=Centril | bors | -18/+24 |
| 2020-03-04 | Tweak output for invalid negative impl AST errors | Esteban Küber | -1/+1 |
| 2020-03-01 | encode `;` stmt w/o expr as `StmtKind::Empty` | Mazdak Farrokhzad | -13/+7 |
| 2020-03-01 | ast: Unmerge structures for associated items and foreign items | Vadim Petrochenkov | -18/+24 |