Thanks to visit codestin.com
Credit goes to chromium.googlesource.com
Sign in
chromium
/
external
/
github.com
/
rust-lang
/
rust
/
HEAD
/
src
/
tools
/
rustdoc-js
65624d9
tester.js: ignore displayTypeSignature if it is null
by binarycat
· 4 months ago
08c1256
fix error for when results in a rustdoc-js test are in the wrong order
by binarycat
· 6 months ago
20a4b4f
rustdoc-search: show types signatures in results
by Michael Howell
· 9 months ago
5c7e7df
rustdoc-search: pass original names through AST
by Michael Howell
· 9 months ago
1eb4cb4
Separate core search logic with search ui
by Folyd
· 11 months ago
6341107
Other EcmaScript version bump
by Sunshine
· 1 year, 1 month ago
28db4cc
rustdoc-search: compressed bitmap to sort, then load desc
by Michael Howell
· 1 year, 4 months ago
2e368bf
Fix style errors
by Michael Howell
· 1 year, 4 months ago
5b44bfd
rustdoc-search: shard the search result descriptions
by Michael Howell
· 1 year, 4 months ago
6b69ebc
rustdoc-search: remove parallel searchWords array
by Michael Howell
· 1 year, 7 months ago
63c5071
rustdoc-search: add support for associated types
by Michael Howell
· 1 year, 8 months ago
6068850
rustdoc: fix test case for generics that look like names
by Michael Howell
· 1 year, 11 months ago
6b0c7c4
Change format of rustdoc-js tests by putting `query` and `correction` directly alongside the expected values
by Guillaume Gomez
· 2 years, 1 month ago
4c11822
rustdoc: restructure type search engine to pick-and-use IDs
by Michael Howell
· 2 years, 3 months ago
e600c0b
rustdoc: add support for type filters in arguments and generics
by Michael Howell
· 2 years, 4 months ago
904d9c5
Improve rustdoc-js tester code clarity a bit
by Guillaume Gomez
· 2 years, 4 months ago
856c9bb
Add eslint checks for rustdoc-js tester
by Guillaume Gomez
· 2 years, 4 months ago
0b5165e
Clean up rustdoc-js tester.js file
by Guillaume Gomez
· 2 years, 5 months ago
6b0b654
Update rustdoc-js test tool
by Guillaume Gomez
· 2 years, 5 months ago
f9e1f6f
rustdoc: add hash to filename of toolchain files
by Jacob Hoffman-Andrews
· 2 years, 9 months ago
4539794
rustdoc: make search.js a module
by Jacob Hoffman-Andrews
· 3 years, 2 months ago
0233abe
Update rustdoc-js tester tool to work with new kind of variables
by Guillaume Gomez
· 3 years, 3 months ago
299e8ee
Add an extra check over filter type
by Guillaume Gomez
· 3 years, 3 months ago
6f35475
Parse idents the same way in both quote string elements and "normal" elements
by Guillaume Gomez
· 3 years, 3 months ago
e03a950
Handle separators in their own functions and fix missing handling of tabs
by Guillaume Gomez
· 3 years, 3 months ago
8e29ed4
Add isIdentCharacter function to ensure that unexpected characters are handled correctly
by Guillaume Gomez
· 3 years, 3 months ago
4929733
Simplify parser syntax
by Guillaume Gomez
· 3 years, 3 months ago
99d5520
Make query parser more strict and improve display of errors
by Guillaume Gomez
· 3 years, 3 months ago
264064d
* Greatly improve the rustdoc search parser source code
by Guillaume Gomez
· 3 years, 3 months ago
bbcf176
Improve naming of "val" field
by Guillaume Gomez
· 3 years, 3 months ago
7cefee0
Add possibility to check parsed query
by Guillaume Gomez
· 3 years, 3 months ago
17fe3068d
Update tester to have FILTER_CRATE set to null if undefined.
by Guillaume Gomez
· 3 years, 6 months ago
10d65a9
Allow to run a specific rustdoc-js* test
by Guillaume Gomez
· 3 years, 8 months ago
3f496b5
Simplify js tester a bit
by Guillaume Gomez
· 3 years, 9 months ago
cc319f8
Fix rustdoc-js tool string "parsing"
by Guillaume Gomez
· 4 years ago
18b7c0a
Update rustdoc-js tools
by Guillaume Gomez
· 4 years, 2 months ago
d44c6ed
Updated tester.js for separate search.js
by Jacob Hoffman-Andrews
· 4 years, 3 months ago
227f5ed
rustdoc: Separate filter-empty-string out into its own function
by Michael Howell
· 4 years, 4 months ago
c013f2a
Improve diff display in case the whole key in missing
by Guillaume Gomez
· 4 years, 6 months ago
1d1ab21
Remove inline script tags
by Guillaume Gomez
· 4 years, 6 months ago
fa14f22
Improve rustdoc JS tests error output
by Guillaume Gomez
· 4 years, 8 months ago
478750c
rustdoc: Fix doc aliases with crate filtering
by Oliver Middleton
· 5 years ago
398511a
Import missing functions from storage.js
by Guillaume Gomez
· 5 years ago
c4d9318
Make current crate aliases go first
by Guillaume Gomez
· 5 years ago
f581cf7
Merge aliases and search-index
by Guillaume Gomez
· 5 years ago
d80ac14
Extend rustdoc-js tester to allow to test multiple queries in one file
by Guillaume Gomez
· 5 years ago
426055c
Improve rustdoc js testers code
by Guillaume Gomez
· 5 years ago
d6b75e0
End cleanup on rustdoc-js tools
by Guillaume Gomez
· 5 years ago
feb6635
Clean up rustdoc js tester source code and move common code in one place
by Guillaume Gomez
· 5 years ago
9b85213
Add missing variable to load in non-std tester as well
by Guillaume Gomez
· 5 years ago
3f58ab6
Allow `rustdoc-js` and `rustdoc-js-std` to use none default build dir location
by Oliver Middleton
· 5 years ago
be23cd9
Move documentation build into bootstrap
by Guillaume Gomez
· 6 years ago
aa3ca32
Rename rustdoc js test suites
by Guillaume Gomez
· 6 years ago
834347d
Add rustdoc JS non-std tests
by Guillaume Gomez
· 6 years ago
e132d90
Account for no newline before test annotations
by Mark Rousskov
· 7 years ago
2a66355
Remove licenses
by Mark Rousskov
· 7 years ago
5056669
Fix rustdoc-js tests
by John Heitmann
· 7 years ago
8062c7a
Add test for crate filtering
by Guillaume Gomez
· 7 years ago
115df57
reduce search-index size
by Guillaume Gomez
· 7 years ago
1fcce48
Add rustdoc-js tester should-fail option
by Guillaume Gomez
· 7 years ago
2f7fa24
Update rustdoc-js
by Guillaume Gomez
· 7 years ago
934e37a
Rollup merge of #50632 - GuillaumeGomez:minification, r=ollie27
by Guillaume Gomez
· 7 years ago
f2bc09e
Fix invalid deduplication
by Guillaume Gomez
· 7 years ago
e2db0a5
Update js tester tool
by Guillaume Gomez
· 7 years ago
2c91b49
Add exact-check option to rustdoc-js tests
by Guillaume Gomez
· 7 years ago
00bbda1
Add query search order check
by Guillaume Gomez
· 7 years ago
31e7cc4
update tester
by Guillaume Gomez
· 7 years ago
47a9ffa
Add multi-query search
by Guillaume Gomez
· 7 years ago
3a7e247
Fix for older JS versions
by Guillaume Gomez
· 8 years ago
43acd23
Add tester and a few tests
by Guillaume Gomez
· 8 years ago
f18c52b
Start adding js tests
by Guillaume Gomez
· 8 years ago