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
/
run-pass
Age
Commit message (
Expand
)
Author
Lines
2011-06-16
Bring back if-check
Tim Chevalier
-4
/
+17
2011-06-16
if-check test case
Tim Chevalier
-0
/
+13
2011-06-16
Write some tests for swap.
Michael Sullivan
-0
/
+21
2011-06-15
Fixed a problem where spawn arguments were getting lost again. Also, fixed up...
Eric Holk
-14
/
+23
2011-06-15
Re-enabled join.
Eric Holk
-0
/
+18
2011-06-15
rustc: Support outer attributes on items that are defined as statements
Brian Anderson
-1
/
+66
2011-06-15
stdlib: Add an either module
Brian Anderson
-0
/
+117
2011-06-15
test: Add missing fn test cases to run-pass/item-attributes.rs
Brian Anderson
-6
/
+13
2011-06-15
Simple anonymous objects get through translation.
Lindsey Kuper
-13
/
+38
2011-06-15
Fix a bunch of compile-command lines to use RBUILD
Graydon Hoare
-7
/
+7
2011-06-15
Reformat source tree (minus a couple tests that are still grumpy).
Graydon Hoare
-5306
/
+4078
2011-06-15
test: Add tests for multiple outer attributes on items
Brian Anderson
-11
/
+41
2011-06-15
test: Add test cases for outer attributes on all item types
Brian Anderson
-0
/
+13
2011-06-15
rustc: Parse module attributes
Brian Anderson
-0
/
+8
2011-06-15
Implement checking against assignments to immutable obj fields
Marijn Haverbeke
-1
/
+1
2011-06-15
Fix assignments to immutable fields throughout the code
Marijn Haverbeke
-8
/
+8
2011-06-14
Add new testcase to show the nature of our exciting block-expr / trailing uno...
Graydon Hoare
-0
/
+51
2011-06-14
Add xfail-stage0 to some tests (not sure if it matters...)
Tim Chevalier
-0
/
+1
2011-06-14
Implement function expressions/anonymous functions
Marijn Haverbeke
-0
/
+4
2011-06-13
This is the mega-ucontext commit. It replaces the task switching mechanism wi...
Eric Holk
-21
/
+41
2011-06-13
rustc: Assignment expressions have nil type. Closes #483
Brian Anderson
-0
/
+30
2011-06-10
Implement meta tag matching in creader. Start using it in rustc.rc. Close #45...
Graydon Hoare
-4
/
+4
2011-06-10
test: Change bitwise.rs to use ! instead of ~. Should put out burning tinderbox.
Patrick Walton
-1
/
+1
2011-06-10
Fix unsafe uses of mutable references
Marijn Haverbeke
-2
/
+2
2011-06-08
test: Add a test case for issue #362, "ret none".
Patrick Walton
-0
/
+6
2011-06-07
Add multiline, whitespace-eating strings.
Josh Matthews
-0
/
+15
2011-06-06
Implement enough support for pointer to get an identity function working.
Rafael Ávila de Espíndola
-1
/
+7
2011-06-03
Accept *foo as a pointer to foo.
Rafael Ávila de Espíndola
-0
/
+6
2011-06-02
Un-XFAIL break-value
Tim Chevalier
-4
/
+1
2011-06-02
Re-xfail lib-io test. Seems to only work on Linux
Marijn Haverbeke
-0
/
+3
2011-06-02
Fix and un-xfail vec-append test
Marijn Haverbeke
-4
/
+1
2011-06-02
Un-xfail multi test
Marijn Haverbeke
-4
/
+1
2011-06-02
Un-xfail lib-io test
Marijn Haverbeke
-4
/
+1
2011-06-02
Un-xfail obj-dtor-2
Marijn Haverbeke
-4
/
+0
2011-05-31
Now imports are not re-exported unless 'export' is explicitly used.
Paul Stansifer
-0
/
+12
2011-05-31
More tests for <-.
Michael Sullivan
-3
/
+41
2011-05-31
Add some simple tests for move.
Michael Sullivan
-0
/
+21
2011-05-31
rustc: Teach rustc to use block results as fn return values. Closes #372
Brian Anderson
-0
/
+65
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
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
-70
/
+70
2011-05-27
Remove parser support for recv as an initializer in preparation for changing ...
Michael Sullivan
-23
/
+24
[prev]
[next]