| Age | Commit message (Expand) | Author | Lines |
| 2024-08-27 | Rollup merge of #129625 - compiler-errors:generic-args-mode, r=fmease | Matthias Krüger | -24/+23 |
| 2024-08-27 | Rollup merge of #129622 - bjorn3:less_unstable, r=lqd | Matthias Krüger | -4/+0 |
| 2024-08-27 | Rollup merge of #129340 - stephen-lazaro:u/slazaro/issue-129274, r=compiler-e... | Matthias Krüger | -2/+3 |
| 2024-08-27 | Rollup merge of #129250 - estebank:issue-129205, r=compiler-errors | Matthias Krüger | -6/+8 |
| 2024-08-27 | Rollup merge of #129032 - jswrenn:transmute-method, r=compiler-errors | Matthias Krüger | -0/+5 |
| 2024-08-27 | Rollup merge of #126013 - nnethercote:unreachable_pub, r=Urgau | Matthias Krüger | -464/+503 |
| 2024-08-26 | Don't make pattern nonterminals match statement nonterminals | Michael Goulet | -42/+46 |
| 2024-08-26 | Rename ParenthesizedGenericArgs to GenericArgsMode | Michael Goulet | -24/+23 |
| 2024-08-26 | Remove ParamMode::ExplicitNamed | Michael Goulet | -14/+1 |
| 2024-08-26 | Remove a couple of unused feature enables | bjorn3 | -4/+0 |
| 2024-08-26 | Do not ICE on non-ADT rcvr type when looking for crate version collision | Esteban Küber | -6/+8 |
| 2024-08-26 | Rollup merge of #129600 - traviscross:TC/tie-impl_trait_overcaptures-to-rust-... | Matthias Krüger | -4/+6 |
| 2024-08-26 | Rollup merge of #129597 - bvanjoi:resolve, r=petrochenkov | Matthias Krüger | -68/+71 |
| 2024-08-26 | interpret: do not make const-eval query result depend on tcx.sess | Ralf Jung | -45/+24 |
| 2024-08-26 | const-eval: do not make UbChecks behavior depend on current crate's flags | Ralf Jung | -1/+11 |
| 2024-08-26 | Auto merge of #129508 - RalfJung:transient-locals, r=cjgillot | bors | -18/+32 |
| 2024-08-26 | Tie `impl_trait_overcaptures` lint to Rust 2024 | Travis Cross | -4/+6 |
| 2024-08-26 | mv `build_reduced_graph_for_external_crate_res` into Resolver | bohan | -68/+71 |
| 2024-08-26 | Rollup merge of #129590 - compiler-errors:ref-tykind, r=fmease | Matthias Krüger | -18/+18 |
| 2024-08-26 | Rollup merge of #129553 - RalfJung:const-stability, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2024-08-26 | Rollup merge of #129544 - mu001999-contrib:dead-code/clean, r=compiler-errors | Matthias Krüger | -25/+1 |
| 2024-08-26 | Rollup merge of #129526 - compiler-errors:fx, r=lqd | Matthias Krüger | -6/+10 |
| 2024-08-26 | Rollup merge of #129525 - notriddle:notriddle/fake-variadic-tuple-array, r=Gu... | Matthias Krüger | -0/+10 |
| 2024-08-26 | Rollup merge of #129519 - compiler-errors:lowering-flags, r=fmease | Matthias Krüger | -44/+46 |
| 2024-08-26 | Rollup merge of #129405 - surechen:fix_span_x, r=cjgillot | Matthias Krüger | -3/+8 |
| 2024-08-26 | Rollup merge of #129288 - compiler-errors:unsafe-fn-coercion, r=lcnr | Matthias Krüger | -2/+2 |
| 2024-08-25 | Use FxHasher on new solver unconditionally | Michael Goulet | -6/+10 |
| 2024-08-25 | Remove redundant flags that can be inferred from the HIR | Michael Goulet | -29/+22 |
| 2024-08-25 | Avoid taking reference of &TyKind | Michael Goulet | -18/+18 |
| 2024-08-25 | Rollup merge of #129523 - lqd:stable-type-ir, r=compiler-errors | Matthias Krüger | -2/+8 |
| 2024-08-25 | Rollup merge of #129487 - GrigorenkoPV:repr_transparent_external_private_fiel... | Matthias Krüger | -1/+34 |
| 2024-08-25 | Rollup merge of #129416 - workingjubilee:partial-move-from-stabilization, r=d... | Matthias Krüger | -0/+1 |
| 2024-08-25 | Rollup merge of #129091 - RalfJung:box_as_ptr, r=Amanieu | Matthias Krüger | -4/+3 |
| 2024-08-25 | Fixing span manipulation and indentation of the suggestion introduced by #126187 | surechen | -3/+8 |
| 2024-08-25 | tweak rustc_allow_const_fn_unstable hint, and add back test for stable-const-... | Ralf Jung | -1/+1 |
| 2024-08-25 | make it possible to enable const_precise_live_drops per-function | Ralf Jung | -2/+8 |
| 2024-08-25 | dont iterate over the bitset | Ralf Jung | -4/+2 |
| 2024-08-25 | only visit reachable blocks, do not use a visitor | Ralf Jung | -28/+16 |
| 2024-08-25 | Auto merge of #129521 - matthiaskrgr:rollup-uigv77m, r=matthiaskrgr | bors | -142/+100 |
| 2024-08-25 | Removes dead code from the compiler | mu001999 | -25/+1 |
| 2024-08-24 | Rollup merge of #129429 - cjgillot:named-variance, r=compiler-errors | Trevor Gross | -8/+24 |
| 2024-08-24 | Rollup merge of #128735 - jieyouxu:pr-120176-revive, r=cjgillot | Trevor Gross | -15/+45 |
| 2024-08-24 | Rollup merge of #128524 - chenyukang:yukang-fix-127930-invalid-outer-style-su... | Trevor Gross | -12/+42 |
| 2024-08-24 | Rollup merge of #128467 - estebank:unsized-args, r=cjgillot | Trevor Gross | -9/+48 |
| 2024-08-25 | Add `f16` and `f128` inline ASM support for `aarch64` | beetrees | -6/+14 |
| 2024-08-24 | Deny wasm_c_abi lint to nudge the last 25% | Jubilee Young | -1/+1 |
| 2024-08-24 | Get rid of predicates_defined_on | Michael Goulet | -53/+22 |
| 2024-08-24 | Enable f16 in assembly on aarch64 platforms that support it | rongfu.leng | -3/+3 |
| 2024-08-24 | Don't use TyKind in lint | Michael Goulet | -20/+14 |
| 2024-08-24 | rustdoc: clean up tuple <-> primitive conversion docs | Michael Howell | -0/+10 |