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
2014-11-16
Move ToString to collections::string
Brendan Zabarauskas
-2
/
+1
2014-11-15
libstd: improve os::args() doc
Liigo Zhuang
-0
/
+4
2014-11-12
Fix documentation bug
Barosl Lee
-0
/
+1
2014-11-12
Fix remaining documentation to reflect fail!() -> panic!()
Barosl Lee
-5
/
+5
2014-11-08
Runtime removal: refactor pipes and networking
Aaron Turon
-29
/
+6
2014-11-08
Runtime removal: add private sys, sys_common modules
Aaron Turon
-151
/
+4
2014-11-06
Prelude: rename and consolidate extension traits
Aaron Turon
-5
/
+5
2014-11-02
Add Error impls to a few key error types
Aaron Turon
-0
/
+14
2014-11-01
collections: Remove all collections traits
Alex Crichton
-1
/
+0
2014-10-30
Test fixes and rebase conflicts
Alex Crichton
-1
/
+1
2014-10-30
rollup merge of #18398 : aturon/lint-conventions-2
Alex Crichton
-1
/
+1
2014-10-29
Rename fail! to panic!
Steve Klabnik
-12
/
+12
2014-10-28
Update code with new lint names
Aaron Turon
-1
/
+1
2014-10-16
libstd: Remove all uses of {:?}.
Luqman Aden
-5
/
+5
2014-10-10
Register new snapshots
Alex Crichton
-5
/
+5
2014-10-09
std: Convert statics to constants
Alex Crichton
-53
/
+53
2014-10-07
Rename slice::Slice
Nick Cameron
-1
/
+1
2014-10-07
Use slice syntax instead of slice_to, etc.
Nick Cameron
-1
/
+1
2014-10-02
Revert "Review and rebasing changes"
Aaron Turon
-1
/
+1
2014-10-02
Review and rebasing changes
Nick Cameron
-1
/
+1
2014-09-30
Fix libstd
Steven Fackler
-20
/
+16
2014-09-23
Fixed: iOS build was broken because of deprecated APIs
Valerii Hiora
-3
/
+1
2014-09-21
Fix fallout from Vec stabilization
Alex Crichton
-23
/
+27
2014-09-21
Remove #[allow(deprecated)] from libstd
Alex Crichton
-4
/
+5
2014-09-16
Fallout from renaming
Aaron Turon
-10
/
+10
2014-08-30
Unify non-snake-case lints and non-uppercase statics lints
P1start
-1
/
+1
2014-08-26
Use temp vars for implicit coercion to ^[T]
Nick Cameron
-1
/
+2
2014-08-23
Complete renaming of win32 to windows
Vadim Chugunov
-6
/
+6
2014-08-23
Remove stage0 attributes.
Vadim Chugunov
-1
/
+0
2014-08-20
liblibc: don't use int/uint for intptr_t/uintptr_t
Corey Richardson
-1
/
+1
2014-08-15
auto merge of #16435 : vadimcn/rust/windows, r=pcwalton
bors
-2
/
+3
2014-08-13
core: Rename ImmutableEqSlice to ImmutablePartialEqSlice
Brian Anderson
-1
/
+1
2014-08-13
std: Rename slice::Vector to Slice
Brian Anderson
-1
/
+1
2014-08-13
std: Rename various slice traits for consistency
Brian Anderson
-2
/
+2
2014-08-12
Replace #[cfg(target_os = "win32")] with #[cfg(target_os = "windows")]
Vadim Chugunov
-2
/
+3
2014-08-06
auto merge of #16291 : nham/rust/byte_literals, r=alexcrichton
bors
-1
/
+1
2014-08-06
Use byte literals in libstd
nham
-1
/
+1
2014-08-04
stabilize atomics (now atomic)
Aaron Turon
-1
/
+1
2014-08-01
Fix misspelled comments.
Joseph Crail
-1
/
+1
2014-07-29
Port Rust to DragonFlyBSD
Michael Neumann
-0
/
+44
2014-07-24
Add `string::raw::from_buf`
Adolfo Ochagavía
-2
/
+1
2014-07-24
Fix travis errors
Adolfo Ochagavía
-1
/
+1
2014-07-24
Deprecated `str::raw::from_buf_len`
Adolfo Ochagavía
-5
/
+5
2014-07-24
Deprecated `str::raw::from_c_str`
Adolfo Ochagavía
-1
/
+1
2014-07-24
Remove OwnedStr trait
Adolfo Ochagavía
-4
/
+0
2014-07-23
collections: Move push/pop to MutableSeq
Brian Anderson
-1
/
+1
2014-07-15
Fix errors
Adolfo Ochagavía
-1
/
+0
2014-07-15
Deprecate `str::from_utf8_lossy`
Adolfo Ochagavía
-7
/
+7
2014-07-15
Deprecate `str::from_utf16_lossy`
Adolfo Ochagavía
-1
/
+1
2014-07-15
Deprecate `str::from_utf16`
Adolfo Ochagavía
-4
/
+4
[prev]
[next]