about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
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-01Use more minimized test.Camille GILLOT-38/+6
2024-11-01Skip late-bound lifetimes when crossing an AnonConst.Camille GILLOT-2/+12
2024-11-01refactor(config): remove FIXME statement in comment of `omit-git-hash`ismailarilik-2/+0
2024-11-01Account for late-bound depth when capturing all opaque lifetimes.Camille GILLOT-1/+53
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-01Emit diagnostics for incorrect deployment targetsMads Marquart-12/+57
2024-11-01Move Mach-O platform information to rustc_codegen_ssa::back::appleMads Marquart-21/+18
2024-11-01Move versioned LLVM target creation to rustc_codegen_ssaMads Marquart-144/+208
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-01Also treat `impl` definition parent as transparent regarding modulesUrgau-2/+72
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-01Fix compiler panic with a large number of threadsMichal Piotrowski-3/+12
2024-11-01Auto merge of #13615 - GnomedDev:document-constevalctx-point, r=Alexendoobors-0/+6
2024-11-01Remove needless #![feature(asm_experimental_arch)] from loongarch64 inline as...Taiki Endo-1/+1
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-01Merge pull request #18457 from lnicola/sync-from-rustLaurențiu Nicola-6525/+8788
2024-11-01Format codeLaurențiu Nicola-7/+9
2024-11-01Bump rustc cratesLaurențiu Nicola-18/+17
2024-11-01Merge from rust-lang/rustLaurențiu Nicola-6503/+8765
2024-11-01Preparing for merge from rust-lang/rustLaurențiu Nicola-1/+1
2024-11-01Explain why clippy's HIR const eval existsGnomedDev-0/+6
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-01coverage: Simplify logic for chaining multiple blocks into one BCBZalathar-26/+22
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