about summary refs log tree commit diff
path: root/src/librustrt
AgeCommit message (Expand)AuthorLines
2014-07-10io::process::Command: add fine-grained env builderAaron Turon-2/+19
2014-07-09Register new snapshotsAlex Crichton-2/+0
2014-07-08std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.Richo Healey-4/+4
2014-07-05Add #[crate_name] attributes as necessaryAlex Crichton-1/+3
2014-07-04auto merge of #15343 : alexcrichton/rust/0.11.0-release, r=brsonbors-2/+2
2014-07-03Fix spelling errors.Joseph Crail-5/+5
2014-07-02Merge remote-tracking branch 'origin/master' into 0.11.0-releaseAlex Crichton-189/+267
2014-07-02Rename recvfrom -> recv_from, sendto -> send_to.OGINO Masanori-2/+2
2014-06-29librustc: Remove the fallback to `int` for integers and `f64` forPatrick Walton-11/+11
2014-06-29c_str: move `.unwrap` & document it more clearly.Huon Wilson-11/+16
2014-06-29c_str: replace .with_ref with .as_ptr throughout the codebase.Huon Wilson-69/+70
2014-06-29c_str: add `.as_ptr` & `.as_mut_ptr` to replace `.with_[mut_]ref`.Huon Wilson-0/+69
2014-06-28auto merge of #15208 : alexcrichton/rust/snapshots, r=pcwaltonbors-101/+104
2014-06-28Rename all raw pointers as necessaryAlex Crichton-100/+104
2014-06-27Update to 0.11.0 0.11.0Alex Crichton-2/+2
2014-06-26rustrt: Reorganize task usageAlex Crichton-108/+265
2014-06-25Register new snapshotsAlex Crichton-1/+0
2014-06-24Add more description to c_str::unwrap().Steve Klabnik-1/+4
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-8/+8
2014-06-24auto merge of #14963 : w3ln4/rust/master, r=alexcrichtonbors-0/+7
2014-06-24Added Mipsel architecture supportPawel Olzacki-0/+7
2014-06-23librustc: Feature gate lang items and intrinsics.Patrick Walton-1/+2
2014-06-22Register new snapshotsAlex Crichton-1/+0
2014-06-20librustc: Put `#[unsafe_destructor]` behind a feature gate.Patrick Walton-2/+4
2014-06-18Deprecate the bytes!() macro.Simon Sapin-13/+13
2014-06-16Update repo locationBrian Anderson-1/+1
2014-06-16auto merge of #14900 : alexcrichton/rust/snapshots, r=huonwbors-44/+44
2014-06-16auto merge of #14715 : vhbit/rust/ios-pr2, r=alexcrichtonbors-17/+142
2014-06-15Register new snapshotsAlex Crichton-44/+44
2014-06-14rustc: Obsolete the `@` syntax entirelyAlex Crichton-18/+21
2014-06-14Register new snapshotsAlex Crichton-10/+2
2014-06-13Audit usage of NativeMutexAlex Crichton-2/+78
2014-06-13Cosmetic fixes & commentsValerii Hiora-7/+6
2014-06-12Basic iOS supportValerii Hiora-14/+105
2014-06-12Runtime support for arm on iOSValerii Hiora-2/+37
2014-06-11rustc: Remove ~[T] from the languageAlex Crichton-3/+3
2014-06-11auto merge of #14746 : alexcrichton/rust/libsync, r=brsonbors-2/+352
2014-06-11sync: Move underneath libstdAlex Crichton-2/+352
2014-06-11auto merge of #14787 : alexcrichton/rust/issue-14784, r=pcwaltonbors-1/+2
2014-06-10auto merge of #14764 : jbcrail/rust/fix-more-comments, r=alexcrichtonbors-3/+3
2014-06-10auto merge of #14696 : jakub-/rust/dead-struct-fields, r=alexcrichtonbors-0/+6
2014-06-10Fix more misspelled comments and strings.Joseph Crail-3/+3
2014-06-09rustrt: Fix invalid reads caught by valgrindAlex Crichton-1/+2
2014-06-09Use phase(plugin) in bootstrap cratesKeegan McAllister-1/+9
2014-06-09Add missing repr(C) annotations to mutex.rsJakub Wieczorek-0/+4
2014-06-08core: Rename `container` mod to `collections`. Closes #12543Brian Anderson-1/+1
2014-06-08Remove the dead code identified by the new lintJakub Wieczorek-0/+2
2014-06-06libs: Fix miscellaneous fallout of librustrtAlex Crichton-33/+32
2014-06-06std: Extract librustrt out of libstdAlex Crichton-0/+5378