| Age | Commit message (Expand) | Author | Lines |
| 2022-02-27 | Lint against more useless `#[must_use]` attributes | Ruby Lazuli | -164/+527 |
| 2022-02-11 | Auto merge of #93893 - oli-obk:sad_revert, r=oli-obk | bors | -3621/+2482 |
| 2022-02-11 | Auto merge of #93891 - matthiaskrgr:rollup-xadut8w, r=matthiaskrgr | bors | -256/+226 |
| 2022-02-11 | Revert "Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis" | Oli Scherer | -3305/+2442 |
| 2022-02-11 | Revert "Auto merge of #92306 - Aaron1011:opaque-type-op, r=oli-obk" | Oli Scherer | -231/+71 |
| 2022-02-11 | Revert "Fix regression from lazy opaque types" | Oli Scherer | -126/+10 |
| 2022-02-11 | Rollup merge of #93864 - bjorn3:cleanup_archive_handling, r=petrochenkov | Matthias Krüger | -29/+2 |
| 2022-02-11 | Rollup merge of #93862 - Mark-Simulacrum:apple-split, r=pietroalbini | Matthias Krüger | -5/+22 |
| 2022-02-11 | Rollup merge of #93861 - JulianKnodt:notraitace, r=wesleywiser | Matthias Krüger | -2/+79 |
| 2022-02-11 | Rollup merge of #93853 - steffahn:map_by_value, r=wesleywiser | Matthias Krüger | -111/+108 |
| 2022-02-11 | Rollup merge of #93852 - GuillaumeGomez:remove-multi-query, r=jsha | Matthias Krüger | -107/+6 |
| 2022-02-11 | Rollup merge of #93742 - Mark-Simulacrum:skip-rustc-docs-complete, r=pietroal... | Matthias Krüger | -1/+4 |
| 2022-02-11 | Rollup merge of #93443 - spastorino:add-stable-hash-impl-doc, r=cjgillot | Matthias Krüger | -0/+3 |
| 2022-02-11 | Rollup merge of #92242 - compiler-errors:layout-modulo-regions, r=matthewjasper | Matthias Krüger | -1/+2 |
| 2022-02-11 | Auto merge of #93865 - flip1995:clippyup, r=Manishearth,flip1995 | bors | -3159/+4465 |
| 2022-02-10 | Split x86_64 apple builder into two | Mark Rousskov | -5/+22 |
| 2022-02-10 | Auto merge of #93860 - ehuss:update-rls, r=ehuss | bors | -1/+2 |
| 2022-02-10 | Clippy: Fix botstrap fallout | flip1995 | -21/+24 |
| 2022-02-10 | Merge commit '57b3c4b90f4346b3990c1be387c3b3ca7b78412c' into clippyup | flip1995 | -3159/+4462 |
| 2022-02-10 | Unconditionally update symbols | bjorn3 | -22/+1 |
| 2022-02-10 | Remove unnecessary update_symbols call | bjorn3 | -11/+5 |
| 2022-02-10 | Auto merge of #8409 - flip1995:rustup, r=flip1995 | bors | -91/+90 |
| 2022-02-10 | Bump nightly version -> 2022-02-10 | flip1995 | -1/+1 |
| 2022-02-10 | Merge remote-tracking branch 'upstream/master' into rustup | flip1995 | -3171/+4487 |
| 2022-02-10 | Fix ICE if no trait assoc const eq | kadmin | -2/+79 |
| 2022-02-10 | Update rls | Eric Huss | -1/+2 |
| 2022-02-10 | Auto merge of #93854 - matthiaskrgr:rollup-bh2a85j, r=matthiaskrgr | bors | -599/+445 |
| 2022-02-10 | Remove support for multi-query search | Guillaume Gomez | -107/+6 |
| 2022-02-10 | Remove further usage of `&hir::Map` | Frank Steffahn | -27/+24 |
| 2022-02-10 | Rollup merge of #93843 - solid-rs:fix-kmc-solid-condvar, r=m-ou-se | Matthias Krüger | -4/+9 |
| 2022-02-10 | Rollup merge of #93830 - camelid:cleanup-section-code, r=GuillaumeGomez | Matthias Krüger | -82/+172 |
| 2022-02-10 | Rollup merge of #93824 - Amanieu:stable_cfg_target_has_atomic, r=davidtwco | Matthias Krüger | -402/+84 |
| 2022-02-10 | Rollup merge of #93808 - GuillaumeGomez:headings-indent, r=jsha | Matthias Krüger | -105/+18 |
| 2022-02-10 | Rollup merge of #93802 - lcnr:mcg-woops, r=BoxyUwU | Matthias Krüger | -3/+51 |
| 2022-02-10 | Rollup merge of #93756 - tmandry:llvm-build-config, r=Mark-Simulacrum | Matthias Krüger | -0/+11 |
| 2022-02-10 | Rollup merge of #92670 - hermitcore:kernel, r=davidtwco | Matthias Krüger | -3/+100 |
| 2022-02-10 | Make all hir::Map methods consistently by-value | Frank Steffahn | -84/+84 |
| 2022-02-10 | Auto merge of #93511 - cjgillot:query-copy, r=oli-obk | bors | -182/+208 |
| 2022-02-10 | fix min_const_generics oversight | lcnr | -3/+51 |
| 2022-02-10 | kmc-solid: Wait queue should be sorted in the descending order of task priori... | Tomoaki Kawada | -1/+1 |
| 2022-02-10 | Auto merge of #93836 - matthiaskrgr:rollup-d1ssiwl, r=matthiaskrgr | bors | -84/+544 |
| 2022-02-10 | kmc-solid: Fix wait queue manipulation errors in the `Condvar` implementation | Tomoaki Kawada | -3/+8 |
| 2022-02-09 | Add llvm.build-config option | Tyler Mandry | -0/+11 |
| 2022-02-09 | Rollup merge of #93813 - xldenis:public-mir-passes, r=wesleywiser | Matthias Krüger | -3/+6 |
| 2022-02-09 | Rollup merge of #93799 - wooorm:patch-1, r=dtolnay | Matthias Krüger | -1/+1 |
| 2022-02-09 | Rollup merge of #93753 - jeremyBanks:main-conflict, r=petrochenkov | Matthias Krüger | -1/+35 |
| 2022-02-09 | Rollup merge of #93503 - michaelwoerister:fix-vtable-holder-debuginfo-regress... | Matthias Krüger | -63/+214 |
| 2022-02-09 | Rollup merge of #91504 - cynecx:used_retain, r=nikic | Matthias Krüger | -4/+182 |
| 2022-02-09 | Rollup merge of #91443 - compiler-errors:bad_collect_into_slice, r=wesleywiser | Matthias Krüger | -12/+106 |
| 2022-02-09 | Title-case trait aliases section for consistency | Noah Lev | -2/+2 |