| Age | Commit message (Expand) | Author | Lines |
| 2021-12-03 | Extend emoji-identifiers ui test. | Mara Bos | -1/+12 |
| 2021-12-03 | Improve 'cannot contain emoji' error. | Mara Bos | -5/+22 |
| 2021-12-02 | Auto merge of #91318 - eggyal:reduce-boilerplate-around-infallible-folders, r... | bors | -731/+895 |
| 2021-12-02 | Rename TypeFolderFallible to FallibleTypeFolder | Alan Egerton | -68/+68 |
| 2021-12-02 | Update compiler/rustc_middle/src/ty/fold.rs | eggyal | -0/+2 |
| 2021-12-02 | Reduce boilerplate around infallible folders | Alan Egerton | -722/+893 |
| 2021-12-02 | Remove no-longer used `IdFunctor::map_id` | Alan Egerton | -9/+0 |
| 2021-12-02 | Auto merge of #91455 - matthiaskrgr:rollup-gix2hy6, r=matthiaskrgr | bors | -599/+713 |
| 2021-12-02 | Rollup merge of #91411 - ChrisDenton:valid-paths, r=petrochenkov | Matthias Krüger | -24/+8 |
| 2021-12-02 | Rollup merge of #91394 - Mark-Simulacrum:bump-stage0, r=pietroalbini | Matthias Krüger | -455/+456 |
| 2021-12-02 | Rollup merge of #91045 - mjptree:issue-90702-fix, r=petrochenkov | Matthias Krüger | -106/+210 |
| 2021-12-02 | Rollup merge of #89234 - nbdd0121:discr, r=jackh726 | Matthias Krüger | -14/+39 |
| 2021-12-02 | Auto merge of #91354 - fee1-dead:const_env, r=spastorino | bors | -430/+380 |
| 2021-12-02 | Auto merge of #91291 - GuillaumeGomez:const-deref-method, r=camelid | bors | -35/+122 |
| 2021-12-02 | Auto merge of #91003 - psumbera:sparc64-abi, r=nagisa | bors | -58/+272 |
| 2021-12-01 | Auto merge of #90446 - cjgillot:late-elided, r=jackh726 | bors | -239/+399 |
| 2021-12-01 | Improve suggestion for extern crate self error message | Michael | -70/+77 |
| 2021-12-01 | Stop treating extern crate loading failures as fatal errors | Michael | -41/+124 |
| 2021-12-01 | Factor out build reduced graph for extern crate | Michael | -69/+83 |
| 2021-12-01 | Auto merge of #91433 - matthiaskrgr:rollup-118ql06, r=matthiaskrgr | bors | -175/+655 |
| 2021-12-01 | Disallow non-c-like but "fieldless" ADTs from being casted to integer... | Gary Guo | -14/+39 |
| 2021-12-01 | Rollup merge of #91430 - jyn514:normalize-fallible, r=jackh726 | Matthias Krüger | -13/+51 |
| 2021-12-01 | Rollup merge of #91425 - jyn514:treat-lint-err-as-bug, r=oli-obk | Matthias Krüger | -2/+7 |
| 2021-12-01 | Rollup merge of #91424 - richkadel:llvm-patch-instrproferror, r=tmandry | Matthias Krüger | -0/+0 |
| 2021-12-01 | Rollup merge of #91313 - petrochenkov:cratexp, r=Aaron1011 | Matthias Krüger | -159/+203 |
| 2021-12-01 | Rollup merge of #88502 - ibraheemdev:slice-take, r=dtolnay | Matthias Krüger | -1/+394 |
| 2021-12-01 | Use `try_normalize_erasing_regions` instead of a custom infer context | Joshua Nelson | -13/+51 |
| 2021-12-01 | Auto merge of #91275 - camelid:deny-test-warnings, r=jyn514 | bors | -66/+118 |
| 2021-12-01 | Include lint errors in error count for `-Ztreat-err-as-bug` | Joshua Nelson | -2/+7 |
| 2021-12-01 | Update LLVM with patches for better llvm-cov diagnostics | Rich Kadel | -0/+0 |
| 2021-12-01 | Format | Deadbeef | -6/+26 |
| 2021-12-01 | TODO => FIXME | Deadbeef | -1/+1 |
| 2021-12-01 | Cache with consistent env and bound | Deadbeef | -8/+36 |
| 2021-12-01 | Auto merge of #91255 - b-naber:normalization-ice, r=jackh276 | bors | -5/+600 |
| 2021-12-01 | rebase | b-naber | -31/+19 |
| 2021-12-01 | address review | b-naber | -1/+10 |
| 2021-12-01 | fix query description | b-naber | -2/+2 |
| 2021-12-01 | remove static_assert_size on InterpError | b-naber | -3/+0 |
| 2021-12-01 | more fixed issues | b-naber | -0/+41 |
| 2021-12-01 | add tests and bless existing ones | b-naber | -0/+360 |
| 2021-12-01 | implement version of normalize_erasing_regions that doesn't assume value is n... | b-naber | -3/+203 |
| 2021-12-01 | Auto merge of #91418 - matthiaskrgr:rollup-vn9f9w3, r=matthiaskrgr | bors | -458/+617 |
| 2021-12-01 | Rollup merge of #91404 - nnethercote:fix-bad-NodeId-limit-checking, r=dtolnay | Matthias Krüger | -6/+3 |
| 2021-12-01 | Rollup merge of #91346 - ibraheemdev:result-inspect, r=dtolnay | Matthias Krüger | -0/+72 |
| 2021-12-01 | Rollup merge of #91298 - FabianWolff:issue-91028-source-avail, r=cjgillot | Matthias Krüger | -1/+1 |
| 2021-12-01 | Rollup merge of #91207 - richkadel:rk-bump-coverage-version, r=tmandry | Matthias Krüger | -24/+101 |
| 2021-12-01 | Rollup merge of #91087 - rukai:fix_test_nll_revisions, r=jackh726 | Matthias Krüger | -219/+115 |
| 2021-12-01 | Rollup merge of #90985 - camsteffen:diag-name-usage, r=jackh726 | Matthias Krüger | -74/+73 |
| 2021-12-01 | Rollup merge of #87160 - estebank:colon-recovery, r=nagisa | Matthias Krüger | -134/+252 |
| 2021-12-01 | fix sparc64 ABI for aggregates with floating point members | Petr Sumbera | -58/+272 |