| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2018-05-03 | Auto merge of #50413 - kennytm:rollup, r=kennytm | bors | -2/+2 | |
| Rollup of 12 pull requests Successful merges: - #50302 (Add query search order check) - #50320 (Fix invalid path generation in rustdoc search) - #50349 (Rename "show type declaration" to "show declaration") - #50360 (Clarify wordings of the `unstable_name_collision` lint.) - #50365 (Use two vectors in nearest_common_ancestor.) - #50393 (Allow unaligned reads in constants) - #50401 (Revert "Implement FromStr for PathBuf") - #50406 (Forbid constructing empty identifiers from concat_idents) - #50407 (Always inline simple BytePos and CharPos methods.) - #50416 (check if the token is a lifetime before parsing) - #50417 (Update Cargo) - #50421 (Fix ICE when using a..=b in a closure.) Failed merges: | ||||
| 2018-05-04 | Rollup merge of #50320 - GuillaumeGomez:fix-search-path-generation, ↵ | kennytm | -1/+1 | |
| r=QuietMisdreavus Fix invalid path generation in rustdoc search Fixes #50311. | ||||
| 2018-05-03 | Fix invalid path generation in rustdoc search | Guillaume Gomez | -1/+1 | |
| 2018-05-02 | make it compile again | flip1995 | -1/+1 | |
| 2018-05-02 | Remove Option from the return type of Attribute::name() | Seiichi Uchida | -1/+1 | |
| 2018-04-30 | Rename "show type declaration" to "show declaration" | Guillaume Gomez | -1/+1 | |
| 2018-04-27 | fix search load page failure | Guillaume Gomez | -1/+1 | |
| 2018-04-27 | Rollup merge of #50229 - GuillaumeGomez:search-one-result, r=QuietMisdreavus | kennytm | -31/+59 | |
| Add setting to go to item if there is only one result Fixes #50216. r? @QuietMisdreavus | ||||
| 2018-04-26 | Add setting to go to item if there is only one result | Guillaume Gomez | -31/+59 | |
| 2018-04-26 | rustc_target: move in syntax::abi and flip dependency. | Irina Popa | -2/+3 | |
| 2018-04-25 | Some JS improvements | Guillaume Gomez | -32/+24 | |
| 2018-04-23 | fix search bar bug | Guillaume Gomez | -10/+18 | |
| 2018-04-22 | Auto merge of #49954 - GuillaumeGomez:doc-settings, r=ollie27,QuietMisdreavus | bors | -26/+231 | |
| Add rustdoc settings menu Fixes #18167. r? @QuietMisdreavus | ||||
| 2018-04-21 | remove unused condition | Guillaume Gomez | -5/+0 | |
| 2018-04-21 | fix invalid items removal | Guillaume Gomez | -2/+4 | |
| 2018-04-21 | Add aliases in the search as well | Guillaume Gomez | -6/+20 | |
| 2018-04-21 | Generate alias file | Guillaume Gomez | -7/+76 | |
| 2018-04-21 | Add specific never search | Guillaume Gomez | -1/+6 | |
| 2018-04-21 | Remove link generation on image, favicon and logo in settings | Guillaume Gomez | -26/+19 | |
| 2018-04-17 | Add rustdoc settings menu | Guillaume Gomez | -26/+238 | |
| 2018-04-17 | Rollup merge of #50032 - ollie27:rustdoc_all_private, r=GuillaumeGomez | Guillaume Gomez | -1/+3 | |
| rustdoc: Don't include private paths in all.html For example the `std` [`all.html`](https://doc.rust-lang.org/nightly/std/all.html) includes references to the `coresimd` module which is a private implementation detail. r? @GuillaumeGomez | ||||
| 2018-04-17 | Rollup merge of #49966 - GuillaumeGomez:comma-search, r=QuietMisdreavus | Guillaume Gomez | -129/+180 | |
| Multiple query search Part of #49757. r? @QuietMisdreavus | ||||
| 2018-04-16 | Add rustdoc-ui test suite | Guillaume Gomez | -1/+1 | |
| 2018-04-14 | Add doc | Guillaume Gomez | -0/+4 | |
| 2018-04-14 | Small size reduction | Guillaume Gomez | -122/+106 | |
| 2018-04-14 | Add multi-query search | Guillaume Gomez | -7/+70 | |
| 2018-04-13 | rustdoc: Don't include private paths in all.html | Oliver Middleton | -1/+3 | |
| 2018-04-10 | Auto merge of #49504 - GuillaumeGomez:doc-all-types, r=QuietMisdreavus | bors | -36/+237 | |
| Add page to list all crate's items r? @QuietMisdreavus | ||||
| 2018-04-07 | Improve code | Guillaume Gomez | -21/+20 | |
| 2018-04-07 | Rollup merge of #49652 - GuillaumeGomez:anchor-collapsed, r=QuietMisdreavus | kennytm | -10/+23 | |
| Fix anchors issue when everything is collapsed Fixes #49455. @frewsxcv does it seem good for you like this? r? @QuietMisdreavus | ||||
| 2018-04-07 | Rollup merge of #49510 - GuillaumeGomez:anchor-field-position, r=QuietMisdreavus | kennytm | -0/+3 | |
| Fix anchor position on fields Take a look at `Option` variants for example and try to click on `§` to get the issue. r? @QuietMisdreavus | ||||
| 2018-04-06 | Auto merge of #49335 - ↵ | bors | -11/+19 | |
| GuillaumeGomez:remove-unneeded-trait-implementations-title, r=QuietMisdreavus Remove unneeded trait implementations titles r? @QuietMisdreavus | ||||
| 2018-04-06 | Use `Ident` instead of `Name` in `MetaItem` | Vadim Petrochenkov | -1/+1 | |
| 2018-04-04 | Fix anchors issue when everything is collapsed | Guillaume Gomez | -10/+23 | |
| 2018-04-04 | Rollup merge of #49516 - GuillaumeGomez:add-union-field-missing-anchor, ↵ | kennytm | -2/+7 | |
| r=QuietMisdreavus Add missing anchor for union type fields r? @QuietMisdreavus | ||||
| 2018-04-04 | Rollup merge of #49515 - GuillaumeGomez:target-background, r=QuietMisdreavus | kennytm | -1/+1 | |
| fix targetted value background r? @QuietMisdreavus | ||||
| 2018-04-04 | Rollup merge of #49179 - varkor:future-deprecation, ↵ | kennytm | -4/+18 | |
| r=QuietMisdreavus,GuillaumeGomez Handle future deprecation annotations This adds special handling to the `since` parameter of the `deprecated` attribute: in particular, if the `since` version exceeds the version of the compiler, the deprecation notice will not be printed; but a note is added to the documentation stating that the item will be deprecated in a later version. (I've used `since` for this, rather than adding a new attribute, because it's more seamless and, I feel, intuitive. Plus it involves less code churn.)   This is a prerequisite for doing things renaming methods in the standard library (e.g. #30459). Resolves #30785. | ||||
| 2018-04-04 | Add page to list all crate's items | Guillaume Gomez | -36/+238 | |
| 2018-03-31 | Shorten deprecation note | varkor | -2/+2 | |
| 2018-03-30 | Rename fs::read_string to read_to_string and stabilize | Matt Brubeck | -1/+1 | |
| 2018-03-30 | Add missing anchor for union type fields | Guillaume Gomez | -2/+7 | |
| 2018-03-30 | fix targetted value background | Guillaume Gomez | -1/+1 | |
| 2018-03-30 | Fix anchor position on fields | Guillaume Gomez | -0/+3 | |
| 2018-03-30 | Auto merge of #49489 - kennytm:rollup, r=kennytm | bors | -10/+12 | |
| Rollup of 10 pull requests - Successful merges: #49443, #49445, #49446, #49463, #49464, #49466, #49468, #49473, #49484, #49486 - Failed merges: | ||||
| 2018-03-30 | Auto merge of #49412 - GuillaumeGomez:hide-type-decl, r=QuietMisdreavus | bors | -138/+165 | |
| Hide type declarations by default I'm not very happy for the moment about the rendering but the bases are here: <img width="610" alt="screen shot 2018-03-27 at 11 56 27" src="https://user-images.githubusercontent.com/3050060/37960492-0e045954-31b6-11e8-9cea-1ef8a3f980c4.png"> r? @QuietMisdreavus | ||||
| 2018-03-30 | Rollup merge of #49445 - GuillaumeGomez:light-theme, r=QuietMisdreavus | kennytm | -8/+8 | |
| Rename main theme into light theme r? @QuietMisdreavus | ||||
| 2018-03-30 | Rollup merge of #49443 - GuillaumeGomez:fix-tooltip-position, r=QuietMisdreavus | kennytm | -2/+4 | |
| Fix tooltip position r? @QuietMisdreavus | ||||
| 2018-03-29 | Remove unneeded trait implementations titles | Guillaume Gomez | -11/+19 | |
| 2018-03-29 | Rename main theme into light theme | Guillaume Gomez | -8/+8 | |
| 2018-03-28 | Fix tooltip position | Guillaume Gomez | -2/+4 | |
