about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
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-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
2013-03-19Fix pretty printing for cfg test.Luqman Aden-4/+7
2013-03-19auto merge of #5436 : alexcrichton/rust/assert-message, r=pcwaltonbors-0/+15
2013-03-19libsyntax: Accept the new `[T, ..N]` style for vec.Patrick Walton-0/+10
2013-03-19libsyntax: Accept `static` instead of `const` for globalsPatrick Walton-0/+8
2013-03-19Update run-pass/cfg-on-items.rsLuqman Aden-1/+1
2013-03-19librustc: Enforce privacy for static methods.Patrick Walton-0/+11
2013-03-19Tests for cfg attribute.Luqman Aden-0/+45
2013-03-19auto merge of #5426 : nikomatsakis/rust/issue-4846-lifetimes-in-expl-self, r=...bors-0/+21
2013-03-19auto merge of #5356 : jld/rust/enum-less-magic, r=graydonbors-0/+26
2013-03-19Allow custom messages on assert statementsAlex Crichton-0/+15
2013-03-18Add tests for const exprs in fixed vec length type and vec repeat.Luqman Aden-0/+71
2013-03-18librustc: Make the compiler ignore purity.Patrick Walton-269/+11
2013-03-18libsyntax: Stop parsing old lifetimes, except for the ones on data type decla...Patrick Walton-10/+13
2013-03-18librustc: Convert all uses of old lifetime notation to new lifetime notation....Patrick Walton-126/+126
2013-03-18Make &self permit explicit lifetimes, but don't really use themNiko Matsakis-0/+21
2013-03-18auto merge of #5420 : boggle/rust/sudoku-with-traits, r=graydonbors-106/+201
2013-03-18Refactored sudoku benchmark to use traits and added some testsStefan Plantikow-106/+201
2013-03-15Clonify some of run-passBen Striegel-61/+64
2013-03-14auto merge of #5366 : tedhorst/rust/threadring, r=brsonbors-0/+74
2013-03-14auto merge of #5365 : thestinger/rust/map, r=catamorphismbors-0/+4
2013-03-14test: Remove deprecated features from benchmark tests. rs=burningtreePatrick Walton-7/+15
2013-03-13test: Fix tests. rs=testsPatrick Walton-75/+83