| Age | Commit message (Expand) | Author | Lines |
| 2024-10-02 | Rollup merge of #131140 - ismailarilik:handle-potential-query-instability-lin... | Matthias Krüger | -23/+22 |
| 2024-10-02 | Rollup merge of #131016 - madsmtm:no-sdk-version-in-object, r=jieyouxu | Matthias Krüger | -28/+49 |
| 2024-10-02 | Rollup merge of #130863 - compiler-errors:relax-codegen-dyn-assert, r=lcnr | Matthias Krüger | -20/+57 |
| 2024-10-01 | Rollup merge of #131121 - lqd:dataflow-viz, r=compiler-errors | Jubilee | -12/+2 |
| 2024-10-01 | Rollup merge of #130885 - RalfJung:interp-error-discard, r=oli-obk | Jubilee | -610/+836 |
| 2024-10-02 | Handle `rustc-hir-analysis` cases of `rustc::potential_query_instability` lint | ismailarilik | -23/+22 |
| 2024-10-02 | Auto merge of #131070 - tgross35:update-root-cc, r=wesleywiser | bors | -2/+2 |
| 2024-10-02 | make `Borrows` dataflow dumps about its loan domain | Rémy Rakic | -11/+1 |
| 2024-10-01 | fix extension for `-Zdump-mir-dataflow` graphviz files | Rémy Rakic | -1/+1 |
| 2024-10-01 | make InterpResult a dedicated type to avoid accidentally discarding the error | Ralf Jung | -735/+851 |
| 2024-10-01 | Auto merge of #131111 - matthiaskrgr:rollup-n6do187, r=matthiaskrgr | bors | -61/+154 |
| 2024-10-01 | Rollup merge of #130005 - davidlattimore:protected-vis-flag, r=Urgau | Matthias Krüger | -61/+154 |
| 2024-10-01 | Rollup merge of #131042 - compiler-errors:supertrait-vtable, r=lcnr | Guillaume Gomez | -26/+81 |
| 2024-10-01 | Rollup merge of #130630 - taiki-e:s390x-clobber-abi, r=Amanieu | Guillaume Gomez | -12/+143 |
| 2024-10-01 | Replace -Z default-hidden-visibility with -Z default-visibility | David Lattimore | -61/+154 |
| 2024-10-01 | Auto merge of #129972 - eholk:stabilize-expr_2021, r=compiler-errors,traviscross | bors | -38/+8 |
| 2024-10-01 | Stabilize expr_2021 fragment in all editions | Eric Holk | -38/+8 |
| 2024-10-01 | Auto merge of #131076 - lukas-code:doc-stab2, r=notriddle | bors | -0/+10 |
| 2024-09-30 | Rollup merge of #130877 - taiki-e:riscv-atomic, r=Amanieu | Trevor Gross | -1/+8 |
| 2024-09-30 | add `stable_since` convenience | Lukas Markeffsky | -0/+10 |
| 2024-09-30 | Unpin `cc` and upgrade to the latest version | Trevor Gross | -2/+2 |
| 2024-09-30 | Also fix first_method_vtable_slot | Michael Goulet | -13/+12 |
| 2024-09-30 | Extract trait_refs_are_compatible, make it instantiate binders | Michael Goulet | -28/+64 |
| 2024-09-30 | Instantiate binders in supertrait_vtable_slot | Michael Goulet | -10/+30 |
| 2024-09-30 | Relate binders explicitly, do a leak check too | Michael Goulet | -15/+47 |
| 2024-09-30 | Rollup merge of #131038 - onkoe:fix/adt_const_params_leak_118179, r=compiler-... | Matthias Krüger | -5/+12 |
| 2024-09-30 | Rollup merge of #131035 - dingxiangfei2009:tweak-if-let-rescope-lint, r=jieyouxu | Matthias Krüger | -2/+28 |
| 2024-09-30 | Relax a debug assertion in codegen | Michael Goulet | -20/+40 |
| 2024-09-30 | apply suggestions | Ding Xiang Fei | -1/+2 |
| 2024-09-30 | Rollup merge of #131057 - Urgau:cfg-erronous-unsafe, r=jieyouxu | Matthias Krüger | -2/+2 |
| 2024-09-30 | Reject leading unsafe in `cfg!(...)` and `--check-cfg`. | Urgau | -2/+2 |
| 2024-09-30 | panic when an interpreter error gets unintentionally discarded | Ralf Jung | -144/+254 |
| 2024-09-29 | fix(hir_analysis/wfcheck): don't leak {type error} | Barrett Ray | -5/+12 |
| 2024-09-30 | Auto merge of #129499 - fee1-dead-contrib:supereffects, r=compiler-errors | bors | -31/+111 |
| 2024-09-30 | preserve brackets around if-lets and skip while-lets | Ding Xiang Fei | -2/+27 |
| 2024-09-29 | Rollup merge of #130990 - RalfJung:mir-const-normalize, r=compiler-errors | Matthias Krüger | -28/+10 |
| 2024-09-29 | Rollup merge of #130972 - RalfJung:const_cell_into_inner, r=dtolnay | Matthias Krüger | -13/+0 |
| 2024-09-29 | Rollup merge of #131014 - matthiaskrgr:no_clone_on_copy, r=chenyukang | Matthias Krüger | -18/+13 |
| 2024-09-29 | Rollup merge of #131013 - matthiaskrgr:unwrapordefault, r=jieyouxu | Matthias Krüger | -11/+5 |
| 2024-09-29 | Rollup merge of #131011 - matthiaskrgr:no_into, r=jieyouxu | Matthias Krüger | -7/+4 |
| 2024-09-29 | Do not specify an SDK version in object files | Mads Marquart | -21/+8 |
| 2024-09-29 | Document a bit more how the SDK version actually works | Mads Marquart | -7/+41 |
| 2024-09-29 | cleanup: don't clone types that are Copy | Matthias Krüger | -18/+13 |
| 2024-09-29 | cleanup: don't manually `unwrap_or_default()` | Matthias Krüger | -11/+5 |
| 2024-09-29 | cleanup: don't `.into()` identical types | Matthias Krüger | -7/+4 |
| 2024-09-29 | extend comment in global_llvm_features regarding target-cpu=native handling | Ralf Jung | -0/+5 |
| 2024-09-29 | fix cranelift CI | Ralf Jung | -13/+0 |
| 2024-09-29 | Auto merge of #129687 - Urgau:rfc3127-sysroot-2, r=jieyouxu | bors | -49/+56 |
| 2024-09-28 | tweak Const::identity_unevaluated name and docs | Ralf Jung | -11/+9 |
| 2024-09-28 | try to get rid of mir::Const::normalize | Ralf Jung | -19/+3 |