| Age | Commit message (Expand) | Author | Lines |
| 2024-12-03 | Visit BinOp span in MutVisitor::visit_expr | David Tolnay | -1/+2 |
| 2024-12-03 | small code cleanup | lcnr | -10/+7 |
| 2024-12-03 | closure requirements: don't replace bivariant opaque args | lcnr | -30/+0 |
| 2024-12-03 | Auto merge of #104342 - mweber15:add_file_location_to_more_types, r=wesleywiser | bors | -27/+231 |
| 2024-12-03 | update instrumentation | lcnr | -3/+1 |
| 2024-12-03 | Teach rust core about Xtensa VaListImpl and add a custom lowering of vaarg fo... | Brian J. Tarricone | -2/+111 |
| 2024-12-03 | Auto merge of #133788 - matthiaskrgr:rollup-1p100a8, r=matthiaskrgr | bors | -68/+173 |
| 2024-12-03 | switch jemalloc-sys back to tikv-jemalloc-sys, and update to 0.6.0 | Rémy Rakic | -3/+5 |
| 2024-12-02 | Add `core::arch::breakpoint` and test | Josh Triplett | -4/+6 |
| 2024-12-03 | Rollup merge of #133517 - compiler-errors:deep-norm, r=lcnr | Matthias Krüger | -6/+32 |
| 2024-12-03 | Rollup merge of #133395 - calebzulawski:simd_relaxed_fma, r=workingjubilee | Matthias Krüger | -2/+9 |
| 2024-12-03 | Rollup merge of #133325 - compiler-errors:const-spec, r=lcnr,fee1-dead | Matthias Krüger | -57/+128 |
| 2024-12-03 | Rollup merge of #133041 - madsmtm:print-deployment-target-env-var, r=davidtwco | Matthias Krüger | -3/+4 |
| 2024-12-03 | Auto merge of #133321 - compiler-errors:const-checker, r=wesleywiser | bors | -263/+16 |
| 2024-12-02 | Never parenthesize `continue` | David Tolnay | -2/+2 |
| 2024-12-02 | Raise precedence of closure that has explicit return type | David Tolnay | -5/+17 |
| 2024-12-02 | Squash closures and jumps into a single precedence level | David Tolnay | -6/+3 |
| 2024-12-03 | Use correct `hir_id` for array const arg infers | Boxy | -5/+10 |
| 2024-12-02 | Structurally resolve in probe_adt | Michael Goulet | -1/+5 |
| 2024-12-02 | Assert that obligations are empty before deeply normalizing | Michael Goulet | -2/+27 |
| 2024-12-02 | Deeply normalize when computing implied outlives bounds | Michael Goulet | -4/+5 |
| 2024-12-02 | Fix const specialization | Michael Goulet | -40/+17 |
| 2024-12-02 | Reimplement specialization for const traits | Michael Goulet | -18/+112 |
| 2024-12-02 | Rollup merge of #133746 - oli-obk:push-xwyrylxmrtvq, r=jieyouxu | Guillaume Gomez | -46/+62 |
| 2024-12-02 | Rollup merge of #133732 - nnethercote:fix-Z-dump-mir-dataflow, r=compiler-errors | Guillaume Gomez | -21/+7 |
| 2024-12-02 | Rollup merge of #133704 - RalfJung:promoted-size-overflow-ice, r=compiler-errors | Guillaume Gomez | -29/+25 |
| 2024-12-02 | Rollup merge of #133701 - kornelski:c-str, r=workingjubilee | Guillaume Gomez | -11/+6 |
| 2024-12-02 | Rollup merge of #133610 - camelid:move-from_anon_const, r=BoxyUwU | Guillaume Gomez | -140/+162 |
| 2024-12-02 | Rollup merge of #133535 - RalfJung:forbidden_lint_groups-future-compat, r=dav... | Guillaume Gomez | -1/+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 | -139/+161 |
| 2024-12-02 | Auto merge of #133760 - GuillaumeGomez:rollup-2c1y8c3, r=GuillaumeGomez | bors | -266/+274 |
| 2024-12-02 | Use c"lit" for CStrings without unwrap | Kornel | -11/+6 |
| 2024-12-02 | Add warn-by-default lint against unpredictable fn pointer comparisons | Urgau | -4/+176 |
| 2024-12-02 | Gate async fn trait bound modifier on async_trait_bounds | Michael Goulet | -2/+10 |
| 2024-12-02 | Move tests back to using AsyncFn | Michael Goulet | -1/+1 |
| 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 | -36/+36 |
| 2024-12-02 | Rollup merge of #133749 - lcnr:validator-mir_phase, r=compiler-errors | Guillaume Gomez | -57/+34 |
| 2024-12-02 | Rollup merge of #133603 - dtolnay:precedence, r=lcnr | Guillaume Gomez | -173/+198 |
| 2024-12-02 | Auto merge of #133626 - lcnr:fix-diesel, r=BoxyUwU | bors | -6/+11 |
| 2024-12-02 | `impl Default for EarlyDiagCtxt` | jyn | -0/+6 |
| 2024-12-02 | replace copypasted ModuleLlvm::parse | klensy | -7/+3 |
| 2024-12-02 | remove `Ty::is_copy_modulo_regions` | lcnr | -25/+32 |
| 2024-12-02 | remove outdated comment | lcnr | -11/+4 |
| 2024-12-02 | mir validator: don't store mir phase | lcnr | -57/+34 |
| 2024-12-02 | Auto merge of #133728 - jhpratt:rollup-k1i60pg, r=jhpratt | bors | -119/+59 |
| 2024-12-02 | Deduplicate some matches that always panic in one arm | Oli Scherer | -17/+24 |
| 2024-12-02 | Add a helper method for extracting spans from AttrArgsEq | Oli Scherer | -9/+14 |
| 2024-12-02 | reduce false positives on some common cases from if-let-rescope | Ding Xiang Fei | -2/+5 |