| Age | Commit message (Expand) | Author | Lines |
| 2021-12-11 | Auto merge of #91715 - the8472:bump-rmeta-fromat-version, r=Mark-Simulacrum | bors | -1/+1 |
| 2021-12-10 | Rollup merge of #91625 - est31:remove_indexes, r=oli-obk | Matthias Krüger | -127/+123 |
| 2021-12-10 | Rollup merge of #91575 - compiler-errors:issue-91556, r=cjgillot | Matthias Krüger | -2/+3 |
| 2021-12-10 | Rollup merge of #91470 - wesleywiser:code_coverage_link_error, r=tmandry | Matthias Krüger | -2/+2 |
| 2021-12-10 | Rollup merge of #90407 - pierwill:edit-rustc-incremental-docs, r=cjgillot | Matthias Krüger | -13/+63 |
| 2021-12-09 | Fix span calculation on secondary_label as well | Michael Goulet | -2/+3 |
| 2021-12-09 | Bump rmeta version to fix rustc_serialize ICE | The 8472 | -1/+1 |
| 2021-12-09 | Auto merge of #91692 - matthiaskrgr:rollup-u7dvh0n, r=matthiaskrgr | bors | -44/+226 |
| 2021-12-09 | Rollup merge of #91634 - terrarier2111:fix-recover-from-variant-ice, r=nagisa | Matthias Krüger | -20/+27 |
| 2021-12-09 | Rollup merge of #91042 - Kobzol:vec-extend-cleanup, r=nagisa | Matthias Krüger | -16/+6 |
| 2021-12-09 | Rollup merge of #90796 - Amanieu:remove_reg_thumb, r=joshtriplett | Matthias Krüger | -24/+29 |
| 2021-12-09 | Rollup merge of #87599 - Smittyvb:concat_bytes, r=Mark-Simulacrum | Matthias Krüger | -0/+170 |
| 2021-12-09 | Auto merge of #91691 - matthiaskrgr:rollup-wfommdr, r=matthiaskrgr | bors | -31/+34 |
| 2021-12-09 | Rollup merge of #91568 - dtolnay:breakspace, r=nagisa | Matthias Krüger | -10/+6 |
| 2021-12-09 | Rollup merge of #91476 - m-ou-se:ferris-identifier, r=estebank | Matthias Krüger | -5/+22 |
| 2021-12-09 | Remove redundant [..]s | est31 | -127/+123 |
| 2021-12-08 | Pretty print break and continue without redundant space | David Tolnay | -10/+6 |
| 2021-12-08 | Rollup merge of #91337 - FabianWolff:issue-91227-misspelled-macro, r=nagisa | Matthias Krüger | -4/+25 |
| 2021-12-08 | Rollup merge of #91245 - cameron1024:suggest-i32-u32-char-cast, r=nagisa | Matthias Krüger | -0/+12 |
| 2021-12-08 | Use Vec extend instead of repeated pushes in several places | Jakub Beránek | -16/+6 |
| 2021-12-08 | Do not attempt to suggest help for overly malformed struct/function call | threadexception | -20/+27 |
| 2021-12-08 | Auto merge of #91665 - matthiaskrgr:rollup-o3wnkam, r=matthiaskrgr | bors | -390/+592 |
| 2021-12-08 | Rollup merge of #91571 - dtolnay:printerderef, r=Mark-Simulacrum | Matthias Krüger | -342/+342 |
| 2021-12-08 | Rollup merge of #91570 - nbdd0121:const_typeck, r=oli-obk | Matthias Krüger | -31/+52 |
| 2021-12-08 | Rollup merge of #91551 - b-naber:const-eval-normalization-ice, r=oli-obk | Matthias Krüger | -11/+67 |
| 2021-12-08 | Rollup merge of #90709 - estebank:erase-known-type-params, r=nagisa | Matthias Krüger | -6/+131 |
| 2021-12-08 | Auto merge of #91604 - nikic:section-flags, r=nagisa | bors | -287/+245 |
| 2021-12-08 | Rollup merge of #91638 - scottmcm:less-inband-2-of-28, r=petrochenkov | Matthias Krüger | -119/+117 |
| 2021-12-08 | Rollup merge of #91577 - ecstatic-morse:mir-pass-manager-cleanup, r=oli-obk | Matthias Krüger | -16/+15 |
| 2021-12-08 | Rollup merge of #91531 - notriddle:notriddle/issue-87647-expected-semicolon, ... | Matthias Krüger | -29/+113 |
| 2021-12-08 | Rollup merge of #91272 - FabianWolff:issue-90870-const-fn-eq, r=wesleywiser | Matthias Krüger | -10/+66 |
| 2021-12-08 | Rollup merge of #83744 - bjorn3:deprecate_cfg_attr_crate_type_name, r=Mark-Si... | Matthias Krüger | -1/+54 |
| 2021-12-07 | Remove `in_band_lifetimes` from `rustc_mir_transform` | Scott McMurray | -119/+117 |
| 2021-12-07 | Remove the reg_thumb register class for asm! on ARM | Amanieu d'Antras | -24/+29 |
| 2021-12-07 | Auto merge of #91407 - the8472:deserialize-unchecked-utf8, r=michaelwoerister | bors | -4/+17 |
| 2021-12-07 | Remove unneeded access to pretty printer's `s` field in favor of deref | David Tolnay | -342/+342 |
| 2021-12-07 | Future compatibility warning on cfg_attr on crate_type and crate_name | bjorn3 | -1/+54 |
| 2021-12-07 | Document all public items in `rustc_incremental` | pierwill | -13/+63 |
| 2021-12-07 | Auto merge of #91224 - couchand:2021-11/avr-asm, r=Amanieu | bors | -0/+249 |
| 2021-12-07 | Auto merge of #91627 - matthiaskrgr:rollup-z3e2peg, r=matthiaskrgr | bors | -27/+54 |
| 2021-12-07 | Rollup merge of #91562 - dtolnay:asyncspace, r=Mark-Simulacrum | Matthias Krüger | -1/+0 |
| 2021-12-07 | Rollup merge of #91503 - estebank:call-fn-span, r=michaelwoerister | Matthias Krüger | -14/+11 |
| 2021-12-07 | Rollup merge of #91493 - oli-obk:cleanup, r=michaelwoerister | Matthias Krüger | -5/+8 |
| 2021-12-07 | Rollup merge of #91312 - terrarier2111:anon-const-ice, r=jackh726 | Matthias Krüger | -4/+11 |
| 2021-12-07 | Rollup merge of #87614 - notriddle:notriddle-count2len, r=Mark-Simulacrum | Matthias Krüger | -3/+24 |
| 2021-12-07 | Use object crate for .rustc metadata generation | Nikita Popov | -287/+245 |
| 2021-12-06 | Recommend fix `count()` -> `len()` on slices | Michael Howell | -3/+24 |
| 2021-12-07 | Add test with multiple type params failing inference | Esteban Kuber | -3/+1 |
| 2021-12-07 | Refer to const params as "const params" and not "type params" | Esteban Kuber | -36/+46 |
| 2021-12-07 | Refer to uninferred `const` params by their name, instead of `{ _: _ }` | Esteban Kuber | -6/+25 |