| Age | Commit message (Expand) | Author | Lines |
| 2024-11-09 | Rollup merge of #132341 - compiler-errors:raw-lt-prefix-id, r=chenyukang | Matthias Krüger | -1/+38 |
| 2024-11-09 | Auto merge of #132807 - bjorn3:sync_cg_clif-2024-11-09, r=bjorn3 | bors | -26/+52 |
| 2024-11-09 | Merge commit '1fa693ca4462fc1f790693464cf765ad693616af' into sync_cg_clif-202... | bjorn3 | -26/+52 |
| 2024-11-09 | Rustup to rustc 1.84.0-nightly (59cec72a5 2024-11-08) | bjorn3 | -1/+1 |
| 2024-11-09 | Auto merge of #132800 - matthiaskrgr:rollup-c1kkj56, r=matthiaskrgr | bors | -31/+203 |
| 2024-11-09 | Sync from rust 59cec72a57af178767a7b8e7f624b06cc50f1087 | bjorn3 | -21/+66 |
| 2024-11-09 | Merge pull request #1541 from rust-lang/perf_opts | bjorn3 | -1/+9 |
| 2024-11-09 | Rollup merge of #132794 - WaffleLapkin:helix-improved-config, r=jieyouxu | Matthias Krüger | -2/+15 |
| 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 #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 | -20/+61 |
| 2024-11-09 | Rollup merge of #132552 - taiki-e:sparc-target-feature, r=workingjubilee | Matthias Krüger | -4/+113 |
| 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 | -445/+559 |
| 2024-11-08 | Rollup merge of #132780 - compiler-errors:verbose, r=estebank | Jubilee | -19/+104 |
| 2024-11-08 | Rollup merge of #132778 - lolbinarycat:io-Error-into_inner-docs, r=cuviper | Jubilee | -2/+4 |
| 2024-11-08 | Rollup merge of #132760 - dianne:iter-into-iter, r=lcnr | Jubilee | -8/+56 |
| 2024-11-08 | Rollup merge of #132757 - compiler-errors:yeet-check-wf, r=lcnr | Jubilee | -411/+388 |
| 2024-11-08 | Rollup merge of #132755 - compiler-errors:reveal-param, r=lcnr | Jubilee | -5/+7 |
| 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/+56 |
| 2024-11-09 | Use a separate dir for r-a builds consistently in helix config | Maybe Lapkin | -2/+15 |
| 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 | -3/+97 |
| 2024-11-09 | Add v9 and leoncasa target feature to sparc | Taiki Endo | -3/+18 |
| 2024-11-08 | use verbose for path separator suggestion | Michael Goulet | -19/+104 |
| 2024-11-08 | Auto merge of #132746 - flip1995:clippy-subtree-update, r=Manishearth | bors | -900/+5023 |
| 2024-11-08 | update io::Error::into_inner to acknowlage io::Error::other | binarycat | -2/+4 |
| 2024-11-08 | Use a BufWriter in emit_module to reduce syscall overhead | bjorn3 | -1/+7 |
| 2024-11-08 | try_question_mark_nop: update test for LLVM 20 | Augie Fackler | -1/+10 |
| 2024-11-08 | Add finish_ongoing_codegen timer in join_codegen to match cg_llvm | bjorn3 | -0/+2 |
| 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 | -348/+380 |
| 2024-11-08 | Clippy: cfg out validate_diag on release builds | Philipp Krones | -3/+4 |
| 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 | -19/+64 |
| 2024-11-08 | remove support for rustc_safe_intrinsic attribute; use rustc_intrinsic functi... | Ralf Jung | -348/+380 |
| 2024-11-08 | Auto merge of #132762 - Zalathar:rollup-qfgz165, r=Zalathar | bors | -338/+695 |
| 2024-11-08 | Rollup merge of #132738 - cuviper:channel-heap-init, r=ibraheemdev | Stuart Cook | -4/+33 |
| 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/+395 |
| 2024-11-08 | pointee_info_at: fix logic for recursing into enums | Ralf Jung | -20/+61 |
| 2024-11-08 | Manually register some bounds for a better span | Michael Goulet | -14/+156 |
| 2024-11-08 | Get rid of check_opaque_type_well_formed | Michael Goulet | -405/+240 |
| 2024-11-08 | Auto merge of #132756 - workingjubilee:rollup-bed2akn, r=workingjubilee | bors | -141/+569 |