about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2022-01-12Remove pretty tests for LLVM-style inline assemblyTomasz Miąsko-17/+3
2022-01-12Remove codegen tests for LLLVM-style inline assemblyTomasz Miąsko-14/+0
2022-01-12Remove mir-opt tests for LLVM-style inline assemblyTomasz Miąsko-210/+0
2022-01-12Remove ui tests for LLVM-style inline assemblyTomasz Miąsko-1500/+74
2022-01-12Remove LLVM-style inline assembly from unstable bookTomasz Miąsko-190/+0
2022-01-12Remove no longer used `MutateMode` enumTomasz Miąsko-54/+18
2022-01-12Remove deprecated LLVM-style inline assemblyTomasz Miąsko-1132/+27
2022-01-11Auto merge of #92533 - Aaron1011:variant-symbol, r=petrochenkovbors-107/+120
2022-01-11Auto merge of #90948 - oli-obk:🧹, r=nikomatsakisbors-21/+49
2022-01-11Store a `Symbol` instead of an `Ident` in `VariantDef`/`FieldDef`Aaron Hill-107/+120
2022-01-11Auto merge of #92070 - rukai:replace_vec_into_iter_with_array_into_iter, r=Ma...bors-122/+116
2022-01-11Auto merge of #92012 - llogiq:repr-c-def-id, r=michaelwoeristerbors-1/+8
2022-01-11Auto merge of #92601 - camelid:more-intra-doc-cleanup, r=Manishearthbors-142/+148
2022-01-10Auto merge of #92719 - matthiaskrgr:rollup-tc7oqys, r=matthiaskrgrbors-137/+224
2022-01-10Rollup merge of #92717 - RalfJung:miri, r=RalfJungMatthias Krüger-8/+10
2022-01-10Rollup merge of #92702 - ehuss:clean-lang_items-extract, r=petrochenkovMatthias Krüger-27/+9
2022-01-10Rollup merge of #92693 - ojeda:relnotes, r=pietroalbiniMatthias Krüger-0/+4
2022-01-10Rollup merge of #92636 - compiler-errors:normalize-generator-const-expr, r=ol...Matthias Krüger-4/+32
2022-01-10Rollup merge of #92602 - jsha:source-link-2, r=GuillaumeGomezMatthias Krüger-79/+96
2022-01-10Rollup merge of #92357 - GuillaumeGomez:fix-doc-comment-backline-removal, r=c...Matthias Krüger-9/+12
2022-01-10Rollup merge of #92248 - compiler-errors:normalize-type-for-pointee, r=jackh726Matthias Krüger-10/+61
2022-01-10miriRalf Jung-8/+10
2022-01-10Auto merge of #87487 - lambinoo:I-64762_unreachable_pub_lint, r=petrochenkovbors-218/+359
2022-01-10Auto merge of #92278 - Aaron1011:fix-fingerprint-caching, r=michaelwoeristerbors-46/+118
2022-01-09Clean up lang_items::extractEric Huss-27/+9
2022-01-09Compute most of Public/Exported access level in rustc_resolveLamb-218/+359
2022-01-09Release notes: add `Result::unwrap_{,err_}unchecked`Miguel Ojeda-0/+4
2022-01-09Auto merge of #92534 - Aaron1011:hash-hir, r=petrochenkovbors-10/+2
2022-01-09Auto merge of #92690 - matthiaskrgr:rollup-rw0oz05, r=matthiaskrgrbors-856/+1339
2022-01-09Rollup merge of #92673 - GuillaumeGomez:remove-all-items-toggle, r=jshaMatthias Krüger-8/+0
2022-01-09Rollup merge of #92671 - WaffleLapkin:atomic_from_mut_unique_ref, r=m-ou-seMatthias Krüger-6/+6
2022-01-09Rollup merge of #92657 - Kixunil:ptr_as_const_mut, r=m-ou-seMatthias Krüger-0/+24
2022-01-09Rollup merge of #92608 - petrochenkov:doctrscope3, r=CraftSpiderMatthias Krüger-259/+290
2022-01-09Rollup merge of #92573 - petrochenkov:ltrattr3, r=Aaron1011Matthias Krüger-540/+761
2022-01-09Rollup merge of #92510 - inquisitivecrystal:foreign-block, r=cjgillotMatthias Krüger-3/+43
2022-01-09Rollup merge of #92490 - jsha:crates-in-results, r=GuillaumeGomezMatthias Krüger-40/+45
2022-01-09Rollup merge of #92055 - tmandry:relnotes-1.58, r=pietroalbiniMatthias Krüger-0/+170
2022-01-09Auto merge of #92086 - petrochenkov:modchild, r=jackh726bors-118/+137
2022-01-09eplace usages of vec![].into_iter with [].into_iterLucas Kent-122/+116
2022-01-09Auto merge of #92497 - bjorn3:remove_lazy_meta_min_size, r=eddybbors-32/+13
2022-01-09rustc_middle: Rename `Export` to `ModChild` and add some commentsVadim Petrochenkov-64/+66
2022-01-09rustc_metadata: Rename `item_children(_untracked)` to `module_children(_untra...Vadim Petrochenkov-22/+27
2022-01-09rustc_metadata: Optimize and document module children decodingVadim Petrochenkov-38/+50
2022-01-08Auto merge of #92068 - fee1-dead:libcore2021, r=m-ou-sebors-68/+22
2022-01-08remove float methodsPietro Albini-10/+0
2022-01-08Auto merge of #91919 - Aaron1011:query-recursive-read, r=michaelwoeristerbors-2/+76
2022-01-08Implemented const casts of raw pointersMartin Habovstiak-0/+24
2022-01-08Auto merge of #90639 - matthewjasper:leaf-def-cache, r=cjgillotbors-448/+483
2022-01-08Remove useless collapse toggle on "all items" pageGuillaume Gomez-8/+0
2022-01-08Make source links look cleanerJacob Hoffman-Andrews-79/+96