summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2012-05-22Merge branch 'master' of git://github.com/mozilla/rustMargaret Meyerhofer-64/+656
2012-05-22bench: Reduce some constants to make graph500-bfs fasterBrian Anderson-2/+2
2012-05-22Added a test for #! commentsMargaret Meyerhofer-0/+6
2012-05-22Merge pull request #2427 from msullivan/shiftsBrian Anderson-29/+13
2012-05-22Add a test for Issue #2428.Michael Sullivan-0/+5
2012-05-22Updating pbfs for new kind rules.Eric Holk-6/+7
2012-05-22Removed accidental machine size dependencies.Eric Holk-19/+22
2012-05-22Updating bfs to work with the new random methods.Eric Holk-9/+2
2012-05-22More unsafe pointers to share immutable structures between tasks. This versio...Eric Holk-16/+20
2012-05-22Be less careful about checking that lengths make sense, for slightly more per...Eric Holk-6/+2
2012-05-22Using unsafe pointers to views to try to reduce some vector copy and allocati...Eric Holk-20/+48
2012-05-22Using unsafe pointers to share closures.Eric Holk-1/+4
2012-05-22Using libstd future instead.Eric Holk-74/+38
2012-05-22A new version of the sequential BFS. This uses the same approach as the paral...Eric Holk-0/+91
2012-05-22BFS now tries a number of search keys.Eric Holk-18/+69
2012-05-22A parallel BFS.Eric Holk-6/+103
2012-05-22Adding a module with parallel vector operations.Eric Holk-4/+112
2012-05-22Added most of the Graph500 validation routine. It's very slow.Eric Holk-4/+109
2012-05-22Starting on a BFS benchmark, but ran into problems with the deque module, so ...Eric Holk-0/+172
2012-05-22Get rid of the >>> operator and make >> logical or arithmetic depending on th...Michael Sullivan-29/+13
2012-05-22Send is no longer a subkind of copy. This allows for sendable, but non-copyab...Eric Holk-35/+22
2012-05-21Region checking: this one currently passes, but only "by accident".Lindsey Kuper-0/+21
2012-05-21Test illustrating issue #2263.Lindsey Kuper-0/+24
2012-05-21change list so that it must be used in a purely boxed fashionNiko Matsakis-14/+14
2012-05-21detect and report shadows in nested bindingsNiko Matsakis-0/+5
2012-05-19fix up handling of &x where x is an arg or &self (for now at least).Niko Matsakis-0/+50
2012-05-18create a smallintmap benchmarkNiko Matsakis-0/+46
2012-05-18port smallintmap over to dvecNiko Matsakis-2/+8
2012-05-18move io over to dvecNiko Matsakis-3/+4
2012-05-18test for #2378Niko Matsakis-0/+36
2012-05-18add swappable/dvec modulesNiko Matsakis-0/+92
2012-05-18allow region ptrs to be cast to uintsNiko Matsakis-0/+4
2012-05-18rustc: Don't copy vecs in seq_preconds. Huge perf win on some testsBrian Anderson-0/+8002
2012-05-18remove line so that pretty printer doesn't mess it upNiko Matsakis-2/+1
2012-05-18xfail-test failing testNiko Matsakis-1/+2
2012-05-18test that we preserve boxes in patterns---still one bugNiko Matsakis-0/+81
2012-05-18rustc: Don't recurse in seq_preconds. Consumes too much stackBrian Anderson-0/+2002
2012-05-18test file I had lying around and had forgotten to commitNiko Matsakis-0/+9
2012-05-18add #include_bin[]Paul Stansifer-0/+4
2012-05-18Fold #include_str into the other source_utils.rs syntax extensions.Paul Stansifer-0/+3
2012-05-18add #mod[], which expands to the current module pathPaul Stansifer-2/+10
2012-05-18New syntax extensions: #line[], #col[], #file[], #stringify[], #include[]Paul Stansifer-0/+18
2012-05-18Make extracting syntax extension arguments easier.Paul Stansifer-3/+3
2012-05-17Test that a class type name gets printed correctly in a...Tim Chevalier-0/+14
2012-05-16Include intrinsic module in all crates, emit visit glue, fn intrinsic::visit_...Graydon Hoare-73/+18
2012-05-16add xfail-fast directives for borrowck testsNiko Matsakis-0/+18
2012-05-16correct preservation of explicit borrows like "let x = &*y;"Niko Matsakis-0/+66
2012-05-15rename testNiko Matsakis-0/+0
2012-05-15check if the type of a local variable contains illegal regionNiko Matsakis-3/+14
2012-05-15Start porting tests to use classes with dtors instead of resourcesTim Chevalier-7/+25