about summary refs log tree commit diff
path: root/src/librustdoc/html
AgeCommit message (Expand)AuthorLines
2018-08-23Check null-able variables before using themKazuyoshi Kato-3/+2
2018-08-23use String::new() instead of String::from(""), "".to_string(), "".to_owned() ...Matthias Krüger-8/+8
2018-08-23Automatically expand a section even after page loadKazuyoshi Kato-16/+32
2018-08-22Search a substring instead of start of string in rustdoc searchGuillaume Gomez-10/+10
2018-08-21Rollup merge of #53496 - matthiaskrgr:codespell_08_2018, r=varkorkennytm-1/+1
2018-08-21Rollup merge of #53405 - oconnor663:search_esc, r=GuillaumeGomezkennytm-0/+3
2018-08-19fix tidy errorsDonato Sciarra-2/+4
2018-08-19mv codemap source_mapDonato Sciarra-5/+5
2018-08-19mv codemap() source_map()Donato Sciarra-2/+2
2018-08-19mv (mod) codemap source_mapDonato Sciarra-2/+2
2018-08-19mv filemap source_fileDonato Sciarra-1/+1
2018-08-19mv CodeMap SourceMapDonato Sciarra-3/+3
2018-08-19Fix typos found by codespell.Matthias Krüger-1/+1
2018-08-18Use the new Entry::or_default method where possible.Eduard-Mihai Burtescu-4/+4
2018-08-15restore the page title after escaping out of a searchJack O'Connor-0/+3
2018-08-15Fix links' colorGuillaume Gomez-4/+4
2018-08-12Rollup merge of #53267 - GuillaumeGomez:fix-styles, r=QuietMisdreavusGuillaume Gomez-4/+4
2018-08-11Fix stylesGuillaume Gomez-4/+4
2018-08-10Remove unwanted console logGuillaume Gomez-1/+0
2018-08-09Rollup merge of #53094 - GuillaumeGomez:automatic-expand, r=nrckennytm-0/+19
2018-08-09Rollup merge of #52773 - ljedrz:unncecessary_patterns, r=nikomatsakiskennytm-2/+2
2018-08-07Avoid unnecessary pattern matching against Option and Resultljedrz-2/+2
2018-08-05Automatically expand section if url id point to one of its componentGuillaume Gomez-0/+19
2018-08-05Change rustdoc style so fully qualified names do not overlap src linksMike Boutin-35/+32
2018-08-04Rollup merge of #53050 - carols10cents:rustdoc-moar-room, r=GuillaumeGomezkennytm-1/+1
2018-08-04Rollup merge of #53047 - integer32llc:rustdoc-clicky-clicky, r=QuietMisdreavuskennytm-0/+5
2018-08-04Rollup merge of #53041 - GuillaumeGomez:fix-code-css-rule, r=QuietMisdreavuskennytm-2/+2
2018-08-03Make left column of rustdoc search results narrowerCarol (Nichols || Goulding)-1/+1
2018-08-03Make entire row of doc search results clickableCarol (Nichols || Goulding)-0/+5
2018-08-04Improve unstable message displayGuillaume Gomez-0/+13
2018-08-03Fix invalid code css ruleGuillaume Gomez-2/+2
2018-08-02Fix trait item doc setting, add new setting, start hiding elements by default...Guillaume Gomez-10/+34
2018-07-31Add dyn to WriteMark Rousskov-1/+1
2018-07-31Cleanup highlighting codeMark Rousskov-42/+23
2018-07-31Remove global derive_id and reset_ids functionsMark Rousskov-137/+164
2018-07-31Format code for easier editingMark Rousskov-6/+5
2018-07-31Further extract error code switchMark Rousskov-45/+76
2018-07-31Remove dependency on error handling from find_testable_codeMark Rousskov-8/+13
2018-07-31Provide test configuration through structMark Rousskov-15/+10
2018-07-31Provide warnings for invalid code blocks in markdown filesMark Rousskov-5/+3
2018-07-31Pull out nightly checking to edgesMark Rousskov-8/+7
2018-07-30Delete unused code in rustdocMark Rousskov-14/+0
2018-07-30Auto merge of #52805 - ljedrz:format_str_literal, r=petrochenkovbors-1/+1
2018-07-29Auto merge of #52767 - ljedrz:avoid_format, r=petrochenkovbors-16/+16
2018-07-29Auto merge of #52764 - sinkuu:cleanup, r=nikomatsakisbors-15/+11
2018-07-28Auto merge of #52585 - GuillaumeGomez:generic-impls, r=QuietMisdreavusbors-35/+66
2018-07-28Don't format!() string literalsljedrz-1/+1
2018-07-28Don't display full blanket implementation and put it into its own sectionGuillaume Gomez-18/+47
2018-07-28Rollup merge of #52781 - ljedrz:avoid_vec_arguments, r=nikomatsakiskennytm-3/+3
2018-07-27Use slices where a vector is not necessaryljedrz-3/+3