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
/
io
/
net
Age
Commit message (
Expand
)
Author
Lines
2015-01-26
std: Rename io to old_io
Alex Crichton
-3679
/
+0
2015-01-21
rollup merge of #21258: aturon/stab-3-index
Alex Crichton
-1
/
+1
2015-01-21
Fallout from stabilization.
Aaron Turon
-1
/
+1
2015-01-20
std: Rename Show/String to Debug/Display
Alex Crichton
-2
/
+4
2015-01-17
Evaluate # fn in docs
Steve Klabnik
-6
/
+2
2015-01-12
cleanup: `&foo[0..a]` -> `&foo[..a]`
Jorge Aparicio
-1
/
+1
2015-01-08
Improvements to feature staging
Brian Anderson
-27
/
+27
2015-01-07
use slicing sugar
Jorge Aparicio
-2
/
+2
2015-01-06
More test fixes
Alex Crichton
-3
/
+3
2015-01-06
rollup merge of #20615: aturon/stab-2-thread
Alex Crichton
-18
/
+20
2015-01-06
rollup merge of #20481: seanmonstar/fmt-show-string
Alex Crichton
-9
/
+9
2015-01-06
Fallout from stabilization
Aaron Turon
-18
/
+20
2015-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-9
/
+9
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-2
/
+2
2015-01-05
rollup merge of #20507: alexcrichton/issue-20444
Alex Crichton
-8
/
+13
2015-01-05
std: remove remaining boxed closures
Jorge Aparicio
-9
/
+10
2015-01-05
std: Redesign c_str and c_vec
Alex Crichton
-8
/
+13
2015-01-03
Remove deprecated functionality
Alex Crichton
-156
/
+1
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-7
/
+7
2015-01-03
sed -i -s 's/\bmod,/self,/g' **/*.rs
Jorge Aparicio
-1
/
+1
2015-01-03
auto merge of #20154 : P1start/rust/qualified-assoc-type-generics, r=nikomats...
bors
-2
/
+2
2015-01-02
rollup merge of #20410: japaric/assoc-types
Alex Crichton
-1
/
+1
2015-01-02
rollup merge of #20273: alexcrichton/second-pass-comm
Alex Crichton
-137
/
+150
2015-01-02
merge `*SliceExt` traits, use assoc types in `SliceExt`, `Raw[Mut]Ptr`
Jorge Aparicio
-1
/
+1
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-125
/
+134
2015-01-02
More fallout
Nick Cameron
-9
/
+9
2015-01-02
Fallout - change array syntax to use `;`
Nick Cameron
-7
/
+7
2014-12-31
std: unbox closures used in let bindings
Jorge Aparicio
-1
/
+1
2014-12-30
rollup merge of #20286: murarth/get-address-name
Alex Crichton
-2
/
+9
2014-12-29
rollup merge of #20289: nick29581/shadowing
Alex Crichton
-5
/
+8
2014-12-30
Fallout from mut slices
Nick Cameron
-2
/
+2
2014-12-29
std: Second pass stabilization for `comm`
Alex Crichton
-135
/
+152
2014-12-29
std: Stabilize the prelude module
Alex Crichton
-122
/
+130
2014-12-29
Fallout from globs/re-export/shadowing change
Nick Cameron
-5
/
+8
2014-12-28
Added `get_address_name`, an interface to `getnameinfo`
Murarth
-2
/
+9
2014-12-27
Fix fallout
Nick Cameron
-3
/
+3
2014-12-25
Parse fully-qualified associated types in generics without whitespace
P1start
-2
/
+2
2014-12-23
Fix some spelling errors.
Huon Wilson
-5
/
+5
2014-12-21
Fallout of std::str stabilization
Alex Crichton
-1
/
+1
2014-12-19
libstd: use `#[deriving(Copy)]`
Jorge Aparicio
-18
/
+7
2014-12-18
Revise std::thread API to join by default
Aaron Turon
-6
/
+9
2014-12-18
Fallout from new thread API
Aaron Turon
-3
/
+3
2014-12-18
librustc: Always parse `macro!()`/`macro![]` as expressions if not
Patrick Walton
-2
/
+2
2014-12-17
rollup merge of #19859: alexcrichton/flaky-test
Alex Crichton
-1
/
+2
2014-12-14
std: Collapse SlicePrelude traits
Alex Crichton
-1
/
+1
2014-12-14
std: Bind port early to make a test more reliable
Alex Crichton
-1
/
+2
2014-12-14
Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)
Niko Matsakis
-101
/
+104
2014-12-13
libstd: use unboxed closures
Jorge Aparicio
-25
/
+35
2014-12-08
librustc: Make `Copy` opt-in.
Niko Matsakis
-0
/
+16
2014-12-08
auto merge of #19378 : japaric/rust/no-as-slice, r=alexcrichton
bors
-3
/
+3
[next]