summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2016-10-01Auto merge of #36840 - eulerdisk:incr_test_for_hash_enum, r=michaelwoeristerbors-0/+715
2016-10-01std: Correct stability attributes for some implementationsOliver Middleton-47/+88
2016-10-01Auto merge of #36828 - pnkfelix:update-compiler-rt, r=dotdashbors-0/+0
2016-10-01std: Remove plattform-specific code from os_strBrian Anderson-11/+0
2016-10-01std: Move platform specific stdio code into sysBrian Anderson-5/+6
2016-10-01std: Move platform specific memchr code into sysBrian Anderson-271/+309
2016-10-01std: Move platform specific env code into sysBrian Anderson-183/+203
2016-10-01std: Move platform specific path code into sysBrian Anderson-126/+141
2016-10-01Auto merge of #36885 - Manishearth:rollup, r=Manishearthbors-88/+150
2016-10-01Rollup merge of #34764 - pnkfelix:attrs-on-generic-formals, r=eddybManish Goregaokar-14/+389
2016-10-01Rollup merge of #36599 - jonas-schievink:whats-a-pirates-favorite-data-struct...Manish Goregaokar-156/+121
2016-10-01Rollup merge of #35874 - CensoredUsername:stmt_let_typed_fix, r=ManishearthManish Goregaokar-4/+4
2016-10-01Rollup merge of #36882 - jseyfried:fix_36881, r=eddybManish Goregaokar-1/+15
2016-10-01Rollup merge of #36880 - durka:debug-unsized-ptr, r=blussManish Goregaokar-2/+5
2016-10-01Rollup merge of #36877 - solson:rustc-version-build-issue, r=eddybManish Goregaokar-10/+9
2016-10-01Rollup merge of #36873 - GuillaumeGomez:e0035_e0036, r=jonathandturnerManish Goregaokar-24/+72
2016-10-01Rollup merge of #36872 - frewsxcv:rustdoc, r=GuillaumeGomezManish Goregaokar-49/+47
2016-10-01Rollup merge of #36865 - kallisti5:master, r=brsonManish Goregaokar-2/+2
2016-10-01Auto merge of #36824 - kali:master, r=alexcrichtonbors-5/+27
2016-10-01Fix `module_to_string`.Jeffrey Seyfried-1/+15
2016-09-30Auto merge of #36339 - brson:emscripten-new, r=alexcrichtonbors-209/+589
2016-10-01impl Debug for raw pointers to unsized dataAlex Burka-2/+5
2016-09-30Auto merge of #36866 - alexcrichton:fix-hash-again, r=eddybbors-11/+76
2016-09-30Fix RUSTC_VERSION for 'documenting' build stage.Scott Olson-10/+9
2016-09-30Update E0370 to new error formatGuillaume Gomez-20/+54
2016-09-30Update E0036 to new error formatGuillaume Gomez-3/+14
2016-09-30rustc: More fixes for arch-independent hashingAlex Crichton-11/+76
2016-09-30Don't build any native compiler-builtin components for emscriptenBrian Anderson-0/+13
2016-09-30Build a dummy alloc_jemalloc crate on platforms that don't support itBrian Anderson-117/+180
2016-09-30Document emscripten's unwind impl and remove unused functionBrian Anderson-6/+8
2016-09-30Cleanup bootstrapBrian Anderson-8/+8
2016-09-30Unignore some working emscripten testsBrian Anderson-7/+0
2016-09-30Call emcc with ERROR_ON_UNDEFINED_SYMBOLSBrian Anderson-8/+28
2016-09-30rustbuild: Only build 'dist' when building the hostBrian Anderson-1/+3
2016-09-30Ignore various entire test modules on emscriptenBrian Anderson-125/+11
2016-09-30Rewrite emscripten unwinding to use libcxxBrian Anderson-12/+93
2016-09-30Ignore another emscripten test because missing intrinsicsBrian Anderson-0/+2
2016-09-30Update bootstrap and compiletest to use the detected nodejsBrian Anderson-2/+11
2016-09-30Change the sigs of set_print/set_panic to allow restoring the default objectsBrian Anderson-18/+14
2016-09-30Ignore entire test modules on emscripten instead of individual testsBrian Anderson-132/+10
2016-09-30TidyBrian Anderson-6/+8
2016-09-30Update LLVM with fastcomp patchesBrian Anderson-1/+1
2016-09-30Ignore all debuginfo tests on emscriptenBrian Anderson-1/+8
2016-09-30Ignore lots and lots of std tests on emscriptenBrian Anderson-0/+255
2016-09-30Improve bootstrap crate testing for emscriptenBrian Anderson-3/+14
2016-09-30Update libtest for single-threaded emscripten supportBrian Anderson-16/+53
2016-09-30Preliminary wasm32 supportBrian Anderson-18/+83
2016-09-30Adding ignore-emscripten to failing tests.Ross Schulman-0/+27
2016-09-30Adapting bootstrap to run tests on asmjs.Ross Schulman-1/+22
2016-09-30Update gcc-rs for emscriptenBrian Anderson-24/+24