about summary refs log tree commit diff
path: root/src/librustdoc/demo.rs
AgeCommit message (Expand)AuthorLines
2013-09-22rustdoc: Out with the old, in with the newAlex Crichton-199/+0
2013-09-16switch Drop to `&mut self`Daniel Micay-1/+1
2013-07-01rustc: add a lint to enforce uppercase statics.Huon Wilson-1/+1
2013-06-29Great renaming: propagate throughout the rest of the codebaseCorey Richardson-1/+0
2013-06-25Change finalize -> drop.Luqman Aden-1/+1
2013-05-22libextra: Rename the actual metadata names of libcore to libstd and libstd to...Patrick Walton-0/+2
2013-04-27only use #[no_core] in libcoreDaniel Micay-2/+0
2013-03-22librustc: Remove the `const` declaration form everywherePatrick Walton-1/+1
2013-03-11Remove uses of logBrian Anderson-1/+1
2013-03-07libsyntax: Stop parsing structural record typesPatrick Walton-2/+2
2013-02-27Turn old `drop` blocks into `Drop` traitsBen Striegel-1/+4
2013-02-14librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip...Patrick Walton-1/+1
2013-02-13Remove die!, raplace invocations with fail! Issue #4524 pt 3Nick Desaulniers-2/+2
2013-01-31Replace most invocations of fail keyword with die! macroNick Desaulniers-1/+1
2013-01-31Replace most invocations of fail keyword with die! macroNick Desaulniers-1/+1
2013-01-30rustdoc: deny(deprecated_self)Brian Anderson-4/+4
2013-01-30rustdoc: De-modeBrian Anderson-2/+2
2013-01-30rustdoc: deny(deprecated_mode)Brian Anderson-2/+2
2013-01-30librustdoc: De-export compiletest, combine-tests, libcargo, libfuzzer, and li...Patrick Walton-2/+0
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-0/+2
2013-01-08Revert "librustc: Make unqualified identifier searches terminate at the neare...Patrick Walton-2/+0
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-0/+2
2012-12-03Update license, add license boilerplate to most files. Remainder will follow.Graydon Hoare-0/+10
2012-11-03library-ifying of tools - turning cargo, rustdoc, fuzzer, into libraries, as ...Daniel Patterson-0/+187