| Age | Commit message (Expand) | Author | Lines |
| 2023-05-19 | Fix overflow in error emitter | Badel2 | -0/+84 |
| 2023-05-19 | Auto merge of #111641 - michaelwoerister:debugger-visualizer-fixes, r=cjgillot | bors | -3/+82 |
| 2023-05-19 | Fix run-make/inrcemental-debugger-visualizer test for macOS. | Michael Woerister | -3/+1 |
| 2023-05-19 | Auto merge of #111590 - dtolnay:panictemporaries, r=bjorn3 | bors | -4/+83 |
| 2023-05-19 | Auto merge of #110100 - compiler-errors:no-infer-pred-must-hold, r=jackh726 | bors | -2/+15 |
| 2023-05-19 | Auto merge of #109602 - bvanjoi:fix-issue-109343, r=petrochenkov | bors | -0/+21 |
| 2023-05-18 | Auto merge of #111345 - jyn514:cfg-release-caching, r=cjgillot,est31 | bors | -0/+15 |
| 2023-05-18 | Auto merge of #110493 - bvanjoi:new_disambiguated_key, r=petrochenkov | bors | -0/+90 |
| 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-17 | Only depend on CFG_VERSION in rustc_interface | jyn | -0/+15 |
| 2023-05-18 | Auto merge of #108938 - chenyukang:yukang/fix-107910-shorten-ice, r=cjgillot | bors | -0/+195 |
| 2023-05-18 | fix(resolve): only disambiguate binding key during define | bohan | -0/+90 |
| 2023-05-18 | fix(resolve): replace bindings to dummy for unresolved imports | bohan | -0/+21 |
| 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 | Add/improve tests for debugger_visualizer change detection. | Michael Woerister | -5/+63 |
| 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 | Fix dependency tracking for debugger visualizers | Michael Woerister | -3/+26 |
| 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 |