summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2021-07-26Auto merge of #87476 - pietroalbini:stable-next, r=Mark-Simulacrum 1.54.0bors-585/+452
2021-07-26Remove GUI tests for rust beta CIGuillaume Gomez-307/+0
2021-07-26Rustdoc accessibility: use real headers for doc itemsbors-228/+271
2021-07-26Update browser-ui-test package versionGuillaume Gomez-1/+1
2021-07-26Fix test cases for header titles in sidebarMichael Howell-11/+11
2021-07-26Remove redundant CSSMichael Howell-1/+0
2021-07-26Rustdoc accessibility: make the sidebar headers actual headersMichael Howell-29/+34
2021-07-26Add test for sidebar display value on mobileGuillaume Gomez-0/+10
2021-07-26Do not hide the sidebar on mobile, move it outside of the viewport insteadGuillaume Gomez-4/+6
2021-07-26update release notes to 1.54.0Erin Power-14/+129
2021-07-26switch to the stable channelPietro Albini-1/+1
2021-07-23Auto merge of #87393 - michaelwoerister:backport-85834-and-86368, r=Mark-Simu...bors-86/+129
2021-07-23Encode SourceFile source crate as StableCrateId in incr. comp. OnDiskCache.Michael Woerister-7/+35
2021-07-23Disambiguate between SourceFiles from different crates even if they have the ...Michael Woerister-10/+31
2021-07-23Add regression test for #85955.Michael Woerister-0/+25
2021-07-23Access stable_crate_id directly.Camille GILLOT-2/+7
2021-07-23Do not store crate in latest_foreign_def_path_hashes.Camille GILLOT-7/+0
2021-07-23Encode CrateNum using the StableCrateId for incr. comp.Camille GILLOT-71/+42
2021-07-23Auto merge of #87369 - pnkfelix:beta-targetted-revert-81473-warn-write-only-f...bors-119/+1
2021-07-22Auto merge of #87374 - Mark-Simulacrum:beta-next, r=Mark-Simulacrumbors-24/+58
2021-07-22Provide a better error when `x.py install src/doc` doesn't work.Eric Huss-4/+6
2021-07-22Add comments why install steps should never fail.Eric Huss-0/+6
2021-07-22Fix rust-analyzer install when not available.Eric Huss-4/+9
2021-07-22i sweat to godJane Lusby-1/+1
2021-07-22pls this timeJane Lusby-2/+2
2021-07-22fix ui testsJane Lusby-2/+2
2021-07-22rename assert_matches moduleJane Lusby-6/+6
2021-07-22Move [debug_]assert_matches to mod {core, std}::assert.Mara Bos-15/+36
2021-07-22Allow some temporarily dead code.Felix S. Klock II-0/+1
2021-07-22Revert PR 81473 to resolve (on mainline) issues 81626 and 81658.Felix S. Klock II-119/+0
2021-07-20Auto merge of #87136 - cuviper:redo-86222, r=Mark-Simulacrumbors-52/+2
2021-07-14Remove unsound TrustedRandomAccess implementationsFrank Steffahn-52/+2
2021-07-02Auto merge of #86821 - cuviper:beta-next, r=Mark-Simulacrumbors-126/+131
2021-07-02Revert "Don't load all extern crates unconditionally"Guillaume Gomez-99/+50
2021-07-02Revert "List trait impls before methods from deref in the sidebar of Rustdoc'...Jacob Hoffman-Andrews-8/+8
2021-07-02Updates to tests.Felix S. Klock II-17/+20
2021-07-02Re-add support for parsing (and pretty-printing) inner-attributes within body...Felix S. Klock II-1/+7
2021-07-02fix(rustfmt): load nested out-of-line mods correctlyCaleb Cartwright-1/+46
2021-06-23Auto merge of #86413 - Mark-Simulacrum:beta-next, r=Mark-Simulacrumbors-336/+387
2021-06-23Ignore failures of RLS on aarch64 WindowsMark Rousskov-1/+7
2021-06-23Bump expat to 2.4.1Mark Rousskov-1/+1
2021-06-23Comment and include rust-analyzer.Eric Huss-0/+9
2021-06-23Don't dist miri on stable or beta.Eric Huss-0/+3
2021-06-22[beta] Update cargoEric Huss-0/+0
2021-06-22Disable pgo-branch-weights test on aarch64Mark Rousskov-0/+1
2021-06-20Fix CI to fetch master on beta channelMark Rousskov-6/+10
2021-06-19regression test for issue 82465.Felix S. Klock II-0/+16
2021-06-19manually crafted revert of PR #80653, to address issue #82465.Felix S. Klock II-172/+45
2021-06-19Revert #85176 addition of `clone_from` for `ManuallyDrop`Peter Todd-14/+1
2021-06-19Revert "Allow specifying alignment for functions"Mark Rousskov-137/+83