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
2014-12-29
rollup merge of #19457: reem/remove-is-lang-item
Alex Crichton
-14
/
+4
2014-12-30
Rebasing and reviewer changes
Nick Cameron
-44
/
+47
2014-12-30
Fallout from mut slices
Nick Cameron
-66
/
+65
2014-12-30
Remove ExprSlice by hacking the compiler
Nick Cameron
-319
/
+254
2014-12-30
Add hypothetical support for ranges with only an upper bound
Nick Cameron
-40
/
+81
2014-12-29
std: Second pass stabilization for `ptr`
Alex Crichton
-92
/
+119
2014-12-29
std: Stabilization pass for mutex/rwlock/condvar
Alex Crichton
-227
/
+149
2014-12-29
std: Second pass stabilization for `string`
Alex Crichton
-73
/
+124
2014-12-29
Handle range in model lexer correctly #15877
Florian Hahn
-1
/
+2
2014-12-29
Implement Send for Cell and RefCell
Steven Fackler
-5
/
+7
2014-12-29
std: Second pass stabilization for `comm`
Alex Crichton
-1206
/
+1175
2014-12-29
Update grammer/verify.rs to work with recent master
Florian Hahn
-30
/
+32
2014-12-29
auto merge of #20058 : Kimundi/rust/str_pattern_pre, r=alexcrichton
bors
-172
/
+274
2014-12-29
std: Return Result from RWLock/Mutex methods
Alex Crichton
-344
/
+572
2014-12-29
Don't promise that we talk about Rustdoc more
Steve Klabnik
-3
/
+2
2014-12-29
fixes
Alex Crichton
-3
/
+0
2014-12-29
Properly deal with Ordering in the guide
Steve Klabnik
-34
/
+48
2014-12-29
std: Stabilize the prelude module
Alex Crichton
-1154
/
+1615
2014-12-29
rustup: allow the use of either sha256sum or shasum to verify the download hash
Erick Tryzelaar
-2
/
+16
2014-12-29
rustup: Add support for resuming downloads
Erick Tryzelaar
-2
/
+15
2014-12-29
syntax: whitespace cleanup
Erick Tryzelaar
-1
/
+1
2014-12-29
rustup: allow rust and cargo snapshot dates to be different
Erick Tryzelaar
-19
/
+37
2014-12-29
rustup: add caching of old nightlies
Erick Tryzelaar
-9
/
+40
2014-12-29
rustup: Add support for verifying remote hashes
Erick Tryzelaar
-0
/
+32
2014-12-30
More rebase fixes.
Huon Wilson
-52
/
+60
2014-12-29
Update rustc_driver tests.
Huon Wilson
-13
/
+17
2014-12-29
Rebase fixes.
Huon Wilson
-17
/
+16
2014-12-29
Add the -Z print-enum-sizes flag for displaying enum info.
Huon Wilson
-4
/
+9
2014-12-29
Fix rebase artifacts.
Huon Wilson
-3
/
+1
2014-12-29
Slash the ast::Stmt type from 104 to 24 bytes.
Huon Wilson
-6
/
+6
2014-12-29
Print info from the barefn and region interners in the tcx.
Huon Wilson
-0
/
+2
2014-12-29
Intern Region in tcx.
Huon Wilson
-71
/
+93
2014-12-29
Collect tcx arenas into a single struct.
Huon Wilson
-60
/
+42
2014-12-29
Intern BareFnTys to make sty slightly smaller.
Huon Wilson
-64
/
+91
2014-12-29
Switch Region information from uint to u32.
Huon Wilson
-138
/
+157
2014-12-29
Intern substs before storing them in the tcx.
Huon Wilson
-2
/
+14
2014-12-29
Store Substs in an arena in the tcx.
Huon Wilson
-139
/
+151
2014-12-29
Implement debug printing for tcx interner sty's.
Huon Wilson
-9
/
+117
2014-12-29
auto merge of #19765 : luqmana/rust/nonzero-lang-item, r=nikomatsakis
bors
-155
/
+370
2014-12-29
Marked find and rfind as stable
Marvin Löbel
-2
/
+2
2014-12-29
Tests
Nick Cameron
-0
/
+217
2014-12-29
Fallout from globs/re-export/shadowing change
Nick Cameron
-21
/
+33
2014-12-29
auto merge of #19227 : johshoff/rust/master, r=brson
bors
-4
/
+15
2014-12-29
Fix glob shadowing bug with re-exports
Nick Cameron
-0
/
+8
2014-12-29
Little bit of refactoring in resolve
Nick Cameron
-99
/
+94
2014-12-29
Fallout from glob shadowing
Nick Cameron
-67
/
+50
2014-12-29
Remove the glob/shadowing exception bug
Nick Cameron
-8
/
+1
2014-12-28
libcollections: impl Send/Sync for Vec.
Luqman Aden
-0
/
+3
2014-12-28
libcoretest: Add tests for NonZero.
Luqman Aden
-38
/
+101
2014-12-28
libcore: Use Zeroable trait to try to limit what types may be used with NonZero.
Luqman Aden
-3
/
+57
[prev]
[next]