| 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-12 | Remove no longer used `MutateMode` enum | Tomasz Miąsko | -54/+18 |
| 2022-01-12 | Remove deprecated LLVM-style inline assembly | Tomasz Miąsko | -1132/+27 |
| 2022-01-11 | Auto merge of #92533 - Aaron1011:variant-symbol, r=petrochenkov | bors | -107/+120 |
| 2022-01-11 | Auto merge of #90948 - oli-obk:🧹, r=nikomatsakis | bors | -21/+49 |
| 2022-01-11 | Store a `Symbol` instead of an `Ident` in `VariantDef`/`FieldDef` | Aaron Hill | -107/+120 |
| 2022-01-11 | Auto merge of #92070 - rukai:replace_vec_into_iter_with_array_into_iter, r=Ma... | bors | -122/+116 |
| 2022-01-11 | Auto merge of #92012 - llogiq:repr-c-def-id, r=michaelwoerister | bors | -1/+8 |
| 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 | -137/+224 |
| 2022-01-10 | Rollup merge of #92717 - RalfJung:miri, r=RalfJung | Matthias Krüger | -8/+10 |
| 2022-01-10 | Rollup merge of #92702 - ehuss:clean-lang_items-extract, r=petrochenkov | Matthias Krüger | -27/+9 |
| 2022-01-10 | Rollup merge of #92693 - ojeda:relnotes, r=pietroalbini | Matthias Krüger | -0/+4 |
| 2022-01-10 | Rollup merge of #92636 - compiler-errors:normalize-generator-const-expr, r=ol... | Matthias Krüger | -4/+32 |
| 2022-01-10 | Rollup merge of #92602 - jsha:source-link-2, r=GuillaumeGomez | Matthias Krüger | -79/+96 |
| 2022-01-10 | Rollup merge of #92357 - GuillaumeGomez:fix-doc-comment-backline-removal, r=c... | Matthias Krüger | -9/+12 |
| 2022-01-10 | Rollup merge of #92248 - compiler-errors:normalize-type-for-pointee, r=jackh726 | Matthias Krüger | -10/+61 |
| 2022-01-10 | miri | Ralf Jung | -8/+10 |
| 2022-01-10 | Auto merge of #87487 - lambinoo:I-64762_unreachable_pub_lint, r=petrochenkov | bors | -218/+359 |
| 2022-01-10 | Auto merge of #92278 - Aaron1011:fix-fingerprint-caching, r=michaelwoerister | bors | -46/+118 |
| 2022-01-09 | Clean up lang_items::extract | Eric Huss | -27/+9 |
| 2022-01-09 | Compute most of Public/Exported access level in rustc_resolve | Lamb | -218/+359 |
| 2022-01-09 | Release notes: add `Result::unwrap_{,err_}unchecked` | Miguel Ojeda | -0/+4 |
| 2022-01-09 | Auto merge of #92534 - Aaron1011:hash-hir, r=petrochenkov | bors | -10/+2 |
| 2022-01-09 | Auto merge of #92690 - matthiaskrgr:rollup-rw0oz05, r=matthiaskrgr | bors | -856/+1339 |
| 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 #92671 - WaffleLapkin:atomic_from_mut_unique_ref, r=m-ou-se | Matthias Krüger | -6/+6 |
| 2022-01-09 | Rollup merge of #92657 - Kixunil:ptr_as_const_mut, r=m-ou-se | Matthias Krüger | -0/+24 |
| 2022-01-09 | Rollup merge of #92608 - petrochenkov:doctrscope3, r=CraftSpider | Matthias Krüger | -259/+290 |
| 2022-01-09 | Rollup merge of #92573 - petrochenkov:ltrattr3, r=Aaron1011 | Matthias Krüger | -540/+761 |
| 2022-01-09 | Rollup merge of #92510 - inquisitivecrystal:foreign-block, r=cjgillot | Matthias Krüger | -3/+43 |
| 2022-01-09 | Rollup merge of #92490 - jsha:crates-in-results, r=GuillaumeGomez | Matthias Krüger | -40/+45 |
| 2022-01-09 | Rollup merge of #92055 - tmandry:relnotes-1.58, r=pietroalbini | Matthias Krüger | -0/+170 |
| 2022-01-09 | Auto merge of #92086 - petrochenkov:modchild, r=jackh726 | bors | -118/+137 |
| 2022-01-09 | eplace usages of vec![].into_iter with [].into_iter | Lucas Kent | -122/+116 |
| 2022-01-09 | Auto merge of #92497 - bjorn3:remove_lazy_meta_min_size, r=eddyb | bors | -32/+13 |
| 2022-01-09 | rustc_middle: Rename `Export` to `ModChild` and add some comments | Vadim Petrochenkov | -64/+66 |
| 2022-01-09 | rustc_metadata: Rename `item_children(_untracked)` to `module_children(_untra... | Vadim Petrochenkov | -22/+27 |
| 2022-01-09 | rustc_metadata: Optimize and document module children decoding | Vadim Petrochenkov | -38/+50 |
| 2022-01-08 | Auto merge of #92068 - fee1-dead:libcore2021, r=m-ou-se | bors | -68/+22 |
| 2022-01-08 | remove float methods | Pietro Albini | -10/+0 |
| 2022-01-08 | Auto merge of #91919 - Aaron1011:query-recursive-read, r=michaelwoerister | bors | -2/+76 |
| 2022-01-08 | Implemented const casts of raw pointers | Martin Habovstiak | -0/+24 |
| 2022-01-08 | Auto merge of #90639 - matthewjasper:leaf-def-cache, r=cjgillot | bors | -448/+483 |
| 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 | -79/+96 |