about summary refs log tree commit diff
path: root/src/librustdoc/markdown_writer.rs
AgeCommit message (Expand)AuthorLines
2013-09-22rustdoc: Out with the old, in with the newAlex Crichton-287/+0
2013-09-19Modernize extra::future APISteven Fackler-3/+3
2013-09-05Rename str::from_bytes to str::from_utf8, closes #8985Florian Hahn-2/+2
2013-08-29Revert "auto merge of #8645 : alexcrichton/rust/issue-6436-run-non-blocking, ...Brian Anderson-4/+4
2013-08-27Implement process bindings to libuvAlex Crichton-4/+4
2013-07-20syntax: modernise attribute handling in syntax::attr.Huon Wilson-3/+3
2013-07-17librustc: Remove all uses of "copy".Patrick Walton-5/+6
2013-07-17Clean-up tests after debug!/std-macros change.Huon Wilson-1/+2
2013-07-04Remove standalone comparison functions in vec, make the trait impls better.Huon Wilson-1/+1
2013-06-29Great renaming: propagate throughout the rest of the codebaseCorey Richardson-11/+9
2013-06-28librustc: Remove the broken overloaded assign-ops from the language.Patrick Walton-2/+2
2013-06-10std: remove str::{connect,concat}*.Huon Wilson-2/+2
2013-05-30Remove unnecessary 'use' formsDaniel Farina-3/+1
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-1/+8
2013-05-28Move checking for moves and initialization of local variables and patterns intoNiko Matsakis-11/+11
2013-05-28Silence various warnings throughout test modulesAlex Crichton-2/+2
2013-05-27Refactor core::run in order to address many of the issuesgareth-48/+7
2013-05-22librustc: Add some missing `use core::prelude::*;` in the test casesPatrick Walton-0/+2
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/+2
2013-05-21Remove unnecessary allocations flagged by lint from rustdocSeo Sanghyeon-3/+3
2013-05-19Use assert_eq! rather than assert! where possibleCorey Richardson-3/+3
2013-05-14Use static string with fail!() and remove fail!(fmt!())Björn Steinbrink-1/+1
2013-05-08librustc: Stop parsing modes and remove them entirely from the languagePatrick Walton-2/+2
2013-05-08libcore: Remove mutable fields from hashPatrick Walton-0/+1
2013-04-27only use #[no_core] in libcoreDaniel Micay-9/+0
2013-04-18core::comm: Modernize constructors to use `new`Brian Anderson-1/+1
2013-04-16librustdoc: move tests into dedicated tests module.Huon Wilson-60/+63
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-5/+5
2013-03-21auto merge of #5466 : Kimundi/rust/view-slice-rename, r=bstriebors-1/+1
2013-03-21back-renamed slice_DBG_BRWD, slice_V_DBG_BRWD -> slice, slice_DBG_UNIQ -> sli...Marvin Löbel-1/+1
2013-03-21renamed str::view -> slice_DBG_BRWDMarvin Löbel-1/+1
2013-03-20core: add Reader, Writer, ReaderUtil, WriterUtil to prelude. Close #4182.Graydon Hoare-7/+7
2013-03-07librustc: Convert all uses of `assert` over to `fail_unless!`Patrick Walton-5/+5
2013-03-04Adding missing imports for tests, and gate off othersAlex Crichton-3/+3
2013-03-04Remove unused imports throughout src/Alex Crichton-4/+0
2013-03-02librustdoc: Remove `fn@`, `fn~`, and `fn&` from compiletest, fuzzer, rustdoc,...Patrick Walton-14/+13
2013-03-02librustc: Forbid chained imports and fix the logic for one-level renaming imp...Patrick Walton-2/+2
2013-02-21core: Extract comm from pipes. #4742Brian Anderson-6/+6
2013-02-15librustdoc: Get rid of `move`.Luqman Aden-10/+10
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-02-04Merge remote-tracking branch 'bstrie/rimov' into incomingBrian Anderson-1/+1
2013-02-01rustdoc: Convert to pipesBrian Anderson-5/+5
2013-02-01rustdoc: Remove another use of oldcommBrian Anderson-8/+3
2013-02-01rustdoc: Convert astsrv to pipesBrian Anderson-2/+2
2013-01-31Replace most invocations of fail keyword with die! macroNick Desaulniers-2/+2
2013-01-30Removing interior mut on vectors, round 1Ben Striegel-1/+1
2013-01-30rustdoc: deny(deprecated_self)Brian Anderson-8/+8
2013-01-30rustdoc: De-modeBrian Anderson-23/+23