summary refs log tree commit diff
path: root/src/librustdoc/lib.rs
AgeCommit message (Expand)AuthorLines
2019-01-02make `panictry!` private to libsyntaxAndy Russell-1/+1
2018-12-29Auto merge of #57006 - GuillaumeGomez:no-crate-filter, r=QuietMisdreavusbors-0/+5
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-24Add no-crate filter option on rustdocGuillaume Gomez-0/+5
2018-12-20new --static-root-path flag for controlling static file locationsQuietMisdreavus-0/+8
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-1/+1
2018-12-05emit error when doc generation failsAndy Russell-3/+15
2018-11-10move all static-file include!s into a single moduleQuietMisdreavus-0/+1
2018-11-02pass the Options struct instead of individual argsQuietMisdreavus-53/+9
2018-11-02split off a separate RenderOptions structQuietMisdreavus-25/+33
2018-11-02swap uses of Matches with pre-parsed argsQuietMisdreavus-97/+31
2018-11-02parse command-line into a central Options structQuietMisdreavus-298/+38
2018-11-02Auto merge of #54543 - GuillaumeGomez:top-level-index, r=QuietMisdreavusbors-14/+37
2018-10-26Remove redundant cloneShotaro Yamada-1/+1
2018-10-21Use markdown::render instead of using pulldown_cmark directlyGuillaume Gomez-13/+14
2018-10-21Add index pageGuillaume Gomez-1/+23
2018-09-27Bump to 1.31.0 and bootstrap from 1.30 betaJosh Stone-1/+1
2018-09-22Rollup merge of #54371 - QuietMisdreavus:rustdoc-ui-testing, r=GuillaumeGomezPietro Albini-3/+9
2018-09-20shuffle ownership of `external_traits`QuietMisdreavus-0/+1
2018-09-20don't index trait impls if the trait isn't also documentedQuietMisdreavus-0/+1
2018-09-19add -Zui-testing to rustdocQuietMisdreavus-3/+9
2018-09-18Rollup merge of #54205 - GuillaumeGomez:treat-err-as-bug, r=QuietMisdreavusGuillaume Gomez-3/+10
2018-09-15rustc: add unstable support for --extern crate_name without a path.Eduard-Mihai Burtescu-4/+7
2018-09-13Add treat-err-as-bug flag in rustdocGuillaume Gomez-3/+10
2018-09-11stabalize infer outlives requirements (RFC 2093).toidiu-1/+0
2018-09-09Stabilize the 2018 editionMark Rousskov-1/+1
2018-09-01Rollup merge of #53076 - QuietMisdreavus:cfg-rustdoc, r=GuillaumeGomezkennytm-2/+4
2018-08-31feature(doc_cfg): set cfg(rustdoc) when rustdoc is runningQuietMisdreavus-2/+4
2018-08-31Auto merge of #51384 - QuietMisdreavus:extern-version, r=GuillaumeGomezbors-1/+29
2018-08-27Auto merge of #53441 - toidiu:ak-fix53419, r=nikomatsakisbors-0/+1
2018-08-25Auto merge of #53385 - matklad:stabilize-find-map, r=KodrAusbors-1/+0
2018-08-24check that adding infer-outlives requirement to all crates worksNiko Matsakis-0/+1
2018-08-18Use the new Entry::or_default method where possible.Eduard-Mihai Burtescu-2/+2
2018-08-15Stablize Iterator::find_mapAleksey Kladov-1/+0
2018-08-09[nll] librustdoc: enable feature(nll) for bootstrapmemoryruins-0/+1
2018-08-06Auto merge of #52644 - varkor:lib-feature-gate-2, r=withoutboatsbors-3/+0
2018-08-05Remove bad features after rebasevarkor-1/+0
2018-08-05Remove unnecessary feature attributes that sneaked invarkor-2/+0
2018-08-04introduce "early passes" an convert a few overQuietMisdreavus-60/+6
2018-08-04strongly-typed passesQuietMisdreavus-4/+10
2018-08-04Rollup merge of #53003 - GuillaumeGomez:stabilize-rustdoc-options, r=QuietMis...kennytm-2/+2
2018-08-02Stabilize --color and --error-format options in rustdocGuillaume Gomez-2/+2
2018-07-31Remove global derive_id and reset_ids functionsMark Rousskov-2/+4
2018-07-30Delete unused code in rustdocMark Rousskov-21/+22
2018-07-29Replace push loops with collect() and extend() where possibleljedrz-3/+1
2018-07-26rustdoc: rework how default passes are chosenQuietMisdreavus-26/+23
2018-07-24remove zombie codesteveklabnik-5/+0
2018-07-24remove pluginmanagersteveklabnik-10/+11
2018-07-20Auto merge of #52354 - QuietMisdreavus:rustdoc-lints, r=GuillaumeGomezbors-5/+5
2018-07-18rustc: distinguish compilation failure from ICEAndy Russell-3/+8