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
/
rt
Age
Commit message (
Expand
)
Author
Lines
2015-01-22
Rollup merge of #21325 - nagisa:thread-panicking, r=steveklabnik
Steve Klabnik
-1
/
+1
2015-01-21
Fallout from stabilization.
Aaron Turon
-1
/
+1
2015-01-17
Refine wording of Thread::panicking
Simonas Kazlauskas
-1
/
+1
2015-01-15
auto merge of #20980 : richo/rust/final-power, r=alexcrichton
bors
-0
/
+3
2015-01-14
auto merge of #21061 : japaric/rust/range, r=nick29581
bors
-3
/
+3
2015-01-13
auto merge of #20944 : brson/rust/weve-met-with-a-terrible-fate-havent-we, r=...
bors
-50
/
+0
2015-01-12
cleanup: `&foo[0..a]` -> `&foo[..a]`
Jorge Aparicio
-3
/
+3
2015-01-11
powerpc: Add unwinder size REVISIT
Richo Healey
-0
/
+3
2015-01-11
Rename AtomicInt and AtomicUint
Steven Fackler
-12
/
+12
2015-01-11
std: Remove fortune cookies from fatal runtime errors
Brian Anderson
-50
/
+0
2015-01-08
Improvements to feature staging
Brian Anderson
-2
/
+2
2015-01-07
use slicing sugar
Jorge Aparicio
-3
/
+3
2015-01-06
rollup merge of #20563: cmr/macro-input-future-proofing
Alex Crichton
-4
/
+12
2015-01-06
Minor fallout/update FOLLOW sets
Corey Richardson
-4
/
+12
2015-01-06
rollup merge of #20607: nrc/kinds
Alex Crichton
-1
/
+1
2015-01-06
Register new snapshots
Alex Crichton
-2
/
+1
2015-01-07
markers -> marker
Nick Cameron
-1
/
+1
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-3
/
+3
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
-2
/
+2
2015-01-05
Rename macro_escape to macro_use
Keegan McAllister
-0
/
+2
2015-01-05
Stop using macro_escape as an inner attribute
Keegan McAllister
-2
/
+0
2015-01-05
std: Redesign c_str and c_vec
Alex Crichton
-10
/
+7
2015-01-03
Remove deprecated functionality
Alex Crichton
-12
/
+12
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-2
/
+2
2015-01-03
sed -i -s 's/\bmod,/self,/g' **/*.rs
Jorge Aparicio
-2
/
+2
2015-01-03
Initial version of AArch64 support.
Akos Kiss
-1
/
+4
2015-01-02
rollup merge of #20315: alexcrichton/std-sync
Alex Crichton
-685
/
+12
2015-01-02
rollup merge of #20377: alexcrichton/issue-20352
Alex Crichton
-21
/
+16
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-16
/
+16
2015-01-01
std: Enforce Unicode in fmt::Writer
Alex Crichton
-21
/
+16
2015-01-01
std: Second pass stabilization of sync
Alex Crichton
-131
/
+12
2015-01-02
More fallout
Nick Cameron
-3
/
+3
2015-01-02
Fallout - change array syntax to use `;`
Nick Cameron
-1
/
+1
2014-12-31
std: unbox closures used in function arguments
Jorge Aparicio
-1
/
+1
2014-12-31
Revert "std: Re-enable at_exit()"
Alex Crichton
-23
/
+23
2014-12-30
rollup merge of #20061: aturon/stab-2-vec-slice
Alex Crichton
-2
/
+2
2014-12-30
Fallout from stabilization
Aaron Turon
-2
/
+2
2014-12-30
rollup merge of #20353: alexcrichton/snapshots
Alex Crichton
-80
/
+1
2014-12-30
Register new snapshots
Alex Crichton
-80
/
+1
2014-12-30
std: Re-enable at_exit()
Alex Crichton
-23
/
+23
2014-12-29
Test fixes and rebase conflicts
Alex Crichton
-3
/
+3
2014-12-29
rollup merge of #20248: steveklabnik/gh20038
Alex Crichton
-79
/
+79
2014-12-30
Fallout from mut slices
Nick Cameron
-1
/
+1
2014-12-27
Fallout of changing format_args!(f, args) to f(format_args!(args)).
Eduard Burtescu
-2
/
+80
2014-12-26
s/task/thread/g
Steve Klabnik
-79
/
+79
2014-12-26
Make Send and Sync traits unsafe
Flavio Percoco
-2
/
+2
2014-12-26
Require types to opt-in Sync
Flavio Percoco
-0
/
+4
2014-12-21
Fallout of std::str stabilization
Alex Crichton
-15
/
+15
2014-12-21
std: Don't parse argv as a String
Alex Crichton
-5
/
+8
[next]