| Age | Commit message (Expand) | Author | Lines |
| 2023-10-12 | Fix identation of a `rustfmt::skip`ed statement | Eduardo Sánchez Muñoz | -6/+6 |
| 2023-10-12 | Remove from miri LLVM intrinsics that are no longer needed | Eduardo Sánchez Muñoz | -220/+1 |
| 2023-10-12 | Remove from cranelift codegen LLVM intrinsics that are no longer needed | Eduardo Sánchez Muñoz | -35/+0 |
| 2023-10-12 | Bump stdarch submodule | Eduardo Sánchez Muñoz | -0/+0 |
| 2023-10-10 | Auto merge of #116598 - matthiaskrgr:rollup-6xra4jx, r=matthiaskrgr | bors | -91/+60 |
| 2023-10-10 | Rollup merge of #116596 - lcnr:normalize-subdir, r=compiler-errors | Matthias Krüger | -4/+5 |
| 2023-10-10 | Rollup merge of #116595 - RalfJung:mir-enable-passes, r=oli-obk | Matthias Krüger | -4/+9 |
| 2023-10-10 | Rollup merge of #116589 - Zalathar:successors, r=oli-obk | Matthias Krüger | -80/+38 |
| 2023-10-10 | Rollup merge of #116586 - SparrowLii:parallel_log, r=oli-obk | Matthias Krüger | -3/+8 |
| 2023-10-10 | Auto merge of #116551 - RalfJung:nondet-nan, r=oli-obk | bors | -29/+531 |
| 2023-10-10 | reorder files in solve | lcnr | -4/+5 |
| 2023-10-10 | Auto merge of #116409 - Zalathar:span-extraction, r=oli-obk | bors | -237/+215 |
| 2023-10-10 | add some comments explaining why MIR opts are marked as unsound | Ralf Jung | -1/+5 |
| 2023-10-10 | -Zmir-enable-passes: document that this may enable unsound passes | Ralf Jung | -3/+4 |
| 2023-10-10 | Auto merge of #116548 - nnethercote:assert-long-condition, r=matthewjasper | bors | -1/+14 |
| 2023-10-10 | coverage: Unbox and simplify `bcb_filtered_successors` | Zalathar | -28/+24 |
| 2023-10-10 | coverage: Replace `ShortCircuitPreorder` with a single function | Zalathar | -55/+17 |
| 2023-10-10 | Auto merge of #116366 - estebank:issue-103982, r=oli-obk | bors | -8/+220 |
| 2023-10-10 | coverage: Remove enum `CoverageStatement` | Zalathar | -46/+17 |
| 2023-10-10 | coverage: Disconnect span extraction from `CoverageSpansGenerator` | Zalathar | -87/+85 |
| 2023-10-10 | coverage: Move initial MIR span extraction into a submodule | Zalathar | -185/+194 |
| 2023-10-10 | use env variable to control thread ids in rustc_log | SparrowLii | -3/+8 |
| 2023-10-10 | Auto merge of #109882 - ecnelises:aix_std, r=workingjubilee | bors | -3/+462 |
| 2023-10-09 | Account for macros | Esteban Küber | -1/+113 |
| 2023-10-10 | Don't `escape_debug` the condition of `assert!`. | Nicholas Nethercote | -2/+3 |
| 2023-10-10 | Add a ui test with an assertion that has a really long condition. | Nicholas Nethercote | -0/+12 |
| 2023-10-09 | Auto merge of #116497 - compiler-errors:impl-span, r=cjgillot | bors | -69/+122 |
| 2023-10-09 | fix | Esteban Küber | -1/+0 |
| 2023-10-09 | Move some tests around | Esteban Küber | -0/+0 |
| 2023-10-09 | Suggest labeling block if `break` is in bare block | Esteban Küber | -8/+109 |
| 2023-10-09 | Auto merge of #116532 - onur-ozkan:enable-rustflags-bootstrap-on-bootstrap, r... | bors | -0/+7 |
| 2023-10-09 | Auto merge of #116569 - matthiaskrgr:rollup-ni0jdd6, r=matthiaskrgr | bors | -1547/+2820 |
| 2023-10-09 | Rollup merge of #116561 - ouz-a:testfor_115517, r=compiler-errors | Matthias Krüger | -0/+26 |
| 2023-10-09 | Rollup merge of #116556 - bjorn3:sync_cg_clif-2023-10-09, r=bjorn3 | Matthias Krüger | -710/+1205 |
| 2023-10-09 | Rollup merge of #116549 - DaniPopes:miropts-let-chains, r=oli-obk | Matthias Krüger | -86/+43 |
| 2023-10-09 | Rollup merge of #116543 - ouz-a:crate_return_vec, r=oli-obk | Matthias Krüger | -11/+18 |
| 2023-10-09 | Rollup merge of #116537 - gurry:116473-ice-sugg-overlap, r=compiler-errors | Matthias Krüger | -3/+356 |
| 2023-10-09 | Rollup merge of #115882 - aliemjay:diag-name-region-1, r=compiler-errors | Matthias Krüger | -737/+1172 |
| 2023-10-09 | Auto merge of #116142 - GuillaumeGomez:enum-variant-display, r=fmease | bors | -31/+253 |
| 2023-10-09 | Add more complex test cases for enum discriminant display | Guillaume Gomez | -0/+19 |
| 2023-10-09 | Improve code | Guillaume Gomez | -36/+24 |
| 2023-10-09 | Extend impl's def_span to include where clauses | Michael Goulet | -69/+122 |
| 2023-10-09 | add test | Oğuz Ağcayazı | -0/+26 |
| 2023-10-09 | Auto merge of #115238 - workingjubilee:ich-entferne-welke-blumen, r=nikic | bors | -84/+9 |
| 2023-10-09 | Remove no longer used dependency from the list of allowed dependencies | bjorn3 | -1/+0 |
| 2023-10-09 | Merge commit '81dc066758ec150b43822d4a0c84aae20fe10f40' into sync_cg_clif-202... | bjorn3 | -709/+1205 |
| 2023-10-09 | Rustup to rustc 1.75.0-nightly (bf9a1c8a1 2023-10-08) | bjorn3 | -1/+1 |
| 2023-10-09 | Sync from rust bf9a1c8a193fc373897196321215794c8bebbeec | bjorn3 | -1/+1 |
| 2023-10-09 | return crates instead of a crate | Oğuz Ağcayazı | -11/+18 |
| 2023-10-09 | float-to-float casts also have non-deterministic NaN results | Ralf Jung | -17/+150 |