| Age | Commit message (Expand) | Author | Lines |
| 2023-05-19 | Fix overflow in error emitter | Badel2 | -22/+108 |
| 2023-05-19 | Auto merge of #107060 - ibraheemdev:poll-ready, r=joshtriplett | bors | -95/+3 |
| 2023-05-19 | Auto merge of #111641 - michaelwoerister:debugger-visualizer-fixes, r=cjgillot | bors | -145/+246 |
| 2023-05-19 | tidy | Ibraheem Ahmed | -2/+1 |
| 2023-05-19 | remove unstable `Poll::ready` | Ibraheem Ahmed | -94/+3 |
| 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 | -18/+97 |
| 2023-05-19 | Auto merge of #110100 - compiler-errors:no-infer-pred-must-hold, r=jackh726 | bors | -25/+47 |
| 2023-05-19 | Auto merge of #109602 - bvanjoi:fix-issue-109343, r=petrochenkov | bors | -6/+29 |
| 2023-05-18 | Auto merge of #111345 - jyn514:cfg-release-caching, r=cjgillot,est31 | bors | -71/+97 |
| 2023-05-18 | Auto merge of #110493 - bvanjoi:new_disambiguated_key, r=petrochenkov | bors | -16/+114 |
| 2023-05-18 | Auto merge of #111721 - Dylan-DPC:rollup-9jw6b7k, r=Dylan-DPC | bors | -177/+219 |
| 2023-05-18 | Rollup merge of #111707 - nnethercote:rm-WorkerLocal-Vec, r=compiler-errors | Dylan DPC | -7/+0 |
| 2023-05-18 | Rollup merge of #111703 - Zoxc:queries-mod, r=cjgillot | Dylan DPC | -125/+96 |
| 2023-05-18 | Rollup merge of #111695 - fmease:dont-lump-together-alias-tys, r=compiler-errors | Dylan DPC | -5/+29 |
| 2023-05-18 | Rollup merge of #111686 - cjgillot:no-foreign-item, r=compiler-errors | Dylan DPC | -20/+7 |
| 2023-05-18 | Rollup merge of #111685 - Kobzol:bootstrap-typo, r=clubby789 | Dylan DPC | -3/+3 |
| 2023-05-18 | Rollup merge of #111054 - cjgillot:cfg-eval-recover, r=b-naber | Dylan DPC | -2/+38 |
| 2023-05-18 | Rollup merge of #110986 - cjgillot:delay-feed-bug, r=WaffleLapkin | Dylan DPC | -15/+46 |
| 2023-05-18 | Auto merge of #110605 - csmoe:open-cgo, r=Kobzol | bors | -33/+59 |
| 2023-05-18 | Merge query property modules into one | John Kåre Alsaker | -125/+96 |
| 2023-05-18 | Auto merge of #111710 - Dylan-DPC:rollup-eutrx54, r=Dylan-DPC | bors | -187/+189 |
| 2023-05-18 | Rollup merge of #111679 - Amanieu:triagebot-remove-acp, r=m-ou-se | Dylan DPC | -25/+0 |
| 2023-05-18 | Rollup merge of #111633 - nnethercote:avoid-ref-format, r=WaffleLapkin | Dylan DPC | -147/+139 |
| 2023-05-18 | Rollup merge of #111561 - dtolnay:compiletestdirexists, r=Mark-Simulacrum | Dylan DPC | -1/+8 |
| 2023-05-18 | Rollup merge of #111527 - knickish:bind_port_0_documentation, r=Mark-Simulacrum | Dylan DPC | -0/+18 |
| 2023-05-18 | Rollup merge of #111168 - DaniPopes:arguments-to-string, r=Mark-Simulacrum | Dylan DPC | -0/+9 |
| 2023-05-18 | Rollup merge of #111160 - chbaker0:update-serde, r=Mark-Simulacrum | Dylan DPC | -14/+14 |
| 2023-05-18 | Rollup merge of #110884 - korran:unaligned-scalar-mem, r=wesleywiser | Dylan DPC | -0/+1 |
| 2023-05-17 | Only depend on CFG_VERSION in rustc_interface | jyn | -71/+97 |
| 2023-05-18 | Auto merge of #108938 - chenyukang:yukang/fix-107910-shorten-ice, r=cjgillot | bors | -40/+259 |
| 2023-05-18 | Remove unused `impl<T> WorkerLocal<Vec<T>>`. | Nicholas Nethercote | -7/+0 |
| 2023-05-18 | Auto merge of #111364 - cuviper:unhack-thinlto, r=nikic | bors | -112/+0 |
| 2023-05-18 | fix(resolve): only disambiguate binding key during define | bohan | -16/+114 |
| 2023-05-18 | fix(resolve): replace bindings to dummy for unresolved imports | bohan | -6/+29 |
| 2023-05-17 | Exclude inherent projections from some alias ty matches | León Orell Valerian Liehr | -5/+29 |
| 2023-05-17 | Auto merge of #111672 - nikic:llvm-16.0.4, r=cuviper | bors | -0/+0 |
| 2023-05-17 | Delay a bug when overwriting fed value. | Camille GILLOT | -15/+30 |
| 2023-05-17 | Add incremental test. | Camille GILLOT | -0/+16 |
| 2023-05-17 | Auto merge of #111568 - scottmcm:undo-opt, r=WaffleLapkin | bors | -152/+49 |
| 2023-05-17 | Fix typo in bootstrap command description | Jakub Beránek | -3/+3 |
| 2023-05-17 | Retire is_foreign_item query. | Camille GILLOT | -20/+7 |
| 2023-05-17 | Auto merge of #111680 - Dylan-DPC:rollup-1p45gxt, r=Dylan-DPC | bors | -137/+394 |
| 2023-05-17 | Don't sort output of debugger_visualizer query because it already is in deter... | Michael Woerister | -2/+3 |
| 2023-05-17 | Rollup merge of #111674 - GuillaumeGomez:add-missing-backslash, r=notriddle | Dylan DPC | -1/+1 |
| 2023-05-17 | Rollup merge of #111625 - Zoxc:rustc_middle-query-move, r=cjgillot | Dylan DPC | -33/+29 |
| 2023-05-17 | Rollup merge of #111588 - MU001999:diag/improve-e0782, r=fee1-dead | Dylan DPC | -47/+147 |
| 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 | -55/+17 |
| 2023-05-17 | Rollup merge of #110930 - b-naber:normalize-elaborate-drops, r=cjgillot | Dylan DPC | -1/+119 |