about summary refs log tree commit diff
path: root/src/librustdoc/markdown_writer.rs
AgeCommit message (Expand)AuthorLines
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
2013-01-30rustdoc: Various bits of modernizationBrian Anderson-7/+7
2013-01-30librustdoc: De-export compiletest, combine-tests, libcargo, libfuzzer, and li...Patrick Walton-3/+1
2013-01-29rustdoc: Remove structural records from tests. Fixes build breakageTim Chevalier-3/+4
2013-01-10librustc: Make all external functions unsafe. r=tjcPatrick Walton-11/+13
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-1/+14
2012-12-14Rename core::comm to core::oldcommBrian Anderson-7/+7
2012-12-11Reverse the order of the results of pipes::streamTim Chevalier-5/+5
2012-12-11libstd: refactor future, remove with(), remove ~ indirection.Graydon Hoare-1/+1
2012-12-03Update license, add license boilerplate to most files. Remainder will follow.Graydon Hoare-0/+10
2012-12-03librustdoc: Parenthesize closure calls in tests to attempt to put out burning...Patrick Walton-1/+1
2012-11-28rustdoc: More pipe conversionBrian Anderson-18/+20
2012-11-20rustdoc: More demodingBrian Anderson-22/+22
2012-11-20rustdoc: Remove legacy exportsBrian Anderson-15/+7
2012-11-03library-ifying of tools - turning cargo, rustdoc, fuzzer, into libraries, as ...Daniel Patterson-0/+307