| Age | Commit message (Expand) | Author | Lines |
| 2024-11-02 | Port most of `LLVMRustPrintTargetCPUs` to Rust | Zalathar | -76/+70 |
| 2024-11-02 | Use a dedicated safe wrapper for `LLVMRustGetHostCPUName` | Zalathar | -15/+23 |
| 2024-11-02 | Add a run-make test for same-arch `--print=target-cpus` | Zalathar | -0/+39 |
| 2024-11-02 | Auto merge of #132352 - DianQK:llvm/19.1.3, r=nikic | bors | -0/+12 |
| 2024-11-02 | Auto merge of #132475 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2024-11-01 | Update cargo | Weihang Lo | -0/+0 |
| 2024-11-01 | Auto merge of #132470 - GuillaumeGomez:rollup-1a1mkmp, r=GuillaumeGomez | bors | -310/+837 |
| 2024-11-02 | Rollup merge of #132459 - RalfJung:byte_sub_ptr, r=scottmcm | Guillaume Gomez | -9/+66 |
| 2024-11-02 | Rollup merge of #132456 - taiki-e:test-asm-dir, r=jieyouxu | Guillaume Gomez | -0/+0 |
| 2024-11-02 | Rollup merge of #132455 - RalfJung:const_alloc_layout, r=dtolnay | Guillaume Gomez | -6/+5 |
| 2024-11-02 | Rollup merge of #132451 - RalfJung:less-rustc_allow_const_fn_unstable, r=tgro... | Guillaume Gomez | -8/+0 |
| 2024-11-02 | Rollup merge of #132450 - bjorn3:better_mir_errors, r=jieyouxu | Guillaume Gomez | -28/+41 |
| 2024-11-02 | Rollup merge of #132448 - chengehe:master, r=Noratrieb | Guillaume Gomez | -1/+1 |
| 2024-11-02 | Rollup merge of #132445 - RalfJung:const-unchecked-shifts, r=tgross35 | Guillaume Gomez | -20/+16 |
| 2024-11-02 | Rollup merge of #132444 - workingjubilee:rustdoc-my-abi, r=GuillaumeGomez | Guillaume Gomez | -20/+19 |
| 2024-11-02 | Rollup merge of #132439 - tgross35:f16-f128-nan-lint, r=jieyouxu | Guillaume Gomez | -30/+299 |
| 2024-11-02 | Rollup merge of #132438 - chenyukang:yukang-fix-analyzer_settings, r=jieyouxu | Guillaume Gomez | -2/+1 |
| 2024-11-02 | Rollup merge of #132413 - lolbinarycat:offset_of_nested-docs, r=workingjubilee | Guillaume Gomez | -5/+3 |
| 2024-11-02 | Rollup merge of #132383 - compiler-errors:never-type-fallback-sugg, r=WaffleL... | Guillaume Gomez | -24/+370 |
| 2024-11-02 | Rollup merge of #132369 - joshtriplett:style-guide-binop-heuristic-assignment... | Guillaume Gomez | -11/+6 |
| 2024-11-02 | Rollup merge of #131829 - Zalathar:goodbye-zprofile, r=chenyukang | Guillaume Gomez | -146/+10 |
| 2024-11-01 | Auto merge of #132276 - compiler-errors:enforce-fx-in-mir, r=fee1-dead | bors | -55/+186 |
| 2024-11-01 | rustdoc: Directly use rustc_abi instead of reexports | Jubilee Young | -20/+19 |
| 2024-11-01 | Completely deny calling functions with const conditions in MIR const check un... | Michael Goulet | -41/+129 |
| 2024-11-01 | Double-check conditional constness in MIR | Michael Goulet | -29/+72 |
| 2024-11-01 | Auto merge of #132196 - compiler-errors:probe_ty_param_bounds, r=petrochenkov | bors | -49/+94 |
| 2024-11-01 | offset_from / sub_ptr docs: emphasize that pointers must be in the same alloc... | Ralf Jung | -12/+12 |
| 2024-11-01 | feat(byte_sub_ptr): add ptr::byte_sub_ptr | Aria Beingessner | -0/+57 |
| 2024-11-01 | make const_alloc_layout feature gate only about functions that are already st... | Ralf Jung | -6/+5 |
| 2024-11-01 | Move remaining inline assembly test files into asm directory | Taiki Endo | -0/+0 |
| 2024-11-01 | unchecked_shifts, unchecked_neg are safe-to-const-expose-on-stable, so we can... | Ralf Jung | -20/+16 |
| 2024-11-01 | remove some unnecessary rustc_allow_const_fn_unstable | Ralf Jung | -8/+0 |
| 2024-11-01 | Show actual MIR when MIR building forgot to terminate block | bjorn3 | -28/+41 |
| 2024-11-01 | Add missing backtick | chengehe | -1/+1 |
| 2024-11-01 | Auto merge of #132402 - bjorn3:remove_snap_decompression, r=jieyouxu,Veykril | bors | -58/+8 |
| 2024-11-01 | Auto merge of #131634 - davidlattimore:lld-protected, r=Kobzol | bors | -0/+8 |
| 2024-11-01 | Remove unncessary option for default rust-analyzer setting | yukang | -2/+1 |
| 2024-10-31 | Add `f16` and `f128` to `invalid_nan_comparison` | Trevor Gross | -30/+299 |
| 2024-11-01 | Auto merge of #132435 - workingjubilee:rollup-3mgogw9, r=workingjubilee | bors | -220/+364 |
| 2024-11-01 | nits | Michael Goulet | -10/+20 |
| 2024-11-01 | And also suggest for qpaths | Michael Goulet | -0/+151 |
| 2024-11-01 | And locals too | Michael Goulet | -6/+31 |
| 2024-11-01 | Suggest adding self type to method | Michael Goulet | -7/+55 |
| 2024-11-01 | Suggest annotations for never type fallback | Michael Goulet | -12/+125 |
| 2024-11-01 | nit: stop using TypeckRootCtxt | Michael Goulet | -12/+11 |
| 2024-10-31 | Rollup merge of #132422 - maurer:sparc-layout, r=durin42 | Jubilee | -6/+11 |
| 2024-10-31 | Rollup merge of #132421 - beetrees:riscv-abi-no-empty-string, r=workingjubilee | Jubilee | -1/+1 |
| 2024-10-31 | Rollup merge of #132417 - madsmtm:document-darwin-macos-difference, r=jieyouxu | Jubilee | -0/+5 |
| 2024-10-31 | Rollup merge of #132403 - lcnr:typing-mode, r=compiler-errors | Jubilee | -105/+155 |
| 2024-10-31 | Rollup merge of #132385 - workingjubilee:move-abi-to-rustc-abi, r=jieyouxu,co... | Jubilee | -25/+47 |