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
Age
Commit message (
Expand
)
Author
Lines
2012-08-13
Got the select macro working.
Eric Holk
-36
/
+38
2012-08-13
Comments describing the packet structures for pipes.
Eric Holk
-16
/
+30
2012-08-13
test: Modify error messages in some compile-fail tests in an attempt to unbre...
Patrick Walton
-14
/
+14
2012-08-13
rustc: Make functional record and struct update use ".." instead of "with".
Patrick Walton
-7
/
+21
2012-08-13
xfail-fast run-pass/trait-to-str
Brian Anderson
-0
/
+2
2012-08-13
rustc: Mostly implement region-bounded stack closures
Patrick Walton
-149
/
+364
2012-08-13
rustc: Enum idents are not in the value namespace. Closes #3186
Brian Anderson
-2
/
+9
2012-08-13
core: Export to_str trait from top level. Closes #3175
Brian Anderson
-0
/
+8
2012-08-13
Add more rwlock tests
Ben Blum
-16
/
+92
2012-08-13
Implement rwlock.downgrade and tests
Ben Blum
-36
/
+202
2012-08-13
Add ptr::ref_eq()
Ben Blum
-2
/
+8
2012-08-13
minor fix to rwlock.read()
Ben Blum
-1
/
+2
2012-08-13
core: Export f32::ge(), f64::ge(), and float::ge()
Chris Peterson
-4
/
+4
2012-08-13
add Url
Max Penet
-1
/
+3
2012-08-13
proper package footer
Max Penet
-1
/
+1
2012-08-13
initial stab at making rust-mode elpa friendly
Max Penet
-6
/
+21
2012-08-13
Add xfail'd test for default methods.
Lindsey Kuper
-0
/
+20
2012-08-13
Default methods get through compilation, but not linkage (cc: #2794).
Lindsey Kuper
-2
/
+28
2012-08-13
Change "iid" identifiers (apparently "interface id") to "trait_id"
Lindsey Kuper
-12
/
+13
2012-08-13
Fix method mode parsing bug. Closes #3191.
Michael Sullivan
-1
/
+0
2012-08-12
std: Add tests for cell. Fix a logic error
Brian Anderson
-4
/
+32
2012-08-12
std: Add cell to the std crate and make it build
Brian Anderson
-4
/
+5
2012-08-11
correct glb computation, improve region error msgs
Niko Matsakis
-33
/
+97
2012-08-11
infer: better names, docs
Niko Matsakis
-40
/
+122
2012-08-11
switch over some newtyped enums to structs
Niko Matsakis
-15
/
+18
2012-08-11
rename var_bindings to be less cryptic
Niko Matsakis
-43
/
+58
2012-08-11
Merge pull request #3185 from megakorre/master
Brian Anderson
-2
/
+2
2012-08-12
removed a comma from the keyword list to get
Patrik Kårlin
-2
/
+2
2012-08-11
syntax: better formatting of closures in pretty printer and more verbose debu...
Daniel Patterson
-21
/
+72
2012-08-11
std: Update timespec comments to say "nanoseconds"
Chris Peterson
-2
/
+2
2012-08-10
Xfail-fast, because these tests use failure
Eric Holk
-0
/
+4
2012-08-10
Remove print
Eric Holk
-1
/
+0
2012-08-10
Fix compile-fail arc/sync tests
Ben Blum
-0
/
+6
2012-08-10
Handle failure during select nicely. Fixes #3176
Eric Holk
-3
/
+30
2012-08-10
Revert "rustc: Make function types have vstores in them"
Patrick Walton
-237
/
+114
2012-08-10
Add a can't-nest-rw-arcs test case (xfailed, #3177)
Ben Blum
-0
/
+9
2012-08-10
Implement mutex_arc and rw_arc; add some tests
Ben Blum
-0
/
+274
2012-08-10
Split libcore/arc.rs: arc -> std::arc; exclusive -> unsafe::exclusive
Ben Blum
-272
/
+319
2012-08-10
Terminate blocked receive packets on failure. Fixes #3168.
Eric Holk
-0
/
+36
2012-08-10
rustc: Make function types have vstores in them
Patrick Walton
-114
/
+237
2012-08-10
correct x86_64 snapshot hash for linux
Niko Matsakis
-1
/
+1
2012-08-10
register new snapshots
Niko Matsakis
-0
/
+8
2012-08-10
Remove unneeded imports now that #1873 seems to be fixed
Lindsey Kuper
-2
/
+0
2012-08-10
Move a comment to where it belongs.
Lindsey Kuper
-1
/
+2
2012-08-10
A better HTML parser.
Eric Holk
-43
/
+66
2012-08-10
report local ambiguity errors earlier
Eric Holk
-6
/
+9
2012-08-10
An attempt at a macro to support HTML literals
Eric Holk
-0
/
+68
2012-08-10
Change 'ret' to 'return' in an error message
Brian Anderson
-1
/
+6
2012-08-10
rustc: Allow @fn to be used as a synonym for fn@, and likewise with ~ and &
Patrick Walton
-5
/
+29
2012-08-10
remove modes from ty.rs
Niko Matsakis
-141
/
+159
[prev]
[next]