about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2022-02-08rustdoc: tweak line and ¶ spacing for a11yJacob Hoffman-Andrews-106/+96
2022-02-08Auto merge of #93762 - matthiaskrgr:rollup-vdjpfmz, r=matthiaskrgrbors-77/+467
2022-02-08Rollup merge of #93721 - jyn514:less-macro-special-casing, r=petrochenkovMatthias Krüger-19/+14
2022-02-08Rollup merge of #93715 - GuillaumeGomez:horizontal-trim, r=notriddleMatthias Krüger-1/+22
2022-02-08Rollup merge of #93569 - notriddle:notriddle/rustdoc-html-tags-generics, r=Cr...Matthias Krüger-9/+279
2022-02-08Rollup merge of #93568 - willcrichton:scrape-examples-leading-whitespace, r=C...Matthias Krüger-1/+20
2022-02-08Rollup merge of #93521 - jsha:sidebar-hover, r=GuillaumeGomezMatthias Krüger-38/+23
2022-02-08Rollup merge of #92695 - Swatinem:cover-nested, r=wesleywiserMatthias Krüger-9/+109
2022-02-08Auto merge of #93561 - Amanieu:more-unwind-abi, r=nagisabors-5/+200
2022-02-07Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakisbors-1611/+2157
2022-02-07Fix hover effects in sidebarJacob Hoffman-Andrews-38/+23
2022-02-07Update rustdoc testGuillaume Gomez-1/+1
2022-02-07Add test for block doc comments horizontal trimGuillaume Gomez-0/+21
2022-02-07Add a test showing that we don't infer across multiple uses of the same opaqu...Oli Scherer-0/+27
2022-02-07Print opaque types from type aliases via their pathOli Scherer-58/+138
2022-02-07Auto merge of #93738 - m-ou-se:rollup-zjyd2et, r=m-ou-sebors-228/+261
2022-02-07Rollup merge of #93737 - mfrw:mfrw/bootstrap-config, r=Mark-SimulacrumMara Bos-2/+2
2022-02-07Rollup merge of #93723 - jyn514:rerun-if-changed, r=Mark-SimulacrumMara Bos-0/+2
2022-02-07Rollup merge of #93722 - jyn514:less-submodule-cloning, r=Mark-SimulacrumMara Bos-1/+1
2022-02-07Rollup merge of #93682 - PatchMixolydic:where-in-the-world-is-const_fn_trait_...Mara Bos-18/+18
2022-02-07Rollup merge of #93673 - jsha:linkify-sidebar-headings, r=GuillaumeGomezMara Bos-19/+33
2022-02-07Rollup merge of #93487 - yerke:yerke/fix-link-toolchain-in-setup, r=Mark-Simu...Mara Bos-2/+39
2022-02-07Rollup merge of #93416 - name1e5s:chore/remove_allow_fail, r=m-ou-seMara Bos-165/+22
2022-02-07Rollup merge of #93394 - m-ou-se:fix-93378, r=estebankMara Bos-0/+41
2022-02-07Rollup merge of #91530 - bobrippling:suggest-1-tuple-parens, r=camelidMara Bos-14/+82
2022-02-07Rollup merge of #88313 - jyn514:pre-push, r=Mark-SimulacrumMara Bos-7/+21
2022-02-07bootstrap: prefer using '--config' over 'RUST_BOOTSTRAP_CONFIG'Muhammad Falak R Wani-2/+2
2022-02-07Auto merge of #93719 - scottmcm:core-as-2021-everywhere, r=Mark-Simulacrumbors-9/+9
2022-02-07Add `#[no_coverage]` tests for nested functionsArpad Borsos-9/+109
2022-02-06Rerun bootstrap's build script when RUSTC changesJoshua Nelson-0/+2
2022-02-06Use shallow clones for submodules managed by rustbuild, not just bootstrap.pyJoshua Nelson-1/+1
2022-02-06rustdoc: Special-case macro lookups lessJoshua Nelson-19/+14
2022-02-07Auto merge of #93179 - Urgau:unreachable-2021, r=m-ou-se,oli-obkbors-43/+187
2022-02-06Build libcore as 2021 in a few more placesScott McMurray-9/+9
2022-02-06Fix tracking issue for `const_fn_trait_bound`Ruby Lazuli-18/+18
2022-02-06Rollup merge of #90998 - jhpratt:require-const-stability, r=oli-obkMatthias Krüger-8/+28
2022-02-05Linkify sidebar headings for sibling itemsJacob Hoffman-Andrews-19/+33
2022-02-06Auto merge of #93689 - matthiaskrgr:rollup-3pd1ept, r=matthiaskrgrbors-75/+317
2022-02-05fix linking stage1 toolchain in setupYerkebulan Tulibergenov-2/+39
2022-02-06Rollup merge of #93669 - compiler-errors:const-generic-args, r=lcnrMatthias Krüger-0/+36
2022-02-06Rollup merge of #93659 - UltiRequiem:refactor_conditional_static_rustdoc, r=G...Matthias Krüger-5/+2
2022-02-06Rollup merge of #93657 - Mark-Simulacrum:apple-measurement, r=pietroalbiniMatthias Krüger-22/+22
2022-02-06Rollup merge of #93649 - WaffleLapkin:regression_test_80309, r=oli-obkMatthias Krüger-0/+31
2022-02-06Rollup merge of #93556 - dtolnay:trailingcomma, r=cjgillotMatthias Krüger-22/+23
2022-02-06Rollup merge of #92651 - jsha:impl-spacing, r=GuillaumeGomezMatthias Krüger-25/+26
2022-02-06Rollup merge of #92383 - lancethepants:armv7-unknown-linux-uclibceabi, r=nagisaMatthias Krüger-1/+124
2022-02-06Rollup merge of #92300 - Itus-Shield:mips64-openwrt, r=nagisaMatthias Krüger-0/+29
2022-02-06Rollup merge of #91939 - GKFX:feature-91866, r=cjgillotMatthias Krüger-0/+24
2022-02-06Auto merge of #92535 - Amanieu:oom_hook_unwind, r=m-ou-sebors-0/+0
2022-02-05Update llvm-project submoduleAmanieu d'Antras-0/+0