summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-03-14testing: use default linker for appropriate platformsPaul Osborne
2016-03-14testing: move echo statement within docker run scriptPaul Osborne
2016-03-14libc: revert change to libc versionPaul Osborne
2016-03-13testing: docker tests now work on travisPaul Osborne
2016-03-13testing: first shot at testing with travis for arm, mips, android, ...Paul Osborne
2016-03-13testing: move to new posborne/rust-cross imagesPaul Osborne
2016-03-14Auto merge of #314 - fiveop:flags, r=kamalmarhubiHomu
2016-03-13Rename flags to conform to conventions.Philipp Matthias Schaefer
2016-03-13testing: fix gcc/linker paths for several targetsPaul Osborne
2016-03-13testing: export CC based on .cargo/config contentsPaul Osborne
2016-03-13testing: disable thread parallelization in docker testingPaul Osborne
2016-03-13testing: fix test exeuction paths with move to docker containerPaul Osborne
2016-03-13testing: disable some targets and continue running on failurePaul Osborne
2016-03-13testing: remove `set -x` from ci/run.shPaul Osborne
2016-03-13testing: allow the docker image to be overridenPaul Osborne
2016-03-13testing: switch to posborne/rust-crossPaul Osborne
2016-03-13testing: add documentation covering the basicsPaul Osborne
2016-03-13testing: configure linker via .cargo/configPaul Osborne
2016-03-13testing: add ci scripts to aid testing on more architectures/versionsPaul Osborne
2016-03-13Auto merge of #312 - kamalmarhubi:android-fix-termios, r=posborneHomu
2016-03-12android: Fix reference to libc::ioctlKamal Marhubi
2016-03-13Auto merge of #291 - kamalmarhubi:newtype-convention, r=@posborneHomu
2016-03-11conventions: Codify use of newtypesKamal Marhubi
2016-03-11Auto merge of #310 - fiveop:noffi, r=utkarshkukretiHomu
2016-03-11Use sigwait function from libc instead of own ffi function.Philipp Matthias Schaefer
2016-03-11Auto merge of #309 - alex-gulyas:update-signalfd, r=fiveopHomu
2016-03-11Auto merge of #288 - posborne:fix-libc-export, r=fiveopHomu
2016-03-11Auto merge of #301 - gabrielesvelto:master, r=kamalmarhubiHomu
2016-03-11libc: re-export libc properlyPaul Osborne
2016-03-10update signalfd to use libc typesAlex Gulyás
2016-03-11Auto merge of #304 - kamalmarhubi:uio-libc, r=posborneHomu
2016-03-10uio: Use bindings from libc instead of our ownKamal Marhubi
2016-03-09Auto merge of #302 - kamalmarhubi:test_sigwait, r=posborneHomu
2016-03-08tests: Disable test_sigwait on apple platformsKamal Marhubi
2016-03-09Auto merge of #293 - dhylands:gettid, r=kamalmarhubiHomu
2016-03-07Add gettidDave Hylands
2016-03-07Add support for MIPS targetsGabriele Svelto
2016-03-07Auto merge of #296 - kamalmarhubi:contributing-e-labels, r=posborneHomu
2016-03-06Add E-prefixed issue labels for level of experienceKamal Marhubi
2016-03-07Auto merge of #294 - kamalmarhubi:unistd-libc, r=@posborneHomu
2016-03-06unistd: Use bindings from libc instead of our ownKamal Marhubi
2016-03-06Auto merge of #295 - posborne:build-script-cleanup, r=kamalmarhubiHomu
2016-03-05test: clean up the test build scriptPaul Osborne
2016-03-06Auto merge of #292 - posborne:test-stability-improvements, r=kamalmarhubiHomu
2016-03-05testing: increase stability by removing thread parallelismPaul Osborne
2016-03-05Auto merge of #289 - fiveop:readme_link, r=kamalmarhubiHomu
2016-03-04Fix Travis-CI links.Philipp Matthias Schaefer
2016-03-01Set version to 0.5.1-preKamal Marhubi
2016-03-01Bump version to 0.5.0Kamal Marhubi
2016-03-01Auto merge of #285 - fiveop:use_libc, r=@kamalmarhubiHomu