summary refs log tree commit diff
path: root/src/librustrt/unwind.rs
AgeCommit message (Expand)AuthorLines
2014-10-07Use slice syntax instead of slice_to, etc.Nick Cameron-1/+1
2014-10-02Revert "Use slice syntax instead of slice_to, etc."Aaron Turon-1/+1
2014-10-02Use slice syntax instead of slice_to, etc.Nick Cameron-1/+1
2014-09-30Fix librustrtSteven Fackler-4/+6
2014-09-29rollup merge of #17621 : sfackler/new-snapAlex Crichton-10/+1
2014-09-28Register new snapshotsSteven Fackler-10/+1
2014-09-26tiny linguistic correction in docs: s/its'/its/Mateusz CzapliƄski-2/+2
2014-09-25Rename `fail_` lang item to `fail`, closes #16114Florian Hahn-6/+4
2014-09-24Rename `begin_unwind` lang item to `fail_fmt`, refs #16114Florian Hahn-0/+11
2014-09-22librustc: Forbid private types in public APIs.Patrick Walton-8/+4
2014-09-03auto merge of #16940 : treeman/rust/fail-non-utf8, r=pnkfelixbors-1/+3
2014-09-03Remove cross-borrowing for traits.Nick Cameron-1/+1
2014-09-02Prevent failure when using fail! with invalid utf8.Jonas Hietala-1/+3
2014-08-30Fix win64 regression introduced by #15773Peter Atashian-1/+1
2014-08-23auto merge of #16667 : retep998/rust/master, r=pcwaltonbors-0/+3
2014-08-22win64: Add missing #[repr(C)]Peter Atashian-0/+3
2014-08-21Fixed unwinding for iOSValerii Hiora-1/+4
2014-08-18libsyntax: Remove the `use foo = bar` syntax from the language in favorPatrick Walton-5/+5
2014-08-16librustc: Forbid external crates, imports, and/or items from beingPatrick Walton-1/+1
2014-08-08Register new snapshot 12e0f72Niko Matsakis-16/+0
2014-08-06Merge commit '881bfb1a180a1b545daa9da1539ec4c8ebda7ed1' into rollupAlex Crichton-28/+130
2014-08-06auto merge of #16258 : aturon/rust/stabilize-atomics, r=alexcrichtonbors-16/+16
2014-08-05Added clarification regarding rust_try_inner.Vadim Chugunov-6/+13
2014-08-04Implement unwinding for Win64.Vadim Chugunov-25/+120
2014-08-04stabilize atomics (now atomic)Aaron Turon-16/+16
2014-08-04rustc: Link entire archives of native librariesAlex Crichton-0/+3
2014-07-31rustrt: Make begin_unwind take a single file/line pointerBrian Anderson-1/+16
2014-07-25Revert "Use fewer instructions for `fail!`"Brian Anderson-6/+0
2014-07-25Make most of the failure functions take &(&'static str, uint)Brian Anderson-10/+9
2014-07-21Use fewer instructions for `fail!`Brian Anderson-0/+5
2014-07-13Stabilization for `owned` (now `boxed`) and `cell`Aaron Turon-1/+1
2014-06-28auto merge of #15208 : alexcrichton/rust/snapshots, r=pcwaltonbors-27/+27
2014-06-28Rename all raw pointers as necessaryAlex Crichton-27/+27
2014-06-26rustrt: Reorganize task usageAlex Crichton-14/+0
2014-06-16auto merge of #14900 : alexcrichton/rust/snapshots, r=huonwbors-6/+6
2014-06-16auto merge of #14715 : vhbit/rust/ios-pr2, r=alexcrichtonbors-3/+60
2014-06-15Register new snapshotsAlex Crichton-6/+6
2014-06-13Audit usage of NativeMutexAlex Crichton-2/+0
2014-06-13Cosmetic fixes & commentsValerii Hiora-1/+0
2014-06-12Basic iOS supportValerii Hiora-3/+61
2014-06-10Fix more misspelled comments and strings.Joseph Crail-2/+2
2014-06-06libs: Fix miscellaneous fallout of librustrtAlex Crichton-14/+7
2014-06-06std: Extract librustrt out of libstdAlex Crichton-0/+489