| Age | Commit message (Expand) | Author | Lines |
| 2023-09-21 | rename mir::Constant -> mir::ConstOperand, mir::ConstKind -> mir::Const | Ralf Jung | -450/+431 |
| 2023-09-20 | the Const::eval_bits methods don't need to be given the Ty | Ralf Jung | -48/+35 |
| 2023-09-19 | Auto merge of #115865 - RalfJung:mir-mod, r=oli-obk | bors | -2206/+2261 |
| 2023-09-19 | Auto merge of #115960 - GuillaumeGomez:rollup-8tky3qu, r=GuillaumeGomez | bors | -488/+1605 |
| 2023-09-19 | Rollup merge of #115946 - the8472:panic-on-sched_getaffinity-bug, r=Mark-Simu... | Guillaume Gomez | -2/+4 |
| 2023-09-19 | Rollup merge of #115924 - compiler-errors:non-exhaustive-1-zst, r=RalfJung | Guillaume Gomez | -20/+110 |
| 2023-09-19 | Rollup merge of #115839 - Dirreke:bump-libc, r=dtolnay | Guillaume Gomez | -3/+3 |
| 2023-09-19 | Rollup merge of #115625 - compiler-errors:hrtb-infer-err, r=b-naber | Guillaume Gomez | -0/+112 |
| 2023-09-19 | Rollup merge of #114941 - compiler-errors:inline-shadowed-by-dyn, r=lcnr | Guillaume Gomez | -1/+177 |
| 2023-09-19 | Rollup merge of #112725 - notriddle:notriddle/advanced-search, r=GuillaumeGomez | Guillaume Gomez | -462/+1199 |
| 2023-09-19 | comment on the difference between mir::ConstantKind::Unevaluated and mir::Con... | Ralf Jung | -0/+5 |
| 2023-09-19 | move ConstValue into mir | Ralf Jung | -254/+245 |
| 2023-09-19 | organize mir pretty.rs and move more things into it; move statement-related t... | Ralf Jung | -1371/+1393 |
| 2023-09-19 | use pretty_print_const_value from MIR constant 'extra' printing | Ralf Jung | -130/+155 |
| 2023-09-19 | move some MIR const pretty-printing into pretty.rs | Ralf Jung | -177/+176 |
| 2023-09-19 | more MIR const types to separate file | Ralf Jung | -409/+422 |
| 2023-09-19 | Auto merge of #104101 - betrusted-io:xous-libstd-initial, r=bjorn3 | bors | -10/+2484 |
| 2023-09-19 | Don't complain on a single non-exhaustive 1-zst | Michael Goulet | -20/+110 |
| 2023-09-19 | Don't resolve generic instances if they may be shadowed by dyn | Michael Goulet | -20/+144 |
| 2023-09-19 | Explain HRTB + infer limitations of old solver | Michael Goulet | -0/+112 |
| 2023-09-19 | Failing test | Michael Goulet | -0/+52 |
| 2023-09-19 | Auto merge of #115289 - compiler-errors:adjust-comments, r=estebank | bors | -32/+34 |
| 2023-09-19 | Auto merge of #115644 - danakj:catalyst-asan, r=cjgillot,thomcc | bors | -2/+14 |
| 2023-09-19 | Auto merge of #115952 - matthiaskrgr:rollup-qzk8t4e, r=matthiaskrgr | bors | -374/+825 |
| 2023-09-19 | Rollup merge of #115949 - GuillaumeGomez:update-browser-ui-test, r=notriddle | Matthias Krüger | -1/+1 |
| 2023-09-19 | Rollup merge of #115943 - ehuss:compiletest-errors, r=compiler-errors | Matthias Krüger | -8/+8 |
| 2023-09-19 | Rollup merge of #115941 - lnicola:lnicola-mailmap, r=Mark-Simulacrum | Matthias Krüger | -1/+2 |
| 2023-09-19 | Rollup merge of #115931 - GuillaumeGomez:remove-empty-h2, r=notriddle | Matthias Krüger | -5/+6 |
| 2023-09-19 | Rollup merge of #115930 - Zalathar:spans-bug, r=compiler-errors | Matthias Krüger | -50/+325 |
| 2023-09-19 | Rollup merge of #115879 - clubby789:migrate-hir-typeck-cast, r=compiler-errors | Matthias Krüger | -192/+363 |
| 2023-09-19 | Rollup merge of #115873 - BoxyUwU:tykind_adt_debug, r=oli-obk | Matthias Krüger | -107/+51 |
| 2023-09-19 | Rollup merge of #115869 - ferrocene:pa-fix-tests-cargo-remap, r=compiler-errors | Matthias Krüger | -10/+69 |
| 2023-09-18 | Auto merge of #115940 - matthiaskrgr:rollup-5ps9ln1, r=matthiaskrgr | bors | -1767/+151 |
| 2023-09-18 | Update browser-ui-test version | Guillaume Gomez | -1/+1 |
| 2023-09-18 | panic when encountering an illegal cpumask | The 8472 | -2/+4 |
| 2023-09-18 | Auto merge of #115748 - RalfJung:post-mono, r=oli-obk | bors | -362/+386 |
| 2023-09-18 | compiletest: Don't swallow some error messages. | Eric Huss | -8/+8 |
| 2023-09-18 | Add myself to .mailmap | Laurențiu Nicola | -1/+2 |
| 2023-09-18 | make more pretty | Boxy | -107/+51 |
| 2023-09-18 | Rollup merge of #115932 - Mark-Simulacrum:expand-review, r=Kobzol | Matthias Krüger | -0/+1 |
| 2023-09-18 | Rollup merge of #115891 - RalfJung:structural-trait-derive, r=nnethercote | Matthias Krüger | -114/+42 |
| 2023-09-18 | Rollup merge of #115762 - oli-obk:early_const_prop_lint2, r=compiler-errors | Matthias Krüger | -0/+3 |
| 2023-09-18 | Rollup merge of #115663 - Gumichocopengin8:ci/update-github-action, r=Mark-Si... | Matthias Krüger | -8/+8 |
| 2023-09-18 | Rollup merge of #115494 - RalfJung:primitive_docs, r=Mark-Simulacrum | Matthias Krüger | -1645/+12 |
| 2023-09-18 | Rollup merge of #109409 - WaffleLapkin:progamer, r=dtolnay | Matthias Krüger | -0/+85 |
| 2023-09-18 | Fill-in tracking issue for `feature(cmp_minmax)` | Maybe Waffle | -3/+3 |
| 2023-09-18 | Auto merge of #115927 - lnicola:sync-from-ra, r=lnicola | bors | -2740/+5763 |
| 2023-09-18 | Add `minmax*` functions to `core::cmp` | Maybe Waffle | -0/+85 |
| 2023-09-18 | Explain `with_reveal_all_normalized` usage | Oli Scherer | -0/+3 |
| 2023-09-18 | Auto merge of #115795 - Kobzol:opt-dist-custom, r=Mark-Simulacrum | bors | -277/+423 |