| Age | Commit message (Expand) | Author | Lines |
| 2022-04-18 | Remove unnecessary `elem.name.length === 0` since the rustdoc search eBNF doe... | Guillaume Gomez | -1/+1 |
| 2022-04-18 | Add tests for paths | Guillaume Gomez | -0/+20 |
| 2022-04-18 | Update the eBNF to allow generics bracket to not be closed if it's EOF | Guillaume Gomez | -1/+1 |
| 2022-04-18 | Handle separators in their own functions and fix missing handling of tabs | Guillaume Gomez | -4/+235 |
| 2022-04-18 | Improve the BNF description a bit and fix some issues | Guillaume Gomez | -40/+201 |
| 2022-04-18 | Forbid rustdoc search query to end with -> | Guillaume Gomez | -0/+13 |
| 2022-04-18 | Add isIdentCharacter function to ensure that unexpected characters are handle... | Guillaume Gomez | -15/+45 |
| 2022-04-18 | Replace unneeded use of regex with a simple if | Guillaume Gomez | -1/+4 |
| 2022-04-18 | Apply suggestions: | Guillaume Gomez | -67/+121 |
| 2022-04-18 | Improve documentation and add some explanations in the code | Guillaume Gomez | -11/+26 |
| 2022-04-18 | Simplify parser syntax | Guillaume Gomez | -205/+50 |
| 2022-04-18 | Make query parser more strict and improve display of errors | Guillaume Gomez | -141/+242 |
| 2022-04-18 | * Greatly improve the rustdoc search parser source code | Guillaume Gomez | -510/+563 |
| 2022-04-18 | Add query syntax for the parser | Guillaume Gomez | -12/+71 |
| 2022-04-18 | * If type filter is in quotes, throw an error. | Guillaume Gomez | -58/+45 |
| 2022-04-18 | Improve naming of "val" field | Guillaume Gomez | -58/+58 |
| 2022-04-18 | Add parser tests | Guillaume Gomez | -6/+643 |
| 2022-04-18 | Add possibility to check parsed query | Guillaume Gomez | -21/+144 |
| 2022-04-18 | Update tests | Guillaume Gomez | -31/+81 |
| 2022-04-18 | Update search engine and parser to error when quotes are used on queries with... | Guillaume Gomez | -58/+104 |
| 2022-04-18 | Greatly improve rustdoc search | Guillaume Gomez | -394/+602 |
| 2022-04-18 | Auto merge of #96080 - nikic:ranlib, r=Mark-Simulacrum | bors | -0/+4 |
| 2022-04-18 | Auto merge of #96000 - jyn514:faster-doctests, r=Mark-Simulacrum | bors | -2/+4 |
| 2022-04-18 | Auto merge of #95695 - the8472:vec-codegen-tests, r=Mark-Simulacrum | bors | -4/+63 |
| 2022-04-17 | Add regression test for rustdoc duplicated blanket impls | Guillaume Gomez | -0/+14 |
| 2022-04-17 | Fix rustdoc duplicated blanket impls issue | Guillaume Gomez | -4/+39 |
| 2022-04-17 | Auto merge of #95779 - cjgillot:ast-lifetimes-undeclared, r=petrochenkov | bors | -191/+701 |
| 2022-04-17 | Bless nll test. | Camille GILLOT | -0/+106 |
| 2022-04-17 | Bless clippy. | Camille GILLOT | -8/+8 |
| 2022-04-17 | Lint elided lifetimes in path on the AST. | Camille GILLOT | -14/+40 |
| 2022-04-17 | Bless tests. | Camille GILLOT | -158/+527 |
| 2022-04-17 | Visit generics inside visit_fn. | Camille GILLOT | -11/+20 |
| 2022-04-17 | Auto merge of #95655 - kckeiks:create-hir-crate-items-query, r=cjgillot | bors | -14/+19 |
| 2022-04-17 | Auto merge of #96010 - eduardosm:Unique-on-top-of-NonNull, r=m-ou-se,tmiasko | bors | -30/+26 |
| 2022-04-17 | Auto merge of #96002 - nnethercote:speed-up-Vec-clear-2, r=m-ou-se | bors | -11/+0 |
| 2022-04-17 | Rollup merge of #96119 - RalfJung:miri, r=RalfJung | Dylan DPC | -8/+6 |
| 2022-04-17 | Rollup merge of #96112 - niluxv:strict-provenance-lint-improvements, r=nagisa | Dylan DPC | -4/+39 |
| 2022-04-17 | Rollup merge of #96105 - jyn514:less-verbose-logging, r=Mark-Simulacrum | Dylan DPC | -1/+7 |
| 2022-04-17 | Rollup merge of #95933 - Urgau:rustdoc-htmldocck-tree-compare, r=GuillaumeGomez | Dylan DPC | -4/+66 |
| 2022-04-17 | Rollup merge of #95346 - Aaron1011:stablize-const-extern-fn, r=pnkfelix | Dylan DPC | -52/+19 |
| 2022-04-16 | Auto merge of #96123 - Dylan-DPC:rollup-qjog6n1, r=Dylan-DPC | bors | -121/+199 |
| 2022-04-16 | Rollup merge of #96118 - GuillaumeGomez:cleanup-def-id-item-id, r=notriddle | Dylan DPC | -120/+121 |
| 2022-04-16 | Rollup merge of #96088 - ehuss:update-mdbook, r=Mark-Simulacrum | Dylan DPC | -1/+1 |
| 2022-04-16 | Rollup merge of #95006 - tmiasko:thread-local-static, r=wesleywiser | Dylan DPC | -0/+68 |
| 2022-04-16 | Rollup merge of #94985 - dtolnay:constattr, r=pnkfelix | Dylan DPC | -0/+9 |
| 2022-04-16 | Auto merge of #95993 - jyn514:fix-stage0-doctests, r=Mark-Simulacrum | bors | -1/+3 |
| 2022-04-16 | htmldocck: Compare HTML tree instead of plain text html | Loïc BRANSTETT | -4/+66 |
| 2022-04-16 | update Miri | Ralf Jung | -8/+6 |
| 2022-04-16 | Rename `def_id` into `item_id` when the type is `ItemId` for readability | Guillaume Gomez | -120/+121 |
| 2022-04-16 | Rollup merge of #96059 - euclio:doc-cfg, r=manishearth,guillaumegomez | Dylan DPC | -54/+43 |