| Age | Commit message (Expand) | Author | Lines |
| 2022-09-05 | use `propagate_through_exprs` instead of `propagate_through_expr` | Takayuki Maeda | -35/+26 |
| 2022-09-05 | refactor: remove unnecessary variables | Takayuki Maeda | -108/+93 |
| 2022-09-05 | separate the receiver from arguments in HIR under /clippy | Takayuki Maeda | -563/+663 |
| 2022-09-05 | separate the receiver from arguments in HIR | Takayuki Maeda | -96/+115 |
| 2022-09-05 | Auto merge of #101439 - Dylan-DPC:rollup-2wf1mtj, r=Dylan-DPC | bors | -287/+726 |
| 2022-09-05 | Rollup merge of #101429 - compiler-errors:issue-101119, r=lcnr | Dylan DPC | -1/+33 |
| 2022-09-05 | Rollup merge of #101420 - kraktus:doc_hir_local, r=cjgillot | Dylan DPC | -1/+1 |
| 2022-09-05 | Rollup merge of #101409 - WaffleLapkin:rust_2021_compatibility_no_warn_in_202... | Dylan DPC | -2/+21 |
| 2022-09-05 | Rollup merge of #101391 - matthiaskrgr:perf0309, r=oli-obk | Dylan DPC | -19/+11 |
| 2022-09-05 | Rollup merge of #101367 - compiler-errors:suggest-copied-or-cloned, r=lcnr | Dylan DPC | -0/+194 |
| 2022-09-05 | Rollup merge of #101142 - nnethercote:improve-hir-stats, r=davidtwco | Dylan DPC | -264/+466 |
| 2022-09-05 | Auto merge of #101414 - mystor:pm_nested_cross_thread, r=eddyb | bors | -4/+56 |
| 2022-09-05 | Don't suggest reborrow if usage is inside a closure | Michael Goulet | -1/+33 |
| 2022-09-05 | Auto merge of #101386 - aDotInTheVoid:rdj-discriminant, r=GuillaumeGomez | bors | -21/+213 |
| 2022-09-05 | Auto merge of #100759 - fee1-dead-contrib:const_eval_select_real_intrinsic, r... | bors | -285/+438 |
| 2022-09-04 | Auto merge of #100576 - joboet:movable_const_remutex, r=Mark-Simulacrum | bors | -165/+39 |
| 2022-09-04 | Auto merge of #93455 - asquared31415:vec-zero-opts, r=thomcc | bors | -0/+17 |
| 2022-09-04 | Fix `hir::Local` doc to match with the variable name used: `init` | kraktus | -1/+1 |
| 2022-09-04 | Auto merge of #101411 - matthiaskrgr:rollup-uj24yb5, r=matthiaskrgr | bors | -60/+130 |
| 2022-09-04 | proc_macro/bridge: use the cross-thread executor for nested proc-macros | Nika Layzell | -4/+56 |
| 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 #101401 - mx00s:expand-const, r=fee1-dead | Matthias Krüger | -27/+63 |
| 2022-09-04 | Rollup merge of #101397 - notriddle:notriddle/source-nav-not-sidebar-sub, r=G... | Matthias Krüger | -4/+0 |
| 2022-09-04 | Rollup merge of #101394 - CAD97:patch-3, r=Mark-Simulacrum | Matthias Krüger | -1/+4 |
| 2022-09-04 | Rollup merge of #101388 - compiler-errors:issue-101376, r=fee1-dead | Matthias Krüger | -3/+57 |
| 2022-09-04 | Rollup merge of #101385 - BartMassey-upstream:file-doc, r=thomcc | Matthias Krüger | -1/+1 |
| 2022-09-04 | Rollup merge of #101322 - ChrisDenton:internal-doc, r=Mark-Simulacrum | Matthias Krüger | -2/+5 |
| 2022-09-04 | Don't fire `rust_2021_incompatible_closure_captures` in edition = 2021 | Maybe Waffle | -2/+21 |
| 2022-09-04 | Test internal documentation | Chris Denton | -1/+2 |
| 2022-09-04 | Address feedback from PR #101401 | Sage Mitchell | -12/+20 |
| 2022-09-04 | Make `char::is_lowercase` and `char::is_uppercase` const | Sage Mitchell | -27/+55 |
| 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 | -288/+287 |
| 2022-09-04 | Add `inline(always)` to rt functions | Deadbeef | -0/+4 |
| 2022-09-04 | remap mir before running optimization passes | Deadbeef | -4/+7 |
| 2022-09-04 | Add `inline(always)` to function generated by macro | Deadbeef | -0/+1 |
| 2022-09-04 | Make `const_eval_select` a real intrinsic | Deadbeef | -285/+430 |
| 2022-09-04 | rustdoc: Compute enum discriminant on demand | Nixon Enraght-Moony | -24/+28 |
| 2022-09-04 | Auto merge of #101250 - klensy:bump-deps-08-22, r=Dylan-DPC | bors | -131/+33 |
| 2022-09-04 | Auto merge of #100726 - jswrenn:transmute, r=oli-obk | bors | -734/+1319 |
| 2022-09-04 | Also suggest dereferencing LHS when both &mut T and T are valid binop LHS | Michael Goulet | -0/+43 |
| 2022-09-04 | Auto merge of #101312 - nikic:update-llvm-7, r=cuviper | bors | -0/+0 |
| 2022-09-04 | Auto merge of #101396 - matthiaskrgr:rollup-9n0257m, r=matthiaskrgr | bors | -45/+205 |
| 2022-09-04 | Address nits, rename enclosing_scope => parent_label | Michael Goulet | -65/+141 |
| 2022-09-04 | Use head span for rustc_on_unimplemented's enclosing_scope attr | Michael Goulet | -197/+120 |
| 2022-09-03 | rustdoc: remove redundant mobile-sized `.source nav:not(.sidebar).sub` | Michael Howell | -4/+0 |
| 2022-09-04 | Rollup merge of #101369 - compiler-errors:global-asm-pprint, r=jackh726 | Matthias Krüger | -0/+14 |
| 2022-09-04 | Rollup merge of #101349 - notriddle:notriddle/flex-basis, r=GuillaumeGomez | Matthias Krüger | -4/+0 |
| 2022-09-04 | Rollup merge of #100647 - obeis:issue-99875, r=nagisa | Matthias Krüger | -39/+111 |
| 2022-09-04 | Rollup merge of #100302 - compiler-errors:deref-path-methods, r=jackh726 | Matthias Krüger | -2/+80 |