| Age | Commit message (Expand) | Author | Lines |
| 2023-07-18 | Auto merge of #113574 - GuillaumeGomez:rustdoc-json-strip-hidden-impl, r=aDot... | bors | -0/+50 |
| 2023-07-17 | Auto merge of #89132 - Cyborus04:rc_allocator_support, r=Amanieu | bors | -13/+13 |
| 2023-07-17 | Improve issue-112852 tests | Guillaume Gomez | -2/+12 |
| 2023-07-17 | Auto merge of #113720 - eduardosm:miri-target-feature, r=RalfJung,oli-obk | bors | -0/+26 |
| 2023-07-17 | Update natvis to match full type names for Arc, Rc, Weak, etc | Wesley Wiser | -1/+1 |
| 2023-07-17 | Rollup merge of #113770 - dtolnay:derivevoid, r=compiler-errors,nnethercote | Matthias Krüger | -9/+5 |
| 2023-07-17 | Rollup merge of #113651 - lcnr:parent-def-id, r=compiler-errors | Matthias Krüger | -2/+23 |
| 2023-07-17 | Auto merge of #113336 - compiler-errors:new-solver-iat, r=lcnr | bors | -7/+69 |
| 2023-07-16 | Auto merge of #113769 - matthiaskrgr:rollup-p6i1rco, r=matthiaskrgr | bors | -0/+17 |
| 2023-07-17 | Rollup merge of #113755 - fmease:probe-adt-norm-lazy-ty-alias, r=oli-obk | Matthias Krüger | -0/+17 |
| 2023-07-16 | Generate safe stable code for derives on empty enums | David Tolnay | -9/+5 |
| 2023-07-16 | Auto merge of #113742 - compiler-errors:dont-short-circuit-intercrate-global-... | bors | -0/+36 |
| 2023-07-16 | Check GAT, IAT, and weak type where clauses during projection | Michael Goulet | -7/+67 |
| 2023-07-16 | Add support for inherent projections | Michael Goulet | -0/+2 |
| 2023-07-16 | Auto merge of #113545 - cjgillot:query-entry, r=compiler-errors | bors | -26/+26 |
| 2023-07-16 | Auto merge of #112239 - jieyouxu:targeted-no-method-suggestions, r=cjgillot | bors | -0/+126 |
| 2023-07-16 | stop mentioning number of applicate implementations | lcnr | -3/+3 |
| 2023-07-16 | self type param infer, avoid ICE | lcnr | -0/+21 |
| 2023-07-16 | Auto merge of #113557 - Amanieu:no-builtins-prelude, r=petrochenkov | bors | -335/+329 |
| 2023-07-16 | Add infrastructure `#[rustc_confusables]` attribute to allow targeted | 许杰友 Jieyou Xu (Joe) | -0/+126 |
| 2023-07-16 | Add const-eval test for `#[target_feature(enable = ...)]` function calls | Eduardo Sánchez Muñoz | -0/+26 |
| 2023-07-16 | Auto merge of #113626 - Urgau:dedup-native-static-libs, r=petrochenkov | bors | -1/+11 |
| 2023-07-16 | Normalize lazy type aliases when probing for ADTs | León Orell Valerian Liehr | -0/+17 |
| 2023-07-16 | Don't call predicate_must_hold during fulfillment in intercrate | Michael Goulet | -0/+36 |
| 2023-07-15 | Auto merge of #113606 - jyn514:parallel-compiler-cleanup, r=cjgillot | bors | -1/+1 |
| 2023-07-15 | Check entry type as part of item type checking. | Camille GILLOT | -26/+26 |
| 2023-07-15 | Rollup merge of #113724 - GuillaumeGomez:migrate-gui-test-color-21, r=notriddle | Matthias Krüger | -10/+10 |
| 2023-07-15 | Rollup merge of #113709 - notriddle:notriddle/src, r=GuillaumeGomez | Matthias Krüger | -79/+79 |
| 2023-07-15 | Rollup merge of #113663 - syvb:non_inherited_unsafe_thir, r=cjgillot | Matthias Krüger | -2/+28 |
| 2023-07-15 | Rollup merge of #113625 - compiler-errors:structurally-norm-in-selection, r=lcnr | Matthias Krüger | -0/+18 |
| 2023-07-15 | Implement "items do not inherit unsafety" for THIR unsafeck | syvb | -2/+28 |
| 2023-07-15 | Auto merge of #112157 - erikdesjardins:align, r=nikic | bors | -8/+962 |
| 2023-07-15 | Migrate GUI colors test to original CSS color format | Guillaume Gomez | -10/+10 |
| 2023-07-14 | rustdoc: use `src` consistently over `source` in JavaScript | Michael Howell | -5/+5 |
| 2023-07-14 | rustdoc: use `src` consistently over `source` in code | Michael Howell | -74/+74 |
| 2023-07-14 | i686-windows: make requested alignment > 4 special case apply transitively | Erik Desjardins | -76/+78 |
| 2023-07-14 | Auto merge of #113471 - compiler-errors:new-solver-norm-escaping, r=lcnr | bors | -0/+18 |
| 2023-07-14 | extern-fn-explicit-align test: remove unnecessary derives | Erik Desjardins | -5/+0 |
| 2023-07-14 | Auto merge of #113703 - matthiaskrgr:rollup-19uhwuh, r=matthiaskrgr | bors | -1/+202 |
| 2023-07-14 | Structurally normalize in selection | Michael Goulet | -0/+18 |
| 2023-07-14 | Rollup merge of #113692 - krasimirgg:llvm-17-no-opaque, r=nikic | Matthias Krüger | -0/+2 |
| 2023-07-14 | Rollup merge of #113681 - aDotInTheVoid:rdj-priv-supertrait, r=GuillaumeGomez | Matthias Krüger | -0/+15 |
| 2023-07-14 | Rollup merge of #113599 - chenyukang:yukang-fix-use-maybe_body_owned_by, r=cj... | Matthias Krüger | -1/+185 |
| 2023-07-14 | Auto merge of #109025 - cjgillot:refprop-dbg, r=JakobDegen | bors | -886/+676 |
| 2023-07-14 | Hide `compiler_builtins` in the prelude | Amanieu d'Antras | -335/+329 |
| 2023-07-14 | Add more tests for not-reexported impl | Guillaume Gomez | -0/+26 |
| 2023-07-14 | Allow escaping bound vars during normalize_erasing_regions in new solver | Michael Goulet | -0/+18 |
| 2023-07-14 | Add regression test for #112852 | Guillaume Gomez | -0/+14 |
| 2023-07-14 | tests: adapt for removal of -opaque-pointers in LLVM 17 | Krasimir Georgiev | -0/+2 |
| 2023-07-14 | Bless codegen test. | Camille GILLOT | -1/+1 |