| Age | Commit message (Expand) | Author | Lines |
| 2020-08-02 | Auto merge of #74826 - matklad:mbe-fragment, r=petrochenkov | bors | -0/+61 |
| 2020-08-02 | Use NonterminalKind for MetaVarDecl | Aleksey Kladov | -1/+24 |
| 2020-08-02 | Introduce NonterminalKind | Aleksey Kladov | -0/+38 |
| 2020-08-01 | Move 'probably equal' methods to librustc_parse | Aaron Hill | -181/+0 |
| 2020-07-31 | Move from `log` to `tracing` | Oliver Scherer | -1/+1 |
| 2020-07-22 | build: Remove unnecessary `cargo:rerun-if-env-changed` annotations | Vadim Petrochenkov | -5/+0 |
| 2020-07-16 | apply bootstrap cfgs | Mark Rousskov | -2/+1 |
| 2020-07-15 | Remove lots of `Symbol::as_str()` calls. | Nicholas Nethercote | -36/+54 |
| 2020-07-15 | Add and use more static symbols. | Nicholas Nethercote | -7/+7 |
| 2020-07-11 | Stabilize `transmute` in constants and statics but not const fn | Oliver Scherer | -1/+1 |
| 2020-07-09 | Eliminate confusing "globals" terminology. | Nicholas Nethercote | -21/+27 |
| 2020-07-02 | Document rustc_ast::ast::Pat | pierwill | -0/+3 |
| 2020-07-01 | Rollup merge of #73569 - Aaron1011:fix/macro-rules-group, r=petrochenkov | Manish Goregaokar | -4/+14 |
| 2020-07-01 | Add an issue number for the pretty_printing_compatibility_hack FIXME | Vadim Petrochenkov | -1/+1 |
| 2020-07-01 | Insert NoDelim groups around nonterminals when lowering macro_rules | Aaron Hill | -4/+14 |
| 2020-07-01 | Remove `token::FlattenGroup` | Vadim Petrochenkov | -22/+13 |
| 2020-07-01 | expand: Stop using nonterminals for passing tokens to attribute and derive ma... | Vadim Petrochenkov | -1/+21 |
| 2020-06-28 | Remove `const_if_match` feature gate from libraries | Dylan MacKenzie | -1/+1 |
| 2020-06-26 | Rollup merge of #73629 - flip1995:assoc_op_copy_clone, r=Manishearth | Manish Goregaokar | -1/+1 |
| 2020-06-26 | Rollup merge of #73597 - ayazhafiz:i/const-span, r=ecstatic-morse | Manish Goregaokar | -1/+3 |
| 2020-06-26 | proc_macro: Stop flattening groups with dummy spans | Vadim Petrochenkov | -14/+23 |
| 2020-06-23 | Record span of `const` kw in GenericParamKind | Ayaz Hafiz | -1/+3 |
| 2020-06-22 | Make AssocOp Copy | flip1995 | -1/+1 |
| 2020-06-19 | Rollup merge of #73364 - joshtriplett:inline-asm, r=Amanieu | Manish Goregaokar | -1/+1 |
| 2020-06-16 | Fix typo in librustc_ast docs | pierwill | -1/+1 |
| 2020-06-14 | asm: When pretty-printing, don't escape characters twice | Josh Triplett | -1/+1 |
| 2020-06-15 | Auto merge of #72080 - matthewjasper:uniform-impl-trait, r=nikomatsakis | bors | -9/+0 |
| 2020-06-11 | Rollup merge of #73182 - Aaron1011:feature/call-fn-span, r=matthewjasper | Dylan DPC | -4/+7 |
| 2020-06-11 | Stop special casing top level TAIT | Matthew Jasper | -9/+0 |
| 2020-06-11 | Rollup merge of #73172 - matthiaskrgr:cl9ppy, r=Dylan-DPC | Dylan DPC | -1/+1 |
| 2020-06-10 | Add doc comments | Aaron Hill | -1/+1 |
| 2020-06-10 | Track span of function in method calls, and use this in #[track_caller] | Aaron Hill | -4/+7 |
| 2020-06-09 | Fix more clippy warnings | Matthias Krüger | -1/+1 |
| 2020-06-08 | Don't lose empty `where` clause when pretty-printing | Aaron Hill | -2/+11 |
| 2020-06-02 | Make things build again | Vadim Petrochenkov | -1/+1 |
| 2020-05-30 | Rollup merge of #72625 - Amanieu:asm-srcloc, r=petrochenkov | Ralf Jung | -1/+2 |
| 2020-05-29 | Improve inline asm error diagnostics | Amanieu d'Antras | -1/+2 |
| 2020-05-29 | Revert "Move functions to librustc_parse" | Aaron Hill | -0/+177 |
| 2020-05-29 | Revert "Recursively expand nonterminals" | Aaron Hill | -0/+2 |
| 2020-05-29 | Revert "Fix rebase fallout" | Aaron Hill | -0/+2 |
| 2020-05-24 | Collect tokens for `ast::Expr` | Aaron Hill | -2/+6 |
| 2020-05-22 | Fix rebase fallout | Aaron Hill | -2/+0 |
| 2020-05-22 | Recursively expand nonterminals | Aaron Hill | -2/+0 |
| 2020-05-22 | Move functions to librustc_parse | Aaron Hill | -177/+0 |
| 2020-05-19 | Use a fixed-point iteration when breaking tokens | Aaron Hill | -5/+40 |
| 2020-05-19 | Break tokens before checking if they are 'probably equal' | Aaron Hill | -2/+32 |
| 2020-05-18 | Move InlineAsmTemplatePiece and InlineAsmOptions to librustc_ast | Amanieu d'Antras | -2/+55 |
| 2020-05-18 | Add asm! to AST | Amanieu d'Antras | -1/+99 |
| 2020-05-16 | Rollup merge of #72047 - Julian-Wollersberger:literal_error_reporting_cleanup... | Ralf Jung | -33/+42 |
| 2020-05-13 | Replace some usages of the old `unescape_` functions in AST, clippy and tests. | Julian Wollersberger | -33/+42 |