| Age | Commit message (Expand) | Author | Lines |
| 2022-11-01 | Rollup merge of #103837 - GuillaumeGomez:migrate-sidebar-links-color-gui-test... | Manish Goregaokar | -225/+162 |
| 2022-11-01 | Rollup merge of #103781 - JakobDegen:mir-opt-tidy, r=jyn514 | Manish Goregaokar | -404/+0 |
| 2022-11-01 | Rollup merge of #103575 - Xiretza:suggestions-style-attr, r=davidtwco | Manish Goregaokar | -78/+229 |
| 2022-11-01 | Don't remap early-bound RPITIT regions that originate from impl | Michael Goulet | -0/+32 |
| 2022-11-01 | fix(generic_const_exprs): Fix predicate inheritance for children of opaque types | Zhixing Zhang | -0/+33 |
| 2022-11-01 | Auto merge of #103217 - mejrs:track, r=eholk | bors | -0/+180 |
| 2022-11-01 | Format dyn Trait better in type_name intrinsic | Michael Goulet | -4/+1 |
| 2022-11-01 | Remove unneeded "rustdoc-preferred-dark-theme" setting | Guillaume Gomez | -1/+0 |
| 2022-11-01 | Migrate sidebar-links-color GUI test to functions | Guillaume Gomez | -224/+162 |
| 2022-11-01 | Rollup merge of #103817 - notriddle:notriddle/attribute-css, r=GuillaumeGomez | Dylan DPC | -9/+9 |
| 2022-11-01 | Rollup merge of #103760 - petrochenkov:macimp, r=cjgillot | Dylan DPC | -7/+28 |
| 2022-11-01 | Rollup merge of #84022 - Aaron1011:remove-derive-res-fallback, r=petrochenkov | Dylan DPC | -100/+36 |
| 2022-11-01 | Print valid `--print` requests if request is invalid | nils | -0/+6 |
| 2022-11-01 | Test that target feature mix up with homogeneous floats is sound | Loïc BRANSTETT | -0/+192 |
| 2022-11-01 | Rollup merge of #103759 - cjgillot:adt-collect, r=davidtwco | Dylan DPC | -3/+3 |
| 2022-11-01 | Rollup merge of #103706 - zbyrn:issue-101637-fix, r=estebank | Dylan DPC | -19/+111 |
| 2022-11-01 | Rollup merge of #103584 - ouz-a:issue-102303, r=oli-obk | Dylan DPC | -15/+69 |
| 2022-11-01 | Rollup merge of #103061 - Amanieu:rewrite_alloc_error_handler, r=bjorn3 | Dylan DPC | -31/+135 |
| 2022-11-01 | fix #103751: Fix capacity overflow issue during transmutability check | yukang | -0/+53 |
| 2022-10-31 | Detect unused files in `src/test/mir-opt` and error on them in tidy. | Jakob Degen | -404/+0 |
| 2022-11-01 | Rollup merge of #103799 - GuillaumeGomez:search-index-tuple-struct-field, r=n... | Yuki Okushi | -0/+18 |
| 2022-11-01 | Rollup merge of #103793 - notriddle:notriddle/rustdoc-toggle-in-impl-items, r... | Yuki Okushi | -0/+34 |
| 2022-11-01 | Rollup merge of #103788 - chenyukang:yukang/fix-ice-103783, r=compiler-errors | Yuki Okushi | -0/+33 |
| 2022-11-01 | Rollup merge of #103772 - compiler-errors:better-strict-coherence-err, r=davi... | Yuki Okushi | -0/+17 |
| 2022-11-01 | Rollup merge of #103749 - est31:reduce_irrefutable_let_else_span, r=cjgillot | Yuki Okushi | -5/+18 |
| 2022-11-01 | Fix ICE in default impl error reporting | Michael Goulet | -0/+49 |
| 2022-11-01 | Remap RPITIT substs properly | Michael Goulet | -0/+24 |
| 2022-11-01 | Check for substs compatibility for RPITITs | Michael Goulet | -0/+29 |
| 2022-10-31 | Collect late-bound regions from all closure parents in `closure_mapping` | Michael Goulet | -0/+47 |
| 2022-10-31 | tests | Michael Goulet | -0/+16 |
| 2022-10-31 | rustdoc: remove left border from `.src-line-numbers > a` | Michael Howell | -0/+5 |
| 2022-10-31 | rustdoc: change `.src-line-numbers > span` to `.src-line-numbers > a` | Michael Howell | -26/+45 |
| 2022-10-31 | rustdoc: rename syntax highlighting CSS class `attribute` to `attr` | Michael Howell | -9/+9 |
| 2022-10-31 | Auto merge of #103795 - thomcc:untest, r=Mark-Simulacrum | bors | -0/+25 |
| 2022-10-31 | resolve: Turn the binding from `#[macro_export]` into a proper `Import` | Vadim Petrochenkov | -7/+28 |
| 2022-10-31 | Specialize PartialEq for Option<num::NonZero*> and Option<ptr::NonNull> | clubby789 | -0/+34 |
| 2022-10-31 | Rewrite implementation of `#[alloc_error_handler]` | Amanieu d'Antras | -31/+135 |
| 2022-10-31 | Add more track_caller | mejrs | -1/+28 |
| 2022-10-31 | rustdoc: add test case for associated type margins | Michael Howell | -0/+34 |
| 2022-10-31 | [debuginfo] Make debuginfo type names for slices and str consistent. | Michael Woerister | -29/+29 |
| 2022-10-31 | Add `ignore-cross-compile` to the `#[bench]` smoketest, and move it back to r... | Thom Chiovoloni | -1/+3 |
| 2022-10-31 | move libtest bench smoketest to run-make-fulldeps | Thom Chiovoloni | -1/+1 |
| 2022-10-31 | Use AdtDef to check enum. | Camille GILLOT | -3/+3 |
| 2022-10-31 | smoketest that libtest doesn't panic in `#[bench]` | Thom Chiovoloni | -0/+23 |
| 2022-10-31 | Remove bounds check with enum cast | ouz-a | -15/+69 |
| 2022-10-31 | Add test for tuple struct field generation in search index | Guillaume Gomez | -0/+18 |
| 2022-10-31 | Rollup merge of #103338 - l4l:enum-unreachable-pub, r=nagisa | Dylan DPC | -0/+45 |
| 2022-10-31 | Auto merge of #103787 - notriddle:rollup-q1vmxsb, r=notriddle | bors | -136/+312 |
| 2022-10-30 | Rollup merge of #103764 - SarthakSingh31:issue-94187-2, r=compiler-errors | Michael Howell | -5/+11 |
| 2022-10-30 | Rollup merge of #103758 - GuillaumeGomez:reexports-search-result-test, r=notr... | Michael Howell | -0/+28 |