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