summary refs log tree commit diff
path: root/src/librustdoc/config.rs
AgeCommit message (Expand)AuthorLines
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
2013-02-14librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip...Patrick Walton-2/+2
2013-02-07core: Remove structural records from the rest of core, except pipesTim Chevalier-23/+15
2013-01-30rustdoc: Remove structural recordsBrian Anderson-15/+23
2013-01-30rustdoc: De-modeBrian Anderson-4/+4
2013-01-30rustdoc: Various bits of modernizationBrian Anderson-7/+7
2013-01-29rustdoc: Remove structural records from tests. Fixes build breakageTim Chevalier-2/+2
2013-01-29libstd: Remove "dual impls" from the language and enforce coherence rules. r=...Patrick Walton-7/+7
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-5/+10
2013-01-08Revert "librustc: Make unqualified identifier searches terminate at the neare...Patrick Walton-10/+5
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-5/+10
2013-01-04Rename option::get_default => get_or_default, get_zero => get_or_zeroTim Chevalier-1/+1
2012-12-27librustc: Terminate name searches at the nearest module scope for paths that ...Patrick Walton-1/+6
2012-12-03Update license, add license boilerplate to most files. Remainder will follow.Graydon Hoare-0/+10
2012-11-28Merge remote-tracking branch 'brson/companion' into incomingBrian Anderson-20/+0
2012-11-28Register snapshotsBrian Anderson-20/+0
2012-11-28Merge pull request #4032 from catamorphism/getoptsGraydon Hoare-5/+5
2012-11-27rustdoc: Make fold require Clone instead of CopyBrian Anderson-0/+4
2012-11-24[libstd] getopts, now with fewer copiesTim Chevalier-5/+5
2012-11-21rustdoc: Fix build errorBrian Anderson-1/+1
2012-11-20rustdoc: Begin removing legacy modesBrian Anderson-17/+19
2012-11-20rustdoc: Remove legacy exportsBrian Anderson-18/+9