| Age | Commit message (Expand) | Author | Lines |
| 2023-07-20 | Move OutFileName writing into rustc_session | David Tolnay | -21/+23 |
| 2023-07-20 | Disallow overlapping prints to the same location | David Tolnay | -0/+15 |
| 2023-07-20 | Parse --print KIND=PATH command line syntax | David Tolnay | -8/+14 |
| 2023-07-20 | Store individual output file name with every PrintRequest | David Tolnay | -56/+61 |
| 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-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 | 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 | 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-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 | 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 |
| 2023-07-14 | Auto merge of #109025 - cjgillot:refprop-dbg, r=JakobDegen | bors | -16/+28 |
| 2023-07-14 | Hide `compiler_builtins` in the prelude | Amanieu d'Antras | -9/+18 |
| 2023-07-14 | Auto merge of #113591 - mdibaiee:genericargs-cleanup, r=oli-obk | bors | -4126/+4098 |
| 2023-07-14 | Make it clearer that we're just checking for an RPITIT | Michael Goulet | -10/+14 |
| 2023-07-14 | assertion, comment | Michael Goulet | -0/+4 |
| 2023-07-14 | Allow escaping bound vars during normalize_erasing_regions in new solver | Michael Goulet | -22/+33 |
| 2023-07-14 | refactor(rustc_middle): Substs -> GenericArg | Mahdi Dibaiee | -4126/+4098 |
| 2023-07-14 | llvm-wrapper: update for LLVM API change | Krasimir Georgiev | -0/+1 |
| 2023-07-14 | Auto merge of #112982 - lukas-code:bootstrap-alias-default-crates, r=albertla... | bors | -3/+4 |
| 2023-07-14 | Auto merge of #113328 - michaelwoerister:no_hashmap_in_typeck, r=cjgillot,lcnr | bors | -172/+212 |
| 2023-07-14 | fix docs for `rustc_smir` | Lukas Markeffsky | -3/+4 |
| 2023-07-14 | Introduce ExtentUnord trait for collections that can safely consume UnordItems. | Michael Woerister | -26/+39 |
| 2023-07-14 | Enable potential_query_instability lint in rustc_hir_typeck. | Michael Woerister | -148/+175 |