index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tools
/
rustdoc-js
/
tester.js
Age
Commit message (
Expand
)
Author
Lines
2023-06-09
Change format of rustdoc-js tests by putting `query` and `correction` directl...
Guillaume Gomez
-41
/
+49
2023-04-17
rustdoc: restructure type search engine to pick-and-use IDs
Michael Howell
-8
/
+46
2023-03-20
rustdoc: add support for type filters in arguments and generics
Michael Howell
-2
/
+9
2023-03-11
Improve rustdoc-js tester code clarity a bit
Guillaume Gomez
-7
/
+9
2023-03-11
Add eslint checks for rustdoc-js tester
Guillaume Gomez
-38
/
+38
2023-03-04
Clean up rustdoc-js tester.js file
Guillaume Gomez
-58
/
+55
2023-03-02
Update rustdoc-js test tool
Guillaume Gomez
-1
/
+13
2022-10-29
rustdoc: add hash to filename of toolchain files
Jacob Hoffman-Andrews
-2
/
+5
2022-05-17
rustdoc: make search.js a module
Jacob Hoffman-Andrews
-261
/
+44
2022-04-24
Update rustdoc-js tester tool to work with new kind of variables
Guillaume Gomez
-4
/
+16
2022-04-18
Add an extra check over filter type
Guillaume Gomez
-1
/
+2
2022-04-18
Parse idents the same way in both quote string elements and "normal" elements
Guillaume Gomez
-1
/
+1
2022-04-18
Handle separators in their own functions and fix missing handling of tabs
Guillaume Gomez
-1
/
+1
2022-04-18
Add isIdentCharacter function to ensure that unexpected characters are handle...
Guillaume Gomez
-1
/
+2
2022-04-18
Simplify parser syntax
Guillaume Gomez
-1
/
+1
2022-04-18
Make query parser more strict and improve display of errors
Guillaume Gomez
-4
/
+3
2022-04-18
* Greatly improve the rustdoc search parser source code
Guillaume Gomez
-6
/
+10
2022-04-18
Improve naming of "val" field
Guillaume Gomez
-1
/
+1
2022-04-18
Add possibility to check parsed query
Guillaume Gomez
-21
/
+144
2022-02-03
Update tester to have FILTER_CRATE set to null if undefined.
Guillaume Gomez
-0
/
+2
2021-11-09
Allow to run a specific rustdoc-js* test
Guillaume Gomez
-6
/
+12
2021-11-03
Simplify js tester a bit
Guillaume Gomez
-7
/
+3
2021-08-11
Fix rustdoc-js tool string "parsing"
Guillaume Gomez
-14
/
+19
2021-05-15
Update rustdoc-js tools
Guillaume Gomez
-1
/
+2
2021-04-13
Updated tester.js for separate search.js
Jacob Hoffman-Andrews
-6
/
+6
2021-04-01
rustdoc: Separate filter-empty-string out into its own function
Michael Howell
-1
/
+2
2021-02-01
Improve diff display in case the whole key in missing
Guillaume Gomez
-0
/
+4
2021-01-18
Remove inline script tags
Guillaume Gomez
-2
/
+1
2020-11-26
Improve rustdoc JS tests error output
Guillaume Gomez
-0
/
+31
2020-06-23
rustdoc: Fix doc aliases with crate filtering
Oliver Middleton
-2
/
+11
2020-05-26
Import missing functions from storage.js
Guillaume Gomez
-1
/
+1
2020-05-14
Make current crate aliases go first
Guillaume Gomez
-2
/
+4
2020-05-07
Merge aliases and search-index
Guillaume Gomez
-6
/
+3
2020-05-07
Extend rustdoc-js tester to allow to test multiple queries in one file
Guillaume Gomez
-33
/
+65
2020-04-14
Improve rustdoc js testers code
Guillaume Gomez
-42
/
+31
2020-04-11
End cleanup on rustdoc-js tools
Guillaume Gomez
-24
/
+400
2020-03-21
Clean up rustdoc js tester source code and move common code in one place
Guillaume Gomez
-295
/
+6
2020-03-16
Add missing variable to load in non-std tester as well
Guillaume Gomez
-2
/
+2
2020-03-13
Allow `rustdoc-js` and `rustdoc-js-std` to use none default build dir location
Oliver Middleton
-5
/
+5
2019-02-25
Move documentation build into bootstrap
Guillaume Gomez
-41
/
+17
2019-02-25
Rename rustdoc js test suites
Guillaume Gomez
-12
/
+53
2019-02-25
Add rustdoc JS non-std tests
Guillaume Gomez
-1
/
+2
2018-12-26
Account for no newline before test annotations
Mark Rousskov
-3
/
+6
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-18
Fix rustdoc-js tests
John Heitmann
-2
/
+14
2018-11-28
Add test for crate filtering
Guillaume Gomez
-0
/
+1
2018-06-30
reduce search-index size
Guillaume Gomez
-0
/
+1
2018-06-16
Add rustdoc-js tester should-fail option
Guillaume Gomez
-1
/
+7
2018-06-04
Update rustdoc-js
Guillaume Gomez
-1
/
+3
2018-05-15
Rollup merge of #50632 - GuillaumeGomez:minification, r=ollie27
Guillaume Gomez
-47
/
+122
[next]