about summary refs log tree commit diff
path: root/src/compiletest
AgeCommit message (Expand)AuthorLines
2013-02-15auto merge of #4969 : nickdesaulniers/rust/issue3869, r=brsonbors-1/+2
2013-02-15compiletest: Get rid of `move`.Luqman Aden-3/+3
2013-02-14Convert all uses of vec::slice to vec::view Issue #3869Nick Desaulniers-1/+2
2013-02-13Remove die!, raplace invocations with fail! Issue #4524 pt 3Nick Desaulniers-10/+10
2013-02-13auto merge of #4908 : bstrie/rust/rimov3, r=pcwaltonbors-2/+2
2013-02-13rustc and std: teach about #[bench], modernize to use quote_expr! some.Graydon Hoare-5/+11
2013-02-13RIMOV core::vecBen Striegel-2/+2
2013-02-09Add debug info testsBrian Leibig-10/+91
2013-02-07Make ~fn non-copyable, make &fn copyable, split barefn/closure types,Niko Matsakis-7/+8
2013-01-31Replace most invocations of fail keyword with die! macroNick Desaulniers-10/+10
2013-01-30librustdoc: De-export compiletest, combine-tests, libcargo, libfuzzer, and li...Patrick Walton-59/+39
2013-01-28compiletest: Allow legacy recordsTim Chevalier-100/+103
2013-01-24remove remaining is_not_empty functions/methodsDaniel Micay-1/+1
2013-01-24replace ConstVector trait with the Container traitDaniel Micay-3/+3
2013-01-24convert most of libstd over to structsErick Tryzelaar-11/+4
2013-01-23libsyntax: Remove `fn() unsafe { ... }`. r=graydonPatrick Walton-34/+38
2013-01-23core: Rename to_mut and from_mut to cast_to_mut and cast_from_mutTrinick-1/+1
2013-01-10librustc: Make all external functions unsafe. r=tjcPatrick Walton-9/+11
2013-01-09A collection of refactorings that I found it hard/tiresome to divide:Niko Matsakis-1/+1
2013-01-09compiletest: more win32 fallout from 2db3abdGraydon Hoare-0/+1
2013-01-09core: rename vec.filter to vec.filteredErick Tryzelaar-1/+1
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-0/+12
2013-01-08Revert "librustc: Make unqualified identifier searches terminate at the neare...Patrick Walton-12/+0
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-0/+12
2013-01-08arrange core::os::constsILyoan-2/+3
2012-12-28Fix compiling compiletest. rs=fireErick Tryzelaar-1/+29
2012-12-28test: option variants get imported by defaultErick Tryzelaar-26/+26
2012-12-21bump 0.5 => 0.6, redirect some URLs in docs.Graydon Hoare-2/+2
2012-12-10Add license boilerplate to more files.Graydon Hoare-0/+10
2012-12-03Update license, add license boilerplate to most files. Remainder will follow.Graydon Hoare-0/+60
2012-11-28core: Convert some records to structsBrian Anderson-9/+9
2012-11-28Merge remote-tracking branch 'brson/companion' into incomingBrian Anderson-207/+192
2012-11-28Register snapshotsBrian Anderson-9/+0
2012-11-26Remove the crate languageBrian Anderson-198/+192
2012-11-24[libstd] getopts, now with fewer copiesTim Chevalier-2/+2
2012-11-19rustc: Implement explicit self for Eq and Ord. r=graydonPatrick Walton-0/+9
2012-10-12Make moves explicit in compiletestTim Chevalier-3/+3
2012-10-12bump version to 0.5.Graydon Hoare-2/+2
2012-10-04Remove arg vectors from main functions. Stop supporting them.Brian Anderson-1/+2
2012-09-29Fix a compilation error on windowsBrian Anderson-1/+1
2012-09-28Add allow(deprecated_\*) to syntax, rustc, rustdoc, et alBrian Anderson-0/+2
2012-09-28demode vecNiko Matsakis-4/+1
2012-09-27core: More option demodingBrian Anderson-2/+2
2012-09-26core: Replace map/map_default with map_ref/map_default_refBrian Anderson-2/+2
2012-09-26Demode vec::push (and convert to method)Niko Matsakis-6/+6
2012-09-25Demode core::resultBrian Anderson-6/+6
2012-09-25use + mode for (almost) everything when not using legacy modesNiko Matsakis-1/+1
2012-09-23Register snapshots. Remove redundant Eq impls, Makefile hacksBrian Anderson-9/+0
2012-09-23core: Demode optionBrian Anderson-11/+11
2012-09-21libcore: De-mode strPatrick Walton-1/+1