| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2016-09-26 | Rollup merge of #36676 - bluss:rustdoc-where-css, r=steveklabnik | Jonathan Turner | -0/+5 | |
| rustdoc css: Put `where` in trait listings on a new line This is about the gray area at the top of a trait's documentation page, that lists all methods and their signatures. A big trait page like Iterator is very crowded without this tweak. | ||||
| 2016-09-23 | rustdoc css: Put `where` in trait listings on a new line | Ulrik Sverdrup | -0/+5 | |
| This is about the gray area at the top of a trait's documentation page, that lists all methods and their signatures. A big trait page like Iterator is very crowded without this tweak. | ||||
| 2016-09-17 | invisible isn't a tag | Eitan Adler | -1/+1 | |
| 2016-09-17 | border-color > border | Eitan Adler | -1/+1 | |
| 2016-09-17 | add missing semi-colon | Eitan Adler | -1/+2 | |
| 2016-09-17 | Fix order of @import | Eitan Adler | -2/+2 | |
| In CSS 2.1, any @import rules must precede all other rules (except the @charset rule, if present). | ||||
| 2016-09-14 | Auto merge of #36293 - liigo:docblock-short, r=steveklabnik | bors | -9/+9 | |
| rustdoc: don't collapse `docblock-short`  | ||||
| 2016-09-09 | rustdoc: more docblock-short styles | Liigo | -5/+5 | |
| 2016-09-09 | rustdoc: don't collapse `docblock-short` | Liigo | -4/+4 | |
| 2016-09-08 | Set run button transparent instead of invisible | Guillaume Gomez | -15/+5 | |
| 2016-09-03 | Support unions in rustdoc | Vadim Petrochenkov | -1/+2 | |
| 2016-08-19 | Auto merge of #35655 - ollie27:rustdoc_search_static_prim, r=steveklabnik | bors | -6/+7 | |
| rustdoc: Fix a couple of issues with the search results * Fix links to static items in the search results. * Don't include the path for primitive methods in the search results. Displaying `std::u32::max_value` is misleading so just display `u32::max_value`. | ||||
| 2016-08-17 | Review changes | Nick Cameron | -2/+9 | |
| 2016-08-13 | rustdoc: Don't include the path for primitive methods in the search results | Oliver Middleton | -2/+7 | |
| Displaying `std::u32::max_value` is misleading so just display `u32::max_value`. | ||||
| 2016-08-13 | rustdoc: Fix links to static items in the search results | Oliver Middleton | -4/+0 | |
| 2016-07-19 | [CSS] Fix unwanted top margin for toggle wrapper | ggomez | -1/+4 | |
| 2016-07-06 | Remove invalid CSS rule for doc titles | ggomez | -8/+0 | |
| 2016-06-25 | rustdoc: Fix search result layout for enum variants and struct fields | Oliver Middleton | -1/+1 | |
| 2016-06-19 | rustdoc: Add more types to the sidebar | Oliver Middleton | -1/+5 | |
| They're displayed in the same order as they are on modules pages. | ||||
| 2016-06-12 | Fix invalid inlining | Guillaume Gomez | -0/+4 | |
| 2016-06-07 | Rollup merge of #34138 - hoodie:bug/bool_colors, r=steveklabnik | Steve Klabnik | -1/+1 | |
| Bug/bool colors This is actually #33661 @steveklabnik, sorry about this, github ate my homework | ||||
| 2016-06-04 | rustdoc: Fix a few missing colors in the CSS | Oliver Middleton | -5/+6 | |
| This adds color to some of the search results and sidebar items which were missing. | ||||
| 2016-05-30 | Rollup merge of #33867 - oli-obk:rustdoc_variant_types, r=GuillaumeGomez | Manish Goregaokar | -0/+19 | |
| print enum variant fields in docs Right now we are repeating enum variants at the top, because the fields aren't shown with the actual docs. It's very annoying to have to scroll up and down to have both docs and field info. For struct variants we already list the fields. enum docs look like this after this PR:  There are degenerate cases for enum tuple variants with lots of fields:  I was thinking that we could move the docs below the variant (slightly indented) or list the variant fields vertically instead of horizontally r? @steveklabnik | ||||
| 2016-05-30 | print enum variant fields in docs | Oliver Schneider | -0/+19 | |
| 2016-05-27 | Rollup merge of #33829 - GuillaumeGomez:stability-css, r=steveklabnik | Guillaume Gomez | -0/+4 | |
| Fix invalid background color in stability elements r? @steveklabnik | ||||
| 2016-05-24 | Fix invalid background color in stability elements | Guillaume Gomez | -0/+4 | |
| 2016-05-22 | Fixed shortcut handling. Reverted to [Shift]+[+=] | Alex Ozdemir | -2/+2 | |
| Realized browsers use [Ctrl]+[+=] for zoom, so using [Shift]+[+=] for collapse/expand was not necessarily a conflict. Also a bugfix. | ||||
| 2016-05-22 | Changed toggle all sections key to `T` | Alex Ozdemir | -1/+2 | |
| Allows both `T` and `t`. It had been [Shift]+[+] before. | ||||
| 2016-05-20 | Added a `rustdoc` shortcut for collapse/expand all | Alex Ozdemir | -3/+9 | |
| Now when the user presses the "+" key all sections will collapse/expand. Also added a note to the help screen which describes this behavior. | ||||
| 2016-05-16 | Fix selected item background style | Guillaume Gomez | -0/+4 | |
| 2016-05-15 | true color, fixed boolval style in doc | Hendrik Sollich | -1/+1 | |
| 2016-05-10 | Improve "since" tag placement | Guillaume Gomez | -0/+6 | |
| 2016-05-05 | Improve rustdoc css of "source" and "since" elements | ggomez | -4/+37 | |
| 2016-05-06 | Update CSS for future rustdoc merge | Guillaume Gomez | -0/+5 | |
| 2016-04-25 | Improve accessibility of rustdoc pages | mitaa | -1/+1 | |
| 2016-03-25 | Avoid page reload upon hitting "S" when browing in local mode | Novotnik, Petr | -2/+0 | |
| 2016-03-18 | Fix usability problem when browse document locally | York Xiang | -2/+6 | |
| 2016-03-03 | Responsive layout correction. | gohyda | -3/+7 | |
| 2016-02-22 | Auto merge of #31715 - mitaa:rdoc-index-crate, r=alexcrichton | bors | -1/+14 | |
| This allows to search for crates in documentation and simplifies the json serialization of the search-index. fixes #14077 | ||||
| 2016-02-16 | Add crates to search-index | mitaa | -1/+14 | |
| 2016-02-16 | doc pages: add the ability to search unknown types | Brandon W Maister | -3/+3 | |
| This enables `*` in all type positions in doc searches, which I often want in order to find functions that create or convert specific types (e.g. `* -> vec`) but I don't actually know what kinds of input they expect. I actually started working on this because of #31598, but I've wanted it several times when exploring new crates. | ||||
| 2016-02-09 | Rustdoc - display `since` version for stable items | Wesley Wiser | -0/+15 | |
| Fixes #27607 | ||||
| 2016-01-20 | tweak trait css | Steve Klabnik | -1/+1 | |
| 2016-01-20 | tweak struct colors | Steve Klabnik | -1/+1 | |
| 2016-01-20 | tweak colors for a11y | Steve Klabnik | -1/+1 | |
| 2016-01-02 | Rustdoc - Specify max-image size | Wesley Wiser | -0/+4 | |
| Fixes #24861 | ||||
| 2015-12-04 | Split rustdoc css to modify it more easily | Guillaume Gomez | -64/+140 | |
| 2015-11-05 | librustdoc: don't override ctrl-s and other browser shortcuts | Ivan Kozik | -0/+4 | |
| 2015-10-23 | Add colors for rustdoc primitives, type, and macros links | mdinger | -0/+3 | |
| 2015-10-23 | Merge same colors together | mdinger | -3/+3 | |
