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
/
common
Age
Commit message (
Expand
)
Author
Lines
2015-02-18
rollup merge of #22491: Gankro/into_iter
Alex Crichton
-4
/
+5
2015-02-18
rollup merge of #22482: alexcrichton/cstr-changes
Alex Crichton
-7
/
+12
2015-02-18
std: Implement CString-related RFCs
Alex Crichton
-7
/
+12
2015-02-18
make FromIterator use IntoIterator
Alexis
-2
/
+2
2015-02-18
make Extend use IntoIterator
Alexis
-2
/
+3
2015-02-18
std: Stabilize the `hash` module
Alex Crichton
-1
/
+28
2015-02-17
rollup merge of #22319: huonw/send-is-not-static
Alex Crichton
-1
/
+1
2015-02-17
rollup merge of #22435: aturon/final-stab-thread
Alex Crichton
-5
/
+5
2015-02-17
Fallout from stabilization
Aaron Turon
-5
/
+5
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-13
Add std::process
Aaron Turon
-0
/
+21
2015-02-11
More test fixes and rebase conflicts
Alex Crichton
-0
/
+1
2015-02-11
rollup merge of #22015: alexcrichton/netv2
Alex Crichton
-0
/
+394
2015-02-11
std: Add a `net` module for TCP/UDP
Alex Crichton
-0
/
+394
2015-02-11
Test fixes and rebase conflicts
Alex Crichton
-0
/
+4
2015-02-11
PR review fixes
Dave Huseby
-12
/
+2
2015-02-11
bitrig integration
Dave Huseby
-3
/
+17
2015-02-11
rustc: Fix a number of stability lint holes
Alex Crichton
-2
/
+2
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
-0
/
+10
2015-02-09
std: Add a new `fs` module
Alex Crichton
-0
/
+10
2015-02-08
Move native thread name setting from thread_info to Thread, fixes #21911
Vojtech Kral
-4
/
+0
2015-02-06
Rollup merge of #21954 - jbcrail:fix-misspelled-comments, r=steveklabnik
Manish Goregaokar
-1
/
+1
2015-02-05
cleanup: replace `as[_mut]_slice()` calls with deref coercions
Jorge Aparicio
-56
/
+56
2015-02-04
Fix for misspelled comments.
Joseph Crail
-1
/
+1
2015-02-04
remove all kind annotations from closures
Jorge Aparicio
-9
/
+9
2015-02-04
Auto merge of #21544 - P1start:mangle-unicode, r=alexcrichton
bors
-7
/
+7
2015-02-04
Fix Unicode name mangling
P1start
-7
/
+7
2015-02-03
Rename std::path to std::old_path
Aaron Turon
-1
/
+1
2015-02-02
rollup merge of #21830: japaric/for-cleanup
Alex Crichton
-13
/
+2
2015-02-02
rollup merge of #21787: alexcrichton/std-env
Alex Crichton
-14
/
+0
2015-02-02
remove unused mut qualifiers
Jorge Aparicio
-1
/
+1
2015-02-02
`for x in xs.iter()` -> `for x in &xs`
Jorge Aparicio
-1
/
+1
2015-02-02
register snapshots
Jorge Aparicio
-11
/
+0
2015-02-01
std: Add a new `env` module
Alex Crichton
-14
/
+0
2015-02-01
openbsd: incoporate remarks
Sébastien Marie
-37
/
+17
2015-02-01
openbsd support
Sébastien Marie
-2
/
+19
2015-01-30
rollup merge of #21678: vojtechkral/threads-native-names
Alex Crichton
-0
/
+4
2015-01-30
smoke out remaining bugs
Jorge Aparicio
-1
/
+1
2015-01-30
Rename FullRange to RangeFull
Nick Cameron
-0
/
+11
2015-01-29
s/Show/Debug/g
Jorge Aparicio
-1
/
+1
2015-01-28
Thread native name setting, fix #10302
Vojtech Kral
-0
/
+4
2015-01-27
cleanup: s/`v.slice*()`/`&v[a..b]`/g + remove redundant `as_slice()` calls
Jorge Aparicio
-1
/
+1
2015-01-26
Fallout of io => old_io
Alex Crichton
-12
/
+12
2015-01-24
Add ffi::OsString and OsStr
Aaron Turon
-2
/
+1225
2015-01-21
rollup merge of #21258: aturon/stab-3-index
Alex Crichton
-8
/
+8
2015-01-21
rollup merge of #21444: petrochenkov/null
Alex Crichton
-1
/
+2
2015-01-21
Fallout from stabilization.
Aaron Turon
-8
/
+8
2015-01-19
Replace `0 as *const/mut T` with `ptr::null/null_mut()`
we
-1
/
+2
[prev]
[next]