| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2016-09-30 | Support emscripten in rustbuild | Brian Anderson | -1/+1 |
| 2016-09-30 | Patch panic_unwind to compile, but this is surely broken | Jan-Erik Rediger | -0/+6 |
| 2016-09-30 | Make the jsbackend an optional component | Jan-Erik Rediger | -1/+1 |
| 2016-09-30 | Configure LLVM to use js backend | Jan-Erik Rediger | -1/+5 |
| 2016-09-30 | Update E0220 error format | Jesus Garlea | -6/+10 |
| 2016-09-30 | Simplify logic around Context's root_path. | Corey Farwell | -14/+12 |
| 2016-09-30 | Migrate Item ➡ ItemType function to method. | Corey Farwell | -35/+35 |
| 2016-09-30 | Update E0035 to new error format | Guillaume Gomez | -2/+5 |
| 2016-09-30 | Haiku: Fix target triplet delimiter | Alex von Gluck IV | -2/+2 |
| 2016-09-30 | Auto merge of #36864 - steveklabnik:rollup, r=steveklabnik | bors | -76/+113 |
| 2016-09-30 | rustdoc: Fix documenting rustc-macro crates | Alex Crichton | -13/+50 |
| 2016-09-30 | Rollup merge of #36860 - wesleywiser:patch-2, r=Manishearth | Steve Klabnik | -0/+10 |
| 2016-09-30 | Rollup merge of #36851 - tmiasko:fix-read-until-docs, r=bluss | Steve Klabnik | -7/+3 |
| 2016-09-30 | Rollup merge of #36841 - GuillaumeGomez:process_doc, r=steveklabnik | Steve Klabnik | -1/+19 |
| 2016-09-30 | Rollup merge of #36833 - tmiasko:system-time-error, r=steveklabnik | Steve Klabnik | -1/+1 |
| 2016-09-30 | Rollup merge of #36810 - GuillaumeGomez:ops_doc, r=steveklabnik | Steve Klabnik | -15/+19 |
| 2016-09-30 | Rollup merge of #36750 - GuillaumeGomez:cmp_doc, r=steveklabnik | Steve Klabnik | -3/+6 |
| 2016-09-30 | Rollup merge of #36711 - pcn:patch-1, r=steveklabnik | Steve Klabnik | -1/+1 |
| 2016-09-30 | Rollup merge of #36623 - GuillaumeGomez:doc_typos, r=steveklabnik | Steve Klabnik | -30/+32 |
| 2016-09-30 | Rollup merge of #36576 - GuillaumeGomez:box_urls, r=steveklabnik | Steve Klabnik | -2/+6 |
| 2016-09-30 | Rollup merge of #36535 - GuillaumeGomez:macro_url, r=steveklabnik | Steve Klabnik | -3/+3 |
| 2016-09-30 | Rollup merge of #36529 - bluss:index-doc, r=GuillaumeGomez | Steve Klabnik | -13/+13 |
| 2016-09-30 | fix out-of-tree rustbuild | Tim Neumann | -7/+12 |
| 2016-09-30 | Fix another comment in test/incremental/hashes/enum_defs | Michael Woerister | -1/+1 |
| 2016-09-30 | Fix comment in test/incremental/hashes/enum_defs | Michael Woerister | -1/+1 |
| 2016-09-30 | Fixes requested by @michaelwoerister. | Andrea Pretto | -2/+2 |
| 2016-09-30 | Auto merge of #36823 - durka:discriminant_value, r=nagisa | bors | -0/+110 |
| 2016-09-30 | Add `Send` and `Sync` traits to the reference | Wesley Wiser | -0/+10 |
| 2016-09-30 | Auto merge of #36822 - Aatch:resolve-callee-expr, r=luqmana | bors | -1/+19 |
| 2016-09-30 | Fix BufRead::{read_until, read_line} documentation. | Tomasz Miąsko | -7/+3 |
| 2016-09-30 | Auto merge of #36819 - jseyfried:fix_ast_const_integer_ice, r=nrc | bors | -3/+22 |
| 2016-09-29 | Auto merge of #36557 - sfackler:fix-hashdos-docs, r=alexcrichton | bors | -8/+22 |
| 2016-09-30 | add println!() macro with out any arguments | 石博文 | -2/+12 |