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-02-05
Replace one more slice::from_raw_mut_buf added with new io
Mikhail Zabaluev
-3
/
+2
2015-02-05
Replace usage of slice::from_raw_buf with slice::from_raw_parts
Mikhail Zabaluev
-5
/
+5
2015-02-04
Auto merge of #21544 - P1start:mangle-unicode, r=alexcrichton
bors
-15
/
+15
2015-02-04
Auto merge of #21892 - huonw:deprecate-rand, r=alexcrichton
bors
-1
/
+12
2015-02-03
Test fixes and rebase conflicts
Alex Crichton
-14
/
+24
2015-02-03
rollup merge of #21910: Manishearth/missing_stability
Alex Crichton
-0
/
+1
2015-02-03
rollup merge of #21893: vhbit/ios-build-fix
Alex Crichton
-14
/
+17
2015-02-04
Fix Unicode name mangling
P1start
-15
/
+15
2015-02-03
rollup merge of #21835: alexcrichton/iov2
Alex Crichton
-4
/
+2546
2015-02-03
Add new path module
Aaron Turon
-3
/
+2571
2015-02-04
Deprecate in-tree `rand`, `std::rand` and `#[derive(Rand)]`.
Huon Wilson
-1
/
+12
2015-02-03
Rename std::path to std::old_path
Aaron Turon
-19
/
+20
2015-02-04
Fix some missing stability attrs
Manish Goregaokar
-0
/
+1
2015-02-03
std: Add `io` module again
Alex Crichton
-4
/
+2546
2015-02-03
iOS: fixed build
Valerii Hiora
-14
/
+17
2015-02-03
Auto merge of #21745 - chris-morgan:add-missing-unstable-attributes, r=huonw
bors
-0
/
+38
2015-02-02
Test fixes and rebase conflicts
Alex Crichton
-6
/
+12
2015-02-02
rollup merge of #21842: alexcrichton/issue-21839
Alex Crichton
-19
/
+9
2015-02-02
rollup merge of #21830: japaric/for-cleanup
Alex Crichton
-90
/
+117
2015-02-02
rollup merge of #21787: alexcrichton/std-env
Alex Crichton
-679
/
+1998
2015-02-02
rollup merge of #21754: semarie/openbsd-rebased
Alex Crichton
-66
/
+206
2015-02-02
remove unused mut qualifiers
Jorge Aparicio
-6
/
+5
2015-02-02
`for x in xs.into_iter()` -> `for x in xs`
Jorge Aparicio
-5
/
+5
2015-02-02
`for x in xs.iter_mut()` -> `for x in &mut xs`
Jorge Aparicio
-5
/
+5
2015-02-02
`for x in xs.iter()` -> `for x in &xs`
Jorge Aparicio
-38
/
+38
2015-02-02
impl IntoIterator for HashSet
Jorge Aparicio
-1
/
+27
2015-02-02
impl IntoIterator for HashMap
Jorge Aparicio
-1
/
+37
2015-02-02
register snapshots
Jorge Aparicio
-37
/
+3
2015-02-01
std: Remove extra type params on iter adaptors
Alex Crichton
-19
/
+9
2015-02-01
std: Add a new `env` module
Alex Crichton
-678
/
+1998
2015-02-01
Auto merge of #21811 - tbu-:pr_more_isize, r=alexcrichton
bors
-6
/
+6
2015-02-01
openbsd: rebase to master
Sébastien Marie
-3
/
+6
2015-02-01
openbsd: remove specific block and cleanup linkage
Sébastien Marie
-12
/
+0
2015-02-01
openbsd: incoporate remarks
Sébastien Marie
-39
/
+26
2015-02-01
openbsd support
Sébastien Marie
-37
/
+199
2015-02-01
Auto merge of #21788 - carllerche:master, r=alexcrichton
bors
-1
/
+56
2015-01-31
make Send/Sync impl of RawTable manual
Alexis
-12
/
+14
2015-01-31
Kill more `isize`s
Tobias Bucher
-6
/
+6
2015-01-30
Implement Thread::park_timeout
Carl Lerche
-1
/
+56
2015-01-30
Test fixes and rebase conflicts
Alex Crichton
-25
/
+23
2015-01-30
rollup merge of #21631: tbu-/isize_police
Alex Crichton
-208
/
+208
2015-01-30
rollup merge of #21713: alexcrichton/second-pass-fmt
Alex Crichton
-10
/
+10
2015-01-30
rollup merge of #21736: sfackler/bufread-capacity-fix
Alex Crichton
-1
/
+1
2015-01-30
rollup merge of #21733: mneumann/fix-io-rename-df
Alex Crichton
-1
/
+1
2015-01-30
rollup merge of #21718: alexcrichton/stabilize-from-str
Alex Crichton
-65
/
+93
2015-01-30
rollup merge of #21704: FlaPer87/macro-reexport
Alex Crichton
-1
/
+1
2015-01-30
rollup merge of #21678: vojtechkral/threads-native-names
Alex Crichton
-2
/
+52
2015-01-30
rollup merge of #21495: richo/unexported-unmangled-lint
Alex Crichton
-0
/
+5
2015-01-30
std: Stabilize the std::fmt module
Alex Crichton
-10
/
+10
2015-01-30
std: Stabilize FromStr and parse
Alex Crichton
-65
/
+93
[next]