| Age | Commit message (Expand) | Author | Lines |
| 2023-03-26 | Auto merge of #109626 - matthiaskrgr:rollup-k0y7bdd, r=matthiaskrgr | bors | -13/+166 |
| 2023-03-26 | Rollup merge of #109619 - compiler-errors:new-solver-still-further-specializa... | Matthias Krüger | -0/+108 |
| 2023-03-26 | Rollup merge of #109595 - GuillaumeGomez:improve-gui-test-auto-hide-trait, r=... | Matthias Krüger | -13/+47 |
| 2023-03-26 | Auto merge of #106428 - saethlin:inline-diverging-functions, r=cjgillot | bors | -74/+711 |
| 2023-03-26 | rustdoc: tweak `some variants omitted` | Ezra Shaw | -0/+11 |
| 2023-03-26 | transmute test | Michael Goulet | -0/+61 |
| 2023-03-25 | Still-further-specializable projections are ambiguous | Michael Goulet | -0/+47 |
| 2023-03-25 | Ignore the unwrap_unchecked test on wasm32-unknown-unknown | Ben Kimock | -3/+4 |
| 2023-03-25 | Auto merge of #109474 - nikic:llvm-16-again, r=cuviper | bors | -3/+3 |
| 2023-03-25 | Improve "Auto-hide trait implementation documentation" GUI test | Guillaume Gomez | -13/+47 |
| 2023-03-25 | Rollup merge of #109570 - GuillaumeGomez:add-gui-test, r=notriddle | Matthias Krüger | -0/+48 |
| 2023-03-25 | Rollup merge of #109545 - compiler-errors:rpitit-wf, r=eholk | Matthias Krüger | -11/+36 |
| 2023-03-25 | Rollup merge of #109355 - chenyukang:yukang/fix-108470, r=compiler-errors | Matthias Krüger | -0/+85 |
| 2023-03-24 | Auto merge of #107932 - petrochenkov:onlyexport, r=jyn514 | bors | -0/+13 |
| 2023-03-24 | Add GUI test for "Auto-hide item methods' documentation" setting | Guillaume Gomez | -0/+48 |
| 2023-03-24 | Auto merge of #109220 - nikic:poison, r=cuviper | bors | -1/+1 |
| 2023-03-24 | Fix bad suggestion for clone/is_some in field init shorthand | yukang | -0/+85 |
| 2023-03-24 | Rollup merge of #109495 - compiler-errors:new-solver-destruct, r=eholk,lcnr | Matthias Krüger | -0/+14 |
| 2023-03-24 | Rollup merge of #109433 - chenyukang:yukang/fix-109188-ice, r=lcnr | Matthias Krüger | -0/+41 |
| 2023-03-24 | Rollup merge of #109493 - compiler-errors:new-solver-vars-obligations, r=lcnr | Matthias Krüger | -0/+40 |
| 2023-03-24 | Rollup merge of #108986 - fortanix:raoul/sync_lvi_patches, r=cuviper | Matthias Krüger | -39/+48 |
| 2023-03-24 | Rollup merge of #108961 - compiler-errors:refine-ct-errors, r=BoxyUwU | Matthias Krüger | -8/+8 |
| 2023-03-24 | Rollup merge of #108629 - notriddle:notriddle/item-type-advanced, r=Guillaume... | Matthias Krüger | -95/+181 |
| 2023-03-23 | Deeply check WF for RPITITs | Michael Goulet | -11/+36 |
| 2023-03-23 | Auto merge of #109538 - matthiaskrgr:rollup-ct58npj, r=matthiaskrgr | bors | -51/+149 |
| 2023-03-23 | Note type mismatch on ConstArgHasType | Michael Goulet | -3/+3 |
| 2023-03-23 | Return nested obligations from canonical response var unification | Michael Goulet | -0/+40 |
| 2023-03-23 | Rollup merge of #109487 - GuillaumeGomez:move-useless-reexport-check, r=petro... | Matthias Krüger | -43/+30 |
| 2023-03-23 | Rollup merge of #109472 - MU001999:patch-3, r=eholk | Matthias Krüger | -0/+28 |
| 2023-03-23 | Rollup merge of #108549 - clubby789:fix-link-cfg-issue, r=eholk | Matthias Krüger | -1/+0 |
| 2023-03-23 | Rollup merge of #107880 - jieyouxu:issue-107563, r=petrochenkov | Matthias Krüger | -7/+90 |
| 2023-03-23 | Rollup merge of #107718 - Zoxc:z-time, r=nnethercote | Matthias Krüger | -0/+1 |
| 2023-03-23 | Refine error spans for const args in hir typeck | Michael Goulet | -6/+6 |
| 2023-03-23 | Auto merge of #108442 - scottmcm:mir-transmute, r=oli-obk | bors | -82/+772 |
| 2023-03-23 | Auto merge of #108221 - petrochenkov:cratecfg, r=michaelwoerister | bors | -0/+72 |
| 2023-03-23 | Auto merge of #109517 - matthiaskrgr:rollup-m3orqzd, r=matthiaskrgr | bors | -50/+402 |
| 2023-03-23 | rustdoc: Skip doc link resolution for non-exported items | Vadim Petrochenkov | -0/+13 |
| 2023-03-23 | Add some tests for the current `#![cfg(FALSE)]` crate behavior | Vadim Petrochenkov | -0/+72 |
| 2023-03-23 | Auto merge of #108355 - dpaoliello:dlltoolm, r=michaelwoerister | bors | -0/+42 |
| 2023-03-23 | Rollup merge of #109475 - scottmcm:simpler-shifts, r=WaffleLapkin | Matthias Krüger | -14/+316 |
| 2023-03-23 | Rollup merge of #109462 - compiler-errors:alias-relate, r=BoxyUwU,lcnr | Matthias Krüger | -0/+34 |
| 2023-03-23 | Rollup merge of #109380 - Randl:patch-1, r=oli-obk | Matthias Krüger | -0/+52 |
| 2023-03-23 | Rollup merge of #108541 - compiler-errors:lol-nested-rpits, r=oli-obk | Matthias Krüger | -36/+0 |
| 2023-03-23 | Auto merge of #109503 - matthiaskrgr:rollup-cnp7kdd, r=matthiaskrgr | bors | -122/+301 |
| 2023-03-23 | Nested impl traits trigger opaque_hidden_inferred_bound too much | Michael Goulet | -36/+0 |
| 2023-03-23 | Include relation direction in AliasEq predicate | Michael Goulet | -0/+34 |
| 2023-03-23 | Auto merge of #109172 - scottmcm:move-codegen-issues-tests, r=WaffleLapkin | bors | -0/+0 |
| 2023-03-22 | Add `CastKind::Transmute` to MIR | Scott McMurray | -82/+772 |
| 2023-03-22 | Rollup merge of #109447 - lcnr:coherence, r=compiler-errors | Matthias Krüger | -4/+95 |
| 2023-03-22 | Rollup merge of #109423 - fmease:iat-selection-erase-regions-in-self-ty, r=co... | Matthias Krüger | -0/+50 |