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
/
libstd
Age
Commit message (
Expand
)
Author
Lines
2015-01-05
rollup merge of #20488: ltratt/nondeterministic_tempdir
Alex Crichton
-30
/
+44
2015-01-05
rollup merge of #20483: nagisa/rng-copy
Alex Crichton
-1
/
+2
2015-01-05
rollup merge of #20434: steveklabnik/five_eye
Alex Crichton
-750
/
+720
2015-01-05
Modernize macro_rules! invocations
Keegan McAllister
-72
/
+72
2015-01-05
Move #[macro_reexport] to extern crate
Keegan McAllister
-3
/
+3
2015-01-05
Replace #[phase] with #[plugin] / #[macro_use] / #[no_link]
Keegan McAllister
-1
/
+19
2015-01-06
Fallout
Nick Cameron
-28
/
+28
2015-01-05
Remove i suffix in docs
Steve Klabnik
-750
/
+720
2015-01-05
Stabilization of impls and fallout from stabilization
Aaron Turon
-5
/
+20
2015-01-05
std: remove remaining boxed closures
Jorge Aparicio
-12
/
+15
2015-01-05
register snapshot
Jorge Aparicio
-26
/
+0
2015-01-05
Stabilize collection modules
Aaron Turon
-1
/
+3
2015-01-05
removing whitespace
FakeKane
-3
/
+3
2015-01-05
examples added for element access
FakeKane
-1
/
+12
2015-01-05
Rename macro_escape to macro_use
Keegan McAllister
-9
/
+20
2015-01-05
Stop using macro_escape as an inner attribute
Keegan McAllister
-18
/
+26
2015-01-05
Use $crate and macro reexport to reduce duplicated code
Keegan McAllister
-221
/
+677
2015-01-05
remove unused `Sized` imports
Jorge Aparicio
-1
/
+0
2015-01-05
sed -i -s 's/ for Sized?//g' **/*.rs
Jorge Aparicio
-3
/
+3
2015-01-05
remove unnecessary `Default` bound from `Hash{Map,Set}`'s `Extend` impl
Andrew Paseltiner
-2
/
+2
2015-01-05
std: Redesign c_str and c_vec
Alex Crichton
-1379
/
+463
2015-01-05
reverting other changes
FakeKane
-10
/
+4
2015-01-05
Implement Clone for PRNGs
Simonas Kazlauskas
-1
/
+2
2015-01-05
Make temporary directory names non-deterministic.
Laurence Tratt
-30
/
+44
2015-01-05
Fix misleading name in AsciiExt docs
Zbigniew Siciarz
-1
/
+1
2015-01-04
std: Fix missing stability on prelude
Alex Crichton
-0
/
+2
2015-01-04
std: Fix missing stability in sync
Alex Crichton
-5
/
+4
2015-01-05
auto merge of #20395 : huonw/rust/char-stab-2, r=aturon
bors
-5
/
+4
2015-01-05
Merge `UnicodeChar` and `CharExt`.
Huon Wilson
-4
/
+3
2015-01-05
Rename `core::char::Char` to `CharExt` to match prelude guidelines.
Huon Wilson
-2
/
+2
2015-01-05
auto merge of #20163 : bfops/rust/master, r=Gankro
bors
-33
/
+61
2015-01-04
Merge pull request #20510 from tshepang/patch-6
bors
-1
/
+1
2015-01-04
Merge pull request #20464 from ranma42/improve-make-hash
bors
-8
/
+6
2015-01-04
[breaking change] Update entry API as part of RFC 509.
Ben Foppa
-33
/
+61
2015-01-04
fix comment referencing RwLock
ville-h
-1
/
+1
2015-01-04
fix code referencing RwLockWriteGuard
ville-h
-9
/
+9
2015-01-04
auto merge of #20393 : japaric/rust/impl-any, r=aturon
bors
-2
/
+2
2015-01-04
rename std::sync::RWLockWriteGuard to RwLockWriteGuard
ville-h
-7
/
+7
2015-01-04
fix code referencing RwLockReadGuard
ville-h
-9
/
+9
2015-01-04
rename std::sync::RWLockReadGuard to RwLockReadGuard
ville-h
-6
/
+6
2015-01-04
fix code and comments referencing RW_LOCK_INIT
ville-h
-7
/
+7
2015-01-03
Remove deprecated functionality
Alex Crichton
-1027
/
+242
2015-01-04
rename std::sync::RWLOCK_INIT to RW_LOCK_INIT
ville-h
-1
/
+1
2015-01-04
fix code and comments referencing StaticRwLock
ville-h
-12
/
+12
2015-01-04
doc: remove incomplete sentence
Tshepang Lekhonkhobe
-1
/
+1
2015-01-03
remove `Any[Mut]RefExt` traits in favor of `impl Any`
Jorge Aparicio
-2
/
+2
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-73
/
+73
2015-01-03
sed -i -s 's/\bmod}/self}/g' **/*.rs
Jorge Aparicio
-1
/
+1
2015-01-03
sed -i -s 's/\bmod,/self,/g' **/*.rs
Jorge Aparicio
-62
/
+62
2015-01-04
auto merge of #20490 : japaric/rust/assoc-types, r=aturon
bors
-83
/
+168
[prev]
[next]