about summary refs log tree commit diff
path: root/src/liblibc
AgeCommit message (Expand)AuthorLines
2015-01-21rollup merge of #21414: ejjeong/aarch64-linux-androidAlex Crichton-2/+2
2015-01-20Initial support for aarch64-linux-androidEunji Jeong-2/+2
2015-01-19Fix HMODULEPeter Atashian-1/+2
2015-01-19Auto merge of #21267 - danslapman:master, r=alexcrichtonbors-4/+4
2015-01-17Set allow(unstable) in crates that use unstable featuresBrian Anderson-0/+1
2015-01-17Add note about libc::exit's unsafety.Steve Klabnik-0/+21
2015-01-17Fixes `join_multicast` on Windows #20381Daniil Smirnov-4/+4
2015-01-11powerpc: definition support for libcRicho Healey-7/+18
2015-01-09Merge pull request #20699 from vhbit/ios-archsbors-1/+1
2015-01-09iOS: preliminary 64-bit archs supportValerii Hiora-1/+1
2015-01-08rollup merge of #20754: nikomatsakis/int-featureAlex Crichton-0/+1
2015-01-08Remove warning from the libraries.Huon Wilson-0/+1
2015-01-08Improvements to feature stagingBrian Anderson-1/+1
2015-01-07rollup merge of #20708: aturon/new-int-modulesAlex Crichton-2/+0
2015-01-07Preliminary feature stagingBrian Anderson-0/+1
2015-01-07Register new snapshotsAlex Crichton-2/+0
2015-01-07libc: Prepare for movement to crates.ioAlex Crichton-21/+6
2015-01-06rollup merge of #20607: nrc/kindsAlex Crichton-1/+3
2015-01-06Register new snapshotsAlex Crichton-2/+1
2015-01-07markers -> markerNick Cameron-2/+2
2015-01-07Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`Nick Cameron-1/+3
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-115/+115
2015-01-03Initial version of AArch64 support.Akos Kiss-5/+64
2015-01-02More falloutNick Cameron-2/+2
2015-01-02Fallout - change array syntax to use `;`Nick Cameron-49/+49
2014-12-19Several fixes for DragonFly (rebase)Michael Neumann-0/+12
2014-12-18Make at_exit initialize lazilyAaron Turon-2/+2
2014-12-08librustc: Make `Copy` opt-in.Niko Matsakis-113/+135
2014-12-02liblibc: getsid() was missing though setsid() was already there.NODA, Kai-1/+2
2014-11-26rollup merge of #19329: steveklabnik/doc_style_cleanup2Alex Crichton-53/+51
2014-11-26/*! -> //!Steve Klabnik-53/+51
2014-11-25/** -> ///Steve Klabnik-14/+12
2014-11-20Fallout from libgreen and libnative removalAaron Turon-1/+0
2014-11-17Switch to purely namespaced enumsSteven Fackler-0/+2
2014-10-28Update code with new lint namesAaron Turon-2/+2
2014-10-24auto merge of #17896 : mahkoh/rust/intmax, r=alexcrichtonbors-0/+16
2014-10-12add intmaxJulian Orth-0/+16
2014-10-10auto merge of #17853 : alexcrichton/rust/issue-17718, r=pcwaltonbors-1770/+1770
2014-10-09Use the same html_root_url for all docsBrian Anderson-1/+1
2014-10-09Revert "Update html_root_url for 0.12.0 release"Brian Anderson-1/+1
2014-10-09libc: Convert all statics to constantAlex Crichton-1770/+1770
2014-10-07Update html_root_url for 0.12.0 releaseBrian Anderson-1/+1
2014-09-30Fix cfg warnings for liblibcSteven Fackler-108/+93
2014-09-25auto merge of #17466 : nikomatsakis/rust/oibt, r=pcwaltonbors-0/+2
2014-09-25Move checking of whether fields are Sized or not into wf / trait code.Niko Matsakis-0/+2
2014-09-24liblibc and libnative: send() should use const buffers.NODA, Kai-2/+2
2014-09-06readdir: return error instead of failing on invalid UTF-16Peter Atashian-4/+20
2014-09-04auto merge of #16982 : jbcrail/rust/comment-and-string-corrections, r=alexcri...bors-1/+1
2014-09-03Fix spelling errors and capitalization.Joseph Crail-1/+1
2014-09-03Fix some non-FFI-safe types in externsKeegan McAllister-1/+1