| Age | Commit message (Expand) | Author | Lines |
| 2020-11-28 | Don't store `ty` and `span` in `IntRange` | Nadrieril | -66/+56 |
| 2020-11-28 | Correctly detect `usize`/`isize` range overlaps | Nadrieril | -31/+20 |
| 2020-11-28 | Auto merge of #78296 - Aaron1011:fix/stmt-tokens, r=petrochenkov | bors | -255/+602 |
| 2020-11-28 | Auto merge of #79353 - cjgillot:procmacro, r=petrochenkov | bors | -67/+62 |
| 2020-11-28 | Auto merge of #79469 - rust-lang:revert-77467-query-docs, r=jyn514 | bors | -0/+3 |
| 2020-11-27 | Auto merge of #79284 - Nadrieril:constructor-module, r=varkor | bors | -1636/+1661 |
| 2020-11-27 | Bump recursion_limit in rustc_ast_passes | Aaron Hill | -0/+1 |
| 2020-11-27 | Encode proc_macro directly. | Camille GILLOT | -67/+62 |
| 2020-11-27 | Auto merge of #79372 - jyn514:more-cleanup, r=GuillaumeGomez | bors | -67/+49 |
| 2020-11-27 | Rename `_match` to `usefulness` | Nadrieril | -4/+4 |
| 2020-11-27 | Rename `pat_constructor` to `Constructor::from_pat` | Nadrieril | -63/+63 |
| 2020-11-27 | Move the definitions of the two `Ctxt`s to the top | Nadrieril | -47/+46 |
| 2020-11-27 | Extract everything related to pattern deconstruction to a new module | Nadrieril | -1387/+1413 |
| 2020-11-27 | No need to expose `Matrix` internals | Nadrieril | -1/+6 |
| 2020-11-27 | Disentangle `Fields` and `PatStack` | Nadrieril | -17/+16 |
| 2020-11-27 | Move `Constructor::apply` to `Fields` | Nadrieril | -93/+89 |
| 2020-11-27 | Revert the effect of #77467 by disabling normalization in rustdoc | oli | -0/+3 |
| 2020-11-27 | Auto merge of #77484 - terhechte:support-ios-catalyst-macabi-arm64-target-tri... | bors | -3/+39 |
| 2020-11-27 | Don't lint on redundant semicolons after item statements | Aaron Hill | -3/+28 |
| 2020-11-27 | Auto merge of #79318 - cjgillot:fitem, r=lcnr | bors | -226/+400 |
| 2020-11-27 | Auto merge of #79433 - calebcartwright:parse-attr-vis, r=petrochenkov | bors | -2/+4 |
| 2020-11-27 | Auto merge of #78194 - bugadani:generic, r=varkor | bors | -0/+8 |
| 2020-11-26 | Use custom macro instead of println | Aaron Hill | -141/+152 |
| 2020-11-27 | Auto merge of #79266 - b-naber:gat_trait_path_parser, r=petrochenkov | bors | -60/+447 |
| 2020-11-26 | Rebase fallout. | Camille GILLOT | -0/+6 |
| 2020-11-26 | Skip most of create_substs_for_ast_path if type is not generic | Dániel Buga | -0/+8 |
| 2020-11-26 | Fix new 'unnecessary trailing semicolon' warnings | Aaron Hill | -39/+39 |
| 2020-11-26 | Add additional semicolon test | Aaron Hill | -108/+126 |
| 2020-11-26 | Only eat semicolons for statements that need them | Aaron Hill | -8/+2 |
| 2020-11-26 | Properly handle attributes on statements | Aaron Hill | -186/+484 |
| 2020-11-26 | Auto merge of #79338 - Aaron1011:fix/token-reparse-cache, r=petrochenkov | bors | -3/+85 |
| 2020-11-26 | Use visitor for its very purpose. | Camille GILLOT | -13/+3 |
| 2020-11-26 | Formatting. | Camille GILLOT | -10/+14 |
| 2020-11-26 | Bless test. | Camille GILLOT | -8/+8 |
| 2020-11-26 | Update test. | Camille GILLOT | -78/+53 |
| 2020-11-26 | Remove ForeignMod struct. | Camille GILLOT | -85/+69 |
| 2020-11-26 | Store ForeignItem in a side table. | Camille GILLOT | -55/+270 |
| 2020-11-26 | Update coverage output now that primitives have proper spans | Joshua Nelson | -2/+1 |
| 2020-11-26 | Remove unused `attrs` field from `keywords` | Joshua Nelson | -23/+17 |
| 2020-11-26 | Use `from_def_id_and_parts` for primitives and keywords | Joshua Nelson | -44/+35 |
| 2020-11-26 | Use `Item::from_def_id` for StructField | Joshua Nelson | -9/+7 |
| 2020-11-26 | rustc_parse: restore pub vis on parse_attribute | Caleb Cartwright | -2/+4 |
| 2020-11-26 | Auto merge of #77671 - flip1995:lint_list_always_plugins, r=oli-obk,Manishearth | bors | -3110/+14 |
| 2020-11-26 | Auto merge of #77467 - jyn514:query-docs, r=oli-obk | bors | -284/+435 |
| 2020-11-26 | Auto merge of #79441 - jonas-schievink:rollup-l9v00bl, r=jonas-schievink | bors | -365/+540 |
| 2020-11-26 | Remove redundant `lift_to_tcx` | Joshua Nelson | -4/+4 |
| 2020-11-26 | Rollup merge of #79428 - camelid:fixup-compiler-docs, r=davidtwco | Jonas Schievink | -12/+12 |
| 2020-11-26 | Rollup merge of #79421 - camelid:_match-docs-fmt, r=petrochenkov | Jonas Schievink | -22/+31 |
| 2020-11-26 | Rollup merge of #79420 - njasm:patch_rustdoc, r=GuillaumeGomez | Jonas Schievink | -1/+1 |
| 2020-11-26 | Rollup merge of #79413 - Swatinem:rustdoc-persist-crate, r=GuillaumeGomez | Jonas Schievink | -4/+5 |