| Age | Commit message (Expand) | Author | Lines |
| 2023-01-09 | Rollup merge of #106291 - obeis:issue-106182, r=oli-obk | fee1-dead | -3/+48 |
| 2023-01-09 | Rollup merge of #106047 - uweigand:s390x-test-bigendian-ui, r=oli-obk | fee1-dead | -1130/+1716 |
| 2023-01-09 | Rollup merge of #105655 - RedDocMD:bug-105645, r=oli-obk | fee1-dead | -0/+26 |
| 2023-01-09 | Rollup merge of #105292 - JulianKnodt:no_eager_commit, r=BoxyUwU | fee1-dead | -0/+195 |
| 2023-01-09 | add dtors_in_dtors_in_dtors | Ralf Jung | -0/+57 |
| 2023-01-09 | Auto merge of #101947 - aliemjay:astconv-normalize, r=lcnr | bors | -189/+814 |
| 2023-01-09 | Auto merge of #2753 - RalfJung:rustup, r=RalfJung | bors | -2601/+5054 |
| 2023-01-09 | Merge from rustc | Ralf Jung | -2600/+5053 |
| 2023-01-09 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2023-01-09 | Auto merge of #2752 - RalfJung:win-env-current-exe, r=RalfJung | bors | -13/+85 |
| 2023-01-09 | make env::current_exe work on Windows | Ralf Jung | -13/+85 |
| 2023-01-09 | Auto merge of #106340 - saethlin:propagate-operands, r=oli-obk | bors | -0/+46 |
| 2023-01-09 | Clean up | kadmin | -2/+124 |
| 2023-01-09 | Set !const_evaluatable if ambig. and not inferred | kadmin | -0/+38 |
| 2023-01-09 | Change based on comments | kadmin | -1/+12 |
| 2023-01-09 | Change commit_if_ok to probe | kadmin | -13/+37 |
| 2023-01-09 | Auto merge of #106582 - compiler-errors:better-spans-on-bad-tys, r=lcnr | bors | -87/+64 |
| 2023-01-09 | fix: fix CI errors | Ezra Shaw | -2/+18 |
| 2023-01-08 | Rollup merge of #106606 - estebank:bad-nested-turbofish, r=compiler-errors | Michael Goulet | -0/+14 |
| 2023-01-08 | Rollup merge of #106602 - GuillaumeGomez:tidy-goml-scripts, r=Mark-Simulacrum | Michael Goulet | -16/+45 |
| 2023-01-08 | Rollup merge of #106600 - compiler-errors:no-private-field-ty-err, r=estebank | Michael Goulet | -8/+35 |
| 2023-01-08 | Rollup merge of #106497 - chenyukang:yukang/fix-106443-sugg-clone, r=estebank | Michael Goulet | -0/+107 |
| 2023-01-08 | Rollup merge of #106363 - estebank:mutability-mismatch-arg, r=Nilstrieb | Michael Goulet | -23/+46 |
| 2023-01-08 | Rollup merge of #106131 - compiler-errors:not-ptrs, r=davidtwco | Michael Goulet | -102/+102 |
| 2023-01-09 | docs/test: add error-docs and UI test for `E0711` | Ezra Shaw | -0/+33 |
| 2023-01-09 | Add regression test for #100772 | Yuki Okushi | -0/+11 |
| 2023-01-08 | Make translate_message return result and add tests | mejrs | -1/+3 |
| 2023-01-08 | Do not emit structured suggestion for turbofish with wrong span | Esteban Küber | -0/+14 |
| 2023-01-08 | rustdoc: fix outdated lint section of the book | Michael Howell | -1/+1 |
| 2023-01-08 | Fix tidy issues in goml scripts | Guillaume Gomez | -14/+34 |
| 2023-01-08 | Add goml scripts to tidy checks | Guillaume Gomez | -2/+11 |
| 2023-01-08 | Suppress type errors that come from private fields | Michael Goulet | -8/+35 |
| 2023-01-08 | Don't store spans in assumed_wf_types actually | Michael Goulet | -2/+29 |
| 2023-01-08 | Normalize assumed_wf_types after wfchecking is complete, for better spans | Michael Goulet | -14/+14 |
| 2023-01-08 | Improve spans of non-WF implied bound types | Michael Goulet | -102/+52 |
| 2023-01-08 | Auto merge of #106449 - GuillaumeGomez:rustdoc-gui-retry-mechanism, r=Mark-Si... | bors | -46/+76 |
| 2023-01-08 | Remove extra space | Yukang | -1/+1 |
| 2023-01-08 | Rollup merge of #106581 - estebank:bad-suggestion, r=compiler-errors | Yuki Okushi | -0/+29 |
| 2023-01-08 | Rollup merge of #106580 - Ezrashaw:remove-e0313, r=compiler-errors | Yuki Okushi | -2/+2 |
| 2023-01-08 | Rollup merge of #106557 - Ezrashaw:ui-test-fixups-1, r=GuillaumeGomez | Yuki Okushi | -12/+49 |
| 2023-01-08 | Rollup merge of #106546 - aDotInTheVoid:jsondoclint-path-local-item, r=notriddle | Yuki Okushi | -4/+125 |
| 2023-01-08 | Rollup merge of #106457 - kadiwa4:no-bless, r=Mark-Simulacrum | Yuki Okushi | -3/+3 |
| 2023-01-08 | Rollup merge of #106410 - clubby789:borrow-mut-self-mut-self-diag, r=compiler... | Yuki Okushi | -0/+27 |
| 2023-01-08 | Mention signature rather than fn pointers when comparing impl/trait methods | Michael Goulet | -102/+102 |
| 2023-01-08 | Do not emit wrong E0308 suggestion for closure mismatch | Esteban Küber | -4/+0 |
| 2023-01-08 | Add test | Esteban Küber | -0/+33 |
| 2023-01-08 | remove unreachable error code `E0313` | Ezra Shaw | -2/+2 |
| 2023-01-08 | Auto merge of #104658 - thomcc:rand-update-and-usable-no_std, r=Mark-Simulacrum | bors | -1/+0 |
| 2023-01-08 | doc/test: add UI test and reword docs for `E0013` and `E0015` | Ezra Shaw | -0/+34 |
| 2023-01-07 | Auto merge of #106573 - matthiaskrgr:rollup-zkgfsta, r=matthiaskrgr | bors | -64/+110 |