about summary refs log tree commit diff
path: root/src/liblibc/lib.rs
AgeCommit message (Expand)AuthorLines
2014-07-11Update doc URLs for version bumpBrian Anderson-1/+1
2014-07-09Register new snapshotsAlex Crichton-2/+0
2014-07-05Add #[crate_name] attributes as necessaryAlex Crichton-1/+3
2014-07-02Merge remote-tracking branch 'origin/master' into 0.11.0-releaseAlex Crichton-195/+222
2014-06-28Rename all raw pointers as necessaryAlex Crichton-195/+222
2014-06-27Update to 0.11.0 0.11.0Alex Crichton-1/+5
2014-06-24auto merge of #14963 : w3ln4/rust/master, r=alexcrichtonbors-0/+8
2014-06-24Added Mipsel architecture supportPawel Olzacki-0/+8
2014-06-18fix signatures of mmap-related functions from libcDaniel Micay-10/+10
2014-06-16fix typo in the libc crateDaniel Micay-2/+2
2014-06-16std: Improve pipe() functionalityAlex Crichton-2/+2
2014-06-12Basic iOS supportValerii Hiora-0/+13
2014-06-10Fix more misspelled comments and strings.Joseph Crail-2/+2
2014-06-06libs: Fix miscellaneous fallout of librustrtAlex Crichton-1/+6
2014-06-04libc: only provide an rlib.Huon Wilson-1/+3
2014-05-30windows: Allow snake_case errors for now.Kevin Butler-1/+2
2014-05-28auto merge of #14477 : alexcrichton/rust/issue-14456, r=brsonbors-2/+7
2014-05-27native: Ignore stdio fds with /dev/nullAlex Crichton-2/+7
2014-05-28fix MIPS targetJyun-Yan You-0/+46
2014-05-13io: Implement process wait timeoutsAlex Crichton-17/+1
2014-05-13Use Get/FreeEnvironmentStringsW instead of Get/FreeEnvironmentStringsAPhil Ruffwind-3/+3
2014-05-13Use CreateProcessW instead of CreateProcessAPhil Ruffwind-5/+6
2014-05-12auto merge of #13919 : thomaslee/rust/thomaslee_proposed_tcpstream_open, r=al...bors-0/+11
2014-05-12Fix field ordering of addrinfo struct on AndroidTom Lee-0/+11
2014-05-12Add the patch number to version strings. Closes #13289Brian Anderson-1/+1
2014-05-12auto merge of #13932 : MrAlert/rust/win-compat, r=brsonbors-11/+4
2014-05-10Reexport wchar_t, c_scharManish Goregaokar-2/+2
2014-05-07std: Add close_{read,write}() methods to I/OAlex Crichton-1/+5
2014-05-04Implement fallbacks for functions unavailable in older versions of WindowsAlan Williams-11/+4
2014-04-29rustc: Add search paths to dylib load pathsAlex Crichton-1/+1
2014-04-24std: Add timeouts to unix connect/acceptAlex Crichton-1/+1
2014-04-19std: Add an experimental connect_timeout functionAlex Crichton-5/+10
2014-04-16This is a Windows specific fix in libc. According to MSDN, the GUIDiancormac84-2/+2
2014-04-16auto merge of #13454 : brson/rust/noglobs, r=alexcrichtonbors-61/+147
2014-04-15Remove usage of private enum variantsAlex Crichton-2/+2
2014-04-15libc: Deglob reexports. #11870Brian Anderson-61/+147
2014-04-10rustc: Don't succeed on shadowed nonexistent importAlex Crichton-1/+1
2014-04-08Register new snapshotsAlex Crichton-8/+1
2014-04-05rustc: Pass --enable-long-section-names to gccAlex Crichton-0/+7
2014-04-04Fix fallout from std::libc separationCorey Richardson-45/+29
2014-04-04Change how the readdir/opendir hack worksCorey Richardson-10/+6
2014-04-04Remove libc from stdCorey Richardson-0/+4323