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-25
rustc: Implement foreign constants.
Patrick Walton
-71
/
+139
2012-08-25
Add test case for #2356
Tim Chevalier
-0
/
+4
2012-08-25
Add backquotes to error message
Tim Chevalier
-2
/
+2
2012-08-25
implements issue #2356
Vincent Belliard
-6
/
+56
2012-08-25
Add either::unwrap_{left,right}
Ben Blum
-0
/
+16
2012-08-25
Use region variance to remove a bunch of unsafety in sync/arc (#2282)
Ben Blum
-54
/
+15
2012-08-25
Use less move_it in pipes and future (all but one use)
Ben Blum
-28
/
+16
2012-08-25
Implement option::unwrap safely...!
Ben Blum
-16
/
+11
2012-08-25
Reset src/llvm to what it was (not sure what happened here)
Tim Chevalier
-0
/
+0
2012-08-24
Add a Buildable interface for constructing general sequences. Work on #2921.
Michael Sullivan
-9
/
+125
2012-08-24
Get rid of the unseemly reinterpret_casts in build_sized implementations. Clo...
Michael Sullivan
-16
/
+4
2012-08-24
Register snapshots.
Michael Sullivan
-0
/
+8
2012-08-24
Remove match check
Tim Chevalier
-39
/
+23
2012-08-24
Remove one last match check, in send_map
Tim Chevalier
-2
/
+5
2012-08-24
Eliminate match checks in trans and typeck
Tim Chevalier
-131
/
+215
2012-08-24
"earley_parser" -> "macro_parser" Let's be less confusing.
Paul Stansifer
-7
/
+7
2012-08-24
Document the macro parser a little more.
Paul Stansifer
-2
/
+60
2012-08-24
Rework method lookup to properly handle self types for non impl matches. Clos...
Michael Sullivan
-15
/
+72
2012-08-24
A bunch of code refactoring in method matching.
Michael Sullivan
-88
/
+80
2012-08-24
Comments only: fix a comment in method resolution.
Michael Sullivan
-1
/
+1
2012-08-24
Document task shutdown protocol and justify its concurrency safety. Close #26...
Ben Blum
-7
/
+76
2012-08-24
Fix a curious failure not seen during testing.
Graydon Hoare
-1
/
+1
2012-08-24
Merge pull request #3269 from killerswan/modes3
Graydon Hoare
-17
/
+20
2012-08-24
Start using core::path2::Path in a lot of places.
Graydon Hoare
-1111
/
+1135
2012-08-24
fix some unused pattern binding warnings
Niko Matsakis
-42
/
+43
2012-08-24
Avoid lifecycle_lock traffic in call_on_rust_stack. (close #3270)
Ben Blum
-10
/
+13
2012-08-24
Infer purity for || style closures. Closes #3023.
Michael Sullivan
-51
/
+72
2012-08-24
Add a bunch more unsafe blocks to prepare for the new semantics of unsafe/clo...
Michael Sullivan
-30
/
+32
2012-08-24
Get rid of the unsafe hacks in resolve3. Closes #3267.
Michael Sullivan
-12
/
+9
2012-08-24
rustc: Add flag for enabling GC.
Elliott Slaughter
-0
/
+11
2012-08-24
rustc: Don't emit metadata for default and GC box addrspaces.
Elliott Slaughter
-8
/
+10
2012-08-24
llvm: Update LLVM for addrspaces.
Elliott Slaughter
-0
/
+0
2012-08-24
rustc: Fix for updated macro syntax.
Elliott Slaughter
-2
/
+2
2012-08-24
rustc: Emit index of tydescs by addrspace.
Elliott Slaughter
-0
/
+10
2012-08-24
rustc: Root resources with addrspaces.
Elliott Slaughter
-36
/
+108
2012-08-24
llvm: Update LLVM for liveness fixes.
Elliott Slaughter
-0
/
+0
2012-08-24
Add a compile-fail test for #3255
Ben Blum
-0
/
+9
2012-08-24
Enforce copyability in bind_by_value match arms (fix #3255)
Ben Blum
-2
/
+15
2012-08-24
extend liveness to treat bindings more like other variables
Niko Matsakis
-25
/
+158
2012-08-24
Use a faked-up function as a key, because functions aren't identical cross-cr...
Paul Stansifer
-10
/
+30
2012-08-24
Remove deprecated modes from libstd/time.rs
Kevin Cantu
-17
/
+20
2012-08-23
Remove purity from fn_decl and move it out to containing AST elements.
Michael Sullivan
-192
/
+208
2012-08-23
Add a test case for helpful errors when copying into closures (#2942)
Ben Blum
-0
/
+39
2012-08-23
Less confusing error message when copying into heap closures (close #2942)
Ben Blum
-21
/
+40
2012-08-23
wrap long line
Niko Matsakis
-1
/
+2
2012-08-23
More complete fix to #3162 (borrowck bug related to access to rec fields)
Niko Matsakis
-39
/
+51
2012-08-23
libcore: Add from_buf_len_nocopy
Patrick Walton
-0
/
+8
2012-08-23
Make vec::zip not require T:copy (close #3254)
Ben Blum
-13
/
+44
2012-08-23
remove a print in msgsend-ring-rw-arcs
Ben Blum
-1
/
+0
2012-08-23
vim - fix indent rules, hilight format strings, some keywords
Ben Blum
-10
/
+10
[next]