summary refs log tree commit diff
path: root/src/libstd/rt
AgeCommit message (Expand)AuthorLines
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
2014-07-03Fix spelling errors.Joseph Crail-1/+1
2014-06-30libstd: set baseline stability levels.Aaron Turon-0/+2
2014-06-28Rename all raw pointers as necessaryAlex Crichton-42/+45
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-1/+1
2014-06-16Move `num_cpus` from `std::rt::util` to `std::os`. Closes #14707Jorge Aparicio-13/+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-11sync: Move underneath libstdAlex Crichton-352/+1
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-08Fix spelling errors in comments.Joseph Crail-1/+1
2014-06-08Remove the dead code identified by the new lintJakub Wieczorek-0/+1
2014-06-06libs: Fix miscellaneous fallout of librustrtAlex Crichton-5/+6
2014-06-06std: Extract librustrt out of libstdAlex Crichton-3450/+143
2014-06-06rtio: Remove usage of `Path`Alex Crichton-3/+2
2014-06-06rtio: Remove unused stuctAlex Crichton-12/+0
2014-06-06Test fixes from the rollupAlex Crichton-1/+0
2014-06-06Rename Iterator::len to countAaron Turon-1/+1
2014-06-05How about a less cringe-worthy double-failure message?Brian Anderson-3/+1
2014-06-05auto merge of #14644 : alexcrichton/rust/more-no-runtime-use-cases, r=brsonbors-149/+200
2014-06-04std: Improve non-task-based usageAlex Crichton-149/+200
2014-06-03std: Remove generics from Option::expectAlex Crichton-1/+1
2014-05-30Register new snapshotsAlex Crichton-70/+2
2014-05-30windows: Allow snake_case errors for now.Kevin Butler-1/+5
2014-05-28std: Remove format_strbuf!()Alex Crichton-1/+1