summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2013-03-26librustc: Remove all uses of the old `[T * N]` fixed-length vector syntaxPatrick Walton-31/+31
2013-03-26libcore: Change `[const T]` to `const [T]` everywherePatrick Walton-192/+9
2013-03-26option: rm functions that duplicate methodsDaniel Micay-29/+29
2013-03-26fix the core-map benchmark's descending rangeDaniel Micay-3/+3
2013-03-26std: Remove the oldmap moduleAlex Crichton-1/+0
2013-03-26test: Remove uses of oldmap::HashMapAlex Crichton-116/+88
2013-03-26auto merge of #5555 : Kimundi/rust/str-dealloc-3, r=catamorphismbors-3/+4
2013-03-26Stop writing directly to the final type/method/vtable sidetables from astconvNiko Matsakis-0/+21
2013-03-26Fixed all use sites and testsMarvin Löbel-3/+4
2013-03-25auto merge of #5528 : thestinger/rust/find_mut, r=brsonbors-0/+2
2013-03-25auto merge of #5524 : luqmana/rust/repeat-loop, r=pcwaltonbors-0/+7
2013-03-25Expand on cleanups in trans for expr_repeat and add to tests.Luqman Aden-0/+7
2013-03-24expose find_mut in the Map traitDaniel Micay-0/+2
2013-03-23turn std::oldmap into a wrapper around LinearMapDaniel Micay-5/+3
2013-03-22test: Add lifetime binders and new-style lifetime parameters to the test suitePatrick Walton-47/+47
2013-03-22librustc: Remove the `const` declaration form everywherePatrick Walton-153/+152
2013-03-22libsyntax: Stop parsing `pure` and `static`Patrick Walton-2/+2
2013-03-22auto merge of #5488 : pcwalton/rust/depure, r=pcwaltonbors-193/+188
2013-03-22test: Remove `pure` from the test suitePatrick Walton-158/+153
2013-03-22test: Fix test. rs=testPatrick Walton-1/+1
2013-03-22auto merge of #5483 : pcwalton/rust/static-syntax, r=graydonbors-16/+16
2013-03-22librustc: Remove all uses of `static` from functions. rs=destaticPatrick Walton-50/+50
2013-03-22syntax: make old `#[deriving_foo]` attribute obsoleteAndrew Paseltiner-0/+17
2013-03-22test: replace uses of old deriving attribute with new oneAndrew Paseltiner-27/+27
2013-03-21auto merge of #5480 : pcwalton/rust/at-const, r=pcwaltonbors-262/+91
2013-03-21auto merge of #5479 : Kimundi/rust/str-dealloc, r=z0w0bors-1/+2
2013-03-21librustc: Replace the `&static` bound with `'static`Patrick Walton-16/+16
2013-03-21libsyntax: Remove `@const` from the languagePatrick Walton-239/+0
2013-03-21librustc: Forbid destructors from being attached to any structs that might co...Patrick Walton-23/+91
2013-03-21auto merge of #5476 : thestinger/rust/bench, r=graydonbors-247/+86
2013-03-21auto merge of #5407 : jbclements/rust/add-assert-eq-macro, r=jbclementsbors-0/+18
2013-03-21Un-renamed trim and substr functions.Marvin Löbel-1/+1
2013-03-21Switched over substr and trim functions in str to be non-allocating, temporar...Marvin Löbel-1/+2
2013-03-21replace the core-map benchmarkDaniel Micay-247/+86
2013-03-21auto merge of #5461 : catamorphism/rust/flagless, r=nikomatsakisbors-8/+35
2013-03-21librustc: Forbid access to cross-crate private static methodsPatrick Walton-0/+19
2013-03-21auto merge of #5464 : luqmana/rust/const-pat, r=pcwaltonbors-0/+22
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-21test: XFAIL test issue-4120 due to Valgrind complaints.Patrick Walton-0/+4
2013-03-21Test for cross-crate const in match pattern.Luqman Aden-0/+22
2013-03-20Make typechecker compositionalTim Chevalier-8/+35
2013-03-21renamed str::view -> slice_DBG_BRWDMarvin Löbel-1/+1
2013-03-20testsuite: Add test for #4210Tim Chevalier-0/+17
2013-03-20add assert_eq! macroJohn Clements-0/+18
2013-03-19auto merge of #5442 : pcwalton/rust/extern-block-restriction, r=pcwaltonbors-33/+30
2013-03-19test: Fix test. rs=testPatrick Walton-1/+1
2013-03-19auto merge of #5410 : luqmana/rust/cfg-and, r=graydonbors-0/+49
2013-03-19libsyntax: Forbid `use` (and most other things) within `extern { ... }` blocksPatrick Walton-32/+0
2013-03-19Mark cfg test xfail-fast since check-fast doesn't understand compile-flags.Luqman Aden-0/+1