| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -1300/+0 | |
| 2022-10-30 | Add regression test for reexports in search results | Guillaume Gomez | -0/+28 | |
| 2022-05-31 | rustdoc: also index raw pointers | Michael Howell | -0/+79 | |
| Co-authored-by: Noah Lev <camelidcamel@gmail.com> | ||||
| 2022-05-31 | rustdoc: also index impl trait | Michael Howell | -0/+72 | |
| 2022-05-25 | Adjust test case to account for 6c8a2d4 | Michael Howell | -2/+2 | |
| 2022-05-25 | rustdoc: include impl generics / self in search index | Michael Howell | -0/+92 | |
| 2022-05-12 | rustdoc: fix GUI crash when searching for magic JS property values | Michael Howell | -0/+20 | |
| 2022-05-11 | Rollup merge of #96887 - notriddle:notriddle/as-raw-fd, r=jsha | Yuki Okushi | -0/+22 | |
| rustdoc: correct path to type alias methods Fixes #83991 | ||||
| 2022-05-10 | rustdoc: clean up method path index | Michael Howell | -0/+22 | |
| This removes a special case that doesn't seem to do anything any more. | ||||
| 2022-05-09 | rustdoc: search result ranking fix | Michael Howell | -0/+23 | |
| 2022-04-18 | Improve documentation and add some explanations in the code | Guillaume Gomez | -1/+1 | |
| 2022-04-18 | * Greatly improve the rustdoc search parser source code | Guillaume Gomez | -22/+22 | |
| * Move all functions outside parseQuery | ||||
| 2022-04-18 | * If type filter is in quotes, throw an error. | Guillaume Gomez | -2/+2 | |
| * If there are generics, don't allow to have quotes. | ||||
| 2022-04-18 | Add parser tests | Guillaume Gomez | -6/+4 | |
| 2022-04-18 | Update tests | Guillaume Gomez | -25/+64 | |
| 2022-01-26 | rustdoc: add test case for multiple traits and erased names | Michael Howell | -0/+44 | |
| https://github.com/rust-lang/rust/pull/92339#discussion_r792805289 | ||||
| 2021-11-28 | Fix warnings in rustdoc JS tests | Noah Lev | -0/+2 | |
| 2021-10-29 | Fix invalid handling of generics | Guillaume Gomez | -4/+23 | |
| 2021-07-01 | fix(rustdoc): generics search | Michael Howell | -0/+96 | |
| This commit adds a test case for generics, re-adds generics data to the search index, and tweaks function indexing to use less space in JSON. This reverts commit 14ca89446c076bcf484d3d05bd991a4b7985a409. | ||||
| 2021-06-18 | Update test cases for intra-doc links in summaries | Michael Howell | -3/+5 | |
| 2021-02-01 | Add test for primitive search | Guillaume Gomez | -0/+30 | |
| 2020-12-03 | Add more rustdoc-js test cases | Camelid | -6/+20 | |
| 2020-12-03 | Add rustdoc-js test | Camelid | -1/+26 | |
| Finally! | ||||
| 2020-11-25 | Clean up rustdoc tests by removing unnecessary features | Guillaume Gomez | -8/+0 | |
| 2020-10-05 | Add test for whitespace in doc alias | Guillaume Gomez | -0/+23 | |
| 2020-08-12 | Allow #[doc(alias)] on impl const items | Guillaume Gomez | -3/+17 | |
| 2020-08-11 | Remove invalid #[doc(alias)] from doc-alias search-index test | Guillaume Gomez | -4/+0 | |
| 2020-06-23 | rustdoc: Fix doc aliases with crate filtering | Oliver Middleton | -0/+37 | |
| Fix a crash when searching for an alias contained in the currently selected filter crate. Also remove alias search results for crates that should be filtered out. The test suite needed to be fixed to actually take into account the crate filtering and check that there are no results when none are expected. | ||||
| 2020-05-14 | Make current crate aliases go first | Guillaume Gomez | -22/+47 | |
| 2020-05-07 | Add more tests for doc aliases | Guillaume Gomez | -0/+317 | |
| 2020-02-02 | Add tests for struct variant field in search | Guillaume Gomez | -0/+15 | |
| 2019-09-04 | Improve searching in rustdoc and add tests | Shiqing | -0/+162 | |
| 2019-04-12 | Auto merge of #59910 - Centril:rollup-yjv7b06, r=Centril | bors | -0/+29 | |
| Rollup of 15 pull requests Successful merges: - #59680 (Document the -Z flag to the rustc book) - #59711 (Add back the substring test) - #59806 (compiletest: Improve no_prefer_dynamic docs) - #59809 (Make trait_methods_not_found use a lock) - #59811 (Kill dead code dominator code.) - #59814 (Fix broken links on std::boxed doc page) - #59821 (improve unknown enum variant errors) - #59831 (Remove strange formatting in `Ordering` docs.) - #59836 (std::ops::Div examples: correct nominator to numerator) - #59857 (SGX target: fix cfg(test) build) - #59876 (Update TRPL to use mdbook 0.2) - #59880 (Remove note about transmute for float bitpatterns.) - #59889 (Update diagnostics.rs) - #59891 (Fix the link to sort_by_cached_key) - #59894 (save-analysis: Pull associated type definition using `qpath_def`) Failed merges: r? @ghost | ||||
| 2019-04-04 | Add back the substring test | Guillaume Gomez | -0/+29 | |
| 2019-04-02 | Ensure that exact matches come first in rustdoc search | Guillaume Gomez | -0/+76 | |
| 2019-02-28 | Move rustdoc-js testing into compiletest | Guillaume Gomez | -0/+1 | |
| 2019-02-25 | Rename rustdoc js test suites | Guillaume Gomez | -184/+3 | |
| 2019-02-09 | Remove rustdoc test which referenced unstable API | Matthias Einwag | -10/+0 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -210/+0 | |
| 2018-12-03 | Improve filter test | Guillaume Gomez | -3/+2 | |
| 2018-11-28 | Add test for crate filtering | Guillaume Gomez | -0/+20 | |
| 2018-09-18 | Remove outdated rustdoc PinBox tests | Taylor Cramer | -21/+0 | |
| 2018-08-27 | Auto merge of #53227 - nivkner:pin_move, r=RalfJung | bors | -3/+3 | |
| move the Pin API into its own module for centralized documentation This implements the change proposed by @withoutboats in #49150, as suggested by @RalfJung in the review of #53104, along with the documentation that was originally in it, that was deemed more appropriate in module-level documentation. r? @RalfJung | ||||
| 2018-08-23 | move PinBox into pin module and export through std | Niv Kaminer | -3/+3 | |
| 2018-08-22 | Search a substring instead of start of string in rustdoc search | Guillaume Gomez | -0/+20 | |
| 2018-07-20 | Update stdsimd to undo an accidental stabilization | Alex Crichton | -1/+0 | |
| Closes #52403 | ||||
| 2018-06-29 | Make raw_vec perma-unstable and hidden | Simon Sapin | -1/+0 | |
| 2018-06-16 | Fix macro missing from doc search | Guillaume Gomez | -0/+20 | |
| 2018-06-16 | Add rustdoc-js tester should-fail option | Guillaume Gomez | -0/+39 | |
| 2018-05-12 | Fix invalid deduplication | Guillaume Gomez | -0/+21 | |
