| Age | Commit message (Expand) | Author | Lines |
| 2024-11-11 | Auto merge of #127589 - notriddle:notriddle/search-sem-3, r=GuillaumeGomez | bors | -603/+852 |
| 2024-11-11 | Auto merge of #132885 - jhpratt:rollup-4ddd31p, r=jhpratt | bors | -2/+62 |
| 2024-11-10 | Rollup merge of #132871 - lolbinarycat:rustdoc-heterogeneous-first-paragraph-... | Jacob Pratt | -0/+11 |
| 2024-11-10 | Rollup merge of #131080 - alexcrichton:stabilize-more-wasm-target-features, r... | Jacob Pratt | -2/+51 |
| 2024-11-11 | Auto merge of #126597 - estebank:unicode-output, r=fmease | bors | -32/+398 |
| 2024-11-10 | Add Unicode block-drawing compiler output support | Esteban Küber | -32/+398 |
| 2024-11-10 | Rollup merge of #132426 - Urgau:unreach_pub-super, r=petrochenkov | Matthias Krüger | -15/+287 |
| 2024-11-10 | Rollup merge of #131781 - taiki-e:arm64ec-stabilize-asm, r=Amanieu,traviscross | Matthias Krüger | -3/+3 |
| 2024-11-10 | add regression test for #85763 | binarycat | -0/+11 |
| 2024-11-10 | Auto merge of #132863 - matthiaskrgr:rollup-1zbjz5f, r=matthiaskrgr | bors | -178/+181 |
| 2024-11-10 | Rollup merge of #132675 - Zalathar:empty-spans, r=jieyouxu | Matthias Krüger | -178/+181 |
| 2024-11-10 | Stabilize WebAssembly `multivalue`, `reference-types`, and `tail-call` target... | Alex Crichton | -2/+51 |
| 2024-11-10 | Re-enable `version-verbose-commit-hash` run-make test | Jieyou Xu | -3/+0 |
| 2024-11-10 | Temporarily disable `version-verbose-commit-hash` to force revert through | Jieyou Xu | -0/+3 |
| 2024-11-10 | Rollup merge of #132816 - compiler-errors:2024-apit, r=jieyouxu | Matthias Krüger | -13/+126 |
| 2024-11-10 | Stabilize Arm64EC inline assembly | Taiki Endo | -3/+3 |
| 2024-11-10 | Auto merge of #132831 - workingjubilee:rollup-6fdif44, r=workingjubilee | bors | -971/+3036 |
| 2024-11-09 | Rollup merge of #132828 - est31:let_chains_parsing_tests, r=compiler-errors | Jubilee | -652/+2842 |
| 2024-11-09 | Rollup merge of #132823 - RalfJung:conditional-const-calls, r=fee1-dead,compi... | Jubilee | -317/+192 |
| 2024-11-09 | Rollup merge of #131258 - taiki-e:s390x-stabilize-asm, r=Amanieu | Jubilee | -2/+2 |
| 2024-11-10 | Auto merge of #132173 - veluca93:abi_checks, r=RalfJung,compiler-errors | bors | -61/+229 |
| 2024-11-10 | Add more places where expressions can occur | est31 | -398/+835 |
| 2024-11-10 | Unify disallowed-positions test files into one file | est31 | -652/+2405 |
| 2024-11-09 | give a hint which feature is missing | Ralf Jung | -4/+23 |
| 2024-11-09 | require const_impl_trait gate for all conditional and trait const calls | Ralf Jung | -321/+177 |
| 2024-11-09 | Auto merge of #132815 - matthiaskrgr:rollup-nti992u, r=matthiaskrgr | bors | -3/+372 |
| 2024-11-09 | Dont suggest use<APIT> | Michael Goulet | -12/+61 |
| 2024-11-09 | Suggest turning APITs into generics in opaque overcaptures | Michael Goulet | -1/+65 |
| 2024-11-09 | Rollup merge of #132799 - zachs18:str-primitive-symbol, r=compiler-errors | Matthias Krüger | -3/+28 |
| 2024-11-09 | Rollup merge of #132754 - Zalathar:opts, r=GuillaumeGomez,jieyouxu | Matthias Krüger | -0/+187 |
| 2024-11-09 | Rollup merge of #132744 - lolbinarycat:test-90781, r=aDotInTheVoid | Matthias Krüger | -0/+78 |
| 2024-11-09 | Rollup merge of #132363 - compiler-errors:raw-lt-id-valid, r=wesleywiser | Matthias Krüger | -0/+52 |
| 2024-11-09 | Rollup merge of #132341 - compiler-errors:raw-lt-prefix-id, r=chenyukang | Matthias Krüger | -0/+27 |
| 2024-11-09 | Add discriminators to DILocations when multiple functions are inlined into a ... | Kyle Huey | -0/+64 |
| 2024-11-09 | Rollup merge of #132777 - durin42:llvm-20-poison-prop, r=nikic | Matthias Krüger | -1/+10 |
| 2024-11-09 | Rollup merge of #132745 - RalfJung:pointee-info-inside-enum, r=DianQK | Matthias Krüger | -4/+20 |
| 2024-11-09 | Rollup merge of #132552 - taiki-e:sparc-target-feature, r=workingjubilee | Matthias Krüger | -3/+87 |
| 2024-11-09 | Add test for str for "expected primitive, found type" | Zachary S | -3/+28 |
| 2024-11-08 | Rollup merge of #132780 - compiler-errors:verbose, r=estebank | Jubilee | -18/+103 |
| 2024-11-08 | Rollup merge of #132760 - dianne:iter-into-iter, r=lcnr | Jubilee | -0/+46 |
| 2024-11-08 | Rollup merge of #132757 - compiler-errors:yeet-check-wf, r=lcnr | Jubilee | -303/+229 |
| 2024-11-08 | Don't suggest `.into_iter()` on iterators | dianne | -0/+46 |
| 2024-11-09 | Add v8plus target feature to sparc and use it in create_object_file | Taiki Endo | -2/+85 |
| 2024-11-09 | Add v9 and leoncasa target feature to sparc | Taiki Endo | -3/+4 |
| 2024-11-08 | use verbose for path separator suggestion | Michael Goulet | -18/+103 |
| 2024-11-08 | try_question_mark_nop: update test for LLVM 20 | Augie Fackler | -1/+10 |
| 2024-11-08 | Auto merge of #132717 - RalfJung:rustc_safe_intrinsic, r=compiler-errors | bors | -120/+58 |
| 2024-11-08 | coverage: Restrict empty-span expansion to only cover `{` and `}` | Zalathar | -159/+157 |
| 2024-11-08 | coverage: Remove unhelpful code for handling multiple files per function | Zalathar | -22/+27 |
| 2024-11-08 | remove support for rustc_safe_intrinsic attribute; use rustc_intrinsic functi... | Ralf Jung | -120/+58 |