about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2021-05-15Rollup merge of #84461 - jyn514:remove-strip-item, r=GuillaumeGomezGuillaume Gomez-16/+9
2021-05-15Minimize amount of fake `DefId`s used in rustdocJustus K-90/+55
2021-05-15Remove `label` in dirty/clean annotations.Camille GILLOT-655/+448
2021-05-15Update rustdoc-js toolsGuillaume Gomez-1/+2
2021-05-15Fix eslint errorsGuillaume Gomez-34/+32
2021-05-15Warn about unused pub fields in non-pub structsFabian Wolff-2/+58
2021-05-15chore: update comment in rustdoc.cssShinwoo Park-1/+1
2021-05-15Auto merge of #84152 - sexxi-goose:insignificant_dtor, r=nikomatsakisbors-0/+226
2021-05-15Auto merge of #85311 - camelid:box-blanket-impl, r=jyn514bors-3/+3
2021-05-15chore: format codeShinwoo Park-3/+6
2021-05-15rustdoc: update static filesShinwoo Park-0/+10
2021-05-15rustdoc: add the license of Noto Sans KRShinwoo Park-0/+93
2021-05-15Auto merge of #84997 - pietroalbini:ci-verify-channel, r=Mark-Simulacrumbors-8/+56
2021-05-15rustdoc: avoid legacy Korean fonts in WindowsShinwoo Park-1/+9
2021-05-14add new attribute rustc_insignificant_dtor and a query to check if a type has...Dhruv Jauhar-0/+226
2021-05-14ci(should-skip-this): only check commits when skip rule enabledCaleb Cartwright-7/+11
2021-05-14should-skip-this: Check for changes between the master branch, not the previo...Joshua Nelson-2/+6
2021-05-14Run toolstate jobs when src/tools/rustfmt is modified.Joshua Nelson-2/+2
2021-05-14Update log to 0.4.14Joshua Nelson-1/+1
2021-05-14Don't copy tool dependencies to the sysrootJoshua Nelson-4/+0
2021-05-14Update bootstrap for in-tree rustfmtJoshua Nelson-21/+13
2021-05-14Add 'src/tools/rustfmt/' from commit '7872306edf2e11a69aaffb9434088fd66b46a863'Caleb Cartwright-0/+78073
2021-05-14Delete rustfmt submoduleJoshua Nelson-6/+0
2021-05-14Store Option<Region> as value for RegionVidJack Huey-14/+85
2021-05-14Box `Impl.blanket_impl` to reduce sizeNoah Lev-3/+3
2021-05-14Make the UnifyValue for RegionVid ()Jack Huey-1/+5
2021-05-14Add test for toggle on mobile sizeGuillaume Gomez-0/+21
2021-05-14Unify toggle rules on smaller resolutionsGuillaume Gomez-6/+3
2021-05-14Move @media rules at the end so they override the other rulesGuillaume Gomez-193/+195
2021-05-14bootstrap: build cargo only if requested in toolsXimin Luo-1/+8
2021-05-14Auto merge of #85211 - Aaron1011:metadata-invalid-span, r=michaelwoeristerbors-0/+68
2021-05-14Remove support for floating-point constants in asm!Amanieu d'Antras-44/+66
2021-05-14Add tests where asm! is properly in unsafe blockSmitty-26/+235
2021-05-14Fix toggle position on mobileGuillaume Gomez-1/+8
2021-05-14Check for inline assembly in THIR unsafeckSmitty-0/+50
2021-05-14Auto merge of #83640 - bjorn3:shared_metadata_reader, r=nagisabors-13/+1
2021-05-14panic abort after fork test: Disable on androidIan Jackson-0/+1
2021-05-14Auto merge of #85236 - nikic:update-llvm-submodule, r=cuviperbors-0/+0
2021-05-14Auto merge of #85233 - FabianWolff:issue-85227, r=petrochenkovbors-5/+78
2021-05-13Toggle-wrap items differently than top-doc.Jacob Hoffman-Andrews-2/+7
2021-05-14Auto merge of #85190 - mati865:update-cc, r=Mark-Simulacrumbors-1/+1
2021-05-13Add asm!() support for PowerPC64Dr. Chat-1/+31
2021-05-13Auto merge of #84107 - Amanieu:global_asm2, r=nagisabors-58/+514
2021-05-13Fix testsAmanieu d'Antras-3/+3
2021-05-13Clarify error message when both asm! and global_asm! are unsupportedAmanieu d'Antras-4/+4
2021-05-13Update global_asm! documentationAmanieu d'Antras-8/+41
2021-05-13Add tests for global_asm!Amanieu d'Antras-32/+455
2021-05-13Add support for const operands and options to global_asm!Amanieu d'Antras-16/+16
2021-05-13rustdoc: use focus for search navigationJacob Hoffman-Andrews-195/+178
2021-05-13Auto merge of #85186 - nikomatsakis:issue-83538-polluted-cache, r=jackh726bors-0/+160