about summary refs log tree commit diff
path: root/src/librustrt/lib.rs
AgeCommit message (Expand)AuthorLines
2014-10-07Put slicing syntax behind a feature gate.Nick Cameron-1/+2
2014-10-02rollup merge of #17666 : eddyb/take-garbage-outAlex Crichton-5/+3
2014-10-02Revert "Put slicing syntax behind a feature gate."Aaron Turon-2/+1
2014-10-02syntax: mark the managed_boxes feature as Removed.Eduard Burtescu-1/+1
2014-10-02rustrt: remove local_heap implementation.Eduard Burtescu-4/+2
2014-10-02Put slicing syntax behind a feature gate.Nick Cameron-1/+2
2014-09-30Fix librustrtSteven Fackler-1/+1
2014-09-01Updated to new extern crate syntax.wickerwaka-1/+1
2014-08-29Register new snapshotsAlex Crichton-4/+0
2014-08-27Implement generalized object and type parameter bounds (Fixes #16462)Niko Matsakis-1/+2
2014-08-16librustc: Forbid external crates, imports, and/or items from beingPatrick Walton-0/+4
2014-07-25Revert "Use fewer instructions for `fail!`"Brian Anderson-1/+1
2014-07-24libsyntax: Remove `~self` and `mut ~self` from the language.Patrick Walton-6/+8
2014-07-21Use fewer instructions for `fail!`Brian Anderson-1/+1
2014-07-13auto merge of #15591 : aturon/rust/box-cell-stability, r=alexcrichtonbors-1/+1
2014-07-13Stabilization for `owned` (now `boxed`) and `cell`Aaron Turon-1/+1
2014-07-11Update doc URLs for version bumpBrian Anderson-1/+1
2014-07-10io::process::Command: add fine-grained env builderAaron Turon-1/+1
2014-07-09Register new snapshotsAlex Crichton-2/+0
2014-07-05Add #[crate_name] attributes as necessaryAlex Crichton-1/+3
2014-07-02Merge remote-tracking branch 'origin/master' into 0.11.0-releaseAlex Crichton-2/+1
2014-06-28Rename all raw pointers as necessaryAlex Crichton-1/+1
2014-06-27Update to 0.11.0 0.11.0Alex Crichton-2/+2
2014-06-25Register new snapshotsAlex Crichton-1/+0
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-16auto merge of #14715 : vhbit/rust/ios-pr2, r=alexcrichtonbors-1/+1
2014-06-14Register new snapshotsAlex Crichton-10/+2
2014-06-12Basic iOS supportValerii Hiora-1/+1
2014-06-11sync: Move underneath libstdAlex Crichton-2/+4
2014-06-09Use phase(plugin) in bootstrap cratesKeegan McAllister-1/+9
2014-06-06libs: Fix miscellaneous fallout of librustrtAlex Crichton-0/+1
2014-06-06std: Extract librustrt out of libstdAlex Crichton-0/+163