summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2013-05-28Silence various warnings throughout test modulesAlex Crichton-16/+15
2013-05-27Refactor core::run in order to address many of the issuesgareth-72/+31
2013-05-26rustdoc: properly nest markup within enum variant lists (fixes #6605)Benjamin Herr-1/+38
2013-05-23cleanup warnings from librustdocErick Tryzelaar-87/+81
2013-05-22librustc: Add some missing `use core::prelude::*;` in the test casesPatrick Walton-0/+18
2013-05-22librustdoc: Rename `std` to `extra`.Patrick Walton-6/+6
2013-05-22libextra: Rename the actual metadata names of libcore to libstd and libstd to...Patrick Walton-1/+50
2013-05-21Remove unnecessary allocations flagged by lint from rustdocSeo Sanghyeon-36/+36
2013-05-20getting rid of interner_key! macroJohn Clements-12/+6
2013-05-19auto merge of #6106 : thestinger/rust/iter, r=bstriebors-2/+2
2013-05-19Use assert_eq! rather than assert! where possibleCorey Richardson-59/+59
2013-05-19reduce the usage of explicit version markersDaniel Micay-3/+3
2013-05-18replace old_iter::repeat with the Times traitDaniel Micay-2/+2
2013-05-15auto merge of #6487 : recrack/rust/vec_len, r=thestingerbors-1/+1
2013-05-14rustc: rename ast::self_ty and related fields to explicit_selfErick Tryzelaar-3/+3
2013-05-15Rename vec::len(var) to var.len()Youngmin Yoo-1/+1
2013-05-14Fix test fallout from removing vecs_implicitly_copyableAlex Crichton-13/+13
2013-05-14rusti: Remove #[allow(vecs_implicitly_copyable)]Alex Crichton-1/+1
2013-05-14Fix cosmetics for fail!() callsMarvin Löbel-3/+2
2013-05-14Use static string with fail!() and remove fail!(fmt!())Björn Steinbrink-16/+16
2013-05-13librustdoc: Remove old-style extern mods from rustdoc tests.Patrick Walton-29/+5
2013-05-11auto merge of #6389 : sonwow/rust/issue-3356, r=bstriebors-3/+3
2013-05-10renamed str::from_slice to str::to_ownedYoungsoo Son-3/+3
2013-05-10Move core::task::local_data to core::local_dataYoungsoo Son-1/+1
2013-05-09librustdoc: rename vec::each(var) to var.eachYoungmin Yoo-3/+3
2013-05-08librustc: Stop parsing modes and remove them entirely from the languagePatrick Walton-4/+4
2013-05-08librustc: Remove mutable fields from the language.Patrick Walton-1/+1
2013-05-08libcore: Remove mutable fields from hashPatrick Walton-0/+1
2013-05-03add gitattributes and fix whitespace issuesDaniel Micay-1/+0
2013-05-01rustdoc: Remove a now invalid testErick Tryzelaar-7/+0
2013-05-01rustc: remove the rest of dropErick Tryzelaar-7/+1
2013-04-29auto merge of #6083 : jbclements/rust/parser-cleanup, r=jbclementsbors-1/+1
2013-04-28make way for a new iter moduleDaniel Micay-2/+2
2013-04-28refactoring mod.rsJohn Clements-1/+1
2013-04-27only use #[no_core] in libcoreDaniel Micay-90/+1
2013-04-25Rename vec::mod2 to vec::mod_zipCorey Richardson-1/+1
2013-04-24Fixed typo... And a billion other things.Marvin Löbel-2/+2
2013-04-24Removed ascii functions from other modulesMarvin Löbel-1/+3
2013-04-19Assorted fixes from de-modeing rustc/syntax (rusti, rustdoc, fuzzer, rustpkg)Alex Crichton-2/+2
2013-04-18auto merge of #5914 : catamorphism/rust/copy-cops, r=catamorphismbors-1/+1
2013-04-18rustc: Anti-copy policeTim Chevalier-1/+1
2013-04-18core::comm: Modernize constructors to use `new`Brian Anderson-3/+3
2013-04-16librustdoc: move tests into dedicated tests module.Huon Wilson-1619/+1624
2013-04-10Bump version to 0.7-preBrian Anderson-5/+5
2013-04-09Bump version to 0.7-preBrian Anderson-5/+5
2013-04-05Fix various warnings, NOTEs, etcNiko Matsakis-1/+1
2013-03-29Add AbiSet and integrate it into the AST.Niko Matsakis-1/+1
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-231/+231
2013-03-28Removing unused importsAlex Crichton-2/+4
2013-03-27derive Eq and Clone impls where applicableAndrew Paseltiner-23/+3