| Age | Commit message (Expand) | Author | Lines |
| 2022-10-09 | Don't use unnormalized type in Ty::fn_sig | Michael Goulet | -5/+17 |
| 2022-10-08 | Rollup merge of #102815 - notriddle:notriddle/mobile-topbar, r=GuillaumeGomez | Matthias Krüger | -11/+11 |
| 2022-10-08 | Rollup merge of #102723 - pcc:run-make-cc, r=Mark-Simulacrum | Matthias Krüger | -5/+1 |
| 2022-10-08 | Rollup merge of #102604 - anirudh24seven:anirudh_improve_bootrap_readme_reada... | Matthias Krüger | -32/+32 |
| 2022-10-08 | Rollup merge of #102581 - jyn514:src-detection, r=Mark-Simulacrum | Matthias Krüger | -1/+10 |
| 2022-10-08 | Rollup merge of #102524 - notriddle:notriddle/unsafe-function, r=GuillaumeGomez | Matthias Krüger | -1/+42 |
| 2022-10-08 | Rollup merge of #99194 - simlay:simlay/update-rust-gdbgui-gdb-args-to-gdb-cmd... | Matthias Krüger | -2/+1 |
| 2022-10-08 | Auto merge of #102315 - RalfJung:assert_unsafe_precondition, r=thomcc | bors | -7/+8 |
| 2022-10-08 | rustdoc: add test case for dimensions and color of unsafe `<sup>` | Michael Howell | -0/+41 |
| 2022-10-08 | rustdoc: remove weird `<a href="#">` wrapper around unsafe triangle | Michael Howell | -1/+1 |
| 2022-10-08 | rustdoc: remove mobile topbar from source pages instead of hiding it | Michael Howell | -11/+11 |
| 2022-10-08 | Auto merge of #102809 - matthiaskrgr:rollup-qq62vuv, r=matthiaskrgr | bors | -197/+269 |
| 2022-10-08 | Rollup merge of #102798 - notriddle:notriddle/text-decoration-underline, r=Gu... | Matthias Krüger | -7/+2 |
| 2022-10-08 | Rollup merge of #102797 - notriddle:notriddle/rightside-position, r=Guillaume... | Matthias Krüger | -1/+0 |
| 2022-10-08 | Rollup merge of #102789 - GuillaumeGomez:update-browser-ui-test-version, r=no... | Matthias Krüger | -150/+150 |
| 2022-10-08 | Rollup merge of #102788 - joshtriplett:bump-rustc-dev-guide, r=ehuss | Matthias Krüger | -0/+0 |
| 2022-10-08 | Rollup merge of #102778 - nbdd0121:mir, r=tmiasko | Matthias Krüger | -0/+67 |
| 2022-10-08 | Rollup merge of #102675 - ouz-a:mir-technical-debt, r=oli-obk | Matthias Krüger | -17/+22 |
| 2022-10-08 | Rollup merge of #101520 - oli-obk:transmute_lifetimes, r=compiler-errors | Matthias Krüger | -22/+28 |
| 2022-10-08 | Auto merge of #100720 - camsteffen:representable, r=cjgillot | bors | -252/+188 |
| 2022-10-07 | rustdoc: add main-heading and example-wrap link CSS to big selector | Michael Howell | -7/+2 |
| 2022-10-07 | Auto merge of #102792 - weihanglo:update-cargo, r=ehuss | bors | -0/+0 |
| 2022-10-07 | rustdoc: remove no-op CSS `.rightside { position: initial }` | Michael Howell | -1/+0 |
| 2022-10-07 | Auto merge of #102091 - RalfJung:const_err, r=oli-obk | bors | -5135/+1340 |
| 2022-10-07 | Update cargo | Weihang Lo | -0/+0 |
| 2022-10-07 | Update rustdoc-gui test to new browser-ui-test version | Guillaume Gomez | -149/+149 |
| 2022-10-07 | Update browser-ui-test version | Guillaume Gomez | -1/+1 |
| 2022-10-07 | Auto merge of #102787 - Dylan-DPC:rollup-fvbb4t9, r=Dylan-DPC | bors | -1/+97 |
| 2022-10-07 | Fix test | Gary Guo | -10/+11 |
| 2022-10-07 | Update rustc-dev-guide | Josh Triplett | -0/+0 |
| 2022-10-07 | Rollup merge of #102780 - RalfJung:miri-lib-sys, r=Mark-Simulacrum | Dylan DPC | -1/+4 |
| 2022-10-07 | Rollup merge of #102779 - TaKO8Ki:fix-type-of-ice-102768, r=fee1-dead | Dylan DPC | -0/+47 |
| 2022-10-07 | Rollup merge of #102764 - compiler-errors:issue-102762, r=jackh726 | Dylan DPC | -0/+46 |
| 2022-10-07 | Allow transmutes between the same types after erasing lifetimes | Oli Scherer | -22/+28 |
| 2022-10-07 | make const_err a hard error | Ralf Jung | -5135/+1340 |
| 2022-10-07 | Rewrite representability | Cameron Steffen | -252/+188 |
| 2022-10-07 | Auto merge of #101632 - camsteffen:refactor-infer-err, r=lcnr | bors | -167/+145 |
| 2022-10-07 | fix Miri | Ralf Jung | -2/+2 |
| 2022-10-07 | run Miri CI when std::sys changes | Ralf Jung | -1/+4 |
| 2022-10-07 | add a few more assert_unsafe_precondition | Ralf Jung | -5/+6 |
| 2022-10-07 | Change InferCtxtBuilder from enter to build | Cameron Steffen | -166/+144 |
| 2022-10-07 | fix a ICE #102768 | Takayuki Maeda | -0/+47 |
| 2022-10-07 | Introduce TypeErrCtxt | Cameron Steffen | -2/+2 |
| 2022-10-07 | Fix MIR inlining of asm_unwind | Gary Guo | -0/+66 |
| 2022-10-07 | Auto merge of #102025 - chenyukang:fix-102002, r=jyn514 | bors | -2/+10 |
| 2022-10-07 | Rollup merge of #102761 - est31:let_else_uninhabited_test, r=compiler-errors | Matthias Krüger | -1/+23 |
| 2022-10-07 | Rollup merge of #102748 - cuviper:i586-gnu-uncompress, r=pietroalbini | Matthias Krüger | -1/+5 |
| 2022-10-07 | Rollup merge of #102747 - notriddle:notriddle/docblock-a-not-srclink, r=Guill... | Matthias Krüger | -2/+3 |
| 2022-10-07 | Rollup merge of #102744 - notriddle:notriddle/content-item-list, r=GuillaumeG... | Matthias Krüger | -15/+10 |
| 2022-10-07 | Rollup merge of #102720 - lyming2007:issue-102397-fix, r=compiler-errors | Matthias Krüger | -8/+8 |