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-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
2015-01-17
Register new snapshots.
Eduard Burtescu
-2
/
+2
2015-01-15
auto merge of #20980 : richo/rust/final-power, r=alexcrichton
bors
-0
/
+12
2015-01-11
powerpc: Janky segmented stack support
Richo Healey
-0
/
+12
2015-01-11
Rename AtomicInt and AtomicUint
Steven Fackler
-3
/
+3
2015-01-07
rollup merge of #20721: japaric/snap
Alex Crichton
-1
/
+1
2015-01-07
use slicing sugar
Jorge Aparicio
-1
/
+1
2015-01-08
Rename `target_word_size` to `target_pointer_width`
Nick Cameron
-2
/
+5
2015-01-06
rollup merge of #20563: cmr/macro-input-future-proofing
Alex Crichton
-14
/
+14
2015-01-06
rollup merge of #20615: aturon/stab-2-thread
Alex Crichton
-1
/
+1
2015-01-06
rollup merge of #20607: nrc/kinds
Alex Crichton
-1
/
+1
2015-01-07
markers -> marker
Nick Cameron
-1
/
+1
2015-01-06
Fallout from stabilization
Aaron Turon
-1
/
+1
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-1
/
+1
2015-01-07
Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`
Nick Cameron
-1
/
+1
2015-01-06
Fix fallout
Corey Richardson
-14
/
+14
2015-01-05
std: Redesign c_str and c_vec
Alex Crichton
-6
/
+8
2015-01-03
Remove deprecated functionality
Alex Crichton
-4
/
+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
-7
/
+7
2015-01-03
Initial version of AArch64 support.
Akos Kiss
-1
/
+12
2015-01-03
auto merge of #20154 : P1start/rust/qualified-assoc-type-generics, r=nikomats...
bors
-4
/
+4
2015-01-02
Rollup test fixes and rebase conflicts
Alex Crichton
-1
/
+0
2015-01-02
rollup merge of #20354: alexcrichton/second-pass-thread_local
Alex Crichton
-2
/
+3
[next]