about summary refs log tree commit diff
path: root/src/libstd/rt/unwind.rs
AgeCommit message (Expand)AuthorLines
2015-04-16Call write_fmt directly to format an Arguments value.Ryan Prichard-1/+1
2015-04-11Change the rt::unwind line argument type from usize to u32.Ryan Prichard-4/+21
2015-04-08std: Destabilize the internals of panic!Alex Crichton-3/+0
2015-04-02Tweak relese notes + rebase fixesAlex Crichton-1/+1
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-7/+7
2015-03-20Revert "Revert "std: Re-enable at_exit()""Alex Crichton-6/+17
2015-03-03Switched to Box::new in many places.Felix S. Klock II-3/+3
2015-02-23Use boxed functions instead of transmuteStepan Koltsov-2/+4
2015-02-18Update the libraries to reflect Send loosing the 'static bound.Huon Wilson-2/+2
2015-02-17Auto merge of #22311 - lfairy:consistent-fmt, r=alexcrichtonbors-1/+1
2015-02-17Rollup merge of #22374 - richo:warn-fixup, r=huonwManish Goregaokar-1/+0
2015-02-15lint: fixup extraneous #[allow]Richo Healey-1/+0
2015-02-13Rename std::failure to std::panickingKevin Yap-3/+3
2015-02-14Rename `fmt::Writer` to `fmt::Write`Chris Wong-1/+1
2015-02-11rustc: Fix a number of stability lint holesAlex Crichton-0/+2
2015-02-06Rollup merge of #21924 - steveklabnik:fix_try_docs, r=huonwManish Goregaokar-2/+2
2015-02-03Switch missing_copy_implementations to default-allowSteven Fackler-3/+0
2015-02-04Fix issue with rt::unwind::try() docsSteve Klabnik-2/+2
2015-02-02`for x in xs.iter()` -> `for x in &xs`Jorge Aparicio-1/+1
2015-02-02register snapshotsJorge Aparicio-2/+2
2015-01-30Test fixes and rebase conflictsAlex Crichton-2/+2
2015-01-30lint: Add test for no_mangleRicho Healey-7/+3
2015-01-29rt: allow unexported functionsRicho Healey-0/+9
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-1/+1
2015-01-23Set unstable feature names appropriatelyBrian Anderson-1/+1
2015-01-21Remove 'since' from unstable attributesBrian Anderson-1/+1
2015-01-21Add 'feature' and 'since' to stability attributesBrian Anderson-1/+1
2015-01-17Refine wording of Thread::panickingSimonas Kazlauskas-1/+1
2015-01-14auto merge of #21061 : japaric/rust/range, r=nick29581bors-1/+1
2015-01-12cleanup: `&foo[0..a]` -> `&foo[..a]`Jorge Aparicio-1/+1
2015-01-11Rename AtomicInt and AtomicUintSteven Fackler-10/+10
2015-01-08Improvements to feature stagingBrian Anderson-1/+1
2015-01-07use slicing sugarJorge Aparicio-1/+1
2015-01-07Replace full slice notation with index callsNick Cameron-1/+1
2015-01-05std: Redesign c_str and c_vecAlex Crichton-1/+1
2015-01-03Remove deprecated functionalityAlex Crichton-6/+6
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-1/+1
2015-01-02rollup merge of #20315: alexcrichton/std-syncAlex Crichton-10/+10
2015-01-02rollup merge of #20377: alexcrichton/issue-20352Alex Crichton-15/+4
2015-01-02std: Stabilize the prelude moduleAlex Crichton-1/+1
2015-01-01std: Enforce Unicode in fmt::WriterAlex Crichton-15/+4
2015-01-01std: Second pass stabilization of syncAlex Crichton-10/+10
2015-01-02More falloutNick Cameron-2/+2
2014-12-31Revert "std: Re-enable at_exit()"Alex Crichton-13/+4
2014-12-30rollup merge of #20353: alexcrichton/snapshotsAlex Crichton-47/+0
2014-12-30Register new snapshotsAlex Crichton-47/+0
2014-12-30std: Re-enable at_exit()Alex Crichton-4/+13
2014-12-29rollup merge of #20248: steveklabnik/gh20038Alex Crichton-11/+11
2014-12-27Fallout of changing format_args!(f, args) to f(format_args!(args)).Eduard Burtescu-1/+48
2014-12-26s/task/thread/gSteve Klabnik-11/+11