summary refs log tree commit diff
path: root/src/libnative
AgeCommit message (Expand)AuthorLines
2014-03-31Bump version to 0.10Alex Crichton-1/+1
2014-03-30Removed deprecated functions `map` and `flat_map` for vectors and slices.Marvin Löbel-2/+4
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-9/+9
2014-03-28auto merge of #13158 : alexcrichton/rust/issue-13123, r=brsonbors-0/+18
2014-03-28native: Ignore SIGPIPE by defaultAlex Crichton-0/+18
2014-03-28native: Use WNOHANG before signalingAlex Crichton-23/+58
2014-03-27doc: Update the tutorial about bounds for traitsAlex Crichton-8/+8
2014-03-27Fix fallout of removing default boundsAlex Crichton-52/+53
2014-03-25libstd: Document the following modules:Patrick Walton-2/+3
2014-03-24auto merge of #12900 : alexcrichton/rust/rewrite-sync, r=brsonbors-5/+5
2014-03-24auto merge of #13080 : alexcrichton/rust/possible-osx-deadlock, r=brsonbors-107/+105
2014-03-23std: Move NativeMutex from &mut self to &selfAlex Crichton-4/+4
2014-03-23Snapshot cleanupAlex Crichton-1/+1
2014-03-23Register new snapshotsFlavio Percoco-1/+0
2014-03-22native: Fix a possible deadlock in spawnAlex Crichton-107/+105
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-2/+0
2014-03-20rename std::vec_ng -> std::vecDaniel Micay-1/+1
2014-03-20rename std::vec -> std::sliceDaniel Micay-9/+8
2014-03-15Test fixes and rebase conflictsAlex Crichton-1/+1
2014-03-15log: Introduce liblog, the old std::loggingAlex Crichton-16/+5
2014-03-13auto merge of #12861 : huonw/rust/lint-owned-vecs, r=thestingerbors-0/+1
2014-03-13auto merge of #12855 : alexcrichton/rust/shutdown, r=brsonbors-0/+5
2014-03-14lint: add lint for use of a `~[T]`.Huon Wilson-0/+1
2014-03-13io: Bind to shutdown() for TCP streamsAlex Crichton-0/+5
2014-03-13std: Rename Chan/Port types and constructorAlex Crichton-106/+103
2014-03-12Remove remaining nolink usages.(fixes #12810)lpy-1/+0
2014-03-05std: Move libnative task count bookkeeping to stdAlex Crichton-52/+3
2014-03-05native: Fix usage of a deallocated mutexAlex Crichton-16/+14
2014-03-05native: Move from usleep() to nanosleep()Alex Crichton-6/+20
2014-03-05native: Stop using readdir()Alex Crichton-5/+11
2014-03-04auto merge of #12667 : Kimundi/rust/any_improv, r=cmrbors-0/+1
2014-03-04Cleaned up `std::any`Marvin Löbel-0/+1
2014-03-04doc: use the newer faviconAdrien Tétar-1/+1
2014-02-28auto merge of #12616 : alexcrichton/rust/size, r=huonwbors-2/+2
2014-02-28std: Avoid using "{:?}" in format stringsAlex Crichton-2/+2
2014-03-01Publicise types/add #[allow(visible_private_types)] to a variety of places.Huon Wilson-0/+2
2014-02-27native: Recognize EISDIRAlex Crichton-0/+8
2014-02-27rustc: Use libnative for the compilerAlex Crichton-0/+1
2014-02-27native: Improve windows file handlingAlex Crichton-1018/+1125
2014-02-24auto merge of #12445 : huonw/rust/less-unsafe, r=alexcrichtonbors-10/+10
2014-02-23Roll std::run into std::io::processAlex Crichton-36/+65
2014-02-24native: be more const correct with the FFI calls.Huon Wilson-8/+8
2014-02-24green,native,rustuv: Replace many pointer `transmute`'s with `as` or referenc...Huon Wilson-2/+2
2014-02-23auto merge of #12311 : brson/rust/unstable, r=alexcrichtonbors-3/+3
2014-02-23std: Move unstable::stack to rt::stackBrian Anderson-1/+1
2014-02-23std: Move intrinsics to std::intrinsics.Brian Anderson-2/+2
2014-02-23Move std::{trie, hashmap} to libcollectionsAlex Crichton-17/+36
2014-02-21Changed NonCamelCaseTypes lint to warn by defaultmr.Shu-4/+15