summary refs log tree commit diff
path: root/src/librustdoc/extract.rs
AgeCommit message (Expand)AuthorLines
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-24/+24
2013-03-26rustdoc: Add type bounds to implsBrian Anderson-0/+1
2013-03-22librustc: Remove the `const` declaration form everywherePatrick Walton-1/+1
2013-03-11libstd: Remove all newtype enums from std and core.Patrick Walton-2/+1
2013-03-07test: Fix tests.Patrick Walton-1/+2
2013-03-07librustc: Convert all uses of `assert` over to `fail_unless!`Patrick Walton-24/+24
2013-03-07librustc: Remove "extern mod { ... }" from librustc, librustdoc, and tests. r...Patrick Walton-7/+1
2013-02-26Remove space from the middle of pathJohn Clements-1/+1
2013-02-13Remove die!, raplace invocations with fail! Issue #4524 pt 3Nick Desaulniers-1/+1
2013-02-07Make ~fn non-copyable, make &fn copyable, split barefn/closure types,Niko Matsakis-1/+1
2013-01-31Replace most invocations of fail keyword with die! macroNick Desaulniers-1/+2
2013-01-30rustdoc: De-modeBrian Anderson-20/+20
2013-01-30rustdoc: deny(deprecated_mode)Brian Anderson-4/+4
2013-01-30rustdoc: Various bits of modernizationBrian Anderson-6/+6
2013-01-30librustdoc: De-export compiletest, combine-tests, libcargo, libfuzzer, and li...Patrick Walton-14/+12
2013-01-29rustdoc: Remove structural records from tests. Fixes build breakageTim Chevalier-4/+4
2013-01-29libstd: Remove "dual impls" from the language and enforce coherence rules. r=...Patrick Walton-17/+16
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-0/+3
2013-01-08Revert "librustc: Make unqualified identifier searches terminate at the neare...Patrick Walton-3/+0
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-0/+3
2012-12-29librustdoc: Fix a bunch of rustdoc tests. rs=bustagePatrick Walton-0/+6
2012-12-27librustc: Terminate name searches at the nearest module scope for paths that ...Patrick Walton-2/+8
2012-12-10Remove un-needed code for obsolete classesTim Chevalier-1/+1
2012-12-03Update license, add license boilerplate to most files. Remainder will follow.Graydon Hoare-0/+10
2012-11-20rustdoc: Begin removing legacy modesBrian Anderson-17/+17
2012-11-20rustdoc: Remove legacy exportsBrian Anderson-6/+4
2012-11-14librustc: Require the #[derivable] attribute, remove the significance of "imp...Patrick Walton-14/+9
2012-11-03library-ifying of tools - turning cargo, rustdoc, fuzzer, into libraries, as ...Daniel Patterson-0/+414