| Age | Commit message (Expand) | Author | Lines |
| 2024-03-17 | Only invoke `decorate` if the diag can eventually be emitted | 许杰友 Jieyou Xu (Joe) | -2/+10 |
| 2024-03-17 | collector: move ensure_sufficient_stack out of the loop | Ralf Jung | -4/+8 |
| 2024-03-17 | fix typo | omahs | -1/+1 |
| 2024-03-17 | fix typo | omahs | -1/+1 |
| 2024-03-17 | Rollup merge of #122633 - matthiaskrgr:col, r=fmease | Matthias Krüger | -4/+1 |
| 2024-03-17 | Rollup merge of #121236 - long-long-float:rust-fix-consider-slicing, r=Nadrieril | Matthias Krüger | -13/+27 |
| 2024-03-17 | some minor code simplifications | Matthias Krüger | -11/+4 |
| 2024-03-17 | avoid unnecessary collect() | Matthias Krüger | -4/+1 |
| 2024-03-17 | Don't show suggestion if slice pattern is enclosed by any patterns | long-long-float | -13/+27 |
| 2024-03-17 | Rollup merge of #122608 - Urgau:check-cfg-move-diagnostic-logic, r=fmease | Matthias Krüger | -274/+282 |
| 2024-03-17 | Rollup merge of #122574 - cuviper:llvm-oom, r=nikic | Matthias Krüger | -3/+26 |
| 2024-03-17 | make PassMode::Cast consistently copy between Rust/ABI representation | Erik Desjardins | -44/+56 |
| 2024-03-17 | make CastTarget::size and CastTarget::llvm_type consistent, remove | Erik Desjardins | -39/+38 |
| 2024-03-17 | sparc64: fix crash in ABI code for { f64, f32 } struct | Erik Desjardins | -6/+8 |
| 2024-03-17 | Auto merge of #121885 - reitermarkus:generic-nonzero-inner, r=oli-obk,wesleyw... | bors | -17/+29 |
| 2024-03-16 | Note that type param is chosen by caller when suggesting return impl Trait | 许杰友 Jieyou Xu (Joe) | -2/+29 |
| 2024-03-16 | Move check-cfg diagnostic logic into it's own module | Urgau | -274/+282 |
| 2024-03-16 | Extend format arg help for simple tuple index access expression | 许杰友 Jieyou Xu (Joe) | -15/+37 |
| 2024-03-16 | Rollup merge of #122605 - osiewicz:metadata-register-crate-store-crate-name-i... | León Orell Valerian Liehr | -1/+2 |
| 2024-03-16 | Rollup merge of #122577 - fmease:speculative-say-what, r=compiler-errors | León Orell Valerian Liehr | -58/+48 |
| 2024-03-16 | Rollup merge of #122564 - Bryanskiy:delegation-fixes, r=compiler-errors | León Orell Valerian Liehr | -8/+6 |
| 2024-03-16 | Rollup merge of #121720 - tmandry:split-refining, r=compiler-errors | León Orell Valerian Liehr | -26/+105 |
| 2024-03-16 | Rollup merge of #121545 - gvozdvmozgu:fix-attribute-validation-associated-ite... | León Orell Valerian Liehr | -0/+1 |
| 2024-03-16 | Rollup merge of #117918 - daxpedda:wasm-c-abi-warning, r=workingjubilee | León Orell Valerian Liehr | -1/+82 |
| 2024-03-16 | rustc-metadata: Store crate name in self-profile of metadata_register_crate | Piotr Osiewicz | -1/+2 |
| 2024-03-16 | Handle calls to upstream monomorphizations in compiler_builtins | Ben Kimock | -9/+94 |
| 2024-03-16 | Delegation: fix ICE on duplicated associative items | Bryanskiy | -8/+6 |
| 2024-03-16 | Merge commit '4cf4ffc6ba514f171b3f52d1c731063e4fc45be3' into sync_cg_clif-202... | bjorn3 | -30/+83 |
| 2024-03-16 | Print the crates not available as static | John Kåre Alsaker | -8/+32 |
| 2024-03-16 | revert changes and just delete the fixme | Erik Desjardins | -36/+14 |
| 2024-03-17 | added pretty_print_const_expr | will | -2/+152 |
| 2024-03-16 | less useless array builds in imported_source_file | klensy | -10/+10 |
| 2024-03-16 | Auto merge of #122309 - g-yziquel:issue-122262, r=saethlin | bors | -2/+8 |
| 2024-03-16 | Add `wasm_c_abi` `future-incompat` lint | daxpedda | -1/+82 |
| 2024-03-16 | Auto merge of #122371 - oli-obk:visit_nested_body, r=tmiasko | bors | -41/+82 |
| 2024-03-16 | Auto merge of #121926 - tgross35:f16-f128-step3-feature-gate, r=compiler-erro... | bors | -15/+146 |
| 2024-03-16 | Remove obsolete parameter `speculative` from `instantiate_poly_trait_ref` | León Orell Valerian Liehr | -58/+48 |
| 2024-03-15 | Install the bad-alloc handler before fatal errors | Josh Stone | -1/+1 |
| 2024-03-15 | Aggressively ignore write errors during bad-alloc | Josh Stone | -3/+3 |
| 2024-03-15 | Register LLVM handlers for bad-alloc / OOM | Josh Stone | -3/+26 |
| 2024-03-15 | Issue 122262: MAP_PRIVATE for more reliability on virtualised filesystems. | Guillaume Yziquel | -2/+8 |
| 2024-03-15 | Auto merge of #122571 - matthiaskrgr:rollup-36wwovk, r=matthiaskrgr | bors | -71/+262 |
| 2024-03-15 | Rollup merge of #122560 - jswrenn:not-yet-supported, r=compiler-errors | Matthias Krüger | -21/+21 |
| 2024-03-15 | Rollup merge of #122543 - WaffleLapkin:never-flags, r=compiler-errors | Matthias Krüger | -34/+111 |
| 2024-03-15 | Rollup merge of #122254 - estebank:issue-48677, r=oli-obk | Matthias Krüger | -16/+130 |
| 2024-03-15 | avoid naming LLVM basic blocks when fewer_names is true | Erik Desjardins | -15/+36 |
| 2024-03-15 | Auto merge of #122341 - compiler-errors:alias-wfness, r=lcnr | bors | -20/+8 |
| 2024-03-15 | Safe Transmute: lowercase diagnostics | Jack Wrenn | -4/+4 |
| 2024-03-15 | Add `rustc_never_type_mode = "no_fallback"` | Maybe Waffle | -3/+18 |
| 2024-03-15 | Add `rustc_never_type_mode` crate-level attribute to allow experimenting | Maybe Waffle | -34/+96 |