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