| Age | Commit message (Expand) | Author | Lines |
| 2024-12-03 | Fix copy-pasted tool name | Jakub Beránek | -1/+1 |
| 2024-12-03 | Fix typo | Jakub Beránek | -2/+2 |
| 2024-12-03 | Auto merge of #133792 - lqd:jemallocup, r=Mark-Simulacrum | bors | -19/+23 |
| 2024-12-03 | Auto merge of #104342 - mweber15:add_file_location_to_more_types, r=wesleywiser | bors | -27/+350 |
| 2024-12-03 | Auto merge of #133788 - matthiaskrgr:rollup-1p100a8, r=matthiaskrgr | bors | -168/+535 |
| 2024-12-03 | switch jemalloc-sys back to tikv-jemalloc-sys, and update to 0.6.0 | Rémy Rakic | -19/+23 |
| 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 | -29/+88 |
| 2024-12-03 | Rollup merge of #133395 - calebzulawski:simd_relaxed_fma, r=workingjubilee | Matthias Krüger | -2/+27 |
| 2024-12-03 | Rollup merge of #133325 - compiler-errors:const-spec, r=lcnr,fee1-dead | Matthias Krüger | -74/+274 |
| 2024-12-03 | Rollup merge of #133041 - madsmtm:print-deployment-target-env-var, r=davidtwco | Matthias Krüger | -18/+29 |
| 2024-12-03 | Rollup merge of #132723 - jieyouxu:sysroot-dance-dance-revolution, r=onur-ozkan | Matthias Krüger | -45/+96 |
| 2024-12-03 | Auto merge of #133321 - compiler-errors:const-checker, r=wesleywiser | bors | -574/+121 |
| 2024-12-02 | Add ui test for const evaluation fail when type is too big. | Xelph | -0/+21 |
| 2024-12-02 | Fix tests when using MinGW | Matt Weber | -4/+4 |
| 2024-12-03 | Auto merge of #133770 - GuillaumeGomez:rollup-l62iyyx, r=GuillaumeGomez | bors | -418/+1863 |
| 2024-12-02 | Assert that obligations are empty before deeply normalizing | Michael Goulet | -25/+37 |
| 2024-12-02 | Deeply normalize when computing implied outlives bounds | Michael Goulet | -4/+51 |
| 2024-12-02 | Fix const specialization | Michael Goulet | -50/+133 |
| 2024-12-02 | Reimplement specialization for const traits | Michael Goulet | -25/+142 |
| 2024-12-02 | Rollup merge of #133763 - Urgau:f16-midpoint-const-feat, r=Amanieu | Guillaume Gomez | -1/+1 |
| 2024-12-02 | Rollup merge of #133746 - oli-obk:push-xwyrylxmrtvq, r=jieyouxu | Guillaume Gomez | -52/+68 |
| 2024-12-02 | Rollup merge of #133732 - nnethercote:fix-Z-dump-mir-dataflow, r=compiler-errors | Guillaume Gomez | -21/+19 |
| 2024-12-02 | Rollup merge of #133710 - Urgau:target_feature-merge-conflitcs, r=jieyouxu | Guillaume Gomez | -24/+346 |
| 2024-12-02 | Rollup merge of #133705 - onur-ozkan:profiler-check, r=jieyouxu | Guillaume Gomez | -24/+51 |
| 2024-12-02 | Rollup merge of #133704 - RalfJung:promoted-size-overflow-ice, r=compiler-errors | Guillaume Gomez | -79/+218 |
| 2024-12-02 | Rollup merge of #133701 - kornelski:c-str, r=workingjubilee | Guillaume Gomez | -50/+38 |
| 2024-12-02 | Rollup merge of #133610 - camelid:move-from_anon_const, r=BoxyUwU | Guillaume Gomez | -164/+241 |
| 2024-12-02 | Rollup merge of #133535 - RalfJung:forbidden_lint_groups-future-compat, r=dav... | Guillaume Gomez | -1/+879 |
| 2024-12-02 | Rollup merge of #131713 - tgross35:stabilize-const_maybe_uninit_write, r=Ralf... | Guillaume Gomez | -2/+2 |
| 2024-12-02 | Auto merge of #133747 - lqd:osx-aarch64-1cgu, r=Kobzol | bors | -0/+1 |
| 2024-12-02 | Fix broken intra-doc link | Noah Lev | -1/+1 |
| 2024-12-02 | Move `Const::{from_anon_const,try_from_lit}` to hir_ty_lowering | Noah Lev | -163/+240 |
| 2024-12-02 | Stabilize `const_maybe_uninit_write` | Trevor Gross | -2/+2 |
| 2024-12-02 | Auto merge of #133760 - GuillaumeGomez:rollup-2c1y8c3, r=GuillaumeGomez | bors | -397/+813 |
| 2024-12-02 | Use c"lit" for CStrings without unwrap | Kornel | -50/+38 |
| 2024-12-02 | Fix `f16::midpoint` const feature gate | Urgau | -1/+1 |
| 2024-12-02 | Reduce conflicts for check-cfg `target_feature` cfg values | Urgau | -12/+318 |
| 2024-12-02 | Rollup merge of #133757 - jyn514:error-handler, r=compiler-errors | Guillaume Gomez | -0/+6 |
| 2024-12-02 | Rollup merge of #133751 - lcnr:no-trait-solving-on-type, r=compiler-errors | Guillaume Gomez | -40/+40 |
| 2024-12-02 | Rollup merge of #133749 - lcnr:validator-mir_phase, r=compiler-errors | Guillaume Gomez | -57/+34 |
| 2024-12-02 | Rollup merge of #133745 - GuillaumeGomez:default-ids-match, r=notriddle | Guillaume Gomez | -60/+56 |
| 2024-12-02 | Rollup merge of #133744 - HypheX:typo-fix, r=fmease | Guillaume Gomez | -3/+3 |
| 2024-12-02 | Rollup merge of #133743 - bjoernager:slice-as-array, r=joboet | Guillaume Gomez | -1/+1 |
| 2024-12-02 | Rollup merge of #133739 - oli-obk:push-zymwlvwttxnr, r=oli-obk | Guillaume Gomez | -1/+0 |
| 2024-12-02 | Rollup merge of #133736 - jieyouxu:needs-target-has-atomic, r=compiler-errors | Guillaume Gomez | -5/+106 |
| 2024-12-02 | Rollup merge of #133730 - dtolnay:parentest, r=compiler-errors | Guillaume Gomez | -0/+242 |
| 2024-12-02 | Rollup merge of #133725 - jyn514:remove-compare-output-subset, r=jieyouxu | Guillaume Gomez | -18/+4 |
| 2024-12-02 | Rollup merge of #133721 - aDotInTheVoid:rdj-dyn-link, r=GuillaumeGomez | Guillaume Gomez | -0/+15 |
| 2024-12-02 | Rollup merge of #133715 - aDotInTheVoid:rdj-static, r=GuillaumeGomez | Guillaume Gomez | -14/+84 |