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
/
path
/
posix.rs
Age
Commit message (
Expand
)
Author
Lines
2015-01-21
rollup merge of #21457: alexcrichton/issue-21436
Alex Crichton
-2
/
+3
2015-01-20
std: Rename Show/String to Debug/Display
Alex Crichton
-2
/
+3
2015-01-19
remove unnecessary parentheses from range notation
Jorge Aparicio
-5
/
+5
2015-01-12
cleanup: `&foo[0..a]` -> `&foo[..a]`
Jorge Aparicio
-3
/
+3
2015-01-07
rollup merge of #20721: japaric/snap
Alex Crichton
-11
/
+10
2015-01-07
rollup merge of #20722: alexcrichton/audit-show
Alex Crichton
-1
/
+1
2015-01-07
std: Tweak String implementations
Alex Crichton
-1
/
+1
2015-01-07
use slicing sugar
Jorge Aparicio
-11
/
+10
2015-01-07
std: Stabilize the std::hash module
Alex Crichton
-1
/
+1
2015-01-06
More test fixes
Alex Crichton
-1
/
+1
2015-01-06
rollup merge of #20615: aturon/stab-2-thread
Alex Crichton
-3
/
+3
2015-01-06
rollup merge of #20607: nrc/kinds
Alex Crichton
-2
/
+2
2015-01-06
rollup merge of #20481: seanmonstar/fmt-show-string
Alex Crichton
-54
/
+47
2015-01-07
markers -> marker
Nick Cameron
-1
/
+1
2015-01-06
Fallout from stabilization
Aaron Turon
-3
/
+3
2015-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-54
/
+47
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-10
/
+11
2015-01-07
Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`
Nick Cameron
-1
/
+1
2015-01-05
rollup merge of #20482: kmcallister/macro-reform
Alex Crichton
-34
/
+34
2015-01-05
Merge remote-tracking branch 'nrc/sized-2' into rollup
Alex Crichton
-1
/
+1
2015-01-05
Modernize macro_rules! invocations
Keegan McAllister
-34
/
+34
2015-01-06
Fallout
Nick Cameron
-1
/
+1
2015-01-05
std: Redesign c_str and c_vec
Alex Crichton
-27
/
+4
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-1
/
+1
2015-01-03
sed -i -s 's/\bmod,/self,/g' **/*.rs
Jorge Aparicio
-2
/
+2
2015-01-03
core: merge DoubleEndedIteratorExt into IteratorExt
Jorge Aparicio
-2
/
+2
2015-01-02
rollup merge of #20410: japaric/assoc-types
Alex Crichton
-3
/
+2
2015-01-02
merge `*SliceExt` traits, use assoc types in `SliceExt`, `Raw[Mut]Ptr`
Jorge Aparicio
-3
/
+2
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-5
/
+10
2014-12-30
Fallout from stabilization
Aaron Turon
-1
/
+1
2014-12-30
Libs: Unify concat and concat_vec
Aaron Turon
-2
/
+2
2014-12-29
Fallout from globs/re-export/shadowing change
Nick Cameron
-1
/
+1
2014-12-27
Rebasing changes
Nick Cameron
-1
/
+3
2014-12-27
Fix fallout
Nick Cameron
-1
/
+1
2014-12-22
rollup merge of #19891: nikomatsakis/unique-fn-types-3
Alex Crichton
-1
/
+3
2014-12-22
Insert coercions to fn pointer types required for the new types
Niko Matsakis
-1
/
+3
2014-12-21
Fallout of std::str stabilization
Alex Crichton
-1
/
+4
2014-12-20
Fix fallout of removing import_shadowing in tests.
Eduard Burtescu
-1
/
+0
2014-12-18
Revise std::thread API to join by default
Aaron Turon
-3
/
+3
2014-12-18
Fallout from new thread API
Aaron Turon
-7
/
+7
2014-12-18
librustc: Always parse `macro!()`/`macro![]` as expressions if not
Patrick Walton
-21
/
+21
2014-12-14
std: Collapse SlicePrelude traits
Alex Crichton
-2
/
+2
2014-12-14
Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)
Niko Matsakis
-3
/
+3
2014-12-13
libstd: fix fallout
Jorge Aparicio
-1
/
+1
2014-12-13
libstd: fix fallout
Jorge Aparicio
-2
/
+2
2014-12-11
Register new snapshots
Alex Crichton
-10
/
+10
2014-12-08
auto merge of #19378 : japaric/rust/no-as-slice, r=alexcrichton
bors
-19
/
+19
2014-12-06
libstd: remove unnecessary `as_slice()` calls
Jorge Aparicio
-19
/
+19
2014-12-05
Utilize fewer reexports
Corey Farwell
-1
/
+2
2014-12-03
Remove unused transmutes from tests
Jorge Aparicio
-52
/
+41
[next]