| Age | Commit message (Expand) | Author | Lines |
| 2022-09-05 | Add test for #98294 | Nikita Popov | -0/+19 |
| 2022-09-05 | Add corresponding regression test | Daniel Henry-Mantilla | -0/+10 |
| 2022-09-05 | Add matrix based test for documenting the let / let else temporary drop order | est31 | -0/+321 |
| 2022-09-05 | suggest introducing an explicit lifetime if it does not exist | Takayuki Maeda | -10/+44 |
| 2022-09-05 | Auto merge of #101439 - Dylan-DPC:rollup-2wf1mtj, r=Dylan-DPC | bors | -151/+352 |
| 2022-09-05 | Rollup merge of #101429 - compiler-errors:issue-101119, r=lcnr | Dylan DPC | -0/+31 |
| 2022-09-05 | Rollup merge of #101409 - WaffleLapkin:rust_2021_compatibility_no_warn_in_202... | Dylan DPC | -0/+15 |
| 2022-09-05 | Rollup merge of #101367 - compiler-errors:suggest-copied-or-cloned, r=lcnr | Dylan DPC | -0/+129 |
| 2022-09-05 | Rollup merge of #101142 - nnethercote:improve-hir-stats, r=davidtwco | Dylan DPC | -151/+177 |
| 2022-09-05 | Auto merge of #101414 - mystor:pm_nested_cross_thread, r=eddyb | bors | -3/+20 |
| 2022-09-04 | Remove unnecessary `EMIT_MIR_FOR_EACH_BITWIDTH | Jakob Degen | -1598/+12 |
| 2022-09-05 | UPDATE - into_diagnostic to take a Handler instead of a ParseSess | Jhonny Bill Mena | -11/+11 |
| 2022-09-05 | Look at move place's type when suggesting mutable reborrow | Michael Goulet | -0/+50 |
| 2022-09-05 | Don't suggest reborrow if usage is inside a closure | Michael Goulet | -0/+31 |
| 2022-09-05 | Auto merge of #101386 - aDotInTheVoid:rdj-discriminant, r=GuillaumeGomez | bors | -0/+119 |
| 2022-09-05 | Auto merge of #100759 - fee1-dead-contrib:const_eval_select_real_intrinsic, r... | bors | -70/+89 |
| 2022-09-04 | Point at type parameter in plain path expr | Michael Goulet | -0/+23 |
| 2022-09-04 | proc_macro/bridge: use the cross-thread executor for nested proc-macros | Nika Layzell | -3/+20 |
| 2022-09-04 | Rollup merge of #101407 - GuillaumeGomez:rm-duplicated-gui-test, r=Dylan-DPC | Matthias Krüger | -22/+0 |
| 2022-09-04 | Rollup merge of #101388 - compiler-errors:issue-101376, r=fee1-dead | Matthias Krüger | -0/+35 |
| 2022-09-04 | Don't fire `rust_2021_incompatible_closure_captures` in edition = 2021 | Maybe Waffle | -0/+15 |
| 2022-09-04 | Remove duplicated test (superseeded by search-form-elements.goml) | Guillaume Gomez | -22/+0 |
| 2022-09-04 | Auto merge of #101296 - compiler-errors:head-span-for-enclosing-scope, r=oli-obk | bors | -266/+189 |
| 2022-09-04 | Make `const_eval_select` a real intrinsic | Deadbeef | -70/+89 |
| 2022-09-04 | Auto merge of #100726 - jswrenn:transmute, r=oli-obk | bors | -687/+1167 |
| 2022-09-04 | Also suggest dereferencing LHS when both &mut T and T are valid binop LHS | Michael Goulet | -0/+35 |
| 2022-09-04 | Address nits, rename enclosing_scope => parent_label | Michael Goulet | -43/+43 |
| 2022-09-04 | Use head span for rustc_on_unimplemented's enclosing_scope attr | Michael Goulet | -196/+119 |
| 2022-09-04 | Rollup merge of #101369 - compiler-errors:global-asm-pprint, r=jackh726 | Matthias Krüger | -0/+12 |
| 2022-09-04 | Rollup merge of #100647 - obeis:issue-99875, r=nagisa | Matthias Krüger | -32/+81 |
| 2022-09-04 | Rollup merge of #100302 - compiler-errors:deref-path-methods, r=jackh726 | Matthias Krüger | -0/+20 |
| 2022-09-03 | Rustdoc-Json: Add enum discriminant | Nixon Enraght-Moony | -0/+119 |
| 2022-09-03 | Do not call object_lifetime_default on lifetime params. | Camille GILLOT | -33/+71 |
| 2022-09-03 | Auto merge of #101378 - matthiaskrgr:rollup-s1awa47, r=matthiaskrgr | bors | -108/+128 |
| 2022-09-03 | Rollup merge of #101364 - compiler-errors:arg-suggestion-spans, r=wesleywiser | Matthias Krüger | -108/+108 |
| 2022-09-03 | Rollup merge of #101335 - notriddle:notriddle/methods-stability, r=notriddle | Matthias Krüger | -0/+20 |
| 2022-09-03 | Auto merge of #100574 - Urgau:check-cfg-warn-cfg, r=petrochenkov | bors | -3/+23 |
| 2022-09-03 | Include enum path in variant suggestion | Michael Goulet | -232/+232 |
| 2022-09-03 | Fix global_asm macro pretty printing | Michael Goulet | -0/+12 |
| 2022-09-03 | Suggest copied or cloned | Michael Goulet | -0/+129 |
| 2022-09-03 | Suggest associated method on deref types | Michael Goulet | -0/+20 |
| 2022-09-03 | Shrink suggestion span of argument mismatch error | Michael Goulet | -108/+108 |
| 2022-09-03 | Suggest removing unnecessary prefix let in patterns | Michael Goulet | -0/+31 |
| 2022-09-03 | Rollup merge of #101348 - GuillaumeGomez:cleanup-css-theme, r=notriddle | Dylan DPC | -2/+2 |
| 2022-09-03 | Rollup merge of #101217 - eholk:drop-tracking-73137, r=jyn514 | Dylan DPC | -0/+3 |
| 2022-09-03 | Auto merge of #100966 - compiler-errors:revert-remove-deferred-sized-checks, ... | bors | -25/+219 |
| 2022-09-03 | Update rustdoc-gui tests for search-input border color on dark theme | Guillaume Gomez | -2/+2 |
| 2022-09-02 | Auto merge of #97802 - Enselic:add-no_ignore_sigkill-feature, r=joshtriplett | bors | -0/+261 |
| 2022-09-02 | rustdoc: put in rule to get alignment in desktop and mobile layouts | Michael Howell | -0/+20 |
| 2022-09-02 | Rollup merge of #100121 - Nilstrieb:mir-validator-param-env, r=oli-obk | Matthias Krüger | -0/+25 |