Guillaume Gomez
f2bc09e68b
Fix invalid deduplication
2018-05-12 19:16:37 +02:00
Guillaume Gomez
2c91b49fe4
Add exact-check option to rustdoc-js tests
2018-05-09 19:17:13 +02:00
Guillaume Gomez
d0840fd63b
Fix paths search
2018-05-05 12:44:10 +02:00
kennytm
03a0402dbf
Rollup merge of #50320 - GuillaumeGomez:fix-search-path-generation, r=QuietMisdreavus
...
Fix invalid path generation in rustdoc search
Fixes #50311 .
2018-05-04 04:28:00 +08:00
Guillaume Gomez
a876d28b4a
Fix invalid path generation in rustdoc search
2018-05-03 22:14:37 +02:00
Guillaume Gomez
00bbda16a7
Add query search order check
2018-04-28 17:21:12 +02:00
Guillaume Gomez
d5eade2b94
Add alias tests
2018-04-21 22:02:54 +02:00
Guillaume Gomez
654cb84852
Add specific never search
2018-04-21 22:01:38 +02:00
Guillaume Gomez
47a9ffa573
Add multi-query search
2018-04-14 17:01:28 +02:00
Alex Crichton
1dc85768d2
Merge branch 'rustdoc_masked' of https://github.com/ollie27/rust into rollup
2018-01-26 06:51:58 -08:00
Oliver Middleton
77bc826f90
Fix rustdoc-js test
2018-01-25 17:18:52 +00:00
Guillaume Gomez
7cc3cb29bd
Fix quoted search
2018-01-22 22:49:44 +01:00
Simon Sapin
a2f878a084
Replace Box::{from,into}_unique with {from,into}_nonnull_raw
...
Thew `_raw` prefix is included because the fact that `Box`’s ownership
semantics are "dissolved" or recreated seem more important than the exact
parameter type or return type.
2018-01-20 11:09:22 +01:00
Guillaume Gomez
43acd233b3
Add tester and a few tests
2018-01-12 22:51:34 +01:00
Guillaume Gomez
f18c52b223
Start adding js tests
2018-01-12 22:51:34 +01:00