about summary refs log tree commit diff
path: root/src/test/auxiliary
AgeCommit message (Expand)AuthorLines
2013-02-27Turn old `drop` blocks into `Drop` traitsBen Striegel-1/+4
2013-02-27librustc: Forbid `pub` or `priv` before trait implementationsPatrick Walton-10/+10
2013-02-25test: Residual de-muting of the test suite. rs=demutingPatrick Walton-29/+28
2013-02-22test: De-mut the test suite. rs=demutingPatrick Walton-2/+2
2013-02-21core: Extract comm from pipes. #4742Brian Anderson-1/+1
2013-02-20librustc: Separate most trait bounds with '+'. rs=plussingPatrick Walton-11/+11
2013-02-17Remove use of capture clause #4965Seth Pink-1/+1
2013-02-15librustc: Stop parsing `impl Type : Trait` and fix several declarations that ...Patrick Walton-10/+10
2013-02-15tests/tutorials: Get rid of `move`.Luqman Aden-1/+1
2013-02-14librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip...Patrick Walton-26/+26
2013-02-13Remove die!, raplace invocations with fail! Issue #4524 pt 3Nick Desaulniers-4/+4
2013-02-13librustc: Make monomorphic newtype structs work cross-cratePatrick Walton-0/+4
2013-02-12auto merge of #4900 : luqmana/rust/core_os_errors, r=graydonbors-2/+2
2013-02-12Revert "librustc: Make monomorphic newtype structs work cross-crate"Graydon Hoare-4/+0
2013-02-11rt: remove last_os_error and adjust tests.Luqman Aden-2/+2
2013-02-11librustc: Make monomorphic newtype structs work cross-cratePatrick Walton-0/+4
2013-02-05oldmap: use &K instead of K in find and getPatrick Walton-1/+1
2013-02-05Revert "oldmap: use &K instead of K in find and get"Graydon Hoare-1/+1
2013-02-04auto merge of pull req #4777 from thestinger/rust, r=graydonbors-1/+1
2013-02-03core: convert ToStr::to_str to take explicit &selfErick Tryzelaar-1/+1
2013-02-03oldmap: use &K instead of K in find and getDaniel Micay-1/+1
2013-02-03Merge remote-tracking branch 'thestinger/old_map' into incomingBrian Anderson-1/+1
2013-02-03librustc: Fix bugs regarding to impl privacy. rs=bugfixPatrick Walton-0/+25
2013-02-03rename map -> oldmap and mark it as deprecatedDaniel Micay-1/+1
2013-01-31Replace most invocations of fail keyword with die! macroNick Desaulniers-1/+1
2013-01-31Replace most invocations of fail keyword with die! macroNick Desaulniers-4/+4
2013-01-30librustc: Change `self` as a type to `Self` everywhere. r=brsonPatrick Walton-4/+4
2013-01-30librustc: Remove legacy exports from the language. r=brsonPatrick Walton-9/+5
2013-01-30test: Remove export from the tests, language, and libraries. rs=deexportingPatrick Walton-3/+3
2013-01-30test: De-export aux, bench, compile-fail, and run-fail. rs=deexportingPatrick Walton-217/+137
2013-01-30Remove oldcomm from the test suiteBrian Anderson-131/+3
2013-01-29Handle supertrait calls in default methodsTim Chevalier-0/+26
2013-01-29librustc: Disallow trait bounds in types, enumerations, and structure definit...Patrick Walton-3/+3
2013-01-29libstd: Remove "dual impls" from the language and enforce coherence rules. r=...Patrick Walton-19/+0
2013-01-26testsuite: Eliminate uses of structural records from most run-pass testsTim Chevalier-7/+11
2013-01-24librustc: Make C functions unsafePatrick Walton-18/+26
2013-01-23test: fix issue 2526 'unsafe' block-keyword, r=burningtree.Graydon Hoare-2/+4
2013-01-17When decoding types, indicate to the def-id conversion function what kind ofNiko Matsakis-0/+13
2013-01-10Add test cases: one xfailed, one notTim Chevalier-0/+34
2013-01-09A collection of refactorings that I found it hard/tiresome to divide:Niko Matsakis-3/+3
2012-12-28test: Fix a bunch of compile-fail tests. rs=bustagePatrick Walton-3/+1
2012-12-28test: Fix a couple more tests. rs=bustagePatrick Walton-5/+2
2012-12-28test: Fix a bunch of run-pass tests. rs=bustagePatrick Walton-42/+28
2012-12-18Stop resolving static methods at the module level. Closes #4179Brian Anderson-1/+1
2012-12-14Fix trait-inheritance-overloading-xc and un-xfailTim Chevalier-1/+1
2012-12-14Rename core::comm to core::oldcommBrian Anderson-3/+3
2012-12-13Rename Send trait to OwnedBrian Anderson-8/+8
2012-12-13Fix encoding of trait static method paths. Closes #4097. r=pcwaltonBrian Anderson-0/+11
2012-12-13librustc: Make `use` statements crate-relative by default. r=brsonPatrick Walton-2/+2
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+760