| Age | Commit message (Expand) | Author | Lines |
| 2021-06-10 | Add support for using qualified paths with structs in expression and pattern | Ryan Levick | -11/+25 |
| 2021-06-06 | Auto merge of #84995 - petrochenkov:tcollect, r=Aaron1011 | bors | -1/+2 |
| 2021-06-06 | parser: Ensure that all nonterminals have tokens after parsing | Vadim Petrochenkov | -1/+2 |
| 2021-06-06 | Rollup merge of #86043 - klensy:attr-clone, r=jyn514 | Yuki Okushi | -3/+2 |
| 2021-05-31 | Remove unused feature gates | bjorn3 | -2/+0 |
| 2021-05-30 | don't clone attrs | klensy | -3/+2 |
| 2021-05-26 | Specialize implementations | Jacob Pratt | -0/+2 |
| 2021-05-24 | remove cfg(bootstrap) | Pietro Albini | -3/+1 |
| 2021-05-22 | stabilize const_fn_unsize | Ralf Jung | -1/+1 |
| 2021-05-16 | Implement Anonymous{Struct, Union} in the AST | jedel1043 | -0/+10 |
| 2021-05-13 | Add support for const operands and options to global_asm! | Amanieu d'Antras | -62/+49 |
| 2021-05-12 | Add more precise span informations to generic types | Giacomo Stevanato | -1/+1 |
| 2021-04-28 | Auto merge of #83386 - mark-i-m:stabilize-pat2015, r=nikomatsakis | bors | -15/+8 |
| 2021-04-27 | remove pat2021 | mark | -10/+3 |
| 2021-04-24 | Auto merge of #84310 - RalfJung:const-fn-feature-flags, r=oli-obk | bors | -1/+2 |
| 2021-04-20 | Auto merge of #84334 - klensy:typo-compiler, r=jyn514 | bors | -2/+2 |
| 2021-04-19 | fix few typos | klensy | -2/+2 |
| 2021-04-18 | fix feature use in rustc libs | Ralf Jung | -1/+2 |
| 2021-04-15 | rename pat2015 to pat_param | mark | -7/+7 |
| 2021-04-11 | Implement token-based handling of attributes during expansion | Aaron Hill | -20/+305 |
| 2021-04-11 | Match against attribute name when validating attributes | Tomasz Miąsko | -0/+1 |
| 2021-04-08 | Rollup merge of #83980 - pierwill:fix-compiler-librustc-names, r=davidtwco | Dylan DPC | -2/+2 |
| 2021-04-08 | Fix outdated crate names in compiler docs | pierwill | -2/+2 |
| 2021-04-07 | Rollup merge of #83916 - Amanieu:asm_anonconst, r=petrochenkov | Dylan DPC | -3/+5 |
| 2021-04-06 | Use AnonConst for asm! constants | Amanieu d'Antras | -3/+5 |
| 2021-04-05 | Fix typo in TokenStream documentation | Guillaume Gomez | -1/+1 |
| 2021-03-27 | Remove (lots of) dead code | Joshua Nelson | -123/+1 |
| 2021-03-26 | Use iter::zip in compiler/ | Josh Stone | -1/+2 |
| 2021-03-23 | Rollup merge of #83384 - mark-i-m:rename-pat2018, r=joshtriplett | Yuki Okushi | -7/+7 |
| 2021-03-22 | rename :pat2018 -> :pat215 | mark | -7/+7 |
| 2021-03-19 | stabilize or_patterns | mark | -1/+1 |
| 2021-03-18 | Auto merge of #82868 - petrochenkov:bto, r=estebank | bors | -1/+1 |
| 2021-03-18 | hir: Preserve used syntax in `TyKind::TraitObject` | Vadim Petrochenkov | -1/+1 |
| 2021-03-18 | Rollup merge of #83216 - jyn514:register-tool, r=petrochenkov | Dylan DPC | -4/+0 |
| 2021-03-18 | Rollup merge of #83168 - Aaron1011:lint-procedural-masquerade, r=petrochenkov | Dylan DPC | -27/+0 |
| 2021-03-17 | Auto merge of #83188 - petrochenkov:field, r=lcnr | bors | -56/+66 |
| 2021-03-16 | Allow registering tool lints with `register_tool` | Joshua Nelson | -4/+0 |
| 2021-03-16 | ast: Reduce size of `ExprKind` by boxing fields of `ExprKind::Struct` | Vadim Petrochenkov | -8/+16 |
| 2021-03-16 | ast/hir: Rename field-related structures | Vadim Petrochenkov | -50/+52 |
| 2021-03-15 | Extend `proc_macro_back_compat` lint to `procedural-masquerade` | Aaron Hill | -27/+0 |
| 2021-03-15 | More precise spans for HIR paths | Vadim Petrochenkov | -0/+8 |
| 2021-03-15 | Rollup merge of #83127 - Aaron1011:time-macros-impl-warn, r=petrochenkov | Dylan DPC | -49/+1 |
| 2021-03-15 | Rollup merge of #83054 - tmiasko:rustc_layout_scalar_valid_range, r=davidtwco | Dylan DPC | -0/+1 |
| 2021-03-14 | Introduce `proc_macro_back_compat` lint, and emit for `time-macros-impl` | Aaron Hill | -49/+1 |
| 2021-03-14 | expand: Resolve and expand inner attributes on out-of-line modules | Vadim Petrochenkov | -1/+1 |
| 2021-03-11 | Inline Attribute::has_name | Tomasz Miąsko | -0/+1 |
| 2021-03-09 | Rollup merge of #82841 - hvdijk:x32, r=joshtriplett | Mara Bos | -7/+7 |
| 2021-03-08 | Rollup merge of #82854 - estebank:issue-82827, r=oli-obk | Mara Bos | -0/+8 |
| 2021-03-08 | Rollup merge of #82682 - petrochenkov:cfgeval, r=Aaron1011 | Dylan DPC | -64/+34 |
| 2021-03-07 | Auto merge of #81635 - michaelwoerister:structured_def_path_hash, r=pnkfelix | bors | -36/+0 |