| Age | Commit message (Expand) | Author | Lines |
| 2023-07-18 | Auto merge of #113801 - compiler-errors:iter-instantiated, r=oli-obk | bors | -35/+42 |
| 2023-07-18 | Auto merge of #113061 - Amanieu:x86_64-ohos, r=compiler-errors | bors | -10/+42 |
| 2023-07-17 | Rename arg_iter to iter_instantiated | Michael Goulet | -35/+42 |
| 2023-07-17 | Auto merge of #113720 - eduardosm:miri-target-feature, r=RalfJung,oli-obk | bors | -0/+33 |
| 2023-07-17 | Auto merge of #113714 - Kobzol:ci-cmake, r=nikic | bors | -1/+4 |
| 2023-07-17 | Rollup merge of #113770 - dtolnay:derivevoid, r=compiler-errors,nnethercote | Matthias Krüger | -4/+14 |
| 2023-07-17 | Rollup merge of #113651 - lcnr:parent-def-id, r=compiler-errors | Matthias Krüger | -11/+7 |
| 2023-07-17 | Rollup merge of #113535 - jonathanpallant:sparc-bare-metal, r=jackh726 | Matthias Krüger | -0/+29 |
| 2023-07-17 | Link to `execinfo` on NetBSD | Jakub Beránek | -1/+4 |
| 2023-07-17 | Auto merge of #113562 - saethlin:larger-incr-comp-offset, r=nnethercote | bors | -6/+9 |
| 2023-07-17 | Auto merge of #113772 - nnethercote:streamline-size-estimates-2, r=wesleywiser | bors | -97/+85 |
| 2023-07-17 | Auto merge of #113336 - compiler-errors:new-solver-iat, r=lcnr | bors | -6/+85 |
| 2023-07-16 | Auto merge of #113769 - matthiaskrgr:rollup-p6i1rco, r=matthiaskrgr | bors | -4/+6 |
| 2023-07-17 | Remove `instance_def_size_estimate` query. | Nicholas Nethercote | -28/+12 |
| 2023-07-17 | Ignore unreachable inlined items in `debug_dump`. | Nicholas Nethercote | -30/+18 |
| 2023-07-17 | Store item size estimate in `MonoItemData`. | Nicholas Nethercote | -18/+22 |
| 2023-07-17 | Introduce `MonoItemData`. | Nicholas Nethercote | -27/+39 |
| 2023-07-16 | Add a comparison between match *self and intrinsics::unreachable() | David Tolnay | -2/+3 |
| 2023-07-17 | Rollup merge of #113755 - fmease:probe-adt-norm-lazy-ty-alias, r=oli-obk | Matthias Krüger | -1/+3 |
| 2023-07-17 | Rollup merge of #113539 - agnarrarendelle:master, r=workingjubilee | Matthias Krüger | -3/+3 |
| 2023-07-16 | Generate safe stable code for derives on empty enums | David Tolnay | -4/+13 |
| 2023-07-16 | Auto merge of #113742 - compiler-errors:dont-short-circuit-intercrate-global-... | bors | -2/+2 |
| 2023-07-16 | Check GAT, IAT, and weak type where clauses during projection | Michael Goulet | -9/+45 |
| 2023-07-16 | Add support for inherent projections | Michael Goulet | -3/+46 |
| 2023-07-16 | Auto merge of #113545 - cjgillot:query-entry, r=compiler-errors | bors | -269/+284 |
| 2023-07-16 | Auto merge of #112239 - jieyouxu:targeted-no-method-suggestions, r=cjgillot | bors | -4/+132 |
| 2023-07-16 | Refactor checking function target features during const-eval | Eduardo Sánchez Muñoz | -18/+29 |
| 2023-07-16 | stop mentioning number of applicate implementations | lcnr | -7/+4 |
| 2023-07-16 | self type param infer, avoid ICE | lcnr | -4/+3 |
| 2023-07-16 | Auto merge of #113557 - Amanieu:no-builtins-prelude, r=petrochenkov | bors | -9/+18 |
| 2023-07-16 | Add infrastructure `#[rustc_confusables]` attribute to allow targeted | 许杰友 Jieyou Xu (Joe) | -4/+132 |
| 2023-07-16 | Auto merge of #113626 - Urgau:dedup-native-static-libs, r=petrochenkov | bors | -0/+5 |
| 2023-07-16 | Normalize lazy type aliases when probing for ADTs | León Orell Valerian Liehr | -1/+3 |
| 2023-07-16 | Auto merge of #113430 - Zalathar:hash, r=b-naber | bors | -17/+6 |
| 2023-07-16 | Don't call predicate_must_hold during fulfillment in intercrate | Michael Goulet | -2/+2 |
| 2023-07-16 | miri: fail when calling a function that requires an unavailable target feature | Eduardo Sánchez Muñoz | -0/+22 |
| 2023-07-15 | Auto merge of #113606 - jyn514:parallel-compiler-cleanup, r=cjgillot | bors | -8/+4 |
| 2023-07-15 | Check entry type as part of item type checking. | Camille GILLOT | -269/+284 |
| 2023-07-15 | Rollup merge of #113663 - syvb:non_inherited_unsafe_thir, r=cjgillot | Matthias Krüger | -24/+148 |
| 2023-07-15 | Rollup merge of #113625 - compiler-errors:structurally-norm-in-selection, r=lcnr | Matthias Krüger | -6/+33 |
| 2023-07-15 | Implement "items do not inherit unsafety" for THIR unsafeck | syvb | -24/+148 |
| 2023-07-15 | Auto merge of #112157 - erikdesjardins:align, r=nikic | bors | -85/+289 |
| 2023-07-14 | i686-windows: make requested alignment > 4 special case apply transitively | Erik Desjardins | -39/+35 |
| 2023-07-14 | Auto merge of #113471 - compiler-errors:new-solver-norm-escaping, r=lcnr | bors | -22/+37 |
| 2023-07-14 | Use u64 for incr comp allocation offsets | Ben Kimock | -6/+9 |
| 2023-07-14 | Auto merge of #113703 - matthiaskrgr:rollup-19uhwuh, r=matthiaskrgr | bors | -127/+110 |
| 2023-07-14 | Structurally normalize in selection | Michael Goulet | -6/+33 |
| 2023-07-14 | Rollup merge of #113698 - compiler-errors:rpitit-check, r=spastorino | Matthias Krüger | -10/+14 |
| 2023-07-14 | Rollup merge of #113688 - krasimirgg:llvm-17-small-string, r=nikic | Matthias Krüger | -0/+1 |
| 2023-07-14 | Rollup merge of #113599 - chenyukang:yukang-fix-use-maybe_body_owned_by, r=cj... | Matthias Krüger | -117/+95 |