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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
Age
Commit message (
Expand
)
Author
Lines
2012-07-04
Add tests for various ways to write 'do' and 'for' without args
Brian Anderson
-0
/
+16
2012-07-04
Remove empty argument lists from do expressions
Ben Striegel
-51
/
+51
2012-07-03
test: Try to work around a resolve1 bug in class-cast-to-iface-cross-crate-2
Patrick Walton
-1
/
+1
2012-07-03
test: Make run-fail/zip-different-lengths not rely on resolve bugs
Patrick Walton
-1
/
+1
2012-07-03
test: Fix cyclic import in class-cast-to-iface-cross-crate-2
Patrick Walton
-2
/
+1
2012-07-03
test: Make tag-exports not use the obsolete tag export syntax
Patrick Walton
-3
/
+6
2012-07-03
core: Convert iter::repeat to the for protocol
Brian Anderson
-8
/
+8
2012-07-03
Revert "Remove rule requiring non-nil block-style statements to be semi-termi...
Brian Anderson
-16
/
+2
2012-07-03
Remove rule requiring non-nil block-style statements to be semi-terminated
Brian Anderson
-2
/
+16
2012-07-03
Change crust -> extern.
Graydon Hoare
-18
/
+18
2012-07-03
Fix more future::future breakage.
Graydon Hoare
-0
/
+2
2012-07-03
Switch 'native' to 'extern' (or 'foreign' in some descriptions)
Graydon Hoare
-108
/
+108
2012-07-02
rustc: Implement a new resolve pass behind a compile flag
Patrick Walton
-4
/
+20
2012-07-02
Update compile-fail/missing-do for new error-comment syntax
Brian Anderson
-3
/
+3
2012-07-02
Added testcase for the missing do compile note
Armin Ronacher
-0
/
+9
2012-07-02
Start sketching some traitorous code (xfail'd)
Lindsey Kuper
-0
/
+46
2012-07-02
Merge branch 'doc-comments'
Brian Anderson
-595
/
+627
2012-07-02
Merge remote-tracking branch 'Dretch/prettydocs'
Brian Anderson
-595
/
+627
2012-07-02
Update nbody benchmark to more idiomatic Rust; nix obsolete comments
Lindsey Kuper
-31
/
+27
2012-07-01
syntax: Support dropping argument list from for/do
Brian Anderson
-1
/
+11
2012-07-01
Add two tests, one xfailed, for inferring lambda kinds in return position
Brian Anderson
-0
/
+19
2012-07-01
Convert to new closure syntax
Brian Anderson
-436
/
+440
2012-06-30
syntax: Fix lambda parsing following 'ret'
Brian Anderson
-0
/
+5
2012-06-30
syntax: Add support for new lambda syntax
Brian Anderson
-1
/
+20
2012-06-30
Eliminate usages of old sugared call syntax
Brian Anderson
-249
/
+249
2012-06-30
syntax: Pretty-print 'do' correctly
Brian Anderson
-0
/
+7
2012-06-30
change the test suite `//! kind` syntax to `//~ kind` in order to avoid a
Gareth Daniel Smith
-594
/
+594
2012-06-30
initial draft of fix for issue #2498:
Gareth Daniel Smith
-0
/
+32
2012-06-29
Adding a bunch of atomic intrinsics.
Eric Holk
-0
/
+37
2012-06-29
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
Michael Sullivan
-726
/
+726
2012-06-29
Get rid of basically all of the remaining old style vecs in tests.
Michael Sullivan
-6
/
+12
2012-06-28
Make a bunch of tests stop using the deprecated vector syntax.
Michael Sullivan
-63
/
+63
2012-06-28
Parse ~[...] as [...]/~. Same for @ and &. Closes #2747.
Michael Sullivan
-2
/
+2
2012-06-28
Fix rt-sched-1.rs (broke in 6fc730b)
Ben Blum
-2
/
+4
2012-06-28
Add test case for issue #2734 (xfailed)
Ben Blum
-0
/
+15
2012-06-28
Cleanup failure handling around rust_new_task_in_sched - closes #2668
Ben Blum
-1
/
+2
2012-06-28
Fix alt-pattern-drop's breakage from af2d01e
Ben Blum
-1
/
+3
2012-06-28
Fix sys::refcount and remove dbg::refcount
Ben Blum
-13
/
+8
2012-06-27
make core-std respect RUST_BENCH
Eric Holk
-4
/
+11
2012-06-27
rustc: Fix a missing application of the operator in fold_ty
Brian Anderson
-0
/
+22
2012-06-27
Oops. Actually fix that problem.
Michael Sullivan
-1
/
+1
2012-06-27
Add in missing [] methods to some tests.
Michael Sullivan
-0
/
+2
2012-06-27
vec::append reuses its left hand side when possible. (issue #2719)
Eric Holk
-3
/
+23
2012-06-27
Remove unnecessary bounds checks in vec::push_all (issue #2719)
Eric Holk
-0
/
+33
2012-06-26
Change 'native' and 'crust' to 'extern'.
Graydon Hoare
-16
/
+16
2012-06-26
perf: improved the core-std benchmark
Eric Holk
-2
/
+28
2012-06-26
More perf tweaks (issue #2719)
Eric Holk
-6
/
+57
2012-06-26
Properly cleanup slice literals. Closes #2705.
Michael Sullivan
-0
/
+15
2012-06-26
Be a little more clever about calculating sizes for class types
Tim Chevalier
-16
/
+255
2012-06-26
Incorporate class fields into recursive-type check
Tim Chevalier
-0
/
+12
[prev]
[next]