summary refs log tree commit diff
path: root/src/libnative/lib.rs
AgeCommit message (Expand)AuthorLines
2014-06-27Update to 0.11.0 0.11.0Alex Crichton-2/+2
2014-06-26rustrt: Reorganize task usageAlex Crichton-3/+2
2014-06-23librustc: Feature gate lang items and intrinsics.Patrick Walton-0/+2
2014-06-22Register new snapshotsAlex Crichton-5/+2
2014-06-20librustc: Put `#[unsafe_destructor]` behind a feature gate.Patrick Walton-1/+3
2014-06-19auto merge of #15014 : brson/rust/all-crates-experimental, r=cmrbors-0/+1
2014-06-18Revamp TaskBuilder APIAaron Turon-2/+8
2014-06-17Mark all crates except std as experimentalBrian Anderson-0/+1
2014-05-27Move std::{reflect,repr,Poly} to a libdebug crateAlex Crichton-0/+1
2014-05-22auto merge of #14348 : alexcrichton/rust/doc.rust-lang.org, r=huonwbors-1/+1
2014-05-21Change static.rust-lang.org to doc.rust-lang.orgAlex Crichton-1/+1
2014-05-19native: Remove UnsafeArc in favor of just ArcAlex Crichton-0/+1
2014-05-13io: Implement process wait timeoutsAlex Crichton-0/+1
2014-05-12Add the patch number to version strings. Closes #13289Brian Anderson-1/+1
2014-05-12auto merge of #13932 : MrAlert/rust/win-compat, r=brsonbors-0/+1
2014-05-11core: Remove the cast moduleAlex Crichton-2/+2
2014-05-07Move Windows compatibility layer to libnativeAlan Williams-0/+1
2014-04-06auto merge of #13315 : alexcrichton/rust/libc, r=alexcrichton,mebors-2/+4
2014-04-04Register new snapshotsAlex Crichton-2/+0
2014-04-04Fix fallout from std::libc separationCorey Richardson-2/+4
2014-04-03Bump version to 0.11-preBrian Anderson-1/+1
2014-04-03auto merge of #13286 : alexcrichton/rust/release, r=brsonbors-1/+1
2014-03-31native: Switch field privacy as necessaryAlex Crichton-0/+2
2014-03-31Bump version to 0.10Alex Crichton-1/+1
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-9/+9
2014-03-28native: Ignore SIGPIPE by defaultAlex Crichton-0/+18
2014-03-23Snapshot cleanupAlex Crichton-1/+1
2014-03-23Register new snapshotsFlavio Percoco-1/+0
2014-03-21rustc: Switch defaults from libgreen to libnativeAlex Crichton-1/+17
2014-03-20Register new snapshotsAlex Crichton-0/+1
2014-03-20Removing imports of std::vec_ng::VecAlex Crichton-1/+0
2014-03-14lint: add lint for use of a `~[T]`.Huon Wilson-0/+1
2014-03-05std: Move libnative task count bookkeeping to stdAlex Crichton-2/+0
2014-03-04doc: use the newer faviconAdrien Tétar-1/+1
2014-02-27native: Improve windows file handlingAlex Crichton-0/+1
2014-02-14extern mod => extern crateAlex Crichton-2/+2
2014-02-06Add some doc examples to lib{green,native}Alex Crichton-1/+28
2014-02-03native: Require all results are used and fix falloutAlex Crichton-1/+3
2014-01-16Fixing a typo: bookeeping -> bookkeepingDerek Chiang-3/+3
2014-01-15register snapshotsDaniel Micay-24/+0
2014-01-12Bump version to 0.10-preBrian Anderson-1/+1
2014-01-09auto merge of #11360 : huonw/rust/stack_bounds, r=alexcrichtonbors-1/+17
2014-01-07doc: Add libgreen and libnative to the indexBrian Anderson-0/+3
2014-01-07std::rt: require known stack bounds for all tasks.Huon Wilson-1/+17
2014-01-06Register new snapshotsAlex Crichton-4/+1
2014-01-05Don't abort the process in native::startAlex Crichton-1/+2
2014-01-02Bump version to 0.9Brian Anderson-1/+1
2014-01-01Move task count bookeeping out of libstdAlex Crichton-8/+2
2013-12-26Register new snapshotsAlex Crichton-1/+0
2013-12-25Test fixes and rebase conflictsAlex Crichton-8/+5