about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2022-04-24Allow quotes around `nixos` in /etc/os-releaseJoshua Nelson-1/+2
2022-04-24Move download-ci-llvm to rustbuildJoshua Nelson-177/+372
2022-04-21Auto merge of #96260 - Kobzol:rustdoc-idmap, r=petrochenkovbors-44/+49
2022-04-21Auto merge of #96003 - aswild:pr/bootstrap-subcommands-cleanup, r=jyn514bors-103/+85
2022-04-21Auto merge of #95828 - vacuus:rustdoc-print-where-clause, r=notriddlebors-70/+62
2022-04-21Auto merge of #95612 - davidtwco:split-debuginfo-in-bootstrap, r=Mark-Simulacrumbors-13/+59
2022-04-21Auto merge of #96263 - Dylan-DPC:rollup-0eofl13, r=Dylan-DPCbors-520/+2336
2022-04-20rustdoc: Clean up `html::format::print_where_clause`Roc Yu-70/+62
2022-04-20Auto merge of #96254 - RalfJung:miri, r=RalfJungbors-6/+8
2022-04-21Rollup merge of #96236 - Aaron1011:constraint-debug, r=jackh726Dylan DPC-58/+30
2022-04-21Rollup merge of #96196 - jyn514:no-assertion, r=Mark-SimulacrumDylan DPC-5/+7
2022-04-21Rollup merge of #90630 - GuillaumeGomez:improve-rustdoc-search, r=notriddleDylan DPC-457/+2299
2022-04-20update MiriRalf Jung-6/+8
2022-04-21rustdoc: Optimize IdMapJakub Beránek-44/+49
2022-04-20Auto merge of #96187 - GuillaumeGomez:potential-intra-doc-links-filtering, r=...bors-1/+13
2022-04-20Extend `handleSingleArg` documentationGuillaume Gomez-0/+4
2022-04-20Auto merge of #96253 - Dylan-DPC:rollup-87hpds5, r=Dylan-DPCbors-93/+154
2022-04-20Remove `<>` links to be potential intra-doc linksGuillaume Gomez-1/+13
2022-04-20Rollup merge of #93313 - tmiasko:uninhabited, r=tmandryDylan DPC-93/+154
2022-04-20Auto merge of #96250 - ehuss:update-cargo, r=ehussbors-0/+3
2022-04-20Update cargoEric Huss-0/+3
2022-04-20Auto merge of #96135 - petrochenkov:doclink6, r=GuillaumeGomezbors-131/+223
2022-04-19Add an explicit `Span` field to `OutlivesConstraint`Aaron Hill-58/+30
2022-04-20bootstrap: non-bootstrap windows split debuginfoDavid Wood-7/+11
2022-04-19Rollup merge of #95813 - Urgau:rustdoc-where-clause-space, r=GuillaumeGomezDylan DPC-1/+19
2022-04-19Rollup merge of #95740 - Amanieu:kreg0, r=nagisaDylan DPC-14/+14
2022-04-19Add regression test for #96079Guillaume Gomez-0/+26
2022-04-19rustdoc: Sligthly optimize `Attributes` construction and processing before do...Vadim Petrochenkov-44/+31
2022-04-19rustdoc: Cache preprocessed markdown linksVadim Petrochenkov-45/+68
2022-04-19rustdoc: Optimize and refactor doc link resolutionVadim Petrochenkov-40/+112
2022-04-19rustc_metadata: Store a flag telling whether an item may have doc links in it...Vadim Petrochenkov-17/+1
2022-04-19asm: Add a kreg0 register class on x86 which includes k0Amanieu d'Antras-14/+14
2022-04-19Rollup merge of #96142 - cjgillot:no-crate-def-index, r=petrochenkovDylan DPC-27/+17
2022-04-19Rollup merge of #96122 - TaKO8Ki:fix-invalid-error-for-suggestion-to-add-slic...Dylan DPC-0/+50
2022-04-19Rollup merge of #96086 - jsgf:remove-extern-location, r=davidtwcoDylan DPC-217/+0
2022-04-19Rollup merge of #95809 - ytmimi:llvm_stamp_typo, r=Mark-SimulacrumDylan DPC-1/+1
2022-04-19Rollup merge of #94493 - oribenshir:feature/ISSUE-78543_async_fn_in_foreign_c...Dylan DPC-3/+15
2022-04-19Auto merge of #95379 - icewind1991:suggest-associated-type-more, r=jackh726bors-10/+33
2022-04-18Remove assertion that all paths in `ShouldRun` existJoshua Nelson-5/+7
2022-04-18Correctly handle single `:`Guillaume Gomez-10/+16
2022-04-18Auto merge of #96171 - nikic:llvm-update-2, r=cuviperbors-0/+0
2022-04-18Add test to ensure that keywords in path are workingGuillaume Gomez-1/+16
2022-04-18Add an extra check over filter typeGuillaume Gomez-4/+92
2022-04-18Fix some corner casesGuillaume Gomez-6/+29
2022-04-18Add more tests for quote errorsGuillaume Gomez-3/+61
2022-04-18Parse idents the same way in both quote string elements and "normal" elementsGuillaume Gomez-33/+45
2022-04-18Remove unnecessary `elem.name.length === 0` since the rustdoc search eBNF doe...Guillaume Gomez-1/+1
2022-04-18Add tests for pathsGuillaume Gomez-0/+20
2022-04-18Update the eBNF to allow generics bracket to not be closed if it's EOFGuillaume Gomez-1/+1
2022-04-18Handle separators in their own functions and fix missing handling of tabsGuillaume Gomez-4/+235