about summary refs log tree commit diff
path: root/src/libstd/rt
AgeCommit message (Expand)AuthorLines
2014-11-20Fallout from libgreen and libnative removalAaron Turon-6/+6
2014-11-20Remove libnativeAaron Turon-0/+76
2014-11-20Remove Runtime traitAaron Turon-0/+2
2014-11-18auto merge of #18645 : nick29581/rust/coercions-1, r=alexcrichtonbors-1/+1
2014-11-18Windows and OS X falloutNick Cameron-1/+1
2014-11-18implement Writer for Vec<u8>Daniel Micay-4/+2
2014-11-17Switch to purely namespaced enumsSteven Fackler-7/+10
2014-11-17Fix fallout from coercion removalNick Cameron-1/+1
2014-11-16Move FromStr to core::strBrendan Zabarauskas-5/+2
2014-11-06Prelude: rename and consolidate extension traitsAaron Turon-5/+5
2014-11-01collections: Remove all collections traitsAlex Crichton-3/+0
2014-10-30rollup merge of #18398 : aturon/lint-conventions-2Alex Crichton-1/+1
2014-10-29Rename fail! to panic!Steve Klabnik-5/+5
2014-10-28Update code with new lint namesAaron Turon-1/+1
2014-10-25get rid of libc_heap::{malloc_raw, realloc_raw}Daniel Micay-1/+1
2014-10-16don't refer to the nonexistant gcSteve Klabnik-7/+5
2014-10-10Register new snapshotsAlex Crichton-14/+12
2014-10-09Test fixes and rebase conflictsAlex Crichton-8/+8
2014-10-07Use slice syntax instead of slice_to, etc.Nick Cameron-1/+1
2014-10-02Revert "Review and rebasing changes"Aaron Turon-1/+1
2014-10-02Review and rebasing changesNick Cameron-1/+1
2014-09-30Fix libstdSteven Fackler-14/+14
2014-09-23Fixed: iOS build was broken because of deprecated APIsValerii Hiora-2/+3
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-8/+8
2014-08-04stabilize atomics (now atomic)Aaron Turon-8/+8
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-25Revert "Use fewer instructions for `fail!`"Brian Anderson-2/+1
2014-07-21Use fewer instructions for `fail!`Brian Anderson-1/+2
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