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
/
os.rs
Age
Commit message (
Expand
)
Author
Lines
2015-02-02
`for x in xs.iter()` -> `for x in &xs`
Jorge Aparicio
-7
/
+7
2015-02-01
std: Add a new `env` module
Alex Crichton
-141
/
+106
2015-02-01
openbsd support
Sébastien Marie
-1
/
+33
2015-01-30
Remove all `i` suffixes
Tobias Bucher
-1
/
+1
2015-01-29
s/Show/Debug/g
Jorge Aparicio
-1
/
+1
2015-01-29
`for x in range(a, b)` -> `for x in a..b`
Jorge Aparicio
-2
/
+2
2015-01-29
`range(a, b).foo()` -> `(a..b).foo()`
Jorge Aparicio
-2
/
+2
2015-01-28
Merge remote-tracking branch 'origin/master' into rollup
Manish Goregaokar
-2
/
+2
2015-01-27
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-15
/
+17
2015-01-27
Rollup merge of #21602 - japaric:derive-copy, r=alexcrichton
Manish Goregaokar
-4
/
+4
2015-01-26
Fallout of io => old_io
Alex Crichton
-15
/
+17
2015-01-25
cleanup: s/impl Copy/#[derive(Copy)]/g
Jorge Aparicio
-4
/
+4
2015-01-25
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-9
/
+3
2015-01-23
Set unstable feature names appropriately
Brian Anderson
-1
/
+1
2015-01-21
Remove 'since' from unstable attributes
Brian Anderson
-1
/
+1
2015-01-21
Add 'feature' and 'since' to stability attributes
Brian Anderson
-1
/
+1
2015-01-20
std: Rename Show/String to Debug/Display
Alex Crichton
-9
/
+3
2015-01-17
Remove Send bound from Error trait.
Michael Sproul
-3
/
+3
2015-01-15
auto merge of #20980 : richo/rust/final-power, r=alexcrichton
bors
-0
/
+5
2015-01-11
powerpc: Add libstd utils
Richo Healey
-0
/
+5
2015-01-11
Rename AtomicInt and AtomicUint
Steven Fackler
-2
/
+2
2015-01-08
Improvements to feature staging
Brian Anderson
-1
/
+1
2015-01-06
More test fixes
Alex Crichton
-1
/
+1
2015-01-06
rollup merge of #20607: nrc/kinds
Alex Crichton
-1
/
+1
2015-01-06
rollup merge of #20481: seanmonstar/fmt-show-string
Alex Crichton
-2
/
+2
2015-01-07
markers -> marker
Nick Cameron
-1
/
+1
2015-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-2
/
+2
2015-01-07
Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`
Nick Cameron
-1
/
+1
2015-01-06
iOS: CString fallout
Valerii Hiora
-2
/
+2
2015-01-05
std: Redesign c_str and c_vec
Alex Crichton
-24
/
+17
2015-01-03
Remove deprecated functionality
Alex Crichton
-3
/
+3
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-2
/
+2
2015-01-03
Initial version of AArch64 support.
Akos Kiss
-1
/
+6
2015-01-02
rollup merge of #20410: japaric/assoc-types
Alex Crichton
-1
/
+0
2015-01-02
rollup merge of #20315: alexcrichton/std-sync
Alex Crichton
-2
/
+2
2015-01-02
rollup merge of #20273: alexcrichton/second-pass-comm
Alex Crichton
-10
/
+11
2015-01-02
merge `*SliceExt` traits, use assoc types in `SliceExt`, `Raw[Mut]Ptr`
Jorge Aparicio
-1
/
+0
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-1
/
+1
2015-01-01
std: Second pass stabilization of sync
Alex Crichton
-2
/
+2
2014-12-31
Test fixes and rebase conflicts
Alex Crichton
-0
/
+1
2014-12-30
Fallout from stabilization
Aaron Turon
-4
/
+5
2014-12-29
Test fixes and rebase conflicts
Alex Crichton
-1
/
+1
2014-12-29
rollup merge of #20264: nagisa/threadrng
Alex Crichton
-1
/
+1
2014-12-29
std: Second pass stabilization for `ptr`
Alex Crichton
-1
/
+2
2014-12-29
std: Second pass stabilization for `comm`
Alex Crichton
-10
/
+11
2014-12-29
std: Stabilize the prelude module
Alex Crichton
-1
/
+1
2014-12-28
Rename TaskRng to ThreadRng
Simonas Kazlauskas
-1
/
+1
2014-12-21
Fallout of std::str stabilization
Alex Crichton
-6
/
+6
2014-12-21
std: Stabilize the std::str module
Alex Crichton
-1
/
+1
2014-12-21
Remove a ton of public reexports
Corey Farwell
-9
/
+9
[prev]
[next]