| Age | Commit message (Expand) | Author | Lines |
| 2023-10-31 | Enums in offset_of: update based on est31, scottmcm & llogiq review | George Bateman | -140/+150 |
| 2023-10-31 | Support enum variants in offset_of! | George Bateman | -75/+472 |
| 2023-10-31 | Auto merge of #117459 - matthiaskrgr:rollup-t3osb3c, r=matthiaskrgr | bors | -103/+811 |
| 2023-10-31 | FileCheck const_prop_miscompile. | Camille GILLOT | -24/+41 |
| 2023-10-31 | FileCheck const_debuginfo. | Camille GILLOT | -42/+66 |
| 2023-10-31 | FileCheck while_storage. | Camille GILLOT | -53/+200 |
| 2023-10-31 | Auto merge of #117462 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2023-10-31 | Update cargo | Weihang Lo | -0/+0 |
| 2023-10-31 | change inline_retag to after.mir | Ryan Mehri | -66/+60 |
| 2023-10-31 | Rollup merge of #117451 - Byron:issue-108277-apple-fix, r=joshtriplett | Matthias Krüger | -0/+66 |
| 2023-10-31 | Rollup merge of #117439 - lcnr:prepopulate-earlier, r=compiler-errors | Matthias Krüger | -6/+8 |
| 2023-10-31 | Rollup merge of #117417 - celinval:smir-visitor, r=oli-obk | Matthias Krüger | -85/+662 |
| 2023-10-31 | Rollup merge of #117388 - oli-obk:dequerification, r=RalfJung | Matthias Krüger | -12/+14 |
| 2023-10-31 | Rollup merge of #113241 - poliorcetics:85138-doc-object-safety, r=GuillaumeGomez | Matthias Krüger | -0/+61 |
| 2023-10-31 | Apply suggestions from code review | Dinu Blanovschi | -31/+135 |
| 2023-10-31 | Auto merge of #117450 - oli-obk:rustdoc_verify, r=estebank | bors | -127/+428 |
| 2023-10-31 | feat: unused_enumerate_index lint | Dinu Blanovschi | -1/+144 |
| 2023-10-31 | Turn const_caller_location from a query to a hook | Oli Scherer | -12/+14 |
| 2023-10-31 | Add support for pre-unix-epoch file dates on Apple platforms (#108277) | Sebastian Thiel | -0/+66 |
| 2023-10-31 | Auto merge of #117407 - compiler-errors:derive-clone, r=oli-obk | bors | -391/+50 |
| 2023-10-31 | Accept less invalid Rust in rustdoc | Oli Scherer | -127/+428 |
| 2023-10-31 | Use derivative for Hash | Michael Goulet | -168/+11 |
| 2023-10-31 | Use derivative for PartialOrd/ord | Michael Goulet | -123/+21 |
| 2023-10-31 | Use derivative for Clone | Michael Goulet | -109/+27 |
| 2023-10-31 | Auto merge of #117444 - matthiaskrgr:rollup-43s0spc, r=matthiaskrgr | bors | -212/+286 |
| 2023-10-31 | Rollup merge of #117438 - cjgillot:deterministic-error, r=oli-obk | Matthias Krüger | -5/+30 |
| 2023-10-31 | Rollup merge of #117421 - Zalathar:error, r=oli-obk,Swatinem | Matthias Krüger | -77/+43 |
| 2023-10-31 | Rollup merge of #117416 - compiler-errors:tait-in-bad-body, r=oli-obk | Matthias Krüger | -3/+42 |
| 2023-10-31 | Rollup merge of #116712 - estebank:issue-116252, r=petrochenkov | Matthias Krüger | -27/+122 |
| 2023-10-31 | Rollup merge of #116267 - oli-obk:simd_cleanups, r=petrochenkov | Matthias Krüger | -100/+49 |
| 2023-10-31 | FileCheck uninhabited_enum_branching. | Camille GILLOT | -245/+126 |
| 2023-10-31 | Only emit `!=` assumptions if the otherwise target is reachable. | Camille GILLOT | -58/+148 |
| 2023-10-31 | Refactor UninhabitedEnumBranching to mark targets unreachable. | Camille GILLOT | -63/+84 |
| 2023-10-31 | Simplify assume of a constant. | Camille GILLOT | -85/+80 |
| 2023-10-31 | Replace SwitchInt to unreachable by an assumption. | Camille GILLOT | -120/+210 |
| 2023-10-31 | Reorder passes. | Camille GILLOT | -41/+67 |
| 2023-10-31 | Merge simd size and type extraction into checking whether a type is simd, as ... | Oli Scherer | -48/+26 |
| 2023-10-31 | Simplify all `require_simd` invocations by moving all of the shared invocatio... | Oli Scherer | -37/+19 |
| 2023-10-31 | don't use the moral equivalent of `assert!(false, "foo")` | Oli Scherer | -33/+22 |
| 2023-10-31 | coverage: Replace impossible `coverage::Error` with assertions | Zalathar | -67/+33 |
| 2023-10-31 | coverage: Promote some debug-only checks to always run | Zalathar | -12/+12 |
| 2023-10-31 | prepopulate opaque ty storage before using it :> | lcnr | -6/+8 |
| 2023-10-31 | Do not ICE on constant evaluation failure in GVN. | Camille GILLOT | -5/+30 |
| 2023-10-31 | Auto merge of #117377 - dtolnay:deprecatedsince, r=cjgillot | bors | -196/+166 |
| 2023-10-31 | update config.example.toml | SparrowLii | -5/+6 |
| 2023-10-31 | update bootstrap change history | SparrowLii | -2/+2 |
| 2023-10-31 | Fix switch_stdout_to on Windows7 | roblabla | -3/+21 |
| 2023-10-31 | enable parallel rustc in nightly builds | SparrowLii | -4/+7 |
| 2023-10-31 | delegate box error provide | Bugen Zhao | -0/+4 |
| 2023-10-31 | Update to LLVM 17.0.4 | Nikita Popov | -0/+0 |