about summary refs log tree commit diff
path: root/src/librustdoc/config.rs
AgeCommit message (Expand)AuthorLines
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
2012-11-19rustc: Implement explicit self for Eq and Ord. r=graydonPatrick Walton-0/+20
2012-11-03library-ifying of tools - turning cargo, rustdoc, fuzzer, into libraries, as ...Daniel Patterson-0/+384