summary refs log tree commit diff
path: root/src/libnative
AgeCommit message (Expand)AuthorLines
2014-06-27Update to 0.11.0 0.11.0Alex Crichton-2/+2
2014-06-26librustc: Ensure that proc upvars have static lifetime.Patrick Walton-0/+4
2014-06-26rustrt: Reorganize task usageAlex Crichton-5/+3
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-2/+2
2014-06-24auto merge of #14963 : w3ln4/rust/master, r=alexcrichtonbors-3/+12
2014-06-24Added Mipsel architecture supportPawel Olzacki-3/+12
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-18Deprecate the bytes!() macro.Simon Sapin-4/+4
2014-06-18Revamp TaskBuilder APIAaron Turon-3/+41
2014-06-18Shorten endian conversion method namesBrendan Zabarauskas-4/+4
2014-06-18Merge the Bitwise and ByteOrder traits into the Int traitBrendan Zabarauskas-3/+2
2014-06-18Use ByteOrder methods instead of free-standing functionsBrendan Zabarauskas-4/+5
2014-06-17Mark all crates except std as experimentalBrian Anderson-0/+1
2014-06-16std: Improve pipe() functionalityAlex Crichton-85/+128
2014-06-16auto merge of #14900 : alexcrichton/rust/snapshots, r=huonwbors-55/+55
2014-06-16auto merge of #14715 : vhbit/rust/ios-pr2, r=alexcrichtonbors-4/+30
2014-06-15Register new snapshotsAlex Crichton-55/+55
2014-06-13Fix all violations of stronger guarantees for mutable borrowsCameron Zwarich-3/+2
2014-06-13Rolling up PRs in the queueAlex Crichton-10/+15
2014-06-12Basic iOS supportValerii Hiora-4/+30
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-4/+12
2014-06-10Fix more misspelled comments and strings.Joseph Crail-3/+3
2014-06-09Test fixes from rollupAlex Crichton-2/+2
2014-06-09native: add more info to the native unimplemented error.Huon Wilson-1/+1
2014-06-09std: Remove the as_utf16_p functionsAlex Crichton-146/+151
2014-06-08Mark relevant structs with repr(C)Jakub Wieczorek-0/+2
2014-06-08Remove the dead code identified by the new lintJakub Wieczorek-4/+10
2014-06-06libs: Fix miscellaneous fallout of librustrtAlex Crichton-134/+114
2014-06-06native: Deal with the rtio changesAlex Crichton-318/+313
2014-06-06rtio: Remove usage of `Path`Alex Crichton-10/+10
2014-06-05Fallout from the libcollections movementAlex Crichton-6/+9
2014-05-30windows: Allow snake_case errors for now.Kevin Butler-1/+3
2014-05-30lib{std,core,debug,rustuv,collections,native,regex}: Fix snake_case errors.Kevin Butler-1/+2
2014-05-29auto merge of #14487 : arielb1/rust/fix-13933, r=alexcrichtonbors-17/+23
2014-05-28auto merge of #14477 : alexcrichton/rust/issue-14456, r=brsonbors-52/+78
2014-05-28Issue #13933: Remove transmute_mut from IOAriel Ben-Yehuda-17/+23
2014-05-28auto merge of #14455 : crabtw/rust/mips, r=alexcrichtonbors-12/+56
2014-05-27Move std::{reflect,repr,Poly} to a libdebug crateAlex Crichton-0/+1
2014-05-27native: Ignore stdio fds with /dev/nullAlex Crichton-52/+78
2014-05-27std: Rename strbuf operations to stringRicho Healey-1/+1
2014-05-27std: Remove String's to_ownedRicho Healey-5/+5
2014-05-28fix MIPS targetJyun-Yan You-12/+56
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-6/+6
2014-05-23core: Finish stabilizing the `mem` module.Alex Crichton-5/+5
2014-05-22auto merge of #14357 : huonw/rust/spelling, r=pnkfelixbors-2/+2
2014-05-22auto merge of #14348 : alexcrichton/rust/doc.rust-lang.org, r=huonwbors-1/+1