| Age | Commit message (Expand) | Author | Lines |
| 2022-01-12 | Remove pretty tests for LLVM-style inline assembly | Tomasz Miąsko | -17/+3 |
| 2022-01-12 | Remove codegen tests for LLLVM-style inline assembly | Tomasz Miąsko | -14/+0 |
| 2022-01-12 | Remove mir-opt tests for LLVM-style inline assembly | Tomasz Miąsko | -210/+0 |
| 2022-01-12 | Remove ui tests for LLVM-style inline assembly | Tomasz Miąsko | -1500/+74 |
| 2022-01-12 | Remove LLVM-style inline assembly from unstable book | Tomasz Miąsko | -190/+0 |
| 2022-01-11 | Auto merge of #92533 - Aaron1011:variant-symbol, r=petrochenkov | bors | -10/+10 |
| 2022-01-11 | Auto merge of #90948 - oli-obk:🧹, r=nikomatsakis | bors | -1/+25 |
| 2022-01-11 | Store a `Symbol` instead of an `Ident` in `VariantDef`/`FieldDef` | Aaron Hill | -10/+10 |
| 2022-01-11 | Auto merge of #92601 - camelid:more-intra-doc-cleanup, r=Manishearth | bors | -142/+148 |
| 2022-01-10 | Auto merge of #92719 - matthiaskrgr:rollup-tc7oqys, r=matthiaskrgr | bors | -87/+164 |
| 2022-01-10 | Rollup merge of #92717 - RalfJung:miri, r=RalfJung | Matthias Krüger | -8/+10 |
| 2022-01-10 | Rollup merge of #92636 - compiler-errors:normalize-generator-const-expr, r=ol... | Matthias Krüger | -0/+26 |
| 2022-01-10 | Rollup merge of #92602 - jsha:source-link-2, r=GuillaumeGomez | Matthias Krüger | -77/+94 |
| 2022-01-10 | Rollup merge of #92357 - GuillaumeGomez:fix-doc-comment-backline-removal, r=c... | Matthias Krüger | -2/+12 |
| 2022-01-10 | Rollup merge of #92248 - compiler-errors:normalize-type-for-pointee, r=jackh726 | Matthias Krüger | -0/+22 |
| 2022-01-10 | miri | Ralf Jung | -8/+10 |
| 2022-01-09 | Compute most of Public/Exported access level in rustc_resolve | Lamb | -0/+29 |
| 2022-01-09 | Auto merge of #92534 - Aaron1011:hash-hir, r=petrochenkov | bors | -2/+2 |
| 2022-01-09 | Auto merge of #92690 - matthiaskrgr:rollup-rw0oz05, r=matthiaskrgr | bors | -298/+356 |
| 2022-01-09 | Rollup merge of #92673 - GuillaumeGomez:remove-all-items-toggle, r=jsha | Matthias Krüger | -8/+0 |
| 2022-01-09 | Rollup merge of #92608 - petrochenkov:doctrscope3, r=CraftSpider | Matthias Krüger | -250/+278 |
| 2022-01-09 | Rollup merge of #92510 - inquisitivecrystal:foreign-block, r=cjgillot | Matthias Krüger | -0/+33 |
| 2022-01-09 | Rollup merge of #92490 - jsha:crates-in-results, r=GuillaumeGomez | Matthias Krüger | -40/+45 |
| 2022-01-09 | rustc_middle: Rename `Export` to `ModChild` and add some comments | Vadim Petrochenkov | -1/+1 |
| 2022-01-09 | rustc_metadata: Rename `item_children(_untracked)` to `module_children(_untra... | Vadim Petrochenkov | -10/+10 |
| 2022-01-09 | rustc_metadata: Optimize and document module children decoding | Vadim Petrochenkov | -12/+19 |
| 2022-01-08 | Auto merge of #92068 - fee1-dead:libcore2021, r=m-ou-se | bors | -26/+7 |
| 2022-01-08 | Auto merge of #90639 - matthewjasper:leaf-def-cache, r=cjgillot | bors | -32/+34 |
| 2022-01-08 | Remove useless collapse toggle on "all items" page | Guillaume Gomez | -8/+0 |
| 2022-01-08 | Make source links look cleaner | Jacob Hoffman-Andrews | -77/+94 |
| 2022-01-08 | Auto merge of #92639 - pietroalbini:bump-version, r=pietroalbini | bors | -1/+1 |
| 2022-01-08 | Auto merge of #91305 - camelid:rm-cond, r=GuillaumeGomez | bors | -3/+0 |
| 2022-01-07 | Rollup merge of #92610 - GuillaumeGomez:css-class-instead-of-inline-style, r=... | Eric Huss | -2/+6 |
| 2022-01-07 | Update clippy for associated item changes | Matthew Jasper | -32/+34 |
| 2022-01-07 | bump version to 1.60.0 | Pietro Albini | -1/+1 |
| 2022-01-07 | rustdoc: Introduce a resolver cache for sharing data between early doc link r... | Vadim Petrochenkov | -250/+278 |
| 2022-01-06 | Normalize generator-local types with unevaluated constants | Michael Goulet | -0/+26 |
| 2022-01-06 | Rollup merge of #92589 - ChrisDenton:break-loop, r=Mark-Simulacrum | Matthias Krüger | -1/+3 |
| 2022-01-06 | Rollup merge of #92417 - dtolnay:printimpl, r=jackh726 | Matthias Krüger | -1/+7 |
| 2022-01-06 | Rollup merge of #92207 - tmiasko:delay-drop-elaboration-bug, r=jackh726 | Matthias Krüger | -0/+82 |
| 2022-01-06 | Split out `ItemFragment` from `UrlFragment` | Noah Lev | -39/+49 |
| 2022-01-06 | Remove the side channel | Noah Lev | -44/+11 |
| 2022-01-06 | Remove the last use of the side channel | Noah Lev | -4/+13 |
| 2022-01-06 | Use fragment instead of side channel in another place | Noah Lev | -1/+5 |
| 2022-01-06 | Use fragment instead of side channel for prim. assoc. items | Noah Lev | -1/+3 |
| 2022-01-06 | Extract function for reporting feature gate error | Noah Lev | -16/+15 |
| 2022-01-06 | Only check for conflicting anchors in one place | Noah Lev | -24/+34 |
| 2022-01-06 | Use `DefId`s instead of names in `UrlFragment` | Noah Lev | -46/+49 |
| 2022-01-06 | Move anchor conflict check to call site | Noah Lev | -6/+8 |
| 2022-01-06 | Auto merge of #92609 - matthiaskrgr:rollup-ldp47ot, r=matthiaskrgr | bors | -45/+228 |