about summary refs log tree commit diff
path: root/src
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-11Auto merge of #92533 - Aaron1011:variant-symbol, r=petrochenkovbors-10/+10
2022-01-11Auto merge of #90948 - oli-obk:🧹, r=nikomatsakisbors-1/+25
2022-01-11Store a `Symbol` instead of an `Ident` in `VariantDef`/`FieldDef`Aaron Hill-10/+10
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-87/+164
2022-01-10Rollup merge of #92717 - RalfJung:miri, r=RalfJungMatthias Krüger-8/+10
2022-01-10Rollup merge of #92636 - compiler-errors:normalize-generator-const-expr, r=ol...Matthias Krüger-0/+26
2022-01-10Rollup merge of #92602 - jsha:source-link-2, r=GuillaumeGomezMatthias Krüger-77/+94
2022-01-10Rollup merge of #92357 - GuillaumeGomez:fix-doc-comment-backline-removal, r=c...Matthias Krüger-2/+12
2022-01-10Rollup merge of #92248 - compiler-errors:normalize-type-for-pointee, r=jackh726Matthias Krüger-0/+22
2022-01-10miriRalf Jung-8/+10
2022-01-09Compute most of Public/Exported access level in rustc_resolveLamb-0/+29
2022-01-09Auto merge of #92534 - Aaron1011:hash-hir, r=petrochenkovbors-2/+2
2022-01-09Auto merge of #92690 - matthiaskrgr:rollup-rw0oz05, r=matthiaskrgrbors-298/+356
2022-01-09Rollup merge of #92673 - GuillaumeGomez:remove-all-items-toggle, r=jshaMatthias Krüger-8/+0
2022-01-09Rollup merge of #92608 - petrochenkov:doctrscope3, r=CraftSpiderMatthias Krüger-250/+278
2022-01-09Rollup merge of #92510 - inquisitivecrystal:foreign-block, r=cjgillotMatthias Krüger-0/+33
2022-01-09Rollup merge of #92490 - jsha:crates-in-results, r=GuillaumeGomezMatthias Krüger-40/+45
2022-01-09rustc_middle: Rename `Export` to `ModChild` and add some commentsVadim Petrochenkov-1/+1
2022-01-09rustc_metadata: Rename `item_children(_untracked)` to `module_children(_untra...Vadim Petrochenkov-10/+10
2022-01-09rustc_metadata: Optimize and document module children decodingVadim Petrochenkov-12/+19
2022-01-08Auto merge of #92068 - fee1-dead:libcore2021, r=m-ou-sebors-26/+7
2022-01-08Auto merge of #90639 - matthewjasper:leaf-def-cache, r=cjgillotbors-32/+34
2022-01-08Remove useless collapse toggle on "all items" pageGuillaume Gomez-8/+0
2022-01-08Make source links look cleanerJacob Hoffman-Andrews-77/+94
2022-01-08Auto merge of #92639 - pietroalbini:bump-version, r=pietroalbinibors-1/+1
2022-01-08Auto merge of #91305 - camelid:rm-cond, r=GuillaumeGomezbors-3/+0
2022-01-07Rollup merge of #92610 - GuillaumeGomez:css-class-instead-of-inline-style, r=...Eric Huss-2/+6
2022-01-07Update clippy for associated item changesMatthew Jasper-32/+34
2022-01-07bump version to 1.60.0Pietro Albini-1/+1
2022-01-07rustdoc: Introduce a resolver cache for sharing data between early doc link r...Vadim Petrochenkov-250/+278
2022-01-06Normalize generator-local types with unevaluated constantsMichael Goulet-0/+26
2022-01-06Rollup merge of #92589 - ChrisDenton:break-loop, r=Mark-SimulacrumMatthias Krüger-1/+3
2022-01-06Rollup merge of #92417 - dtolnay:printimpl, r=jackh726Matthias Krüger-1/+7
2022-01-06Rollup merge of #92207 - tmiasko:delay-drop-elaboration-bug, r=jackh726Matthias Krüger-0/+82
2022-01-06Split out `ItemFragment` from `UrlFragment`Noah Lev-39/+49
2022-01-06Remove the side channelNoah Lev-44/+11
2022-01-06Remove the last use of the side channelNoah Lev-4/+13
2022-01-06Use fragment instead of side channel in another placeNoah Lev-1/+5
2022-01-06Use fragment instead of side channel for prim. assoc. itemsNoah Lev-1/+3
2022-01-06Extract function for reporting feature gate errorNoah Lev-16/+15
2022-01-06Only check for conflicting anchors in one placeNoah Lev-24/+34
2022-01-06Use `DefId`s instead of names in `UrlFragment`Noah Lev-46/+49
2022-01-06Move anchor conflict check to call siteNoah Lev-6/+8
2022-01-06Auto merge of #92609 - matthiaskrgr:rollup-ldp47ot, r=matthiaskrgrbors-45/+228