| Age | Commit message (Expand) | Author | Lines |
| 2023-07-19 | Rollup merge of #113765 - compiler-errors:at-least, r=oli-obk | Dylan DPC | -1/+1 |
| 2023-07-19 | Rollup merge of #113754 - cjgillot:simplify-foreign, r=petrochenkov | Dylan DPC | -1/+1 |
| 2023-07-19 | Rollup merge of #113716 - DianQK:add-no_builtins-to-function, r=pnkfelix | Dylan DPC | -0/+2 |
| 2023-07-19 | Make it clearer that edition functions are >=, not == | Michael Goulet | -1/+1 |
| 2023-07-18 | Auto merge of #113777 - nnethercote:overlap-based-cgu-merging, r=pnkfelix | bors | -0/+8 |
| 2023-07-19 | Add a useful comment. | Nicholas Nethercote | -0/+2 |
| 2023-07-19 | Add `MonoItemData::inlined`. | Nicholas Nethercote | -0/+6 |
| 2023-07-18 | Rollup merge of #113832 - WaffleLapkin:track_lint_caller, r=compiler-errors | Matthias Krüger | -0/+6 |
| 2023-07-18 | Rollup merge of #113824 - lcnr:exhaustive-match, r=wesleywiser | Matthias Krüger | -9/+9 |
| 2023-07-18 | Add `#[track_caller]` to lint related diagnostic functions | Maybe Waffle | -0/+6 |
| 2023-07-18 | Add the `no-builtins` attribute to functions when `no_builtins` is applied at... | DianQK | -0/+2 |
| 2023-07-18 | some additional refactor | lcnr | -9/+9 |
| 2023-07-18 | Auto merge of #113677 - bryangarza:unevaluated-const-ice_issue-110892, r=davi... | bors | -0/+8 |
| 2023-07-17 | Rename arg_iter to iter_instantiated | Michael Goulet | -15/+19 |
| 2023-07-17 | Safe Transmute: Fix ICE (due to UnevaluatedConst) | Bryan Garza | -0/+8 |
| 2023-07-17 | Do not fetch HIR in native_libs. | Camille GILLOT | -1/+1 |
| 2023-07-17 | Auto merge of #113562 - saethlin:larger-incr-comp-offset, r=nnethercote | bors | -4/+7 |
| 2023-07-17 | Auto merge of #113772 - nnethercote:streamline-size-estimates-2, r=wesleywiser | bors | -21/+30 |
| 2023-07-17 | Auto merge of #113336 - compiler-errors:new-solver-iat, r=lcnr | bors | -1/+1 |
| 2023-07-17 | Remove `instance_def_size_estimate` query. | Nicholas Nethercote | -11/+12 |
| 2023-07-17 | Store item size estimate in `MonoItemData`. | Nicholas Nethercote | -5/+6 |
| 2023-07-17 | Introduce `MonoItemData`. | Nicholas Nethercote | -5/+12 |
| 2023-07-17 | Rollup merge of #113539 - agnarrarendelle:master, r=workingjubilee | Matthias Krüger | -1/+1 |
| 2023-07-16 | Querify unused trait check. | Camille GILLOT | -0/+4 |
| 2023-07-16 | Add support for inherent projections | Michael Goulet | -1/+1 |
| 2023-07-15 | Auto merge of #112157 - erikdesjardins:align, r=nikic | bors | -0/+2 |
| 2023-07-14 | i686-windows: make requested alignment > 4 special case apply transitively | Erik Desjardins | -1/+1 |
| 2023-07-14 | Use u64 for incr comp allocation offsets | Ben Kimock | -4/+7 |
| 2023-07-14 | Rollup merge of #113698 - compiler-errors:rpitit-check, r=spastorino | Matthias Krüger | -0/+4 |
| 2023-07-14 | Rollup merge of #113599 - chenyukang:yukang-fix-use-maybe_body_owned_by, r=cj... | Matthias Krüger | -0/+27 |
| 2023-07-14 | Make it clearer that we're just checking for an RPITIT | Michael Goulet | -0/+4 |
| 2023-07-14 | refactor(rustc_middle): Substs -> GenericArg | Mahdi Dibaiee | -999/+996 |
| 2023-07-14 | Introduce ExtentUnord trait for collections that can safely consume UnordItems. | Michael Woerister | -2/+2 |
| 2023-07-14 | Enable potential_query_instability lint in rustc_hir_typeck. | Michael Woerister | -16/+15 |
| 2023-07-14 | Auto merge of #113609 - nnethercote:maybe_lint_level_root_bounded-cache, r=cj... | bors | -20/+0 |
| 2023-07-14 | fix the issue of shorthand in suggest_cloning | yukang | -0/+27 |
| 2023-07-13 | Rollup merge of #113570 - lcnr:inspect-format, r=BoxyUwU | Matthias Krüger | -57/+63 |
| 2023-07-13 | typo | lcnr | -1/+1 |
| 2023-07-13 | refactor proof tree formatting | lcnr | -57/+63 |
| 2023-07-12 | Re-format let-else per rustfmt update | Mark Rousskov | -4/+9 |
| 2023-07-12 | Flip cfg's for bootstrap bump | Mark Rousskov | -1/+1 |
| 2023-07-12 | Auto merge of #113569 - RalfJung:miri, r=oli-obk | bors | -4/+10 |
| 2023-07-12 | Auto merge of #113573 - lcnr:typeck-results, r=compiler-errors | bors | -7/+4 |
| 2023-07-12 | Move `maybe_lint_level_root_bounded`. | Nicholas Nethercote | -20/+0 |
| 2023-07-11 | Auto merge of #112984 - BoxyUwU:debug_with_infcx, r=compiler-errors | bors | -33/+207 |
| 2023-07-11 | update Operand::Move docs | Ralf Jung | -4/+10 |
| 2023-07-12 | fixed typos | agnarrarendelle | -1/+1 |
| 2023-07-11 | remove unnecessary `Rc` | lcnr | -7/+4 |
| 2023-07-10 | aarch64-linux: properly handle 128bit aligned aggregates | Erik Desjardins | -0/+1 |
| 2023-07-10 | repr(align) <= 4 should still be byval | Erik Desjardins | -1/+1 |