| Age | Commit message (Expand) | Author | Lines |
| 2023-05-18 | Rollup merge of #111703 - Zoxc:queries-mod, r=cjgillot | Dylan DPC | -2/+2 |
| 2023-05-18 | Rollup merge of #111054 - cjgillot:cfg-eval-recover, r=b-naber | Dylan DPC | -0/+33 |
| 2023-05-18 | Rollup merge of #110986 - cjgillot:delay-feed-bug, r=WaffleLapkin | Dylan DPC | -0/+17 |
| 2023-05-18 | Merge query property modules into one | John Kåre Alsaker | -2/+2 |
| 2023-05-18 | Auto merge of #108938 - chenyukang:yukang/fix-107910-shorten-ice, r=cjgillot | bors | -0/+195 |
| 2023-05-17 | Delay a bug when overwriting fed value. | Camille GILLOT | -0/+1 |
| 2023-05-17 | Add incremental test. | Camille GILLOT | -0/+16 |
| 2023-05-17 | Auto merge of #111568 - scottmcm:undo-opt, r=WaffleLapkin | bors | -139/+49 |
| 2023-05-17 | Rollup merge of #111588 - MU001999:diag/improve-e0782, r=fee1-dead | Dylan DPC | -11/+28 |
| 2023-05-17 | Rollup merge of #111565 - aDotInTheVoid:rdj-impl-viz, r=GuillaumeGomez | Dylan DPC | -0/+81 |
| 2023-05-17 | Rollup merge of #111557 - cjgillot:revert-111020, r=petrochenkov | Dylan DPC | -50/+15 |
| 2023-05-17 | Rollup merge of #110930 - b-naber:normalize-elaborate-drops, r=cjgillot | Dylan DPC | -0/+92 |
| 2023-05-17 | Fix #107910, Shorten backtraces in ICEs | yukang | -0/+195 |
| 2023-05-17 | Emits E0599 when meeting MyTrait::missing_method | mu001999 | -11/+28 |
| 2023-05-17 | Auto merge of #111671 - Dylan-DPC:rollup-1jy5r16, r=Dylan-DPC | bors | -2/+87 |
| 2023-05-17 | Rollup merge of #111661 - clubby789:offset-of-erase-regions, r=compiler-errors | Dylan DPC | -0/+5 |
| 2023-05-17 | Rollup merge of #111649 - Nilstrieb:derive-const-param-ty, r=BoxyUwU | Dylan DPC | -2/+82 |
| 2023-05-17 | Auto merge of #111630 - BoxyUwU:ty_const_debug_formatting, r=compiler-errors | bors | -4/+4 |
| 2023-05-16 | Auto merge of #111556 - cjgillot:copy-prop-nrvo, r=oli-obk | bors | -198/+567 |
| 2023-05-16 | Erase regions of type in `offset_of!` | clubby789 | -0/+5 |
| 2023-05-16 | Rollup merge of #111642 - GuillaumeGomez:only-impl-from-bodies, r=notriddle | Matthias Krüger | -0/+36 |
| 2023-05-16 | Rollup merge of #111610 - bvanjoi:fix-99597, r=compiler-errors | Matthias Krüger | -0/+30 |
| 2023-05-16 | Rollup merge of #111573 - compiler-errors:erase-re-error, r=WaffleLapkin | Matthias Krüger | -0/+47 |
| 2023-05-16 | Rollup merge of #111533 - clubby789:drop-tracking-error, r=oli-obk | Matthias Krüger | -0/+35 |
| 2023-05-16 | Add derive for `core::marker::ConstParamTy` | Nilstrieb | -2/+82 |
| 2023-05-16 | bless | Boxy | -4/+4 |
| 2023-05-16 | Use error term if missing associated item in new solver | Michael Goulet | -1/+15 |
| 2023-05-16 | Auto merge of #105750 - oli-obk:valtrees, r=lcnr | bors | -40/+53 |
| 2023-05-16 | Add regression test for #111415 | Guillaume Gomez | -0/+36 |
| 2023-05-16 | Rollup merge of #111614 - aDotInTheVoid:nonsense, r=cjgillot | Nilstrieb | -0/+30 |
| 2023-05-16 | Rollup merge of #111602 - tmiasko:erroneous-constant-used, r=oli-obk | Nilstrieb | -220/+15 |
| 2023-05-16 | Rollup merge of #111449 - compiler-errors:recover-impl-generics-correctly, r=... | Nilstrieb | -0/+14 |
| 2023-05-16 | Rollup merge of #111428 - bvanjoi:fix-109250, r=Nilstrieb | Nilstrieb | -25/+65 |
| 2023-05-16 | fix(diagnostic): wrap parens for ref impl trait param | bohan | -0/+30 |
| 2023-05-15 | Auto merge of #111221 - compiler-errors:yeet-generalizer, r=lcnr | bors | -0/+45 |
| 2023-05-15 | Add more interesting nonsense to weird-exprs.rs | Alona Enraght-Moony | -0/+30 |
| 2023-05-15 | rustdoc-json: Add tests for visibility of impls | Alona Enraght-Moony | -0/+81 |
| 2023-05-15 | Recover `impl<T ?Sized>` correctly | Michael Goulet | -0/+14 |
| 2023-05-15 | Tweaks and a test | Michael Goulet | -0/+45 |
| 2023-05-15 | Rollup merge of #111587 - cbeuw:copy-for-deref, r=oli-obk | Matthias Krüger | -11/+34 |
| 2023-05-15 | Rollup merge of #111578 - Zoxc:query-macro-move, r=cjgillot | Matthias Krüger | -2/+2 |
| 2023-05-15 | Rollup merge of #111525 - scottmcm:slice-position-tweak, r=Mark-Simulacrum | Matthias Krüger | -7/+27 |
| 2023-05-15 | Always fall back to PartialEq when a constant in a pattern is not recursively... | Oli Scherer | -40/+53 |
| 2023-05-15 | Address FIXME | Andy Wang | -11/+6 |
| 2023-05-15 | Add CopyForDeref to custom MIR | Andy Wang | -0/+28 |
| 2023-05-15 | Rollup merge of #111531 - chenyukang:yukang-fix-111416-ice, r=compiler-errors | Matthias Krüger | -0/+21 |
| 2023-05-15 | Move expansion of query macros in rustc_middle to rustc_middle::query | John Kåre Alsaker | -2/+2 |
| 2023-05-15 | Suppress "erroneous constant used" for constants tainted by errors | Tomasz Miąsko | -220/+15 |
| 2023-05-14 | Erase ReError properly | Michael Goulet | -0/+47 |
| 2023-05-14 | Stop turning transmutes into discriminants in mir-opt | Scott McMurray | -139/+49 |