| Age | Commit message (Expand) | Author | Lines |
| 2020-12-02 | Add long explanation of E0546 | Daiki Ihara | -1/+28 |
| 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 | 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 | 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-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 | 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 |
| 2020-11-26 | Rollup merge of #79412 - GuillaumeGomez:cleanup-rustdoc-tests, r=jyn514 | Jonas Schievink | -36/+15 |
| 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 | -151/+261 |
| 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 | -84/+96 |
| 2020-11-26 | Rollup merge of #77758 - Stupremee:turbofish-help-for-const, r=varkor | Jonas Schievink | -8/+110 |
| 2020-11-26 | Auto merge of #79427 - Aaron1011:fix/const-array-index, r=oli-obk | bors | -1/+14 |
| 2020-11-26 | Add to platform-support.md | Benedikt Terhechte | -1/+1 |
| 2020-11-26 | Add support for Arm64 Catalyst on ARM Macs | Benedikt Terhechte | -2/+38 |