about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2021-05-01Rollup merge of #84774 - kraai:fix-misspelling, r=jyn514Yuki Okushi-1/+1
2021-05-01Rollup merge of #84765 - ehuss:update-cargo, r=ehussYuki Okushi-0/+0
2021-05-01Rollup merge of #84756 - badboy:toc-for-tier-policy, r=GuillaumeGomezYuki Okushi-0/+11
2021-05-01Rollup merge of #84740 - r00ster91:patch-6, r=GuillaumeGomezYuki Okushi-20/+35
2021-05-01Rollup merge of #84704 - joshtriplett:platform-support-target-tier-policy, r=...Yuki Okushi-131/+174
2021-05-01Rollup merge of #84601 - tdelabro:rustdoc-get-rid-of-cache-extern_locations, ...Yuki Okushi-84/+88
2021-04-30Fix misspellingMatthew James Kraai-1/+1
2021-05-01Auto merge of #84463 - jyn514:refactor-impl, r=CraftSpiderbors-30/+18
2021-04-30Remove unnecessary `provided_trait_methods` field from ImplJoshua Nelson-30/+18
2021-05-01Auto merge of #84747 - pietroalbini:bump-version, r=pietroalbinibors-1/+1
2021-04-30Update cargoEric Huss-0/+0
2021-04-30Auto merge of #84753 - hyd-dev:update-miri, r=RalfJungbors-7/+9
2021-04-30Add a ToC to the Target Tier Policy documentationJan-Erik Rediger-0/+11
2021-04-30Update LLVM submoduleAmanieu d'Antras-2/+0
2021-04-30Update LLVM for more wasm simd updatesAlex Crichton-0/+0
2021-04-30Update Mirihyd-dev-7/+9
2021-04-30bump version to 1.54.0Pietro Albini-1/+1
2021-04-30`copy_path` -> `window.copy_path` + add semicolonr00ster-2/+2
2021-04-30Apply suggestionsr00ster-29/+34
2021-04-30Reset the docs' copy path button after 1 secondr00ster-0/+10
2021-04-30Auto merge of #84401 - crlf0710:impl_main_by_path, r=petrochenkovbors-25/+141
2021-04-29Rollup merge of #84690 - GuillaumeGomez:unneeded-bottom-margin-search-results...Jack Huey-1/+0
2021-04-29Rollup merge of #84688 - GuillaumeGomez:remove-unnecessary-css-for-search-res...Jack Huey-7/+0
2021-04-29Rollup merge of #84682 - jackh726:transitive_bounds_rebind, r=nikomatsakisJack Huey-0/+23
2021-04-29Rollup merge of #84451 - torhovland:flex, r=jshaJack Huey-14/+8
2021-04-29Auto merge of #84708 - pnkfelix:revert-77885-everywhere, r=Mark-Simulacrumbors-44/+0
2021-04-29Remove tests introduced or cahnged by PR #77885, which is reverted in this PR.Felix S. Klock II-44/+0
2021-04-29platform-support.md: Update for consistency with Target Tier PolicyJosh Triplett-131/+174
2021-04-29only store locations in extern_locationsTimothée Delabrouille-43/+47
2021-04-29Auto merge of #84556 - RalfJung:const-fn-trait-bound, r=oli-obkbors-121/+81
2021-04-29Auto merge of #84233 - jyn514:track-path-prefix, r=michaelwoeristerbors-3/+6
2021-04-29Add integration test for `--remap-pathh-prefix`Joshua Nelson-3/+6
2021-04-29Auto merge of #84189 - jyn514:clippy-dev, r=Mark-Simulacrumbors-10/+28
2021-04-29re-bless on 32bitRalf Jung-7/+7
2021-04-29Remove unneeded bottom margin on search resultsGuillaume Gomez-1/+0
2021-04-29Remove unnecessary CSS rules for search resultsGuillaume Gomez-7/+0
2021-04-29Auto merge of #84618 - lrh2000:fix-gdb-10-str, r=Mark-Simulacrumbors-8/+7
2021-04-29remove const_fn feature gate from const testsRalf Jung-105/+69
2021-04-29don't let const_fn feature flag affect impl-block-level trait boundsRalf Jung-9/+5
2021-04-28Rollup merge of #84668 - ehuss:update-books, r=ehussJack Huey-0/+0
2021-04-28Rollup merge of #84646 - JohnTitor:add-some-bad-placeholder-tests, r=Dylan-DPCJack Huey-0/+108
2021-04-28Rollup merge of #84636 - notriddle:data-aliases, r=jyn514,GuillaumeGomezJack Huey-3/+3
2021-04-28Rollup merge of #84585 - jyn514:check-rustdoc, r=Mark-SimulacrumJack Huey-3/+3
2021-04-28Rollup merge of #84555 - jyn514:ice-backtrace, r=Mark-SimulacrumJack Huey-0/+4
2021-04-28Rollup merge of #84540 - 12101111:enable-sanitizers, r=Mark-SimulacrumJack Huey-0/+1
2021-04-28Rollup merge of #84531 - Smittyvb:foo-not-feature, r=Mark-SimulacrumJack Huey-0/+9
2021-04-28Rollup merge of #84484 - jyn514:check-tools, r=Mark-SimulacrumJack Huey-8/+6
2021-04-29Implement RFC 1260 with feature_name `imported_main`.Charles Lew-25/+141
2021-04-28Add `x.py check src/librustdoc` as an alias for `x.py check src/tools/rustdoc`Joshua Nelson-3/+3
2021-04-28Auto merge of #83386 - mark-i-m:stabilize-pat2015, r=nikomatsakisbors-72/+41