]> git.lizzy.rs Git - rust.git/history - src/libnative/io/c_unix.rs
auto merge of #17654 : gereeter/rust/no-unnecessary-cell, r=alexcrichton
[rust.git] / src / libnative / io / c_unix.rs
2014-10-01 borsauto merge of #17654 : gereeter/rust/no-unnecessary...
2014-10-01 borsauto merge of #17653 : kaini/rust/master, r=alexcrichton
2014-10-01 borsauto merge of #17630 : sfackler/rust/cfg-warnings,...
2014-09-30 Steven FacklerFix libnative
2014-09-17 Alex Crichtonrollup merge of #17326 : brson/wintest
2014-08-31 Alex Crichtonrollup merge of #16840 : huonw/feature-has-added
2014-08-30 borsauto merge of #16393 : SimonSapin/rust/patch-9, r=steve...
2014-08-30 borsauto merge of #16598 : bkoropoff/rust/import-shadow...
2014-08-28 borsauto merge of #16626 : ruud-v-a/rust/duration-reform...
2014-08-24 borsauto merge of #16646 : P1start/rust/trailing-commas...
2014-08-23 borsauto merge of #16612 : nham/rust/twoway_searcher_fix...
2014-08-22 borsauto merge of #16663 : Gankro/rust/heapify, r=alexcrichton
2014-08-22 borsauto merge of #16651 : vks/rust/fix-bitv-bench, r=alexc...
2014-08-22 borsauto merge of #16656 : luqmana/rust/ucmla, r=pcwalton
2014-08-22 borsauto merge of #16655 : pcwalton/rust/unboxed-closures...
2014-08-22 borsauto merge of #16653 : steveklabnik/rust/module_wording...
2014-08-22 borsauto merge of #16647 : vhbit/rust/ios-build-fixes,...
2014-08-22 borsauto merge of #16639 : pcwalton/rust/unboxed-closures...
2014-08-22 borsauto merge of #16509 : luqmana/rust/uw, r=alexcrichton
2014-08-22 borsauto merge of #16512 : wickerwaka/rust/getopt-16348...
2014-08-21 borsauto merge of #16637 : pcwalton/rust/unboxed-closures...
2014-08-21 borsauto merge of #16635 : steveklabnik/rust/ordering_comme...
2014-08-21 borsauto merge of #16601 : cybergeek94/rust/master, r=alexc...
2014-08-21 borsauto merge of #16499 : cmr/rust/struct-undef-repr,...
2014-08-21 Corey Richardsonlibgreen: use FFI-safe types
2014-08-21 Corey Richardsonliblibc: don't use int/uint for intptr_t/uintptr_t
2014-08-21 Corey RichardsonAdd #[repr(C)] to all the things!
2014-08-11 borsauto merge of #15410 : LemmingAvalanche/rust/patch...
2014-08-06 borsauto merge of #15985 : jfager/rust/r6334, r=pnkfelix
2014-08-06 borsauto merge of #15865 : jamesrhurst/rust/ctags-regex...
2014-08-04 borsauto merge of #15986 : Florob/rust/nfKc-new, r=alexcrichton
2014-08-02 borsauto merge of #16128 : steveklabnik/rust/speed_faq...
2014-08-01 borsauto merge of #15992 : steveklabnik/rust/guide_testing...
2014-08-01 borsauto merge of #16102 : zwarich/rust/borrowck-unboxed...
2014-08-01 borsauto merge of #16157 : alexcrichton/rust/rustdoc-tests...
2014-08-01 borsauto merge of #16141 : alexcrichton/rust/rollup, r...
2014-07-31 borsauto merge of #15399 : kballard/rust/rewrite_local_data...
2014-07-31 borsauto merge of #16041 : treeman/rust/doc-rand, r=brson
2014-07-31 borsauto merge of #15999 : Kimundi/rust/fix_folder, r=nikom...
2014-07-31 borsauto merge of #16073 : mneumann/rust/dragonfly2, r...
2014-07-29 Michael NeumannPort Rust to DragonFlyBSD
2014-07-08 borsauto merge of #14832 : alexcrichton/rust/no-rpath,...
2014-07-02 borsauto merge of #15222 : alexcrichton/rust/relnotes,...
2014-07-02 Alex CrichtonMerge remote-tracking branch 'origin/master' into 0...
2014-06-30 borsauto merge of #15237 : zzmp/rust/feat/markdown-in-crate...
2014-06-29 borsauto merge of #15249 : aochagavia/rust/rand, r=huonw
2014-06-29 borsauto merge of #15241 : arjantop/rust/maybeownedvector...
2014-06-28 borsauto merge of #15210 : luqmana/rust/windoc, r=alexcrichton
2014-06-28 borsauto merge of #15208 : alexcrichton/rust/snapshots...
2014-06-28 Alex CrichtonRename all raw pointers as necessary
2014-06-27 borsauto merge of #15166 : zookoatleastauthoritycom/rust...
2014-06-26 borsauto merge of #15197 : omasanori/rust/doc-fix, r=alexcr...
2014-06-25 borsauto merge of #15121 : steveklabnik/rust/matching_docs...
2014-06-25 borsauto merge of #15165 : zookoatleastauthoritycom/rust...
2014-06-25 borsauto merge of #15160 : alexcrichton/rust/remove-f128...
2014-06-25 borsauto merge of #15163 : alexcrichton/rust/rollup, r...
2014-06-25 Niko Matsakislibrustc: Remove the fallback to `int` from typechecking.
2014-06-24 borsauto merge of #15118 : stepancheg/rust/concat, r=alexcr...
2014-06-24 borsauto merge of #15114 : ben0x539/rust/run-make-libpath...
2014-06-24 borsauto merge of #15071 : tomjakubowski/rust/fix-15052...
2014-06-24 borsauto merge of #14963 : w3ln4/rust/master, r=alexcrichton
2014-06-24 Pawel OlzackiAdded Mipsel architecture support
2014-06-18 borsauto merge of #14854 : jakub-/rust/issue-10991, r=pcwalton
2014-06-17 borsauto merge of #14818 : tomjakubowski/rust/emacs-attribu...
2014-06-17 borsauto merge of #14855 : TeXitoi/rust/relicense-shootout...
2014-06-16 borsauto merge of #14852 : TeXitoi/rust/relicense-shootout...
2014-06-16 borsauto merge of #14877 : Seldaek/rust/commdocs, r=alexcri...
2014-06-16 borsauto merge of #14882 : pcwalton/rust/drop-underscore...
2014-06-16 borsauto merge of #14932 : Sawyer47/rust/json-smallfix...
2014-06-16 borsauto merge of #14906 : P1start/rust/rustdoc-lifetimes...
2014-06-16 borsauto merge of #14900 : alexcrichton/rust/snapshots...
2014-06-16 borsauto merge of #14715 : vhbit/rust/ios-pr2, r=alexcrichton
2014-06-12 Valerii HioraBasic iOS support
2014-05-29 borsauto merge of #14483 : ahmedcharles/rust/patbox, r...
2014-05-29 borsauto merge of #14472 : huonw/rust/native-lib-warnings...
2014-05-29 borsauto merge of #14477 : alexcrichton/rust/issue-14456...
2014-05-29 borsauto merge of #14451 : alexcrichton/rust/issue-14442...
2014-05-29 borsauto merge of #14476 : luqmana/rust/docs, r=alexcrichton
2014-05-28 borsauto merge of #14465 : Ryman/rust/patch-1, r=alexcrichton
2014-05-28 borsauto merge of #14464 : Sawyer47/rust/issue-12925, r...
2014-05-28 borsauto merge of #13738 : buttslol/rust/armv7-support...
2014-05-28 borsauto merge of #14437 : Sawyer47/rust/utf16-items, r...
2014-05-28 borsauto merge of #14463 : SergioBenitez/rust/deprecation...
2014-05-28 borsauto merge of #14459 : seanmonstar/rust/select-docs...
2014-05-28 borsauto merge of #14455 : crabtw/rust/mips, r=alexcrichton
2014-05-27 Jyun-Yan Youfix MIPS target
2014-05-20 borsauto merge of #13975 : nikomatsakis/rust/issue-13794...
2014-05-19 borsauto merge of #14122 : dagitses/rust/master, r=alexcrichton
2014-05-15 borsauto merge of #14198 : thestinger/rust/valgrind, r...
2014-05-15 borsauto merge of #14133 : db48x/rust/ord-for-mut-refs...
2014-05-14 borsauto merge of #14086 : Ryman/rust/resolve_error_suggest...
2014-05-14 borsauto merge of #14009 : jcmoyer/rust/bitflags-complement...
2014-05-14 borsauto merge of #14186 : omasanori/rust/suppress-warnings...
2014-05-14 borsauto merge of #14178 : alexcrichton/rust/more-ignores...
2014-05-14 borsauto merge of #13127 : kballard/rust/read_at_least...
2014-05-14 borsauto merge of #14187 : alexcrichton/rust/rollup, r...
2014-05-14 Alex Crichtonio: Implement process wait timeouts
2014-05-12 borsauto merge of #13932 : MrAlert/rust/win-compat, r=brson
2014-05-12 borsauto merge of #13922 : Rufflewind/rust/patch-1, r=pnkfelix
2014-05-09 borsauto merge of #14025 : tbrooks8/rust/big_uint_doc,...
next