about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
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-20Extend `handleSingleArg` documentationGuillaume Gomez-0/+4
2022-04-20Auto merge of #96253 - Dylan-DPC:rollup-87hpds5, r=Dylan-DPCbors-93/+154
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-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
2022-04-18Improve the BNF description a bit and fix some issuesGuillaume Gomez-40/+201
2022-04-18Forbid rustdoc search query to end with ->Guillaume Gomez-0/+13
2022-04-18Add isIdentCharacter function to ensure that unexpected characters are handle...Guillaume Gomez-15/+45
2022-04-18Replace unneeded use of regex with a simple ifGuillaume Gomez-1/+4
2022-04-18Apply suggestions:Guillaume Gomez-67/+121
2022-04-18Improve documentation and add some explanations in the codeGuillaume Gomez-11/+26
2022-04-18Simplify parser syntaxGuillaume Gomez-205/+50
2022-04-18Make query parser more strict and improve display of errorsGuillaume Gomez-141/+242
2022-04-18* Greatly improve the rustdoc search parser source codeGuillaume Gomez-510/+563
2022-04-18Add query syntax for the parserGuillaume Gomez-12/+71
2022-04-18* If type filter is in quotes, throw an error.Guillaume Gomez-58/+45
2022-04-18Improve naming of "val" fieldGuillaume Gomez-58/+58
2022-04-18Add parser testsGuillaume Gomez-6/+643
2022-04-18Add possibility to check parsed queryGuillaume Gomez-21/+144
2022-04-18Update testsGuillaume Gomez-31/+81
2022-04-18Update search engine and parser to error when quotes are used on queries with...Guillaume Gomez-58/+104