about summary refs log tree commit diff
path: root/src/compiletest/header.rs
AgeCommit message (Expand)AuthorLines
2013-08-10std: Rename Iterator.transform -> .mapErick Tryzelaar-1/+1
2013-08-03replace all remaining `for` with `foreach` or `do`Daniel Micay-10/+14
2013-07-17test: Fix tests.Patrick Walton-1/+1
2013-07-04Bring compiletest/rustpkg/driver up to date on std vs coreAlex Crichton-4/+2
2013-06-14add IteratorUtil to the preludeDaniel Micay-1/+0
2013-06-11fix tests, remove some warningsHuon Wilson-1/+0
2013-06-11std: replace str::{starts,ends}_with with the method.Huon Wilson-1/+1
2013-06-10std: remove str::contains in favour of the methodHuon Wilson-1/+1
2013-06-10std: replace str::find_str* with a methodHuon Wilson-1/+1
2013-06-10std: remove str::{len, slice, is_empty} in favour of methods.Huon Wilson-2/+2
2013-06-10std: replace str::all/any fns and methods with iteratorsHuon Wilson-0/+1
2013-06-10std: replace str::each_split* with an iteratorHuon Wilson-2/+2
2013-05-30Remove a bunch of unnecessary allocations and copiesBjörn Steinbrink-2/+2
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-1/+5
2013-05-23cleanup warnings from compiletestErick Tryzelaar-4/+3
2013-05-22libextra: Rename the actual metadata names of libcore to libstd and libstd to...Patrick Walton-0/+2
2013-05-14compiletest: Remove #[allow(vecs_implicitly_copyable)]Alex Crichton-17/+22
2013-05-14Use static string with fail!() and remove fail!(fmt!())Björn Steinbrink-1/+1
2013-05-10renamed str::from_slice to str::to_ownedYoungsoo Son-1/+1
2013-05-01compiletest: stop ignoring all tests.Graydon Hoare-1/+1
2013-05-01remove some warningsErick Tryzelaar-2/+1
2013-04-27only use #[no_core] in libcoreDaniel Micay-7/+0
2013-04-14test: remove unnecessary unsafe blocks/functionsAlex Crichton-10/+8
2013-03-26Fixed all use sites and testsMarvin Löbel-1/+2
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-2/+2
2013-03-11librustc: Replace all uses of `fn()` with `&fn()`. rs=defunPatrick Walton-1/+1
2013-03-03replace option::iter with a BaseIter implDaniel Micay-2/+2
2013-03-02librustc: Forbid chained imports and fix the logic for one-level renaming imp...Patrick Walton-4/+5
2013-02-13Remove die!, raplace invocations with fail! Issue #4524 pt 3Nick Desaulniers-1/+1
2013-02-09Add debug info testsBrian Leibig-4/+30
2013-01-31Replace most invocations of fail keyword with die! macroNick Desaulniers-1/+1
2013-01-30librustdoc: De-export compiletest, combine-tests, libcargo, libfuzzer, and li...Patrick Walton-7/+3
2013-01-28compiletest: Allow legacy recordsTim Chevalier-5/+5
2013-01-23libsyntax: Remove `fn() unsafe { ... }`. r=graydonPatrick Walton-9/+11
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
2013-01-08arrange core::os::constsILyoan-1/+1
2012-12-28Fix compiling compiletest. rs=fireErick Tryzelaar-0/+4
2012-12-28test: option variants get imported by defaultErick Tryzelaar-11/+11
2012-12-03Update license, add license boilerplate to most files. Remainder will follow.Graydon Hoare-0/+10
2012-09-27core: More option demodingBrian Anderson-2/+2
2012-09-26core: Replace map/map_default with map_ref/map_default_refBrian Anderson-1/+1
2012-09-26Demode vec::push (and convert to method)Niko Matsakis-3/+3
2012-09-25Demode core::resultBrian Anderson-1/+1
2012-09-23core: Demode optionBrian Anderson-4/+4
2012-09-10Convert 'import' to 'use'. Remove 'import' keyword.Brian Anderson-5/+2
2012-08-26Camel case the option typeBrian Anderson-19/+19
2012-08-26Fix build breakageBrian Anderson-0/+1