summary refs log tree commit diff
path: root/src/libnative/lib.rs
AgeCommit message (Expand)AuthorLines
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
2013-12-24green: Properly wait for main before shutdownAlex Crichton-10/+15
2013-12-24Test fixes and rebase problemsAlex Crichton-0/+2
2013-12-24Finalize the green::Pool typeAlex Crichton-1/+4
2013-12-24native: Add tests and cleanup entry pointsAlex Crichton-15/+41
2013-12-24native: Introduce libnativeAlex Crichton-0/+61