about summary refs log tree commit diff
path: root/src/libstd/rt/backtrace.rs
AgeCommit message (Expand)AuthorLines
2014-09-22std::rt::backtrace: Fix symbol names on Windowsklutzy-3/+5
2014-09-18std::rt::backtrace: Fix backtrace on Win64klutzy-0/+4
2014-09-16Fallout from renamingAaron Turon-2/+2
2014-09-03Fix spelling errors and capitalization.Joseph Crail-3/+3
2014-08-30auto merge of #16859 : alexcrichton/rust/snapshots, r=huonwbors-24/+0
2014-08-29Register new snapshotsAlex Crichton-24/+0
2014-08-30Unify non-snake-case lints and non-uppercase statics lintsP1start-3/+3
2014-08-27Implement generalized object and type parameter bounds (Fixes #16462)Niko Matsakis-1/+1
2014-08-22auto merge of #16647 : vhbit/rust/ios-build-fixes, r=alexcrichtonbors-2/+2
2014-08-21iOS compilation fixValerii Hiora-2/+2
2014-08-20Stage #[repr(packed)] in std::rtCorey Richardson-1/+32
2014-08-20librustc: handle repr on structs, require it for ffi, unify with packedCorey Richardson-1/+1
2014-08-13std: Rename various slice traits for consistencyBrian Anderson-3/+3
2014-08-06auto merge of #16258 : aturon/rust/stabilize-atomics, r=alexcrichtonbors-4/+4
2014-08-04stabilize atomics (now atomic)Aaron Turon-4/+4
2014-08-04rustc: Link entire archives of native librariesAlex Crichton-0/+3
2014-07-31Fix trailing whitespaceMichael Neumann-2/+2
2014-07-29Port Rust to DragonFlyBSDMichael Neumann-1/+5
2014-07-15auto merge of #15619 : kwantam/rust/master, r=huonwbors-1/+1
2014-07-15Fix errorsAdolfo OchagavĂ­a-1/+0
2014-07-15Deprecate `str::from_utf8_owned`Adolfo OchagavĂ­a-1/+1
2014-07-14add Graphemes iterator; tidy unicode exportskwantam-1/+1
2014-07-07Add libunicode; move unicode functions from corekwantam-1/+1
2014-07-04auto merge of #15404 : vhbit/rust/ios-ptr-fixes, r=pcwaltonbors-2/+2
2014-07-04Fixed iOS build after *T removalValerii Hiora-2/+2
2014-07-03Fix spelling errors.Joseph Crail-1/+1
2014-06-28Rename all raw pointers as necessaryAlex Crichton-41/+44
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-1/+1
2014-06-16auto merge of #14715 : vhbit/rust/ios-pr2, r=alexcrichtonbors-8/+57
2014-06-13Rolling up PRs in the queueAlex Crichton-4/+4
2014-06-13Cosmetic fixes & commentsValerii Hiora-3/+8
2014-06-12Basic iOS supportValerii Hiora-8/+52
2014-06-10auto merge of #14696 : jakub-/rust/dead-struct-fields, r=alexcrichtonbors-0/+1
2014-06-09std: Move dynamic_lib from std::unstable to stdBrian Anderson-1/+1
2014-06-09core: Move the collections traits to libcollectionsAlex Crichton-1/+1
2014-06-08core: Rename `container` mod to `collections`. Closes #12543Brian Anderson-2/+2
2014-06-08Remove the dead code identified by the new lintJakub Wieczorek-0/+1
2014-06-06libs: Fix miscellaneous fallout of librustrtAlex Crichton-3/+3
2014-06-06std: Extract librustrt out of libstdAlex Crichton-2/+101
2014-06-06Test fixes from the rollupAlex Crichton-1/+0
2014-06-06Rename Iterator::len to countAaron Turon-1/+1
2014-05-30windows: Allow snake_case errors for now.Kevin Butler-0/+1
2014-05-11core: Remove the cast moduleAlex Crichton-2/+2
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-5/+5
2014-04-27Fix repeated module documentationAlexandre Gagnon-0/+2
2014-04-22Fixed Win64 buildVadim Chugunov-0/+83
2014-04-18std: Fix demangling with middle special charsAlex Crichton-3/+13
2014-04-06De-~[] Mem{Reader,Writer}Steven Fackler-1/+1
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-1/+1
2014-03-20rename std::vec -> std::sliceDaniel Micay-2/+2