summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Auto merge of #1274 - gnzlbg:clean_libctest_apple, r=gnzlbg0.2.49bors2019-02-2214-132/+269
|\
| * Clean libc-test for apple targetsgnzlbg2019-02-2214-132/+269
* | Auto merge of #1270 - gnzlbg:no_extern_std, r=gnzlbgbors2019-02-221-3/+0
|\ \ | |/ |/|
| * Do not import the std library with use_stdgnzlbg2019-02-221-3/+0
* | Auto merge of #1269 - gnzlbg:fix_cp_pub, r=gnzlbgbors2019-02-221-3/+3
|\ \ | |/ |/|
| * Unnecessary pub use when private module use is availablegnzlbg2019-02-211-3/+3
|/
* Auto merge of #1268 - alexcrichton:fix-features, r=gnzlbgbors2019-02-211-9/+3
|\
| * Fix build of `rustc-dep-of-std` featureAlex Crichton2019-02-211-9/+3
|/
* Auto merge of #1248 - Ralith:flowinfo, r=gnzlbgbors2019-02-212-1/+18
|\
| * Expose IPV6_FLOW* on LinuxBenjamin Saunders2019-02-082-1/+18
* | Fix broken links in READMEgnzlbg2019-02-212-5/+10
* | Fix typo in README; do not generate .nojekyll file in gh-pages branchgnzlbg2019-02-212-2/+2
* | Auto merge of #1263 - gnzlbg:no_core_build, r=gnzlbgbors2019-02-2013-470/+356
|\ \
| * | Speed up documentation build by using cargo when possiblegnzlbg2019-02-202-3/+10
| * | Do not try to build documentation for apple targets from Linuxgnzlbg2019-02-201-6/+16
| * | Re-enable target-specific docsgnzlbg2019-02-202-3/+8
| * | Retry downloading artifacts to prevent spurious failures due to network issuesgnzlbg2019-02-202-10/+12
| * | Remove the CMSG_ APIs from bitriggnzlbg2019-02-205-75/+101
| * | cross-compile to the gnu windows targets on nightly with libstdgnzlbg2019-02-201-2/+2
| * | Only fetch std component when there is something to fetchgnzlbg2019-02-201-15/+12
| * | Make the build script fail fastergnzlbg2019-02-202-5/+4
| * | The armv7r targets are not available on nightlygnzlbg2019-02-201-2/+2
| * | Run xargo only on Linuxgnzlbg2019-02-201-3/+3
| * | Remove more documentation cruftgnzlbg2019-02-203-12/+2
| * | Fix bitrig buildgnzlbg2019-02-203-36/+57
| * | Fix use of std:: in the OpenBSD-like modulegnzlbg2019-02-202-29/+29
| * | Fix unclosed delimiter in openbsdgnzlbg2019-02-201-0/+1
| * | Libcore fails to build for sparc-unknown-linux-gnugnzlbg2019-02-201-1/+2
| * | Remove non-existent uclib targetsgnzlbg2019-02-201-2/+0
| * | Fix Haiku buildgnzlbg2019-02-201-23/+26
| * | Fix DragonflyBSD buildgnzlbg2019-02-201-52/+59
| * | Test that targets without a libstd component build on CI using xargognzlbg2019-02-203-276/+95
|/ /
* | Auto merge of #1261 - glebpom:master, r=gnzlbgbors2019-02-205-1/+203
|\ \
| * | Properly implement Debug for AF_ALG structuresGleb Pomykalov2019-02-202-4/+4
| * | Revert "Improve Debug for AF_ALG structures"Gleb Pomykalov2019-02-202-4/+4
| * | Improve Debug for AF_ALG structuresGleb Pomykalov2019-02-192-4/+4
| * | Uncomment salg_type from socket_alg debug_structGleb Pomykalov2019-02-192-2/+2
| * | Add comment on ALG_SET_AEAD_* exclusionGleb Pomykalov2019-02-191-0/+1
| * | Ignore ALG_SET_AEAD_* constants on MUSL testsGleb Pomykalov2019-02-191-0/+2
| * | fix unsafe blocksGleb Pomykalov2019-02-192-8/+14
| * | fix as_slice for af_alg_ivGleb Pomykalov2019-02-192-4/+8
| * | improve namingGleb Pomykalov2019-02-182-8/+8
| * | Remove empty linesGleb Pomykalov2019-02-181-2/+0
| * | Implement traits for af_alg_ivGleb Pomykalov2019-02-182-6/+60
| * | remove SOL_ALG from android (already defined in notbsd)Gleb Pomykalov2019-02-181-1/+0
| * | fix missprintGleb Pomykalov2019-02-182-2/+2
| * | Move AF_ALG constants and structs to both android and linuxGleb Pomykalov2019-02-183-80/+135
| * | Include if_alg.h. Limit AF_ALG constants to only linux and android.Gleb Pomykalov2019-02-182-13/+74
| * | fixed some build errorsGleb Pomykalov2019-02-182-14/+13
| * | Add AF_ALG constants and structuresGleb Pomykalov2019-02-181-0/+23