| Age | Commit message (Expand) | Author | Lines |
| 2016-10-01 | Auto merge of #36840 - eulerdisk:incr_test_for_hash_enum, r=michaelwoerister | bors | -0/+715 |
| 2016-10-01 | std: Correct stability attributes for some implementations | Oliver Middleton | -47/+88 |
| 2016-10-01 | Auto merge of #36828 - pnkfelix:update-compiler-rt, r=dotdash | bors | -0/+0 |
| 2016-10-01 | std: Remove plattform-specific code from os_str | Brian Anderson | -11/+0 |
| 2016-10-01 | std: Move platform specific stdio code into sys | Brian Anderson | -5/+6 |
| 2016-10-01 | std: Move platform specific memchr code into sys | Brian Anderson | -271/+309 |
| 2016-10-01 | std: Move platform specific env code into sys | Brian Anderson | -183/+203 |
| 2016-10-01 | std: Move platform specific path code into sys | Brian Anderson | -126/+141 |
| 2016-10-01 | Auto merge of #36885 - Manishearth:rollup, r=Manishearth | bors | -88/+150 |
| 2016-10-01 | Rollup merge of #34764 - pnkfelix:attrs-on-generic-formals, r=eddyb | Manish Goregaokar | -14/+389 |
| 2016-10-01 | Rollup merge of #36599 - jonas-schievink:whats-a-pirates-favorite-data-struct... | Manish Goregaokar | -156/+121 |
| 2016-10-01 | Rollup merge of #35874 - CensoredUsername:stmt_let_typed_fix, r=Manishearth | Manish Goregaokar | -4/+4 |
| 2016-10-01 | Rollup merge of #36882 - jseyfried:fix_36881, r=eddyb | Manish Goregaokar | -1/+15 |
| 2016-10-01 | Rollup merge of #36880 - durka:debug-unsized-ptr, r=bluss | Manish Goregaokar | -2/+5 |
| 2016-10-01 | Rollup merge of #36877 - solson:rustc-version-build-issue, r=eddyb | Manish Goregaokar | -10/+9 |
| 2016-10-01 | Rollup merge of #36873 - GuillaumeGomez:e0035_e0036, r=jonathandturner | Manish Goregaokar | -24/+72 |
| 2016-10-01 | Rollup merge of #36872 - frewsxcv:rustdoc, r=GuillaumeGomez | Manish Goregaokar | -49/+47 |
| 2016-10-01 | Rollup merge of #36865 - kallisti5:master, r=brson | Manish Goregaokar | -2/+2 |
| 2016-10-01 | Auto merge of #36824 - kali:master, r=alexcrichton | bors | -5/+27 |
| 2016-10-01 | Fix `module_to_string`. | Jeffrey Seyfried | -1/+15 |
| 2016-09-30 | Auto merge of #36339 - brson:emscripten-new, r=alexcrichton | bors | -209/+589 |
| 2016-10-01 | impl Debug for raw pointers to unsized data | Alex Burka | -2/+5 |
| 2016-09-30 | Auto merge of #36866 - alexcrichton:fix-hash-again, r=eddyb | bors | -11/+76 |
| 2016-09-30 | Fix RUSTC_VERSION for 'documenting' build stage. | Scott Olson | -10/+9 |
| 2016-09-30 | Update E0370 to new error format | Guillaume Gomez | -20/+54 |
| 2016-09-30 | Update E0036 to new error format | Guillaume Gomez | -3/+14 |
| 2016-09-30 | rustc: More fixes for arch-independent hashing | Alex Crichton | -11/+76 |
| 2016-09-30 | Don't build any native compiler-builtin components for emscripten | Brian Anderson | -0/+13 |
| 2016-09-30 | Build a dummy alloc_jemalloc crate on platforms that don't support it | Brian Anderson | -117/+180 |
| 2016-09-30 | Document emscripten's unwind impl and remove unused function | Brian Anderson | -6/+8 |
| 2016-09-30 | Cleanup bootstrap | Brian Anderson | -8/+8 |
| 2016-09-30 | Unignore some working emscripten tests | Brian Anderson | -7/+0 |
| 2016-09-30 | Call emcc with ERROR_ON_UNDEFINED_SYMBOLS | Brian Anderson | -8/+28 |
| 2016-09-30 | rustbuild: Only build 'dist' when building the host | Brian Anderson | -1/+3 |
| 2016-09-30 | Ignore various entire test modules on emscripten | Brian Anderson | -125/+11 |
| 2016-09-30 | Rewrite emscripten unwinding to use libcxx | Brian Anderson | -12/+93 |
| 2016-09-30 | Ignore another emscripten test because missing intrinsics | Brian Anderson | -0/+2 |
| 2016-09-30 | Update bootstrap and compiletest to use the detected nodejs | Brian Anderson | -2/+11 |
| 2016-09-30 | Change the sigs of set_print/set_panic to allow restoring the default objects | Brian Anderson | -18/+14 |
| 2016-09-30 | Ignore entire test modules on emscripten instead of individual tests | Brian Anderson | -132/+10 |
| 2016-09-30 | Tidy | Brian Anderson | -6/+8 |
| 2016-09-30 | Update LLVM with fastcomp patches | Brian Anderson | -1/+1 |
| 2016-09-30 | Ignore all debuginfo tests on emscripten | Brian Anderson | -1/+8 |
| 2016-09-30 | Ignore lots and lots of std tests on emscripten | Brian Anderson | -0/+255 |
| 2016-09-30 | Improve bootstrap crate testing for emscripten | Brian Anderson | -3/+14 |
| 2016-09-30 | Update libtest for single-threaded emscripten support | Brian Anderson | -16/+53 |
| 2016-09-30 | Preliminary wasm32 support | Brian Anderson | -18/+83 |
| 2016-09-30 | Adding ignore-emscripten to failing tests. | Ross Schulman | -0/+27 |
| 2016-09-30 | Adapting bootstrap to run tests on asmjs. | Ross Schulman | -1/+22 |
| 2016-09-30 | Update gcc-rs for emscripten | Brian Anderson | -24/+24 |