| Age | Commit message (Expand) | Author | Lines |
| 2021-09-12 | Use non-recursive algorithm in non-parallel compiler. | Camille GILLOT | -4/+10 |
| 2021-09-12 | Use boxed slice instead of BTreeSet. | Camille GILLOT | -34/+40 |
| 2021-09-12 | Gather module items after lowering. | Camille GILLOT | -63/+119 |
| 2021-09-12 | Auto merge of #88881 - Manishearth:rollup-alohfwx, r=Manishearth | bors | -432/+498 |
| 2021-09-12 | Rollup merge of #88711 - Mark-Simulacrum:fix-dfs-bug, r=jackh726 | Manish Goregaokar | -3/+69 |
| 2021-09-12 | Rollup merge of #88709 - BoxyUwU:thir-abstract-const, r=lcnr | Manish Goregaokar | -344/+274 |
| 2021-09-12 | Rollup merge of #88677 - petrochenkov:exportid, r=davidtwco | Manish Goregaokar | -55/+58 |
| 2021-09-12 | Rollup merge of #88336 - jackh726:gats-where-constraints, r=estebank | Manish Goregaokar | -30/+97 |
| 2021-09-12 | Auto merge of #88771 - jackh726:wf_tys_set, r=nikomatsakis | bors | -37/+40 |
| 2021-09-12 | Fix suggestion for nested struct patterns | Fabian Wolff | -8/+15 |
| 2021-09-11 | cleanup(rustc_trait_selection): remove vestigial code from rustc_on_unimpleme... | Michael Howell | -4/+0 |
| 2021-09-11 | Auto merge of #84373 - cjgillot:resolve-span, r=michaelwoerister,petrochenkov | bors | -83/+269 |
| 2021-09-11 | Auto merge of #78780 - cjgillot:req, r=Mark-Simulacrum | bors | -372/+266 |
| 2021-09-11 | fix doctests | Gus Wynn | -2/+4 |
| 2021-09-11 | array comment + test for references | Gus Wynn | -20/+14 |
| 2021-09-11 | skip the uninhabitated check and comments | Gus Wynn | -17/+32 |
| 2021-09-11 | remove attempt at fn call | Gus Wynn | -69/+1 |
| 2021-09-11 | must_not_suspend impl | Gus Wynn | -5/+338 |
| 2021-09-11 | interpreter PointerArithmetic: use new Size helper methods | Ralf Jung | -8/+6 |
| 2021-09-11 | Rebase fallout. | Camille GILLOT | -0/+1 |
| 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 | -30/+26 |
| 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 | -68/+52 |
| 2021-09-11 | Rollup merge of #88757 - andrewhickman:master, r=jackh726 | Jubilee | -35/+46 |
| 2021-09-11 | Rollup merge of #88733 - Noble-Mushtak:88577, r=estebank | Jubilee | -0/+14 |
| 2021-09-11 | Rollup merge of #88668 - hvdijk:x32, r=joshtriplett | Jubilee | -5/+5 |
| 2021-09-11 | Rollup merge of #88209 - Amanieu:asm_in_underscore, r=nagisa | Jubilee | -0/+12 |
| 2021-09-11 | Rollup merge of #88147 - FabianWolff:issue-88097, r=jackh726 | Jubilee | -0/+6 |
| 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 | -15/+30 |
| 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 | -2/+3 |
| 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 | don't clone types that are Copy (clippy::clone_on_copy) | Matthias Krüger | -30/+26 |
| 2021-09-11 | Auto merge of #88214 - notriddle:notriddle/for-loop-span-drop-temps-mut, r=na... | bors | -2/+7 |
| 2021-09-11 | In suggest_missing_return_type, erase late bound regions after normalizing | jackh726 | -1/+2 |
| 2021-09-10 | Make sure the call span parens check only fires on the callee, not args | Michael Howell | -7/+8 |
| 2021-09-10 | feat(rustc_typeck): suggest removing bad parens in `(recv.method)()` | Michael Howell | -1/+17 |
| 2021-09-10 | rustc: Remove local variable IDs from `Export`s | Vadim Petrochenkov | -55/+58 |
| 2021-09-10 | Fix error recovery in format macro parsing | Fabian Wolff | -18/+17 |
| 2021-09-10 | Perform type inference in range pattern | Gary Guo | -16/+43 |
| 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 | ARMV6K 3DS: Removed useless parameters in target spec | Meziu | -3/+1 |
| 2021-09-10 | Record call_site parent for macros. | Camille GILLOT | -3/+27 |
| 2021-09-10 | Remove some span tracking. | Camille GILLOT | -6/+6 |
| 2021-09-10 | Give spans their parent item during lowering. | Camille GILLOT | -3/+11 |