| Age | Commit message (Expand) | Author | Lines |
| 2022-09-19 | Adding ignore fuchsia tests for Backtrace, ErrorKind cases | Andrew Pollack | -4/+10 |
| 2022-09-19 | Auto merge of #101901 - lcnr:early-binder-type-foldable, r=compiler-errors | bors | -182/+138 |
| 2022-09-19 | extend polymorphization hack comment. | lcnr | -0/+2 |
| 2022-09-19 | remove the `Subst` trait, always use `EarlyBinder` | lcnr | -173/+132 |
| 2022-09-19 | do not implement type traversal for `EarlyBinder` | lcnr | -13/+8 |
| 2022-09-19 | Auto merge of #101629 - compiler-errors:issue-101623, r=sanxiyn | bors | -4/+44 |
| 2022-09-19 | Auto merge of #101924 - jackh726:revert-static-hrtb-error, r=compiler-errors | bors | -110/+500 |
| 2022-09-19 | Auto merge of #101799 - LukeMathWalker:distribute-json-doc, r=jyn514 | bors | -62/+219 |
| 2022-09-18 | Auto merge of #101332 - sashashura:patch-1, r=pietroalbini | bors | -0/+17 |
| 2022-09-18 | Auto merge of #101955 - jam1garner:fix-proc-macro-typo, r=petrochenkov | bors | -1/+1 |
| 2022-09-18 | Auto merge of #101963 - scottmcm:from-ptr-range-optimization, r=Mark-Simulacrum | bors | -0/+23 |
| 2022-09-18 | Auto merge of #101816 - raldone01:cleanup/select_nth_unstable, r=Mark-Simulacrum | bors | -8/+5 |
| 2022-09-18 | Auto merge of #101960 - matthiaskrgr:rollup-1l5v7ip, r=matthiaskrgr | bors | -29/+105 |
| 2022-09-17 | Add a codegen test for slice::from_ptr_range | Scott McMurray | -0/+23 |
| 2022-09-18 | Rollup merge of #101954 - notriddle:notriddle/location-a-first-of-type, r=Gui... | Matthias Krüger | -4/+0 |
| 2022-09-18 | Rollup merge of #101953 - GuillaumeGomez:fix-error-code-tooltip, r=notriddle | Matthias Krüger | -1/+2 |
| 2022-09-18 | Rollup merge of #101923 - jsha:aux-pages-no-rustdoc-css, r=Mark-Simulacrum | Matthias Krüger | -8/+2 |
| 2022-09-18 | Rollup merge of #101912 - crlf0710:compiler_update_unicode_15, r=Manishearth | Matthias Krüger | -15/+26 |
| 2022-09-18 | Rollup merge of #101151 - jethrogb:jb/sgx-platform, r=JohnTitor | Matthias Krüger | -1/+75 |
| 2022-09-18 | Auto merge of #101862 - cjgillot:lint-regression, r=oli-obk | bors | -9/+13 |
| 2022-09-17 | Fix typo in proc_macro Span::eq | jam1garner | -1/+1 |
| 2022-09-17 | rustdoc: remove redundant `.location a { font-weight: 500 }` | Michael Howell | -4/+0 |
| 2022-09-18 | Fix tooltip display for error codes | Guillaume Gomez | -1/+2 |
| 2022-09-17 | Auto merge of #101949 - matthiaskrgr:rollup-xu5cqnd, r=matthiaskrgr | bors | -373/+597 |
| 2022-09-17 | Rollup merge of #101943 - notriddle:notriddle/non-exhaustive, r=GuillaumeGomez | Matthias Krüger | -4/+0 |
| 2022-09-17 | Rollup merge of #101942 - Mark-Simulacrum:fix-perf, r=jyn514 | Matthias Krüger | -37/+0 |
| 2022-09-17 | Rollup merge of #101835 - jyn514:fix-vendoring, r=Mark-Simulacrum | Matthias Krüger | -1/+5 |
| 2022-09-17 | Rollup merge of #101826 - andrewpollack:fix-joined-without-noop, r=Mark-Simul... | Matthias Krüger | -3/+1 |
| 2022-09-17 | Rollup merge of #101821 - thomcc:unicode-15, r=Manishearth | Matthias Krüger | -173/+190 |
| 2022-09-17 | Rollup merge of #101713 - Bryanskiy:AccessLevels, r=petrochenkov | Matthias Krüger | -155/+249 |
| 2022-09-17 | Rollup merge of #101093 - joshtriplett:relnotes-1.64, r=Mark-Simulacrum | Matthias Krüger | -0/+152 |
| 2022-09-17 | Add a new component, `rust-json-docs`, to distribute the JSON-formatted docum... | Luca Palmieri | -62/+219 |
| 2022-09-17 | Auto merge of #101946 - matthiaskrgr:rollup-jqkhsku, r=matthiaskrgr | bors | -153/+475 |
| 2022-09-17 | Release notes update | Mark Rousskov | -0/+152 |
| 2022-09-17 | Rollup merge of #101934 - GuillaumeGomez:theme-links-cleanup, r=notriddle | Matthias Krüger | -78/+152 |
| 2022-09-17 | Rollup merge of #101918 - notriddle:notriddle/all, r=GuillaumeGomez | Matthias Krüger | -28/+24 |
| 2022-09-17 | Rollup merge of #101873 - WaffleLapkin:x-build-proc-macro-srv, r=jyn514 | Matthias Krüger | -10/+22 |
| 2022-09-17 | Rollup merge of #101861 - wesleywiser:update_stdarch, r=Amanieu | Matthias Krüger | -3/+7 |
| 2022-09-17 | Rollup merge of #101824 - notriddle:notriddle/html-as-generics-intra-doc-link... | Matthias Krüger | -1/+43 |
| 2022-09-17 | Rollup merge of #101801 - SparrowLii:query_depth_note, r=estebank | Matthias Krüger | -9/+114 |
| 2022-09-17 | Rollup merge of #101783 - chriswailes:env-vars, r=jyn514 | Matthias Krüger | -10/+18 |
| 2022-09-17 | Rollup merge of #101781 - chriswailes:dynamic-llvm-on-musl, r=jyn514 | Matthias Krüger | -12/+3 |
| 2022-09-17 | Rollup merge of #101672 - idigdoug:array_try_into, r=Mark-Simulacrum | Matthias Krüger | -2/+92 |
| 2022-09-17 | Auto merge of #101890 - rust-lang:pa-bump-version, r=pietroalbini | bors | -1/+1 |
| 2022-09-17 | rustdoc: remove unused CSS `.non-exhaustive { margin-bottom }` | Michael Howell | -4/+0 |
| 2022-09-17 | Use Predicate ConstraintCategory when normalizing | Jack Huey | -15/+172 |
| 2022-09-17 | Add back in normalize call | Jack Huey | -5/+10 |
| 2022-09-17 | Revert "fix #101691: copy stage0 binaries into stage0-sysroot" | Mark Rousskov | -37/+0 |
| 2022-09-17 | Auto merge of #101857 - lcnr:make-dyn-again, r=jackh726 | bors | -23/+20 |
| 2022-09-17 | Auto merge of #101938 - Dylan-DPC:rollup-6vlohhs, r=Dylan-DPC | bors | -236/+437 |