| Age | Commit message (Expand) | Author | Lines |
| 2022-02-17 | fix impl trait message, bless tests | Michael Goulet | -256/+129 |
| 2022-02-17 | Add more information to `impl Trait` deny error | Michael Goulet | -210/+487 |
| 2022-02-17 | Auto merge of #94103 - matthiaskrgr:rollup-cd70ofn, r=matthiaskrgr | bors | -416/+499 |
| 2022-02-17 | Rollup merge of #94085 - flip1995:clippy_needless_borrow_temp_fix, r=Manishearth | Matthias Krüger | -26/+8 |
| 2022-02-17 | Rollup merge of #94082 - bjorn3:remove_cfg_platform, r=Mark-Simulacrum | Matthias Krüger | -6/+0 |
| 2022-02-17 | Rollup merge of #94043 - DrMeepster:box_alloc_ice, r=oli-obk | Matthias Krüger | -1/+9 |
| 2022-02-17 | Rollup merge of #94041 - a-lafrance:try-collect, r=scottmcm | Matthias Krüger | -0/+129 |
| 2022-02-17 | Rollup merge of #94011 - est31:let_else, r=lcnr | Matthias Krüger | -104/+50 |
| 2022-02-17 | Rollup merge of #93976 - SUPERCILEX:separator_str, r=yaahc | Matthias Krüger | -0/+6 |
| 2022-02-17 | Rollup merge of #93780 - GuillaumeGomez:links-in-sidebar, r=jsha | Matthias Krüger | -186/+168 |
| 2022-02-17 | Rollup merge of #93758 - nnethercote:improve-folding-comments, r=BoxyUwU | Matthias Krüger | -77/+113 |
| 2022-02-17 | Rollup merge of #93337 - Amanieu:asm_tracking, r=tmiasko | Matthias Krüger | -16/+16 |
| 2022-02-17 | Don't lint `needless_borrow` in method receiver positions | Jason Newcomb | -26/+8 |
| 2022-02-17 | Remove CFG_PLATFORM | bjorn3 | -6/+0 |
| 2022-02-17 | Auto merge of #93577 - nikic:llvm-14, r=nagisa | bors | -29/+53 |
| 2022-02-17 | Improve comments about type folding/visiting. | Nicholas Nethercote | -77/+113 |
| 2022-02-17 | Auto merge of #94072 - matthiaskrgr:rollup-7uu2286, r=matthiaskrgr | bors | -189/+545 |
| 2022-02-17 | Rollup merge of #94064 - nikic:update-musl-image, r=Mark-Simulacrum | Matthias Krüger | -2/+2 |
| 2022-02-17 | Rollup merge of #94031 - danielhenrymantilla:diagnostics/union-drop-suggest-c... | Matthias Krüger | -29/+44 |
| 2022-02-17 | Rollup merge of #94030 - ChayimFriedman2:issue-94010, r=petrochenkov | Matthias Krüger | -74/+105 |
| 2022-02-17 | Rollup merge of #93996 - notriddle:notriddle/magically-becomes-a-function, r=... | Matthias Krüger | -0/+106 |
| 2022-02-17 | Rollup merge of #93981 - ChayimFriedman2:slice-pat-reference-option-result, r... | Matthias Krüger | -25/+62 |
| 2022-02-17 | Rollup merge of #93693 - rukai:91550, r=davidtwco | Matthias Krüger | -25/+154 |
| 2022-02-17 | Rollup merge of #93479 - smoelius:master, r=yaahc | Matthias Krüger | -22/+9 |
| 2022-02-17 | Rollup merge of #89869 - kpreid:from-doc, r=yaahc | Matthias Krüger | -12/+63 |
| 2022-02-16 | Add MAIN_SEPARATOR_STR | Alex Saveau | -0/+6 |
| 2022-02-17 | Auto merge of #94040 - Mark-Simulacrum:destabilize-load-store, r=Amanieu | bors | -3/+76 |
| 2022-02-16 | add comment explaining the check | DrMeepster | -0/+2 |
| 2022-02-16 | Add a `try_collect()` helper method to `Iterator` | Arthur Lafrance | -0/+129 |
| 2022-02-16 | Auto merge of #91182 - ChrisDenton:command-broken-symlink, r=m-ou-se | bors | -2/+30 |
| 2022-02-16 | Adopt let_else in even more places | est31 | -104/+50 |
| 2022-02-16 | Update dist-x86_64-musl to Ubuntu 20.04 | Nikita Popov | -2/+2 |
| 2022-02-16 | Update compiler-builtins to 0.1.70 | Nikita Popov | -2/+2 |
| 2022-02-16 | Expose unstable llvm14-builtins-abi target feature for cfg use | Nikita Popov | -16/+24 |
| 2022-02-16 | Add cmake directory to llvm source distribution | Nikita Popov | -0/+2 |
| 2022-02-16 | Update coverage IR test | Nikita Popov | -2/+2 |
| 2022-02-16 | Update data layout for wasm32 targets | Nikita Popov | -3/+7 |
| 2022-02-16 | Update data layout for 32-bit msvc targets | Nikita Popov | -3/+13 |
| 2022-02-16 | Update optimization remark test for LLVM 14 | Nikita Popov | -2/+2 |
| 2022-02-16 | Update LLVM submodule | Nikita Popov | -1/+1 |
| 2022-02-16 | Update rustdoc tests to adapt to changes to the sidebar | Guillaume Gomez | -59/+59 |
| 2022-02-16 | Unify sidebar a bit more by generating a list using <ul> instead of <div> ele... | Guillaume Gomez | -127/+109 |
| 2022-02-16 | Auto merge of #94061 - matthiaskrgr:rollup-oduekp5, r=matthiaskrgr | bors | -85/+188 |
| 2022-02-16 | Rollup merge of #94054 - lnicola:rust-analyzer-2022-02-16, r=lnicola | Matthias Krüger | -22/+16 |
| 2022-02-16 | Rollup merge of #94045 - ehuss:update-books, r=ehuss | Matthias Krüger | -0/+0 |
| 2022-02-16 | Rollup merge of #94037 - tmiasko:verbose, r=Mark-Simulacrum | Matthias Krüger | -13/+23 |
| 2022-02-16 | Rollup merge of #94027 - GuillaumeGomez:update-browser-ui-test, r=notriddle | Matthias Krüger | -2/+2 |
| 2022-02-16 | Rollup merge of #94020 - tmiasko:pp, r=oli-obk | Matthias Krüger | -29/+117 |
| 2022-02-16 | Rollup merge of #94017 - fee1-dead:unub, r=bjorn3 | Matthias Krüger | -2/+4 |
| 2022-02-16 | Rollup merge of #94015 - GuillaumeGomez:check-option, r=notriddle | Matthias Krüger | -1/+14 |