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
/
unwind.rs
Age
Commit message (
Expand
)
Author
Lines
2015-04-16
Call write_fmt directly to format an Arguments value.
Ryan Prichard
-1
/
+1
2015-04-11
Change the rt::unwind line argument type from usize to u32.
Ryan Prichard
-4
/
+21
2015-04-08
std: Destabilize the internals of panic!
Alex Crichton
-3
/
+0
2015-04-02
Tweak relese notes + rebase fixes
Alex Crichton
-1
/
+1
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-7
/
+7
2015-03-20
Revert "Revert "std: Re-enable at_exit()""
Alex Crichton
-6
/
+17
2015-03-03
Switched to Box::new in many places.
Felix S. Klock II
-3
/
+3
2015-02-23
Use boxed functions instead of transmute
Stepan Koltsov
-2
/
+4
2015-02-18
Update the libraries to reflect Send loosing the 'static bound.
Huon Wilson
-2
/
+2
2015-02-17
Auto merge of #22311 - lfairy:consistent-fmt, r=alexcrichton
bors
-1
/
+1
2015-02-17
Rollup merge of #22374 - richo:warn-fixup, r=huonw
Manish Goregaokar
-1
/
+0
2015-02-15
lint: fixup extraneous #[allow]
Richo Healey
-1
/
+0
2015-02-13
Rename std::failure to std::panicking
Kevin Yap
-3
/
+3
2015-02-14
Rename `fmt::Writer` to `fmt::Write`
Chris Wong
-1
/
+1
2015-02-11
rustc: Fix a number of stability lint holes
Alex Crichton
-0
/
+2
2015-02-06
Rollup merge of #21924 - steveklabnik:fix_try_docs, r=huonw
Manish Goregaokar
-2
/
+2
2015-02-03
Switch missing_copy_implementations to default-allow
Steven Fackler
-3
/
+0
2015-02-04
Fix issue with rt::unwind::try() docs
Steve Klabnik
-2
/
+2
2015-02-02
`for x in xs.iter()` -> `for x in &xs`
Jorge Aparicio
-1
/
+1
2015-02-02
register snapshots
Jorge Aparicio
-2
/
+2
2015-01-30
Test fixes and rebase conflicts
Alex Crichton
-2
/
+2
2015-01-30
lint: Add test for no_mangle
Richo Healey
-7
/
+3
2015-01-29
rt: allow unexported functions
Richo Healey
-0
/
+9
2015-01-25
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-1
/
+1
2015-01-23
Set unstable feature names appropriately
Brian Anderson
-1
/
+1
2015-01-21
Remove 'since' from unstable attributes
Brian Anderson
-1
/
+1
2015-01-21
Add 'feature' and 'since' to stability attributes
Brian Anderson
-1
/
+1
2015-01-17
Refine wording of Thread::panicking
Simonas Kazlauskas
-1
/
+1
2015-01-14
auto merge of #21061 : japaric/rust/range, r=nick29581
bors
-1
/
+1
2015-01-12
cleanup: `&foo[0..a]` -> `&foo[..a]`
Jorge Aparicio
-1
/
+1
2015-01-11
Rename AtomicInt and AtomicUint
Steven Fackler
-10
/
+10
2015-01-08
Improvements to feature staging
Brian Anderson
-1
/
+1
2015-01-07
use slicing sugar
Jorge Aparicio
-1
/
+1
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-1
/
+1
2015-01-05
std: Redesign c_str and c_vec
Alex Crichton
-1
/
+1
2015-01-03
Remove deprecated functionality
Alex Crichton
-6
/
+6
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-1
/
+1
2015-01-02
rollup merge of #20315: alexcrichton/std-sync
Alex Crichton
-10
/
+10
2015-01-02
rollup merge of #20377: alexcrichton/issue-20352
Alex Crichton
-15
/
+4
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-1
/
+1
2015-01-01
std: Enforce Unicode in fmt::Writer
Alex Crichton
-15
/
+4
2015-01-01
std: Second pass stabilization of sync
Alex Crichton
-10
/
+10
2015-01-02
More fallout
Nick Cameron
-2
/
+2
2014-12-31
Revert "std: Re-enable at_exit()"
Alex Crichton
-13
/
+4
2014-12-30
rollup merge of #20353: alexcrichton/snapshots
Alex Crichton
-47
/
+0
2014-12-30
Register new snapshots
Alex Crichton
-47
/
+0
2014-12-30
std: Re-enable at_exit()
Alex Crichton
-4
/
+13
2014-12-29
rollup merge of #20248: steveklabnik/gh20038
Alex Crichton
-11
/
+11
2014-12-27
Fallout of changing format_args!(f, args) to f(format_args!(args)).
Eduard Burtescu
-1
/
+48
2014-12-26
s/task/thread/g
Steve Klabnik
-11
/
+11
[next]