index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
Age
Commit message (
Expand
)
Author
Lines
2011-05-31
More tests for <-.
Michael Sullivan
-7
/
+41
2011-05-31
Add some simple tests for move.
Michael Sullivan
-0
/
+25
2011-05-31
rustc: Teach rustc to use block results as fn return values. Closes #372
Brian Anderson
-0
/
+87
2011-05-31
change fn to pred in pred-on-wrong-slots (but it's still xfailed
Tim Chevalier
-1
/
+1
2011-05-31
rustc: Pushdown type params for tag patterns. Closes #363
Brian Anderson
-0
/
+15
2011-05-27
In pre/postcondition computation, failing calls should set the postcondition
Tim Chevalier
-0
/
+30
2011-05-27
Check the declaration type in a for loop against the sequence type
Tim Chevalier
-0
/
+23
2011-05-27
Re-XFAIL, not valgrind-clean.
Graydon Hoare
-0
/
+6
2011-05-27
Switched calling conventions so that spawn with multiple arguments works.
Eric Holk
-2
/
+2
2011-05-27
Switching over to wrappers for spawning functions of multiple arguments. Does...
Eric Holk
-4
/
+37
2011-05-27
Un-XFAILing spawn tests.
Eric Holk
-6
/
+0
2011-05-27
Programs using spawn terminate
Eric Holk
-1
/
+1
2011-05-27
Working on 2 argument spawn. The arguments seem to be copied correctly once, ...
Eric Holk
-0
/
+15
2011-05-27
Arguments seem to be correctly passed to child processes now.
Eric Holk
-1
/
+1
2011-05-27
Test case showing that issue 324 is resolved.
Lindsey Kuper
-0
/
+39
2011-05-27
Change the syntax for RECV from "var <- port" to "port |> var".
Michael Sullivan
-75
/
+75
2011-05-27
Remove parser support for recv as an initializer in preparation for changing ...
Michael Sullivan
-24
/
+25
2011-05-26
Test for use of break as an expression
Tim Chevalier
-0
/
+13
2011-05-26
Make _|_ unify with anything
Tim Chevalier
-0
/
+45
2011-05-27
Handle circularity in glob imports in a more elegant fashion.
Paul Stansifer
-13
/
+21
2011-05-27
Add a map from def_id s to items in resolve::env.
Paul Stansifer
-0
/
+34
2011-05-27
Fix bugs: make sure glob imports show up in the right module,
Paul Stansifer
-5
/
+86
2011-05-27
Add list function 'has'.
Paul Stansifer
-0
/
+12
2011-05-27
"import module::*;" now works.
Paul Stansifer
-0
/
+108
2011-05-27
Added filter_map.
Paul Stansifer
-0
/
+24
2011-05-26
Fix testcase to be slightly less fussy about line number of error, as it just...
Graydon Hoare
-1
/
+1
2011-05-26
Track spans for each local variable in typestate
Tim Chevalier
-0
/
+25
2011-05-26
Remove native glues. All calls to C are direct now.
Graydon Hoare
-0
/
+5
2011-05-25
rustc: Fail better when the first argument to #fmt is not a string literal
Brian Anderson
-0
/
+9
2011-05-25
rustc: Fail when #fmt is given too many arguments
Brian Anderson
-0
/
+8
2011-05-24
test: Fix run-fail testing and bring tests up to date
Brian Anderson
-20
/
+2
2011-05-24
test: xfail vector-no-ann-2 in stage0
Brian Anderson
-0
/
+2
2011-05-24
rustc: Use demand functions instead of open-coded typecheck for spawn
Brian Anderson
-2
/
+0
2011-05-24
Add quick_sort3 function based on 'QuicksortIsOptimal.pdf' (see comments in f...
Kelly Wilson
-0
/
+66
2011-05-24
Stop showing a 'cyclic import' message for unresolved imports
Marijn Haverbeke
-5
/
+8
2011-05-24
Improve nonexistent-module error message
Tim Chevalier
-0
/
+7
2011-05-23
test: Remove compile-fail/export-boot.rs
Brian Anderson
-21
/
+0
2011-05-23
test: Un-xfail some compile-fail tests
Brian Anderson
-23
/
+2
2011-05-23
Un-XFAIL vector-no-ann
Tim Chevalier
-5
/
+1
2011-05-23
test: Un-xfail some working tests
Brian Anderson
-25
/
+8
2011-05-23
Typecheck @[] correctly
Tim Chevalier
-5
/
+3
2011-05-23
Un-xfail test/run-pass/mlist
Marijn Haverbeke
-3
/
+0
2011-05-23
Un-xfail test/run-pass/use-import-export
Marijn Haverbeke
-4
/
+0
2011-05-22
stdlib: Add regression tests for std::str
Brian Anderson
-0
/
+9
2011-05-22
stdlib: Add regression tests for std::map
Brian Anderson
-0
/
+18
2011-05-22
stdlib: Add regression tests for std::list
Brian Anderson
-0
/
+41
2011-05-22
stdlib: Add list::from_vec
Brian Anderson
-0
/
+16
2011-05-22
stdlib: Report an error when getopts is given an argument to a flag option
Brian Anderson
-4
/
+9
2011-05-22
stdlib: Add regression tests for std::getopts
Brian Anderson
-0
/
+538
2011-05-22
stdlib: Add regression test for fs::connect and a FIXME
Brian Anderson
-0
/
+15
[prev]
[next]