| Age | Commit message (Expand) | Author | Lines |
| 2024-11-09 | Rollup merge of #132823 - RalfJung:conditional-const-calls, r=fee1-dead,compi... | Jubilee | -78/+80 |
| 2024-11-09 | Rollup merge of #132801 - RalfJung:alloc-mutability, r=oli-obk | Jubilee | -146/+170 |
| 2024-11-09 | Rollup merge of #131258 - taiki-e:s390x-stabilize-asm, r=Amanieu | Jubilee | -0/+1 |
| 2024-11-09 | give a hint which feature is missing | Ralf Jung | -15/+13 |
| 2024-11-09 | require const_impl_trait gate for all conditional and trait const calls | Ralf Jung | -69/+73 |
| 2024-11-09 | Auto merge of #132815 - matthiaskrgr:rollup-nti992u, r=matthiaskrgr | bors | -156/+186 |
| 2024-11-09 | Rollup merge of #132799 - zachs18:str-primitive-symbol, r=compiler-errors | Matthias Krüger | -0/+1 |
| 2024-11-09 | Rollup merge of #132774 - bjorn3:cranelift_lld, r=lqd | Matthias Krüger | -17/+0 |
| 2024-11-09 | Rollup merge of #132754 - Zalathar:opts, r=GuillaumeGomez,jieyouxu | Matthias Krüger | -134/+154 |
| 2024-11-09 | Rollup merge of #132363 - compiler-errors:raw-lt-id-valid, r=wesleywiser | Matthias Krüger | -4/+20 |
| 2024-11-09 | Rollup merge of #132341 - compiler-errors:raw-lt-prefix-id, r=chenyukang | Matthias Krüger | -1/+11 |
| 2024-11-09 | Auto merge of #132613 - khuey:master, r=jieyouxu | bors | -3/+69 |
| 2024-11-09 | Add discriminators to DILocations when multiple functions are inlined into a ... | Kyle Huey | -3/+69 |
| 2024-11-09 | Auto merge of #132807 - bjorn3:sync_cg_clif-2024-11-09, r=bjorn3 | bors | -26/+52 |
| 2024-11-09 | make return type of get_alloc_info a struct, and reduce some code duplication... | Ralf Jung | -157/+170 |
| 2024-11-09 | Merge commit '1fa693ca4462fc1f790693464cf765ad693616af' into sync_cg_clif-202... | bjorn3 | -26/+52 |
| 2024-11-09 | Auto merge of #132800 - matthiaskrgr:rollup-c1kkj56, r=matthiaskrgr | bors | -21/+71 |
| 2024-11-09 | interpret: get_alloc_info: also return mutability | Ralf Jung | -16/+27 |
| 2024-11-09 | Rollup merge of #132785 - durin42:llvm-20-more-alignments, r=nikic | Matthias Krüger | -4/+4 |
| 2024-11-09 | Rollup merge of #132745 - RalfJung:pointee-info-inside-enum, r=DianQK | Matthias Krüger | -16/+41 |
| 2024-11-09 | Rollup merge of #132552 - taiki-e:sparc-target-feature, r=workingjubilee | Matthias Krüger | -1/+26 |
| 2024-11-09 | Auto merge of #132584 - Zalathar:includes, r=cuviper | bors | -164/+145 |
| 2024-11-09 | Auto merge of #132798 - workingjubilee:rollup-qxvmmqo, r=workingjubilee | bors | -122/+177 |
| 2024-11-09 | Add str to "expected primitive, found type" diagnostic | Zachary S | -0/+1 |
| 2024-11-08 | Rollup merge of #132780 - compiler-errors:verbose, r=estebank | Jubilee | -1/+1 |
| 2024-11-08 | Rollup merge of #132760 - dianne:iter-into-iter, r=lcnr | Jubilee | -8/+10 |
| 2024-11-08 | Rollup merge of #132757 - compiler-errors:yeet-check-wf, r=lcnr | Jubilee | -108/+159 |
| 2024-11-09 | Auto merge of #132549 - Zalathar:rust-string, r=cuviper | bors | -47/+60 |
| 2024-11-09 | Do not reveal opaques in the param-env, we got lazy norm instead | Michael Goulet | -5/+7 |
| 2024-11-08 | Don't suggest `.into_iter()` on iterators | dianne | -8/+10 |
| 2024-11-09 | Make `RustString` an extern type to avoid `improper_ctypes` warnings | Zalathar | -44/+56 |
| 2024-11-08 | rustc_target: more target string fixes for LLVM 20 | Augie Fackler | -4/+4 |
| 2024-11-08 | Auto merge of #132764 - MikaelUrankar:freebsd_armv7, r=workingjubilee | bors | -2/+0 |
| 2024-11-09 | Add v8plus target feature to sparc and use it in create_object_file | Taiki Endo | -1/+12 |
| 2024-11-09 | Add v9 and leoncasa target feature to sparc | Taiki Endo | -0/+14 |
| 2024-11-08 | use verbose for path separator suggestion | Michael Goulet | -1/+1 |
| 2024-11-08 | Use lld with non-LLVM backends | bjorn3 | -17/+0 |
| 2024-11-08 | Don't use `LLVMRustStringWriteImpl` outside of `RawRustStringOstream` | Zalathar | -3/+4 |
| 2024-11-08 | Auto merge of #132717 - RalfJung:rustc_safe_intrinsic, r=compiler-errors | bors | -147/+217 |
| 2024-11-08 | Drop "gnu" in the target env for FreeBSD armv6/7 | Mikael Urankar | -2/+0 |
| 2024-11-08 | remove support for rustc_safe_intrinsic attribute; use rustc_intrinsic functi... | Ralf Jung | -147/+217 |
| 2024-11-08 | Rollup merge of #132590 - Zalathar:z-timings-stats, r=jieyouxu | Stuart Cook | -47/+18 |
| 2024-11-08 | Rollup merge of #132452 - Zalathar:llvm-cov-wrappers, r=jieyouxu | Stuart Cook | -164/+170 |
| 2024-11-08 | Rollup merge of #132389 - Zalathar:graph-tweaks, r=jieyouxu | Stuart Cook | -98/+79 |
| 2024-11-08 | Rollup merge of #132161 - celinval:smir-fix-indent, r=compiler-errors | Stuart Cook | -25/+84 |
| 2024-11-08 | pointee_info_at: fix logic for recursing into enums | Ralf Jung | -16/+41 |
| 2024-11-08 | Manually register some bounds for a better span | Michael Goulet | -8/+59 |
| 2024-11-08 | Get rid of check_opaque_type_well_formed | Michael Goulet | -106/+106 |
| 2024-11-08 | Auto merge of #132756 - workingjubilee:rollup-bed2akn, r=workingjubilee | bors | -74/+202 |
| 2024-11-07 | Rollup merge of #132741 - zmodem:mips_data_layout, r=nikic | Jubilee | -7/+12 |