about summary refs log tree commit diff
path: root/src/test/run-pass
AgeCommit message (Expand)AuthorLines
2011-06-27Record and link with used native libraries.Rafael Ávila de Espíndola-7/+7
2011-06-27Implement move for scalar valuesTim Chevalier-0/+7
2011-06-27Basic multithreading support. The infinite loops test successfully maxes out ...Eric Holk-0/+29
2011-06-25Fail typechecking for bad binop/type combinationsBrian Anderson-0/+163
2011-06-25Remove variable name 'res' from test suiteMarijn Haverbeke-145/+145
2011-06-24Make a test compile faster.Paul Stansifer-3/+26
2011-06-23test: Improve ternary operator testsBrian Anderson-1/+7
2011-06-23rustc: Add ternary operator. Closes #565Brian Anderson-0/+46
2011-06-23Fix type inference inside of anonymous functions.Michael Sullivan-0/+6
2011-06-23Wrote swap_context in assembly. Closes #548. This also allows us to re-enable...Eric Holk-4/+7
2011-06-23Typo fix in test case.Lindsey Kuper-1/+1
2011-06-22test: Add test for string matching in pattern alts. Closes #53Brian Anderson-0/+21
2011-06-22rustc: Handle valueless ret expressions as block results. Closes #521Brian Anderson-0/+11
2011-06-22Fix bug: globbed imports were importing everything visible from the otherPaul Stansifer-5/+5
2011-06-22rustc: Introduce and parse additional meta_item formsBrian Anderson-0/+11
2011-06-22test: Enable more testsBrian Anderson-19/+0
2011-06-21Comments for all the anon obj tests.Lindsey Kuper-1/+14
2011-06-21Serialize constraints in types (literal arguments still not supported)Tim Chevalier-0/+10
2011-06-21Some progress on support for extending objects with new fields (issueLindsey Kuper-10/+95
2011-06-21More descriptive identifiers.Lindsey Kuper-11/+10
2011-06-21test: Add a test for distinguishing attributes from extensionsBrian Anderson-0/+12
2011-06-21rustc: Remove unused slice call from extfmt. Closes #532Brian Anderson-0/+3
2011-06-20Added string duplication to deep_copy. Closes #520.Eric Holk-0/+25
2011-06-20Removed duplicated ret_ty_of_fn. This also means the native function branch i...Eric Holk-0/+2
2011-06-20Added a test case for #506Eric Holk-0/+12
2011-06-18test: Add a test case for derived-tydescs-before-dynamic-allocasPatrick Walton-0/+17
2011-06-18stdlib: Add ivec::grow_set()Patrick Walton-0/+12
2011-06-18stdlib: Add ivec::grow() and ivec::grow_fn()Patrick Walton-2/+35
2011-06-18test: Add test cases for ivec::init_elt, ivec::last, and ivec::slicePatrick Walton-2/+57
2011-06-17Restructure the "checking" pass in typestateTim Chevalier-1/+29
2011-06-17rustc: Increment by the dynamically-computed size in ivec::trans_append. Unco...Patrick Walton-1/+1
2011-06-17test: Comment out the init-fn line in lib-ivec. Puts out burning tinderbox.Patrick Walton-1/+1
2011-06-17rustc: Fix a bunch of memory management bugs relating to generic interior vec...Patrick Walton-4/+15
2011-06-17Adding a test case for getcwd and related functions.Eric Holk-0/+17
2011-06-17Added a test case for #507Eric Holk-0/+34
2011-06-17test: Fix mismatched types in prep for typechecker fixesBrian Anderson-3/+3
2011-06-16stdlib: Fix reserve on zero-length interior vectors; uncomment test_unsafe_pt...Patrick Walton-1/+1
2011-06-16stdlib: Sketch out ivec::init_fn, currently segfaultingPatrick Walton-0/+10
2011-06-16Disable lib-ivec's test_unsafe_ptrs. Not working hereBrian Anderson-1/+1
2011-06-16rustc: Parse crate attributes in standalone .rs filesBrian Anderson-0/+6
2011-06-16rustc: Parse attributes in crate filesBrian Anderson-1/+4
2011-06-16rustc: Parse inner items of file-level modules linked from crate filesBrian Anderson-0/+11
2011-06-16rustc: Implement conversions from interior vector data to unsafe pointers and...Patrick Walton-0/+25
2011-06-16Add support for marking files no-reformat.Graydon Hoare-0/+2
2011-06-16stdlib: Introduce an ivec module into the standard library; add a minimal tes...Patrick Walton-0/+16
2011-06-16rustc: Work around leak when translating interior vectors. Un-XFAIL interior-...Patrick Walton-5/+0
2011-06-16test: Add an interior-vec test case, XFAIL'd for now because of leaks in the ...Patrick Walton-0/+36
2011-06-16test: Add a test for outer attributes on the first module in a fileBrian Anderson-0/+6
2011-06-16rustc: Parse inner attributes of modulesBrian Anderson-0/+44
2011-06-16Simple anonymous objects compile with stage0.Lindsey Kuper-3/+0