| Age | Commit message (Expand) | Author | Lines |
| 2024-12-04 | Rollup merge of #133798 - lcnr:nested-bodies-opaques, r=compiler-errors | Matthias Krüger | -3/+62 |
| 2024-12-04 | Auto merge of #133818 - matthiaskrgr:rollup-iav1wq7, r=matthiaskrgr | bors | -84/+333 |
| 2024-12-03 | Rollup merge of #133768 - compiler-errors:gate, r=lcnr,jackh726 | Matthias Krüger | -79/+290 |
| 2024-12-03 | Rollup merge of #133726 - joshtriplett:breakpoint, r=oli-obk | Matthias Krüger | -4/+4 |
| 2024-12-03 | Rollup merge of #133681 - RalfJung:niches, r=wesleywiser | Matthias Krüger | -1/+39 |
| 2024-12-03 | Remove generic_associated_types_extended feature gate | Michael Goulet | -79/+290 |
| 2024-12-03 | Rollup merge of #133779 - BoxyUwU:array_const_arg_infer_hir_id, r=compiler-er... | Matthias Krüger | -0/+12 |
| 2024-12-03 | Rollup merge of #133762 - RalfJung:const-size-of-val, r=workingjubilee | Matthias Krüger | -5/+3 |
| 2024-12-03 | Rollup merge of #133753 - dingxiangfei2009:reduce-false-positive-if-let-resco... | Matthias Krüger | -38/+42 |
| 2024-12-03 | Rollup merge of #133558 - compiler-errors:structurally-resolve-probe-adt, r=lcnr | Matthias Krüger | -0/+15 |
| 2024-12-03 | Rollup merge of #132612 - compiler-errors:async-trait-bounds, r=lcnr | Matthias Krüger | -92/+125 |
| 2024-12-03 | closure-requirements: add regression tests | lcnr | -3/+62 |
| 2024-12-03 | Auto merge of #133788 - matthiaskrgr:rollup-1p100a8, r=matthiaskrgr | bors | -41/+229 |
| 2024-12-02 | Add `core::arch::breakpoint` and test | Josh Triplett | -4/+4 |
| 2024-12-03 | Rollup merge of #133785 - HypheX:add-ui-test, r=compiler-errors | Matthias Krüger | -0/+21 |
| 2024-12-03 | Rollup merge of #133517 - compiler-errors:deep-norm, r=lcnr | Matthias Krüger | -23/+56 |
| 2024-12-03 | Rollup merge of #133395 - calebzulawski:simd_relaxed_fma, r=workingjubilee | Matthias Krüger | -0/+4 |
| 2024-12-03 | Rollup merge of #133325 - compiler-errors:const-spec, r=lcnr,fee1-dead | Matthias Krüger | -17/+146 |
| 2024-12-03 | Rollup merge of #133041 - madsmtm:print-deployment-target-env-var, r=davidtwco | Matthias Krüger | -1/+2 |
| 2024-12-03 | Auto merge of #133321 - compiler-errors:const-checker, r=wesleywiser | bors | -311/+105 |
| 2024-12-02 | Add ui test for const evaluation fail when type is too big. | Xelph | -0/+21 |
| 2024-12-03 | Use correct `hir_id` for array const arg infers | Boxy | -0/+12 |
| 2024-12-02 | Structurally resolve in probe_adt | Michael Goulet | -0/+15 |
| 2024-12-02 | Assert that obligations are empty before deeply normalizing | Michael Goulet | -23/+10 |
| 2024-12-02 | Deeply normalize when computing implied outlives bounds | Michael Goulet | -0/+46 |
| 2024-12-02 | Fix const specialization | Michael Goulet | -10/+116 |
| 2024-12-02 | Reimplement specialization for const traits | Michael Goulet | -7/+30 |
| 2024-12-02 | Rollup merge of #133710 - Urgau:target_feature-merge-conflitcs, r=jieyouxu | Guillaume Gomez | -24/+344 |
| 2024-12-02 | Rollup merge of #133704 - RalfJung:promoted-size-overflow-ice, r=compiler-errors | Guillaume Gomez | -46/+193 |
| 2024-12-02 | Rollup merge of #133701 - kornelski:c-str, r=workingjubilee | Guillaume Gomez | -2/+2 |
| 2024-12-02 | Rollup merge of #133610 - camelid:move-from_anon_const, r=BoxyUwU | Guillaume Gomez | -16/+87 |
| 2024-12-02 | Rollup merge of #133535 - RalfJung:forbidden_lint_groups-future-compat, r=dav... | Guillaume Gomez | -0/+878 |
| 2024-12-02 | Move `Const::{from_anon_const,try_from_lit}` to hir_ty_lowering | Noah Lev | -16/+87 |
| 2024-12-02 | stabilize const_{size,align}_of_val | Ralf Jung | -5/+3 |
| 2024-12-02 | Use c"lit" for CStrings without unwrap | Kornel | -2/+2 |
| 2024-12-02 | Reduce conflicts for check-cfg `target_feature` cfg values | Urgau | -12/+318 |
| 2024-12-02 | Gate async fn trait bound modifier on async_trait_bounds | Michael Goulet | -34/+65 |
| 2024-12-02 | Move tests back to using AsyncFn | Michael Goulet | -58/+60 |
| 2024-12-02 | Fix typos on tests/ui/README.md | Xelph | -3/+3 |
| 2024-12-02 | reduce false positives on some common cases from if-let-rescope | Ding Xiang Fei | -38/+42 |
| 2024-12-01 | Add specific test for check-cfg "and X more" diagnostic | Urgau | -12/+26 |
| 2024-12-01 | Auto merge of #133703 - matthiaskrgr:rollup-fwlw0mc, r=matthiaskrgr | bors | -119/+310 |
| 2024-12-01 | fix ICE when promoted has layout size overflow | Ralf Jung | -46/+193 |
| 2024-12-01 | fix safe-transmute handling of enums | Ralf Jung | -1/+39 |
| 2024-12-01 | Rollup merge of #133691 - compiler-errors:let-source, r=lqd | Matthias Krüger | -0/+60 |
| 2024-12-01 | Rollup merge of #133669 - RalfJung:const_swap_splitup, r=dtolnay | Matthias Krüger | -1/+1 |
| 2024-12-01 | Rollup merge of #133482 - compiler-errors:raw-lt-tick, r=estebank | Matthias Krüger | -3/+7 |
| 2024-12-01 | Rollup merge of #133403 - compiler-errors:adjust-host-effect-preds, r=fee1-de... | Matthias Krüger | -115/+242 |
| 2024-12-01 | Auto merge of #132390 - RalfJung:diagnostics-root-dir, r=albertlarsan68,weiha... | bors | -6/+6 |
| 2024-12-01 | Auto merge of #133694 - matthiaskrgr:rollup-s6xj4rf, r=matthiaskrgr | bors | -194/+58 |