about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
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
2016-09-30Support emscripten in rustbuildBrian Anderson-1/+1
2016-09-30Patch panic_unwind to compile, but this is surely brokenJan-Erik Rediger-0/+6
2016-09-30Make the jsbackend an optional componentJan-Erik Rediger-1/+1
2016-09-30Configure LLVM to use js backendJan-Erik Rediger-1/+5
2016-09-30Update E0220 error formatJesus Garlea-6/+10
2016-09-30Simplify logic around Context's root_path.Corey Farwell-14/+12
2016-09-30Migrate Item ➡ ItemType function to method.Corey Farwell-35/+35
2016-09-30Update E0035 to new error formatGuillaume Gomez-2/+5
2016-09-30Haiku: Fix target triplet delimiterAlex von Gluck IV-2/+2
2016-09-30Auto merge of #36864 - steveklabnik:rollup, r=steveklabnikbors-76/+113
2016-09-30rustdoc: Fix documenting rustc-macro cratesAlex Crichton-13/+50
2016-09-30Rollup merge of #36860 - wesleywiser:patch-2, r=ManishearthSteve Klabnik-0/+10
2016-09-30Rollup merge of #36851 - tmiasko:fix-read-until-docs, r=blussSteve Klabnik-7/+3
2016-09-30Rollup merge of #36841 - GuillaumeGomez:process_doc, r=steveklabnikSteve Klabnik-1/+19
2016-09-30Rollup merge of #36833 - tmiasko:system-time-error, r=steveklabnikSteve Klabnik-1/+1
2016-09-30Rollup merge of #36810 - GuillaumeGomez:ops_doc, r=steveklabnikSteve Klabnik-15/+19
2016-09-30Rollup merge of #36750 - GuillaumeGomez:cmp_doc, r=steveklabnikSteve Klabnik-3/+6
2016-09-30Rollup merge of #36711 - pcn:patch-1, r=steveklabnikSteve Klabnik-1/+1
2016-09-30Rollup merge of #36623 - GuillaumeGomez:doc_typos, r=steveklabnikSteve Klabnik-30/+32
2016-09-30Rollup merge of #36576 - GuillaumeGomez:box_urls, r=steveklabnikSteve Klabnik-2/+6
2016-09-30Rollup merge of #36535 - GuillaumeGomez:macro_url, r=steveklabnikSteve Klabnik-3/+3
2016-09-30Rollup merge of #36529 - bluss:index-doc, r=GuillaumeGomezSteve Klabnik-13/+13
2016-09-30fix out-of-tree rustbuildTim Neumann-7/+12
2016-09-30Fix another comment in test/incremental/hashes/enum_defsMichael Woerister-1/+1
2016-09-30Fix comment in test/incremental/hashes/enum_defsMichael Woerister-1/+1
2016-09-30Fixes requested by @michaelwoerister.Andrea Pretto-2/+2
2016-09-30Auto merge of #36823 - durka:discriminant_value, r=nagisabors-0/+110
2016-09-30Add `Send` and `Sync` traits to the referenceWesley Wiser-0/+10
2016-09-30Auto merge of #36822 - Aatch:resolve-callee-expr, r=luqmanabors-1/+19
2016-09-30Fix BufRead::{read_until, read_line} documentation.Tomasz Miąsko-7/+3
2016-09-30Auto merge of #36819 - jseyfried:fix_ast_const_integer_ice, r=nrcbors-3/+22
2016-09-29Auto merge of #36557 - sfackler:fix-hashdos-docs, r=alexcrichtonbors-8/+22
2016-09-30add println!() macro with out any arguments石博文-2/+12