| Age | Commit message (Expand) | Author | Lines |
| 2021-09-11 | Auto merge of #88857 - workingjubilee:rollup-zrtvspt, r=workingjubilee | bors | -268/+823 |
| 2021-09-11 | must_not_suspend impl | Gus Wynn | -5/+587 |
| 2021-09-11 | interpreter PointerArithmetic: use new Size helper methods | Ralf Jung | -8/+6 |
| 2021-09-11 | Rebase fallout. | Camille GILLOT | -3/+3 |
| 2021-09-11 | Rebase fallout. | Camille GILLOT | -5/+6 |
| 2021-09-11 | Rollup merge of #88850 - matthiaskrgr:identical_conv, r=jackh726 | Jubilee | -5/+5 |
| 2021-09-11 | Rollup merge of #88849 - matthiaskrgr:clony_on_copy, r=petrochenkov | Jubilee | -34/+30 |
| 2021-09-11 | Rollup merge of #88830 - GuillaumeGomez:help-e0463, r=estebank | Jubilee | -0/+5 |
| 2021-09-11 | Rollup merge of #88779 - estebank:unused-delims, r=davidtwco | Jubilee | -150/+551 |
| 2021-09-11 | Rollup merge of #88757 - andrewhickman:master, r=jackh726 | Jubilee | -37/+80 |
| 2021-09-11 | Rollup merge of #88733 - Noble-Mushtak:88577, r=estebank | Jubilee | -0/+39 |
| 2021-09-11 | Rollup merge of #88668 - hvdijk:x32, r=joshtriplett | Jubilee | -6/+6 |
| 2021-09-11 | Rollup merge of #88209 - Amanieu:asm_in_underscore, r=nagisa | Jubilee | -25/+61 |
| 2021-09-11 | Rollup merge of #88147 - FabianWolff:issue-88097, r=jackh726 | Jubilee | -0/+37 |
| 2021-09-11 | Rollup merge of #87904 - kpreid:unsize, r=jyn514 | Jubilee | -11/+9 |
| 2021-09-11 | Add test for -Z panic-in-drop=abort | Amanieu d'Antras | -0/+54 |
| 2021-09-11 | Ensure that crates are linked with compatible panic-in-drop settings | Amanieu d'Antras | -9/+30 |
| 2021-09-11 | Apply noreturn and nounwind LLVM attributes to callsites | Amanieu d'Antras | -1/+6 |
| 2021-09-11 | Allow simd_shuffle to accept vectors of any length | Caleb Zulawski | -33/+125 |
| 2021-09-11 | manually inline function | The8472 | -4/+4 |
| 2021-09-11 | Auto merge of #88327 - bonega:scalar_refactor, r=eddyb | bors | -270/+230 |
| 2021-09-11 | Fix duplicate bounds for const_trait_impl | Deadbeef | -6/+12 |
| 2021-09-11 | Add comment pointing to test | Andrew Hickman | -0/+3 |
| 2021-09-11 | don't convert types into identical types | Matthias Krüger | -5/+5 |
| 2021-09-11 | Auto merge of #7663 - Jarcho:rsplit_once_order, r=llogiq | bors | -38/+72 |
| 2021-09-11 | don't clone types that are Copy (clippy::clone_on_copy) | Matthias Krüger | -34/+30 |
| 2021-09-11 | correct ARM+MUSL notes | oliverbr | -2/+2 |
| 2021-09-11 | Auto merge of #88214 - notriddle:notriddle/for-loop-span-drop-temps-mut, r=na... | bors | -10/+9 |
| 2021-09-11 | Auto merge of #88214 - notriddle:notriddle/for-loop-span-drop-temps-mut, r=na... | bors | -13/+82 |
| 2021-09-11 | In suggest_missing_return_type, erase late bound regions after normalizing | jackh726 | -1/+41 |
| 2021-09-11 | Auto merge of #88824 - Manishearth:rollup-7bzk9h6, r=Manishearth | bors | -212/+976 |
| 2021-09-10 | Make sure the call span parens check only fires on the callee, not args | Michael Howell | -7/+8 |
| 2021-09-10 | Fix debuginfo tests for the latest version of the Windows SDK. | Wesley Wiser | -77/+58 |
| 2021-09-10 | Add the corrections stuff to the 88803 test case | Michael Howell | -1/+12 |
| 2021-09-10 | feat(rustc_typeck): suggest removing bad parens in `(recv.method)()` | Michael Howell | -1/+36 |
| 2021-09-10 | Revert "Temporarily ignore some debuginfo tests on windows." | Wesley Wiser | -12/+0 |
| 2021-09-11 | optimization continuation byte validation of strings containing multibyte chars | The8472 | -6/+4 |
| 2021-09-11 | optimize utf8_is_cont_byte() to speed up str.chars().count() | The8472 | -1/+1 |
| 2021-09-11 | benchmark for str.chars().count() | The8472 | -0/+34 |
| 2021-09-11 | Update LLVM submodule | Mitchell Kember | -0/+0 |
| 2021-09-11 | Fill in the tracking issue for `#![feature(const_unsafecell_get_mut)]` | Waffle Lapkin | -1/+1 |
| 2021-09-10 | rustc: Remove local variable IDs from `Export`s | Vadim Petrochenkov | -2/+2 |
| 2021-09-10 | rustc: Remove local variable IDs from `Export`s | Vadim Petrochenkov | -68/+71 |
| 2021-09-10 | Fix error recovery in format macro parsing | Fabian Wolff | -18/+94 |
| 2021-09-10 | Add a range pattern inference failing test | Gary Guo | -0/+49 |
| 2021-09-10 | Add ui test for issue 88074 | Gary Guo | -0/+16 |
| 2021-09-10 | Perform type inference in range pattern | Gary Guo | -28/+44 |
| 2021-09-10 | Add help for E0463 | Guillaume Gomez | -0/+5 |
| 2021-09-10 | Introduce a fast path that avoids the `debug_tuple` abstraction when deriving | Patrick Walton | -3/+18 |
| 2021-09-10 | Use `libc::sigaction()` instead of `sys::signal()` to prevent a deadlock | Fabian Wolff | -4/+3 |