summary refs log tree commit diff
path: root/src/librustdoc/lib.rs
AgeCommit message (Expand)AuthorLines
2020-01-23Distinguish between private items and hidden items in rustdocDavid Tolnay-0/+3
2020-01-23format librustdocMark Rousskov-196/+224
2019-12-14Revert "Stabilize the `never_type`, written `!`."Niko Matsakis-1/+1
2019-12-12replace serialize with serde in rustdocAndy Russell-1/+0
2019-12-09Add options to --extern flag.Eric Huss-4/+0
2019-11-30introduce crate rustc_feature and move active, accepted, and removed to itMazdak Farrokhzad-0/+1
2019-11-23Rollup merge of #66655 - ollie27:rustdoc_extern-private_unstable, r=Guillaume...Mazdak Farrokhzad-1/+1
2019-11-23rustdoc: Mark `--extern-private` as unstableOliver Middleton-1/+1
2019-11-21Stabilize the `never_type`, written `!`.Mazdak Farrokhzad-1/+1
2019-11-18Auto merge of #54733 - GuillaumeGomez:stabilize-rustdoc-theme, r=ollie27,Dyla...bors-4/+4
2019-11-18Rename rustdoc options --themes and --check-themes to --theme and --check-themeGuillaume Gomez-4/+4
2019-11-18rename check-theme option into check-themesGuillaume Gomez-2/+2
2019-11-18Rename theme-checker option to check-themeGuillaume Gomez-2/+2
2019-11-18Stabilize rustdoc theme optionsGuillaume Gomez-2/+2
2019-11-16move DIAGNOSTICS usage to rustc_driverMazdak Farrokhzad-1/+2
2019-11-13Auto merge of #66211 - kinnison:kinnison/fix-66159, r=GuillaumeGomezbors-0/+4
2019-11-10move syntax::parse -> librustc_parseMazdak Farrokhzad-0/+1
2019-11-08rustdoc: Support --extern-private but treat as --externDaniel Silverstone-0/+4
2019-11-07Update built-in help for --extern.Eric Huss-1/+1
2019-10-16move syntax::ext to new crate syntax_expandMazdak Farrokhzad-0/+1
2019-10-08Stabilize mem::take (mem_take)Jon Gjengset-1/+0
2019-10-06Rollup merge of #65155 - Avi-D-coder:fix-lints, r=Mark-SimulacrumTyler Mandry-2/+2
2019-10-06Use shorthand initialization in rustdocAvi Dessauer-2/+2
2019-10-05Rollup merge of #64708 - SimonSapin:option-deref, r=CentrilTyler Mandry-1/+0
2019-09-29remove indexed_vec re-export from rustc_data_structurescsmoe-0/+1
2019-09-25Snap cfgs to new betaMark Rousskov-1/+0
2019-09-23Stabilize Option::deref and Option::deref_mutSimon Sapin-1/+0
2019-09-15Auto merge of #60584 - jonas-schievink:ice-panic-hook, r=oli-obkbors-1/+1
2019-09-10Add unstable --test-builder to rustdocMark Rousskov-0/+5
2019-09-10Auto merge of #60387 - Goirad:test-expansion, r=ollie27bors-0/+17
2019-09-09Switch rustdoc logging to RUSTDOC_LOGMark Rousskov-1/+1
2019-09-08Dont use gate bind_by_move_pattern_guards internally.Mazdak Farrokhzad-1/+1
2019-09-04remove XID and Pattern_White_Space unicode tables from libcoreAleksey Kladov-0/+1
2019-09-03added feature gate enable-per-target-ignoresDario Gonzalez-0/+5
2019-09-03Added ability to crosscompile doctestsDario Gonzalez-0/+12
2019-09-01remove the unstable rustdoc parameter --linkerAndreas Jonson-3/+0
2019-08-30Use `panic::set_hook` to print the ICE messageJonas Schievink-1/+1
2019-08-29Auto merge of #62855 - Aaron1011:feature/rustdoc-reexport-final, r=petrochenkovbors-1/+2
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