summary refs log tree commit diff
path: root/src/librustdoc/config.rs
AgeCommit message (Expand)AuthorLines
2018-11-13fix various typos in doc commentsAndy Russell-1/+1
2018-11-10move all static-file include!s into a single moduleQuietMisdreavus-2/+3
2018-11-04fix formattingQuietMisdreavus-3/+3
2018-11-04add Debug impls for the Options structsQuietMisdreavus-1/+41
2018-11-02split off a separate RenderOptions structQuietMisdreavus-22/+32
2018-11-02swap uses of Matches with pre-parsed argsQuietMisdreavus-0/+22
2018-11-02parse command-line into a central Options structQuietMisdreavus-0/+488
2013-09-22rustdoc: Out with the old, in with the newAlex Crichton-373/+0
2013-09-19Turned extra::getopts functions into methodsMarvin Löbel-5/+5
2013-09-12std: Rename {Option,Result}::chain{,_err}* to {and_then,or_else}Erick Tryzelaar-7/+7
2013-09-12std: rename Option::unwrap_or_default() to unwrap_or()Erick Tryzelaar-1/+1
2013-09-10std::vec: Change fn unzip to take an iterator argumentblake2-ppc-1/+1
2013-08-12Forbid pub/priv where it has no effectAlex Crichton-4/+4
2013-08-10std: Transform.find_ -> .findErick Tryzelaar-1/+1
2013-08-07core: option.map_consume -> option.map_moveErick Tryzelaar-5/+5
2013-08-05Updated std::Option, std::Either and std::ResultMarvin Löbel-15/+15
2013-08-03remove obsolete `foreach` keywordDaniel Micay-1/+1
2013-08-01migrate many `for` loops to `foreach`Daniel Micay-1/+1
2013-07-27cleanup .chain and .chain_err + fixing other filesmaikklein-16/+10
2013-07-24Change 'print(fmt!(...))' to printf!/printfln! in src/lib*Birunthan Mohanathas-1/+1
2013-07-17librustc: Remove all uses of "copy".Patrick Walton-14/+11
2013-06-29Great renaming: propagate throughout the rest of the codebaseCorey Richardson-13/+11
2013-06-23vec: remove BaseIter implementationDaniel Micay-1/+2
2013-06-22Merge pull request #7270 from thestinger/docDaniel Micay-6/+6
2013-06-21replace vec::find with the IteratorUtil methodDaniel Micay-5/+4
2013-06-21Show defaults in rustdoc usage messageRalph Bodenner-6/+6
2013-06-12std: unify the str -> [u8] functions as 3 methods: .as_bytes() and .as_bytes_...Huon Wilson-1/+1
2013-06-04std::cell: Modernize constructorsPhilipp Brüschweiler-1/+1
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-2/+7
2013-05-27Refactor core::run in order to address many of the issuesgareth-24/+24
2013-05-23cleanup warnings from librustdocErick Tryzelaar-14/+14
2013-05-22librustc: Add some missing `use core::prelude::*;` in the test casesPatrick Walton-0/+1
2013-05-22librustdoc: Rename `std` to `extra`.Patrick Walton-1/+1
2013-05-22libextra: Rename the actual metadata names of libcore to libstd and libstd to...Patrick Walton-0/+1
2013-05-21Remove unnecessary allocations flagged by lint from rustdocSeo Sanghyeon-4/+4
2013-04-27only use #[no_core] in libcoreDaniel Micay-6/+1
2013-04-16librustdoc: move tests into dedicated tests module.Huon Wilson-119/+119
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-16/+16
2013-03-27derive Eq and Clone impls where applicableAndrew Paseltiner-15/+2
2013-03-22librustdoc: Remove `pure` from fuzzer and rustdoc.Patrick Walton-4/+4
2013-03-07librustc: Convert all uses of `assert` over to `fail_unless!`Patrick Walton-16/+16
2013-03-05rustc: minor code cleanupErick Tryzelaar-6/+6
2013-03-05core: convert vec::{head,head_opt} to return referencesErick Tryzelaar-1/+1
2013-03-05rustdoc: Remove a unused variable warningErick Tryzelaar-1/+1
2013-03-02librustdoc: Remove `fn@`, `fn~`, and `fn&` from compiletest, fuzzer, rustdoc,...Patrick Walton-11/+5
2013-03-02librustc: Forbid chained imports and fix the logic for one-level renaming imp...Patrick Walton-1/+1
2013-02-27librustc: Forbid `pub` or `priv` before trait implementationsPatrick Walton-1/+1
2013-02-26libcore: Move Cell to core and de-~mut core and stdPatrick Walton-1/+1
2013-02-15librustc: Stop parsing `impl Type : Trait` and fix several declarations that ...Patrick Walton-1/+1
2013-02-15librustdoc: Get rid of `move`.Luqman Aden-5/+5