| 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 | -29/+12 |
| 2020-11-28 | Auto merge of #78296 - Aaron1011:fix/stmt-tokens, r=petrochenkov | bors | -127/+217 |
| 2020-11-28 | Auto merge of #79353 - cjgillot:procmacro, r=petrochenkov | bors | -67/+62 |
| 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 | 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 | Auto merge of #77484 - terhechte:support-ios-catalyst-macabi-arm64-target-tri... | bors | -2/+37 |
| 2020-11-27 | Don't lint on redundant semicolons after item statements | Aaron Hill | -3/+18 |
| 2020-11-27 | Auto merge of #79318 - cjgillot:fitem, r=lcnr | bors | -117/+315 |
| 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-27 | Auto merge of #79266 - b-naber:gat_trait_path_parser, r=petrochenkov | bors | -28/+101 |
| 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 | -10/+10 |
| 2020-11-26 | Only eat semicolons for statements that need them | Aaron Hill | -2/+1 |
| 2020-11-26 | Properly handle attributes on statements | Aaron Hill | -112/+187 |
| 2020-11-26 | Auto merge of #79338 - Aaron1011:fix/token-reparse-cache, r=petrochenkov | bors | -3/+35 |
| 2020-11-26 | Use visitor for its very purpose. | Camille GILLOT | -13/+3 |
| 2020-11-26 | Formatting. | Camille GILLOT | -10/+14 |
| 2020-11-26 | Remove ForeignMod struct. | Camille GILLOT | -80/+64 |
| 2020-11-26 | Store ForeignItem in a side table. | Camille GILLOT | -37/+251 |
| 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 | -6/+13 |
| 2020-11-26 | Auto merge of #79441 - jonas-schievink:rollup-l9v00bl, r=jonas-schievink | bors | -316/+394 |
| 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 #79402 - bugadani:typos, r=matthewjasper | Jonas Schievink | -2/+2 |
| 2020-11-26 | Rollup merge of #79365 - richkadel:llvm-cov-map-version-4, r=wesleywiser | Jonas Schievink | -148/+221 |
| 2020-11-26 | Rollup merge of #79362 - cjgillot:relou, r=oli-obk | Jonas Schievink | -45/+7 |
| 2020-11-26 | Rollup merge of #79000 - sivadeilra:user/ardavis/lev_distance, r=wesleywiser | Jonas Schievink | -82/+94 |
| 2020-11-26 | Rollup merge of #77758 - Stupremee:turbofish-help-for-const, r=varkor | Jonas Schievink | -5/+27 |
| 2020-11-26 | Auto merge of #79427 - Aaron1011:fix/const-array-index, r=oli-obk | bors | -1/+3 |
| 2020-11-26 | Add support for Arm64 Catalyst on ARM Macs | Benedikt Terhechte | -2/+37 |
| 2020-11-25 | Resolve inference variables before trying to remove overloaded indexing | Aaron Hill | -1/+3 |
| 2020-11-25 | fix URLs in doc comment | Rich Kadel | -3/+3 |
| 2020-11-25 | Fix docs formatting for `thir::pattern::_match` | Camelid | -22/+31 |
| 2020-11-25 | Auto merge of #79411 - tmiasko:naked-params, r=Amanieu | bors | -0/+121 |
| 2020-11-25 | Fixup compiler docs | Camelid | -12/+12 |
| 2020-11-25 | Update compiler/rustc_codegen_llvm/src/coverageinfo/mapgen.rs | Rich Kadel | -1/+1 |
| 2020-11-25 | replace assert with condition and `fatal` error | Rich Kadel | -1/+3 |
| 2020-11-25 | Fix typos | Dániel Buga | -2/+2 |