| Age | Commit message (Expand) | Author | Lines |
| 2018-08-23 | Check null-able variables before using them | Kazuyoshi Kato | -3/+2 |
| 2018-08-23 | use String::new() instead of String::from(""), "".to_string(), "".to_owned() ... | Matthias Krüger | -8/+8 |
| 2018-08-23 | Automatically expand a section even after page load | Kazuyoshi Kato | -16/+32 |
| 2018-08-22 | Search a substring instead of start of string in rustdoc search | Guillaume Gomez | -10/+10 |
| 2018-08-21 | Rollup merge of #53496 - matthiaskrgr:codespell_08_2018, r=varkor | kennytm | -1/+1 |
| 2018-08-21 | Rollup merge of #53405 - oconnor663:search_esc, r=GuillaumeGomez | kennytm | -0/+3 |
| 2018-08-19 | fix tidy errors | Donato Sciarra | -2/+4 |
| 2018-08-19 | mv codemap source_map | Donato Sciarra | -5/+5 |
| 2018-08-19 | mv codemap() source_map() | Donato Sciarra | -2/+2 |
| 2018-08-19 | mv (mod) codemap source_map | Donato Sciarra | -2/+2 |
| 2018-08-19 | mv filemap source_file | Donato Sciarra | -1/+1 |
| 2018-08-19 | mv CodeMap SourceMap | Donato Sciarra | -3/+3 |
| 2018-08-19 | Fix typos found by codespell. | Matthias Krüger | -1/+1 |
| 2018-08-18 | Use the new Entry::or_default method where possible. | Eduard-Mihai Burtescu | -4/+4 |
| 2018-08-15 | restore the page title after escaping out of a search | Jack O'Connor | -0/+3 |
| 2018-08-15 | Fix links' color | Guillaume Gomez | -4/+4 |
| 2018-08-12 | Rollup merge of #53267 - GuillaumeGomez:fix-styles, r=QuietMisdreavus | Guillaume Gomez | -4/+4 |
| 2018-08-11 | Fix styles | Guillaume Gomez | -4/+4 |
| 2018-08-10 | Remove unwanted console log | Guillaume Gomez | -1/+0 |
| 2018-08-09 | Rollup merge of #53094 - GuillaumeGomez:automatic-expand, r=nrc | kennytm | -0/+19 |
| 2018-08-09 | Rollup merge of #52773 - ljedrz:unncecessary_patterns, r=nikomatsakis | kennytm | -2/+2 |
| 2018-08-07 | Avoid unnecessary pattern matching against Option and Result | ljedrz | -2/+2 |
| 2018-08-05 | Automatically expand section if url id point to one of its component | Guillaume Gomez | -0/+19 |
| 2018-08-05 | Change rustdoc style so fully qualified names do not overlap src links | Mike Boutin | -35/+32 |
| 2018-08-04 | Rollup merge of #53050 - carols10cents:rustdoc-moar-room, r=GuillaumeGomez | kennytm | -1/+1 |
| 2018-08-04 | Rollup merge of #53047 - integer32llc:rustdoc-clicky-clicky, r=QuietMisdreavus | kennytm | -0/+5 |
| 2018-08-04 | Rollup merge of #53041 - GuillaumeGomez:fix-code-css-rule, r=QuietMisdreavus | kennytm | -2/+2 |
| 2018-08-03 | Make left column of rustdoc search results narrower | Carol (Nichols || Goulding) | -1/+1 |
| 2018-08-03 | Make entire row of doc search results clickable | Carol (Nichols || Goulding) | -0/+5 |
| 2018-08-04 | Improve unstable message display | Guillaume Gomez | -0/+13 |
| 2018-08-03 | Fix invalid code css rule | Guillaume Gomez | -2/+2 |
| 2018-08-02 | Fix trait item doc setting, add new setting, start hiding elements by default... | Guillaume Gomez | -10/+34 |
| 2018-07-31 | Add dyn to Write | Mark Rousskov | -1/+1 |
| 2018-07-31 | Cleanup highlighting code | Mark Rousskov | -42/+23 |
| 2018-07-31 | Remove global derive_id and reset_ids functions | Mark Rousskov | -137/+164 |
| 2018-07-31 | Format code for easier editing | Mark Rousskov | -6/+5 |
| 2018-07-31 | Further extract error code switch | Mark Rousskov | -45/+76 |
| 2018-07-31 | Remove dependency on error handling from find_testable_code | Mark Rousskov | -8/+13 |
| 2018-07-31 | Provide test configuration through struct | Mark Rousskov | -15/+10 |
| 2018-07-31 | Provide warnings for invalid code blocks in markdown files | Mark Rousskov | -5/+3 |
| 2018-07-31 | Pull out nightly checking to edges | Mark Rousskov | -8/+7 |
| 2018-07-30 | Delete unused code in rustdoc | Mark Rousskov | -14/+0 |
| 2018-07-30 | Auto merge of #52805 - ljedrz:format_str_literal, r=petrochenkov | bors | -1/+1 |
| 2018-07-29 | Auto merge of #52767 - ljedrz:avoid_format, r=petrochenkov | bors | -16/+16 |
| 2018-07-29 | Auto merge of #52764 - sinkuu:cleanup, r=nikomatsakis | bors | -15/+11 |
| 2018-07-28 | Auto merge of #52585 - GuillaumeGomez:generic-impls, r=QuietMisdreavus | bors | -35/+66 |
| 2018-07-28 | Don't format!() string literals | ljedrz | -1/+1 |
| 2018-07-28 | Don't display full blanket implementation and put it into its own section | Guillaume Gomez | -18/+47 |
| 2018-07-28 | Rollup merge of #52781 - ljedrz:avoid_vec_arguments, r=nikomatsakis | kennytm | -3/+3 |
| 2018-07-27 | Use slices where a vector is not necessary | ljedrz | -3/+3 |