| Age | Commit message (Expand) | Author | Lines |
| 2020-08-30 | mv compiler to compiler/ | mark | -8726/+0 |
| 2020-08-23 | Auto merge of #75465 - Aaron1011:feature/short-fn-def-span, r=estebank | bors | -1/+3 |
| 2020-08-22 | Use smaller def span for functions | Aaron Hill | -1/+3 |
| 2020-08-22 | Add backwards-compat hack for certain '$name' tokens | Aaron Hill | -1/+28 |
| 2020-08-21 | Auto merge of #75642 - matklad:lexer-comments, r=petrochenkov | bors | -51/+4 |
| 2020-08-20 | Capture tokens for Pat used in macro_rules! argument | Aaron Hill | -1/+3 |
| 2020-08-19 | Move doc comment parsing to rustc_lexer | Aleksey Kladov | -51/+4 |
| 2020-08-17 | rust_ast::ast => rustc_ast | Ujjwal Sharma | -0/+2 |
| 2020-08-15 | replaced log with tracing | Gurpreet Singh | -2/+2 |
| 2020-08-15 | Auto merge of #73851 - matthewjasper:serialize-not-special, r=oli-obk | bors | -158/+146 |
| 2020-08-14 | Rollup merge of #75509 - estebank:coming-merrily-from-java-land, r=lcnr | Tyler Mandry | -0/+7 |
| 2020-08-14 | Fix rustc_ast unit test | Matthew Jasper | -1/+4 |
| 2020-08-14 | Rework `rustc_serialize` | Matthew Jasper | -157/+142 |
| 2020-08-13 | Suggest adding `&self` when accessing `self` in static assoc `fn` | Esteban Küber | -0/+7 |
| 2020-08-13 | Rollup merge of #74650 - estebank:ambiguous-expr-binop, r=eddyb | Tyler Mandry | -1/+0 |
| 2020-08-10 | Auto merge of #74953 - JulianKnodt:master, r=lcnr | bors | -3/+34 |
| 2020-08-10 | Convert `Eq` impl to check Ord::Equal | kadmin | -1/+7 |
| 2020-08-09 | Change Ord impl for ParamKindOrd | kadmin | -1/+26 |
| 2020-08-09 | Switched to unordered field in ParamKindOrd | kadmin | -4/+2 |
| 2020-08-09 | Add ParamKindOrd::ConstUnordered variant | kadmin | -0/+2 |
| 2020-08-08 | Auto merge of #74932 - nnethercote:rm-ast-session-globals, r=petrochenkov | bors | -150/+14 |
| 2020-08-08 | Auto merge of #75276 - JohnTitor:rollup-rz4hs0w, r=JohnTitor | bors | -1/+1 |
| 2020-08-08 | Rollup merge of #75259 - giraffate:add_missing_backtick, r=lcnr | Yuki Okushi | -1/+1 |
| 2020-08-08 | Eliminate the `SessionGlobals` from `librustc_ast`. | Nicholas Nethercote | -150/+14 |
| 2020-08-08 | Auto merge of #74877 - lcnr:min_const_generics, r=oli-obk | bors | -0/+24 |
| 2020-08-07 | Add missing backtick | Takayuki Nakata | -1/+1 |
| 2020-08-06 | rustc_expand: Don not beautify doc comments before passing them to macros | Vadim Petrochenkov | -23/+20 |
| 2020-08-06 | rustc_ast/comments: Modernize some enum reexports | Vadim Petrochenkov | -8/+10 |
| 2020-08-06 | rustc_ast: Stop using "string typing" for doc comment tokens | Vadim Petrochenkov | -98/+97 |
| 2020-08-05 | forbid generic params in complex consts | Bastian Kauschke | -0/+24 |
| 2020-08-04 | rustc_ast: More detailed docs for `Attribute::check_name` | Vadim Petrochenkov | -1/+5 |
| 2020-08-04 | rustc_ast: `(Nested)MetaItem::check_name` -> `has_name` | Vadim Petrochenkov | -6/+7 |
| 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 | Correctly parse `{} && false` in tail expression | Esteban Küber | -1/+0 |
| 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 |