| Age | Commit message (Expand) | Author | Lines |
| 2021-12-26 | compiletest: Remove some vestigial code | Eric Huss | -11/+0 |
| 2021-12-22 | Auto merge of #90408 - pierwill:untrack-localdefid-90317, r=cjgillot | bors | -31/+87 |
| 2021-12-22 | Auto merge of #92201 - ChrisDenton:fix-tests, r=Mark-Simulacrum | bors | -3/+11 |
| 2021-12-22 | Fix tests | Chris Denton | -3/+11 |
| 2021-12-22 | rustc `VecGraph`: require the index type to implement Ord | pierwill | -6/+9 |
| 2021-12-22 | Require Ord for rustc_index::SparseBitSet::last_set_in | pierwill | -3/+8 |
| 2021-12-22 | Remove `PartialOrd` and `Ord` from `LocalDefId` | pierwill | -24/+72 |
| 2021-12-21 | Auto merge of #92095 - vacuus:master, r=jyn514 | bors | -29/+22 |
| 2021-12-21 | Auto merge of #92149 - fee1-dead:cache-fix, r=oli-obk | bors | -3/+41 |
| 2021-12-21 | Auto merge of #92152 - matthiaskrgr:rollup-nmskpw6, r=matthiaskrgr | bors | -588/+1535 |
| 2021-12-21 | Rollup merge of #92131 - bjorn3:sync_cg_clif-2021-12-20, r=bjorn3 | Matthias Krüger | -524/+1009 |
| 2021-12-21 | Rollup merge of #92129 - RalfJung:join-handle-docs, r=jyn514 | Matthias Krüger | -1/+1 |
| 2021-12-21 | Rollup merge of #92127 - GuillaumeGomez:search-results-duplicate-removal, r=jsha | Matthias Krüger | -11/+13 |
| 2021-12-21 | Rollup merge of #91823 - woppopo:const_ptr_as_ref, r=lcnr | Matthias Krüger | -15/+30 |
| 2021-12-21 | Rollup merge of #91770 - TaKO8Ki:suggest-adding-cfg-test, r=joshtriplett | Matthias Krüger | -4/+264 |
| 2021-12-21 | Rollup merge of #91412 - compiler-errors:issue-86035, r=oli-obk | Matthias Krüger | -27/+212 |
| 2021-12-21 | Rollup merge of #90345 - passcod:entry-insert, r=dtolnay | Matthias Krüger | -6/+6 |
| 2021-12-21 | Auto merge of #91903 - tmiasko:bit-set-hash, r=jackh726 | bors | -6/+33 |
| 2021-12-21 | Fix bad caching of `~const Drop` bounds | Deadbeef | -3/+41 |
| 2021-12-20 | Fixup tests for issue-86035 | Michael Goulet | -4/+4 |
| 2021-12-20 | Suggest glob-import if we need to import a trait, but it has no visible name | Michael Goulet | -7/+68 |
| 2021-12-20 | Bail if printing item named `_` in `try_print_visible_def_path` | Michael Goulet | -16/+28 |
| 2021-12-20 | Prefer visibility paths where items are not named `_` | Michael Goulet | -4/+19 |
| 2021-12-20 | Test for issue-86035 | Michael Goulet | -0/+97 |
| 2021-12-21 | Auto merge of #92126 - RalfJung:miri, r=RalfJung | bors | -8/+6 |
| 2021-12-20 | Auto merge of #92144 - rust-lang:tmandry-patch-1, r=Mark-Simulacrum | bors | -0/+1 |
| 2021-12-20 | Add tmandry to .mailmap | Tyler Mandry | -0/+1 |
| 2021-12-20 | Bump insert_entry stabilization to Rust 1.59 | David Tolnay | -2/+2 |
| 2021-12-20 | Merge commit '97e504549371d7640cf011d266e3c17394fdddac' into sync_cg_clif-202... | bjorn3 | -524/+1009 |
| 2021-12-20 | Fix taking address of truly unsized type field of unsized adt | bjorn3 | -1/+70 |
| 2021-12-20 | JoinHandle docs: add missing 'the' | Ralf Jung | -1/+1 |
| 2021-12-20 | Rustup to rustc 1.59.0-nightly (e95e084a1 2021-12-19) | bjorn3 | -1/+1 |
| 2021-12-20 | Sync from rust 84f962a89bac3948ed116f1ad04c2f4793fb69ea | bjorn3 | -5/+6 |
| 2021-12-20 | Move duplicates removal when generating results instead of when displaying them | Guillaume Gomez | -11/+13 |
| 2021-12-20 | update Miri | Ralf Jung | -8/+6 |
| 2021-12-20 | Auto merge of #92108 - r00ster91:patch-6, r=jyn514 | bors | -1/+1 |
| 2021-12-20 | Auto merge of #91924 - Aaron1011:serialize-adt-def, r=michaelwoerister | bors | -28/+23 |
| 2021-12-20 | Auto merge of #92041 - Aaron1011:remove-speculative-evaluation, r=jackh726 | bors | -18/+35 |
| 2021-12-20 | Auto merge of #91900 - pitaj:fix-91714, r=jyn514 | bors | -157/+99 |
| 2021-12-20 | Auto merge of #91844 - nnethercote:rm-ObligationCauseData-2, r=Mark-Simulacrum | bors | -139/+135 |
| 2021-12-19 | Remove 'need_backline' field of `DocFragment` | Roc Yu | -29/+18 |
| 2021-12-19 | Omit check of a successive line in loop | vacuus | -6/+10 |
| 2021-12-20 | Eliminate `ObligationCauseData`. | Nicholas Nethercote | -139/+135 |
| 2021-12-19 | paniced -> panicked | r00ster | -1/+1 |
| 2021-12-19 | Auto merge of #92106 - matthiaskrgr:rollup-zw6t1mu, r=matthiaskrgr | bors | -66/+104 |
| 2021-12-19 | Rollup merge of #92029 - nikic:section-flags-fix, r=davidtwco | Matthias Krüger | -1/+8 |
| 2021-12-19 | Rollup merge of #91895 - pitaj:91867-monomorphize, r=Aaron1011 | Matthias Krüger | -7/+6 |
| 2021-12-19 | Rollup merge of #91878 - LegionMammal978:less-inband-infer, r=Aaron1011 | Matthias Krüger | -49/+48 |
| 2021-12-19 | Rollup merge of #91791 - terrarier2111:fix-float-ice, r=nagisa | Matthias Krüger | -9/+42 |
| 2021-12-19 | Auto merge of #92099 - matthiaskrgr:rollup-4gwv67m, r=matthiaskrgr | bors | -277/+228 |