]> git.lizzy.rs Git - rust.git/history - src/test/rustdoc-js-std/parser-errors.js
:arrow_up: rust-analyzer
[rust.git] / src / test / rustdoc-js-std / parser-errors.js
2022-04-28 Dylan DPCRollup merge of #96397 - AronParker:issue-96368-fix...
2022-04-28 Dylan DPCRollup merge of #96377 - compiler-errors:infer-rustfix...
2022-04-27 borsAuto merge of #91557 - cjgillot:ast-lifetimes-named...
2022-04-27 borsAuto merge of #96179 - klensy:bump-deps-04-22, r=Mark...
2022-04-27 borsAuto merge of #95170 - jyn514:ci-llvm, r=Mark-Simulacrum
2022-04-27 borsAuto merge of #96371 - c410-f3r:z-errors, r=petrochenkov
2022-04-27 borsAuto merge of #96195 - sunfishcode:sunfishcode/handle...
2022-04-27 borsAuto merge of #96459 - Dylan-DPC:rollup-de6ud9d, r...
2022-04-27 Dylan DPCRollup merge of #96430 - GuillaumeGomez:search-exclamat...
2022-04-26 Guillaume GomezUpdate rustdoc search test to check `!`
2022-04-26 Guillaume GomezRollup merge of #95949 - SoniEx2:patch-5, r=m-ou-se
2022-04-26 Guillaume GomezRollup merge of #94703 - kjetilkjeka:nvptx-kernel-args...
2022-04-26 Guillaume GomezRollup merge of #94022 - jongiddy:cow-into-owned-docs...
2022-04-25 Dylan DPCRollup merge of #96279 - GuillaumeGomez:remove-woff...
2022-04-25 Dylan DPCRollup merge of #96149 - est31:remove_unused_macro_matc...
2022-04-25 Dylan DPCRollup merge of #90312 - r00ster91:search, r=Dylan-DPC
2022-04-25 borsAuto merge of #96116 - ouz-a:mir-opt, r=oli-obk
2022-04-25 borsAuto merge of #95604 - nbdd0121:used2, r=petrochenkov
2022-04-25 borsAuto merge of #96246 - SparrowLii:bound_contxet, r...
2022-04-25 borsAuto merge of #95246 - ChrisDenton:command-args, r...
2022-04-24 Matthias KrügerRollup merge of #96215 - nikic:legacy-pm-removal, r...
2022-04-24 Matthias KrügerRollup merge of #96107 - Gumichocopengin8:test/vec...
2022-04-24 Matthias KrügerRollup merge of #96090 - JakobDegen:mir-tests, r=nagisa
2022-04-24 borsAuto merge of #94609 - esp-rs:esp-idf-stat-type-fixes...
2022-04-24 Matthias KrügerRollup merge of #96237 - AlecGoncharow:issue-96011...
2022-04-24 Matthias KrügerRollup merge of #95504 - jyn514:library-alias, r=Mark...
2022-04-23 borsAuto merge of #90602 - mbartlett21:const-intoiterator...
2022-04-23 borsAuto merge of #95971 - workingjubilee:no-weird-fp-in...
2022-04-23 borsAuto merge of #94887 - dylni:move-normpath-crate-impl...
2022-04-22 bjorn3Merge commit 'f2cdd4a78d89c009342197cf5844a21f8aa813df...
2022-04-22 Matthias KrügerRollup merge of #96273 - TaKO8Ki:make-E0117-error-clear...
2022-04-22 borsAuto merge of #96226 - xldenis:thir-clone, r=oli-obk
2022-04-22 borsAuto merge of #96197 - erikdesjardins:scalarpairenum...
2022-04-22 borsAuto merge of #96207 - nikic:distcheck-dir, r=Mark...
2022-04-22 borsAuto merge of #96144 - c410-f3r:z-errors, r=petrochenkov
2022-04-22 borsAuto merge of #96261 - petrochenkov:doclink7, r=Guillau...
2022-04-21 Dylan DPCRollup merge of #96269 - davidtwco:diagnostic-translati...
2022-04-21 Dylan DPCRollup merge of #96251 - ehuss:update-books, r=ehuss
2022-04-21 Dylan DPCRollup merge of #96248 - TaKO8Ki:remove-unnecessary...
2022-04-21 Dylan DPCRollup merge of #95434 - cjgillot:dump-dep-kind, r...
2022-04-21 borsAuto merge of #96260 - Kobzol:rustdoc-idmap, r=petrochenkov
2022-04-21 borsAuto merge of #96210 - nnethercote:speed-up-TokenCursor...
2022-04-21 borsAuto merge of #96003 - aswild:pr/bootstrap-subcommands...
2022-04-21 borsAuto merge of #95828 - vacuus:rustdoc-print-where-claus...
2022-04-21 borsAuto merge of #95612 - davidtwco:split-debuginfo-in...
2022-04-21 borsAuto merge of #96263 - Dylan-DPC:rollup-0eofl13, r...
2022-04-20 Dylan DPCRollup merge of #96236 - Aaron1011:constraint-debug...
2022-04-20 Dylan DPCRollup merge of #96228 - mbartlett21:patch-4, r=thomcc
2022-04-20 Dylan DPCRollup merge of #96196 - jyn514:no-assertion, r=Mark...
2022-04-20 Dylan DPCRollup merge of #96193 - djkoloski:fuchsia_current_exe...
2022-04-20 Dylan DPCRollup merge of #90630 - GuillaumeGomez:improve-rustdoc...
2022-04-18 Guillaume GomezCorrectly handle single `:`
2022-04-18 Guillaume GomezAdd an extra check over filter type
2022-04-18 Guillaume GomezAdd tests for paths
2022-04-18 Guillaume GomezHandle separators in their own functions and fix missin...
2022-04-18 Guillaume GomezImprove the BNF description a bit and fix some issues
2022-04-18 Guillaume GomezForbid rustdoc search query to end with ->
2022-04-18 Guillaume GomezAdd isIdentCharacter function to ensure that unexpected...
2022-04-18 Guillaume GomezApply suggestions:
2022-04-18 Guillaume GomezImprove documentation and add some explanations in...
2022-04-18 Guillaume GomezSimplify parser syntax
2022-04-18 Guillaume GomezMake query parser more strict and improve display of...
2022-04-18 Guillaume Gomez* Greatly improve the rustdoc search parser source...
2022-04-18 Guillaume Gomez* If type filter is in quotes, throw an error.
2022-04-18 Guillaume GomezImprove naming of "val" field
2022-04-18 Guillaume GomezAdd parser tests