about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2022-09-18Auto merge of #101332 - sashashura:patch-1, r=pietroalbinibors-0/+9
2022-09-18Auto merge of #101963 - scottmcm:from-ptr-range-optimization, r=Mark-Simulacrumbors-0/+23
2022-09-17Add a codegen test for slice::from_ptr_rangeScott McMurray-0/+23
2022-09-18Rollup merge of #101954 - notriddle:notriddle/location-a-first-of-type, r=Gui...Matthias Krüger-4/+0
2022-09-18Rollup merge of #101953 - GuillaumeGomez:fix-error-code-tooltip, r=notriddleMatthias Krüger-1/+2
2022-09-18Rollup merge of #101923 - jsha:aux-pages-no-rustdoc-css, r=Mark-SimulacrumMatthias Krüger-8/+2
2022-09-18Rollup merge of #101912 - crlf0710:compiler_update_unicode_15, r=ManishearthMatthias Krüger-0/+2
2022-09-18Rollup merge of #101151 - jethrogb:jb/sgx-platform, r=JohnTitorMatthias Krüger-1/+75
2022-09-17rustdoc: remove redundant `.location a { font-weight: 500 }`Michael Howell-4/+0
2022-09-18Fix tooltip display for error codesGuillaume Gomez-1/+2
2022-09-17Auto merge of #101949 - matthiaskrgr:rollup-xu5cqnd, r=matthiaskrgrbors-166/+116
2022-09-17Rollup merge of #101943 - notriddle:notriddle/non-exhaustive, r=GuillaumeGomezMatthias Krüger-4/+0
2022-09-17Rollup merge of #101942 - Mark-Simulacrum:fix-perf, r=jyn514Matthias Krüger-37/+0
2022-09-17Rollup merge of #101835 - jyn514:fix-vendoring, r=Mark-SimulacrumMatthias Krüger-1/+5
2022-09-17Rollup merge of #101826 - andrewpollack:fix-joined-without-noop, r=Mark-Simul...Matthias Krüger-3/+1
2022-09-17Rollup merge of #101713 - Bryanskiy:AccessLevels, r=petrochenkovMatthias Krüger-121/+110
2022-09-17Auto merge of #101946 - matthiaskrgr:rollup-jqkhsku, r=matthiaskrgrbors-139/+304
2022-09-17Rollup merge of #101934 - GuillaumeGomez:theme-links-cleanup, r=notriddleMatthias Krüger-78/+152
2022-09-17Rollup merge of #101918 - notriddle:notriddle/all, r=GuillaumeGomezMatthias Krüger-28/+24
2022-09-17Rollup merge of #101873 - WaffleLapkin:x-build-proc-macro-srv, r=jyn514Matthias Krüger-10/+22
2022-09-17Rollup merge of #101824 - notriddle:notriddle/html-as-generics-intra-doc-link...Matthias Krüger-1/+43
2022-09-17Rollup merge of #101801 - SparrowLii:query_depth_note, r=estebankMatthias Krüger-0/+42
2022-09-17Rollup merge of #101783 - chriswailes:env-vars, r=jyn514Matthias Krüger-10/+18
2022-09-17Rollup merge of #101781 - chriswailes:dynamic-llvm-on-musl, r=jyn514Matthias Krüger-12/+3
2022-09-17Auto merge of #101890 - rust-lang:pa-bump-version, r=pietroalbinibors-1/+1
2022-09-17rustdoc: remove unused CSS `.non-exhaustive { margin-bottom }`Michael Howell-4/+0
2022-09-17Revert "fix #101691: copy stage0 binaries into stage0-sysroot"Mark Rousskov-37/+0
2022-09-17Rollup merge of #101915 - notriddle:notriddle/redirect, r=GuillaumeGomezDylan DPC-1/+1
2022-09-17Rollup merge of #101807 - jackh726:no-gat-defaults, r=lcnrDylan DPC-0/+54
2022-09-17Rollup merge of #101790 - TaKO8Ki:do-not-suggest-placeholder-to-const-and-sta...Dylan DPC-0/+28
2022-09-17Rollup merge of #98441 - calebzulawski:simd_as, r=oli-obkDylan DPC-0/+33
2022-09-17Rollup merge of #93628 - est31:stabilize_let_else, r=joshtriplettDylan DPC-154/+124
2022-09-17Auto merge of #101928 - notriddle:rollup-pexhhxe, r=notriddlebors-125/+224
2022-09-16Rollup merge of #101921 - est31:bootstrap_cfg_rustdoc, r=joshtriplettMichael Howell-4/+13
2022-09-16Rollup merge of #101914 - aDotInTheVoid:rdj-path-union-docs, r=jshaMichael Howell-1/+9
2022-09-16Rollup merge of #101911 - notriddle:notriddle/source-content, r=GuillaumeGomezMichael Howell-2/+0
2022-09-16Rollup merge of #101898 - GuillaumeGomez:rm-unused-css, r=notriddleMichael Howell-105/+46
2022-09-16Rollup merge of #101741 - andrewpollack:add-needs-unwind-ui-tests, r=tmandryMichael Howell-11/+21
2022-09-16Rollup merge of #101340 - andrewpollack:fuchsia-zxdb-docs, r=tmandryMichael Howell-2/+135
2022-09-17Auto merge of #98588 - b-naber:valtrees-cleanup, r=lcnrbors-29/+27
2022-09-16Don't add rustdoc's CSS to other doc pagesJacob Hoffman-Andrews-8/+2
2022-09-16Improve handing of env vars during bootstrap processChris Wailes-10/+18
2022-09-16rustdoc: update test case for All Crates pageMichael Howell-2/+2
2022-09-16Pass --cfg=bootstrap for rustdoc for proc_macro cratesest31-4/+13
2022-09-16rustdoc: clean up CSS for All Items and All Crates listsMichael Howell-26/+22
2022-09-16Remove the allow-list for dynamic linking of LLVM toolsChris Wailes-12/+3
2022-09-16Auto merge of #97800 - pnkfelix:issue-97463-fix-aarch64-call-abi-does-not-zer...bors-3/+379
2022-09-16doc: fix redirected link in `/index.html`Michael Howell-1/+1
2022-09-16Adding needs-unwind arg to applicable compiler ui testsAndrew Pollack-11/+21
2022-09-16Adding Fuchsia zxdb debugging walkthrough to docsAndrew Pollack-2/+135