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
/
sys
Age
Commit message (
Expand
)
Author
Lines
2015-02-17
rollup merge of #22319: huonw/send-is-not-static
Alex Crichton
-1
/
+1
2015-02-17
Test fixes and rebase conflicts
Alex Crichton
-1
/
+2
2015-02-17
rollup merge of #22435: aturon/final-stab-thread
Alex Crichton
-11
/
+15
2015-02-17
Fallout from stabilization
Aaron Turon
-5
/
+5
2015-02-17
rollup merge of #22024: alexcrichton/ascii
Alex Crichton
-1
/
+6
2015-02-17
Revise std::thread semantics
Aaron Turon
-6
/
+10
2015-02-17
std: Stabilize the `ascii` module
Alex Crichton
-1
/
+6
2015-02-18
Update the libraries to reflect Send loosing the 'static bound.
Huon Wilson
-1
/
+1
2015-02-17
fix windows
Manish Goregaokar
-2
/
+2
2015-02-17
Rollup merge of #22402 - nagisa:spring-cleanup-2, r=nikomatsakis
Manish Goregaokar
-0
/
+8
2015-02-17
Auto merge of #22397 - Manishearth:rollup, r=huonw
bors
-1
/
+4
2015-02-17
Auto merge of #21932 - Jormundir:std-os-errno-type, r=alexcrichton
bors
-2
/
+2
2015-02-16
Implement ExactSizeIterator for Args and ArgsOs
Simonas Kazlauskas
-0
/
+8
2015-02-15
openbsd: disable test_file_desc test
Sébastien Marie
-1
/
+4
2015-02-13
Add std::process
Aaron Turon
-36
/
+1211
2015-02-11
More test fixes and rebase conflicts
Alex Crichton
-1
/
+44
2015-02-11
rollup merge of #22015: alexcrichton/netv2
Alex Crichton
-6
/
+621
2015-02-11
std: Add a `net` module for TCP/UDP
Alex Crichton
-6
/
+621
2015-02-11
Test fixes and rebase conflicts
Alex Crichton
-3
/
+5
2015-02-11
rollup merge of #22186: GuillaumeGomez/fix-fs
Alex Crichton
-1
/
+3
2015-02-11
rustc: Fix a number of stability lint holes
Alex Crichton
-6
/
+6
2015-02-11
Add read and write rights to group and other when creating file
GuillaumeGomez
-1
/
+3
2015-02-10
rollup merge of #21920: vojtechkral/main-thread-name
Alex Crichton
-4
/
+0
2015-02-10
Auto merge of #21936 - alexcrichton:fsv2, r=aturon
bors
-13
/
+1055
2015-02-09
std: Add a new `fs` module
Alex Crichton
-13
/
+1055
2015-02-08
Move native thread name setting from thread_info to Thread, fixes #21911
Vojtech Kral
-4
/
+0
2015-02-07
Fix struct passwd and _SC_GETPW_R_SIZE_MAX for DragonFly
Michael Neumann
-1
/
+3
2015-02-06
Rollup merge of #21926 - mzabaluev:raw-lifetime, r=alexcrichton
Manish Goregaokar
-2
/
+2
2015-02-06
Rollup merge of #21954 - jbcrail:fix-misspelled-comments, r=steveklabnik
Manish Goregaokar
-2
/
+2
2015-02-06
Rollup merge of #21964 - semarie:openbsd-env, r=alexcrichton
Manish Goregaokar
-14
/
+14
2015-02-05
cleanup: replace `as[_mut]_slice()` calls with deref coercions
Jorge Aparicio
-63
/
+62
2015-02-05
complete openbsd support for `std::env`
Sébastien Marie
-7
/
+3
2015-02-05
unbreak tree for openbsd after #21787
Sébastien Marie
-7
/
+11
2015-02-05
Replace usage of slice::from_raw_buf with slice::from_raw_parts
Mikhail Zabaluev
-2
/
+2
2015-02-04
Fix for misspelled comments.
Joseph Crail
-2
/
+2
2015-02-04
remove all kind annotations from closures
Jorge Aparicio
-17
/
+17
2015-02-04
Auto merge of #21544 - P1start:mangle-unicode, r=alexcrichton
bors
-7
/
+7
2015-02-04
std::os::errno returns platform specific value. fixes #21898
Jormundir
-2
/
+2
2015-02-03
rollup merge of #21893: vhbit/ios-build-fix
Alex Crichton
-14
/
+17
2015-02-04
Fix Unicode name mangling
P1start
-7
/
+7
2015-02-03
rollup merge of #21835: alexcrichton/iov2
Alex Crichton
-1
/
+60
2015-02-03
Add new path module
Aaron Turon
-2
/
+2
2015-02-03
Rename std::path to std::old_path
Aaron Turon
-4
/
+4
2015-02-03
std: Add `io` module again
Alex Crichton
-1
/
+60
2015-02-03
iOS: fixed build
Valerii Hiora
-14
/
+17
2015-02-02
Test fixes and rebase conflicts
Alex Crichton
-6
/
+12
2015-02-02
rollup merge of #21830: japaric/for-cleanup
Alex Crichton
-19
/
+8
2015-02-02
rollup merge of #21787: alexcrichton/std-env
Alex Crichton
-502
/
+945
2015-02-02
remove unused mut qualifiers
Jorge Aparicio
-1
/
+1
2015-02-02
`for x in xs.into_iter()` -> `for x in xs`
Jorge Aparicio
-1
/
+1
[next]