about summary refs log tree commit diff
path: root/src/librustrt/libunwind.rs
AgeCommit message (Expand)AuthorLines
2014-12-18libs: merge librustrt into libstdAaron Turon-128/+0
2014-12-16Fixed iOS build after oibitValerii Hiora-0/+1
2014-11-17Switch to purely namespaced enumsSteven Fackler-0/+6
2014-10-28Update code with new lint namesAaron Turon-1/+1
2014-10-09rustrt: Convert statics to constantsAlex Crichton-5/+5
2014-10-03Set the `non_uppercase_statics` lint to warn by defaultP1start-0/+1
2014-09-30Fix librustrtSteven Fackler-11/+8
2014-09-22Link libgcc statically on Win64.Vadim Chugunov-1/+0
2014-08-30Unify non-snake-case lints and non-uppercase statics lintsP1start-1/+1
2014-08-23Remove stage0 attributes.Vadim Chugunov-1/+0
2014-08-20librustc: handle repr on structs, require it for ffi, unify with packedCorey Richardson-0/+1
2014-08-12Replace #[cfg(target_os = "win32")] with #[cfg(target_os = "windows")]Vadim Chugunov-1/+2
2014-08-04Implement unwinding for Win64.Vadim Chugunov-1/+1
2014-07-29Port Rust to DragonFlyBSDMichael Neumann-0/+3
2014-07-03Fix spelling errors.Joseph Crail-1/+1
2014-06-28Rename all raw pointers as necessaryAlex Crichton-5/+5
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-5/+5
2014-06-24Added Mipsel architecture supportPawel Olzacki-0/+1
2014-06-13Cosmetic fixes & commentsValerii Hiora-6/+6
2014-06-12Basic iOS supportValerii Hiora-1/+24
2014-06-06std: Extract librustrt out of libstdAlex Crichton-0/+96