summary refs log tree commit diff
path: root/src/librustdoc/lib.rs
AgeCommit message (Expand)AuthorLines
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
2018-07-13stabilize lint handling in rustdocQuietMisdreavus-5/+5
2018-07-12Auto merge of #52194 - steveklabnik:remove-plugins, r=QuietMisdreavus,Guillau...bors-10/+11
2018-07-10Remove rustdoc pluginssteveklabnik-10/+11
2018-07-05Auto merge of #51732 - GuillaumeGomez:cmd-line-lint-rustdoc, r=QuietMisdreavusbors-1/+27
2018-07-05Add command line lint manipulation in rustdocGuillaume Gomez-1/+27
2018-06-24Haiku: set stack size to 16 MB on Haiku, use 32 MB on other platformsNiels Sascha Reedijk-2/+6
2018-06-21Auto merge of #48149 - varkor:generics-generalisation, r=petrochenkovbors-0/+1
2018-06-20Replace tempdir by tempfile in librustdocBastien Orivel-1/+1
2018-06-20Remove all traces of lifetimes() and types() methodsvarkor-0/+1
2018-06-03Show which line the link is coming from.kennytm-0/+1
2018-05-17Auto merge of #50629 - Mark-Simulacrum:stage-step, r=alexcrichtonbors-2/+0
2018-05-17Switch to 1.26 bootstrap compilerMark Simulacrum-2/+0
2018-05-17Rename trans to codegen everywhere.Irina Popa-1/+1
2018-05-16Rollup merge of #50669 - QuietMisdreavus:deprecated-attrs, r=GuillaumeGomezkennytm-2/+32
2018-05-16Auto merge of #50541 - QuietMisdreavus:rustdoc-errors, r=GuillaumeGomezbors-67/+60
2018-05-15Rollup merge of #50632 - GuillaumeGomez:minification, r=ollie27Guillaume Gomez-1/+9
2018-05-14drop unnecessary "warning" from warning textQuietMisdreavus-1/+1
2018-05-14deprecate #![doc(no_default_passes, passes, plugins)]QuietMisdreavus-2/+32
2018-05-14tidyQuietMisdreavus-1/+2
2018-05-14replace error/warning println with structured diagQuietMisdreavus-67/+59
2018-05-13Add a Rayon thread poolJohn Kåre Alsaker-0/+2
2018-05-12Add minification processGuillaume Gomez-1/+9
2018-04-30Removed unused dependencies on rustc_const_mathOliver Schneider-1/+0
2018-04-28Rollup merge of #49968 - christianpoveda:stabilize_dyn, r=nikomatsakiskennytm-1/+2
2018-04-27rustdoc asks for dyn_trait feature in stage0Christian Poveda-0/+2
2018-04-27removed dyn trait attribute from librustdocChristian Poveda-1/+0
2018-04-26rustc_target: move in syntax::abi and flip dependency.Irina Popa-0/+1
2018-04-26Rename rustc_back::target to rustc_target::spec.Irina Popa-2/+1
2018-04-17Auto merge of #49542 - GuillaumeGomez:intra-link-resolution-error, r=Guillaum...bors-5/+51
2018-04-16Add error-format and color-config options to rustdocGuillaume Gomez-5/+51
2018-04-17Rollup merge of #49606 - varkor:pipe-repair, r=alexcrichtonkennytm-0/+1
2018-04-16Auto merge of #49956 - QuietMisdreavus:rustdoc-codegen, r=GuillaumeGomezbors-7/+15
2018-04-13add -C parameter to rustdocQuietMisdreavus-7/+15
2018-04-12Auto merge of #49698 - SimonSapin:unicode-for-everyone, r=alexcrichtonbors-2/+0
2018-04-12Mark the rest of the `unicode` feature flag as perma-unstable.Simon Sapin-1/+0
2018-04-12Deprecate the std_unicode crateSimon Sapin-1/+0
2018-04-11Rollup merge of #49525 - varkor:sort_by_cached_key-conversion, r=scottmcmkennytm-0/+1
2018-04-11Prevent EPIPE causing ICEs in rustc and rustdocvarkor-0/+1
2018-04-09Convert sort_unstable_by to sort_by_cached_keyvarkor-0/+1
2018-04-08Move deny(warnings) into rustbuildMark Simulacrum-1/+0
2018-04-05Bump the bootstrap compiler to 1.26.0 betaAlex Crichton-1/+0
2018-04-01Rollup merge of #49451 - QuietMisdreavus:epoch-doctests, r=GuillaumeGomezMark Simulacrum-8/+30
2018-03-30Rollup merge of #49445 - GuillaumeGomez:light-theme, r=QuietMisdreavuskennytm-4/+4