summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2012-07-18prevent regions from escaping in ifaces; remove &r.T syntaxNiko Matsakis-22/+117
2012-07-18iterate only over immutable vectors; use newer region notationNiko Matsakis-2/+2
2012-07-17finish fixing broken un-unsupervise windows testsBen Blum-6/+9
2012-07-17fix no-longer-unsupervise test cases on windowsBen Blum-4/+4
2012-07-17Change all test/run-pass uses of rustrt::unsupervise() to something elseBen Blum-22/+15
2012-07-17Added liveness analysis for protocols, and removed warnings about empty states.Eric Holk-15/+5
2012-07-17Create some infrastructure for building up @-vectors. Work on #2921.Michael Sullivan-0/+16
2012-07-17rustc: Implement and enforce instance coherencePatrick Walton-64/+263
2012-07-17Support attributes on class ctors and dtorsTim Chevalier-0/+28
2012-07-16introduce an owned kind for data that contains no borrowed ptrsNiko Matsakis-8/+27
2012-07-16Fix reflection on vstore_fixed estrs and evecs.Graydon Hoare-19/+16
2012-07-16Test case for #2930Eric Holk-0/+31
2012-07-16Add support for terminal states (issue #2862)Eric Holk-4/+3
2012-07-16replace core::tuple functions with methodsGareth Daniel Smith-3/+2
2012-07-14infer the scope of borrowsNiko Matsakis-9/+57
2012-07-14remove typestate from code, tests, and docsNiko Matsakis-626/+19
2012-07-14Treat bare vector and string literals as fixed length vecs. Closes #2922.Michael Sullivan-19/+17
2012-07-14Tear out ty_str and ty_vec.Michael Sullivan-10/+10
2012-07-14Move the world over to using the new style string literals and types. Closes ...Michael Sullivan-974/+974
2012-07-13Change the pretty printer to print vstores for strs in prefix notation.Michael Sullivan-6/+6
2012-07-13Support prefix notation for vstore strings. Closes #2906.Michael Sullivan-10/+10
2012-07-13Fix hang in pipe-select when RUST_THREADS=1Eric Holk-5/+7
2012-07-13More consistent use of backticks and "expected" in error messages.Lindsey Kuper-20/+20
2012-07-13Test for #2288Tim Chevalier-0/+20
2012-07-13Actually xfail the test properly. Argh.Michael Sullivan-1/+1
2012-07-13xfail a broken seeming test.Michael Sullivan-0/+1
2012-07-13Extra test for #2311Tim Chevalier-0/+10
2012-07-13Un-xfail test that works. Closes #2883Tim Chevalier-2/+0
2012-07-13add xfail-fast directive due to aux-buildNiko Matsakis-0/+1
2012-07-13repair error msgNiko Matsakis-1/+1
2012-07-13add xfail-fast directiveNiko Matsakis-1/+2
2012-07-13change region syntax to &r/T in place of &r.TNiko Matsakis-73/+73
2012-07-12Make tests passEric Holk-4/+14
2012-07-12Obliterate the callee_id hackTim Chevalier-0/+79
2012-07-12Move port_set and shared_chan into core.Eric Holk-205/+2
2012-07-12Added a message send that uses shared chans. They are slower than port select...Eric Holk-0/+208
2012-07-12Faster select. This version gives us about a 4x speedup.Eric Holk-12/+34
2012-07-12Added a version of msgsend that uses pipes and select. Here, select is way to...Eric Holk-0/+165
2012-07-12Switch map-reduce control protocol to use pipes. This exposed a bug in the pi...Eric Holk-40/+99
2012-07-12Update and un-xfail reflect-visit-dataTim Chevalier-17/+15
2012-07-12Comments only: annotate FIXMEs in testsTim Chevalier-4/+2
2012-07-12rustc: Resolve bounds of trait type parametersBrian Anderson-0/+25
2012-07-12Merge remote-tracking branch 'origin/dist-snap' into incomingGraydon Hoare-1/+1
2012-07-12Accept prefix notation for writing the types of str/~ and friends.Michael Sullivan-6/+6
2012-07-12Get rid of all of the remaining /~s in the code base.Michael Sullivan-12/+12
2012-07-12rustc: Make all impls even more reachableBrian Anderson-0/+43
2012-07-12Merge branch 'rt-changes' into incomingMichael Sullivan-9/+21
2012-07-12Make str be treated as str/~.Michael Sullivan-6/+6
2012-07-11infer when types are region parameterized rather than requiring /&Niko Matsakis-85/+90
2012-07-11Test for #2723. Closes #2723Tim Chevalier-0/+11