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-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
2015-01-02
rollup merge of #20315: alexcrichton/std-sync
Alex Crichton
-1
/
+1
2015-01-02
rollup merge of #20273: alexcrichton/second-pass-comm
Alex Crichton
-1
/
+2
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-12
/
+13
2015-01-01
std: Second pass stabilization of sync
Alex Crichton
-1
/
+1
2015-01-02
More fallout
Nick Cameron
-1
/
+1
2014-12-31
std: unbox closures used in function arguments
Jorge Aparicio
-2
/
+2
2014-12-31
std: Second pass stabilization for thread_local
Alex Crichton
-2
/
+3
2014-12-31
Revert "std: Re-enable at_exit()"
Alex Crichton
-38
/
+49
2014-12-30
rollup merge of #20286: murarth/get-address-name
Alex Crichton
-0
/
+38
2014-12-30
std: Re-enable at_exit()
Alex Crichton
-49
/
+38
2014-12-29
Test fixes and rebase conflicts
Alex Crichton
-2
/
+2
2014-12-29
rollup merge of #20216: sfackler/fix-mangling
Alex Crichton
-4
/
+4
2014-12-29
rollup merge of #20042: alexcrichton/second-pass-ptr
Alex Crichton
-1
/
+1
2014-12-29
std: Second pass stabilization for `ptr`
Alex Crichton
-1
/
+1
2014-12-29
std: Second pass stabilization for `comm`
Alex Crichton
-2
/
+2
2014-12-29
std: Return Result from RWLock/Mutex methods
Alex Crichton
-5
/
+5
2014-12-29
std: Stabilize the prelude module
Alex Crichton
-12
/
+13
2014-12-28
Added `get_address_name`, an interface to `getnameinfo`
Murarth
-0
/
+38
2014-12-26
Implement RaceBox for StdinReader
Flavio Percoco
-1
/
+8
2014-12-26
Make Send and Sync traits unsafe
Flavio Percoco
-3
/
+5
2014-12-26
Require types to opt-in Sync
Flavio Percoco
-0
/
+5
2014-12-25
Parse fully-qualified associated types in generics without whitespace
P1start
-4
/
+4
[next]