about summary refs log tree commit diff
path: root/src/librustdoc/lib.rs
AgeCommit message (Expand)AuthorLines
2019-08-26Move source HTML generation to own moduleMark Rousskov-0/+1
2019-08-24Improve Rustdoc's handling of procedural macrosAaron Hill-1/+2
2019-08-11Remove unnecessary channelMark Rousskov-6/+3
2019-08-11Store typed PassesMark Rousskov-5/+2
2019-07-30Auto merge of #62766 - alexcrichton:stabilize-pipelined-compilation, r=oli-obkbors-0/+6
2019-07-28Deny `unused_lifetimes` through rustbuildVadim Petrochenkov-2/+0
2019-07-28Remove lint annotations in specific crates that are already enforced by rustb...Vadim Petrochenkov-1/+0
2019-07-26rustc: Stabilize options for pipelined compilationAlex Crichton-0/+6
2019-07-22add rustc_private as a proper language feature gateAleksey Kladov-0/+1
2019-07-05Rollup merge of #61545 - flip1995:internal_lints, r=oli-obkMazdak Farrokhzad-1/+0
2019-07-01Enable mem_take feature in relevant cratesChris Gregory-0/+1
2019-06-26remove unused derives and variantsAndy Russell-2/+0
2019-06-24Enable internal lints in bootstrapflip1995-1/+0
2019-06-21Add DocFS layer to rustdocRobert Collins-0/+1
2019-06-11rustdoc: deny(unused_lifetimes).Eduard-Mihai Burtescu-0/+1
2019-05-21Specify the edition for the rustdoc thread-poolJohn Kåre Alsaker-3/+6
2019-05-06set the default edition when pre-parsing a doctestQuietMisdreavus-3/+8
2019-04-17Deny `internal` in stage0Mateusz Mikuła-1/+1
2019-04-03Deny internal lints on two more cratesflip1995-0/+1
2019-03-28Remove unnecessary with_globals callsJohn Kåre Alsaker-2/+2
2019-03-15rustc: uniformize ty::print's error handling by requiring Result.Eduard-Mihai Burtescu-0/+1
2019-03-15rustc: merge PrintCx::parameterized and def_path printing.Eduard-Mihai Burtescu-0/+1
2019-03-15rustc: move the formatter into ty::print::PrintCx.Eduard-Mihai Burtescu-0/+1
2019-03-10Make the rustc driver and interface demand drivenJohn Kåre Alsaker-6/+5
2019-03-09Rollup merge of #58626 - QuietMisdreavus:doc-coverage, r=GuillaumeGomezMazdak Farrokhzad-0/+12
2019-02-28add option to calculate documentation coverageQuietMisdreavus-0/+12
2019-02-28Introduce rustc_interface and move some methods thereJohn Kåre Alsaker-0/+1
2019-02-23merge early and late passes into single structAndy Russell-22/+0
2019-02-23Transition librustdoc to 2018 editionHirokazu Hata-5/+2
2019-02-17Rollup merge of #57929 - GuillaumeGomez:rustodc-remove-old-style-files, r=oll...kennytm-0/+5
2019-02-12Stabilize slice_sort_by_cached_keyScott McMurray-1/+0
2019-02-07Remove images' url to make it work even without internet connectionGuillaume Gomez-3/+1
2019-01-27Make 'generate-redirect-pages' option unstableGuillaume Gomez-1/+1
2019-01-27Add generate-old-style-files option to rustdocGuillaume Gomez-0/+5
2019-01-20Auto merge of #56884 - euclio:codeblock-diagnostics, r=QuietMisdreavusbors-0/+1
2019-01-17Add book section and fix typo.Wesley Norris-0/+1
2019-01-17Minor changes to wording and formatting.Wesley Norris-1/+1
2019-01-17Persist doc test executables to given path.Wesley Norris-0/+5
2019-01-14rustdoc: check code block syntax in early passAndy Russell-0/+1
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