summary refs log tree commit diff
path: root/src/libnative
AgeCommit message (Expand)AuthorLines
2014-02-03std: Fixing all documentationAlex Crichton-3/+4
2014-02-03native: Require all results are used and fix falloutAlex Crichton-22/+26
2014-02-03native: Remove io_error usageAlex Crichton-7/+4
2014-02-02libnative: fix epoll_event struct layoutBen Noordhuis-9/+10
2014-01-30Remove Times traitBrendan Zabarauskas-1/+1
2014-01-29auto merge of #11754 : alexcrichton/rust/unused-result, r=brsonbors-17/+15
2014-01-29Flag Result as #[must_use] and deal with fallout.Alex Crichton-17/+15
2014-01-29Removing do keyword from libnativeScott Lawrence-18/+18
2014-01-27Set SO_REUSEADDR by default in libnative.xales-0/+11
2014-01-26Removed all instances of XXX in preparation for relaxing of FIXME ruleSalem Talha-5/+5
2014-01-26std,extra: Make some types public and other private.Huon Wilson-1/+1
2014-01-24auto merge of #11748 : brson/rust/timerfdandroid, r=alexcrichtonbors-1/+2
2014-01-24auto merge of #11732 : luqmana/rust/native-getaddrinfo, r=alexcrichtonbors-11/+129
2014-01-24libnative: Avoid gai_strerror on windows.Luqman Aden-11/+28
2014-01-23auto merge of #11686 : mankyKitty/rust/rename-invert-to-flip-issue-10632, r=a...bors-1/+1
2014-01-23Update flip() to be rev().Sean Chalmers-1/+1
2014-01-23Rename Invert to Flip - Issue 10632Sean Chalmers-1/+1
2014-01-23Handle EINTR in epoll for native timersAlex Crichton-0/+1
2014-01-23native: Don't use timerfd on AndroidBrian Anderson-1/+2
2014-01-22auto merge of #11682 : thestinger/rust/vector, r=brsonbors-3/+3
2014-01-22libc: switch `free` to the proper signatureDaniel Micay-3/+3
2014-01-22Implement native timersAlex Crichton-1/+995
2014-01-22libnative: Implement get_host_addresses.Luqman Aden-11/+112
2014-01-21Remove unnecessary parentheses.Huon Wilson-2/+2
2014-01-17handle zero-size allocations correctlyDaniel Micay-2/+2
2014-01-16Fixing a typo: bookeeping -> bookkeepingDerek Chiang-10/+10
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-7/+26
2014-01-09Remove eof() from io::ReaderAlex Crichton-1/+0
2014-01-07doc: Add libgreen and libnative to the indexBrian Anderson-0/+3
2014-01-07auto merge of #11353 : alexcrichton/rust/improve-logging, r=brsonbors-1/+5
2014-01-07auto merge of #11348 : alexcrichton/rust/snapshots, r=brsonbors-3/+0
2014-01-07std::rt: require known stack bounds for all tasks.Huon Wilson-7/+26
2014-01-06Don't read forever on a file descriptorAlex Crichton-5/+5
2014-01-06Support arbitrary stdout/stderr/logger handlesAlex Crichton-2/+6
2014-01-06auto merge of #11334 : alexcrichton/rust/fix-native-tcp, r=pcwaltonbors-4/+4
2014-01-06Register new snapshotsAlex Crichton-4/+1
2014-01-06auto merge of #11315 : alexcrichton/rust/issue-11309, r=huonwbors-1/+5
2014-01-06Don't wait for a full buffer when reading TCPAlex Crichton-4/+4
2014-01-05Guarantee that native tasks wait for childrenAlex Crichton-1/+5
2014-01-05auto merge of #11313 : alexcrichton/rust/fix-native-failure, r=pcwaltonbors-1/+2
2014-01-05auto merge of #11304 : alexcrichton/rust/eintr, r=brsonbors-70/+108
2014-01-05Don't abort the process in native::startAlex Crichton-1/+2
2014-01-05Handle EINTR throughout libnativeAlex Crichton-70/+108
2014-01-04auto merge of #11306 : alexcrichton/rust/native-bounds, r=pcwaltonbors-5/+22
2014-01-04Add a stack_bounds function to the Runtime traitAlex Crichton-5/+22
2014-01-02Bump version to 0.9Brian Anderson-1/+1
2014-01-02auto merge of #11265 : c-a/rust/byteswap_from, r=alexcrichtonbors-6/+2
2014-01-01libnative: Use [from|to]_be16 instead of bswap16Carl-Anton Ingmarsson-6/+2