about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2016-02-13Auto merge of #31602 - mitaa:rdoc_doc_shorter, r=alexcrichtonbors-0/+16
2016-02-13Auto merge of #31596 - mitaa:rdoc_assoc_item, r=alexcrichtonbors-5/+5
2016-02-13Auto merge of #31570 - tomaka:ignore-emscripten, r=brsonbors-2/+129
2016-02-13Auto merge of #31358 - japaric:print-targets, r=alexcrichtonbors-0/+15
2016-02-12Auto merge of #30726 - GuillaumeGomez:compile-fail, r=brsonbors-1/+1
2016-02-12rustc: add a `--print target-list` commandJorge Aparicio-0/+15
2016-02-12Auto merge of #31583 - petrochenkov:indi_ast, r=Manishearthbors-5/+5
2016-02-12Shorten docstrings after Markdown renderingmitaa-0/+16
2016-02-12Auto merge of #31541 - tomaka:more-emscripten, r=brsonbors-2/+10
2016-02-12Fix associated item identifiersmitaa-5/+5
2016-02-12Auto merge of #31368 - JohanLorenzo:dont-strip-if-test-build, r=alexcrichtonbors-0/+7
2016-02-11Auto merge of #31545 - dotdash:no_noalias, r=alexcrichtonbors-3/+57
2016-02-11Remove some unnecessary indirection from AST structuresVadim Petrochenkov-5/+5
2016-02-11Auto merge of #31532 - tomaka:fix-emscripten, r=brsonbors-1/+2
2016-02-11Auto merge of #31527 - danlrobertson:i15735, r=alexcrichtonbors-0/+25
2016-02-11[breaking-change] don't glob export ast::MetaItem_Oliver 'ker' Schneider-2/+2
2016-02-11[breaking-change] don't glob export ast::Item_ variantsOliver 'ker' Schneider-3/+3
2016-02-11[breaking-change] don't glob export ast::BinOp_Oliver Schneider-2/+2
2016-02-11Ignore tests that use threads on emscriptenPierre Krieger-2/+129
2016-02-11Add -C link-dead-code option r=alexcrichtonJohan Lorenzo-0/+7
2016-02-11Auto merge of #31461 - jseyfried:remove_import_resolutions, r=nrcbors-3/+3
2016-02-10Auto merge of #31409 - alexcrichton:command-exec, r=aturonbors-0/+162
2016-02-10Workaround LLVM optimizer bug by not marking &mut pointers as noaliasBjörn Steinbrink-3/+57
2016-02-10Auto merge of #31455 - tmiasko:expected-tokens, r=alexcrichtonbors-0/+20
2016-02-10More emscripten test fixesPierre Krieger-2/+10
2016-02-10std: Implement CommandExt::execAlex Crichton-0/+72
2016-02-10std: Implement CommandExt::before_execAlex Crichton-0/+90
2016-02-10Auto merge of #31499 - kamalmarhubi:cfg-flag-invalid-cfgs, r=brsonbors-0/+26
2016-02-10Fix x86stdcall test with emscriptenPierre Krieger-1/+2
2016-02-09Add test for issue #15735Daniel Robertson-0/+25
2016-02-09Auto merge of #31523 - steveklabnik:rollup, r=steveklabnikbors-3/+3
2016-02-09Minor spelling fixesCarlos E. Garcia-3/+3
2016-02-09Allow registering MIR-passes through compiler pluginsOliver Schneider-0/+76
2016-02-08driver: Include invalid predicate in error messageKamal Marhubi-1/+1
2016-02-08rustc: Implement a new `--print cfg` flagAlex Crichton-0/+15
2016-02-08driver: Disallow predicates in --cfg specsKamal Marhubi-0/+13
2016-02-08driver: Pass session options to CompilerCallbacks::early_callback()Kamal Marhubi-0/+1
2016-02-08Add compile-fail test for invalid cfg predicate in attributeKamal Marhubi-0/+12
2016-02-08Breaking tokens into pieces should behave similar to Parser::bump.Tomasz Miąsko-0/+20
2016-02-08Auto merge of #31462 - thepowersgang:fix_29946, r=dotdashbors-0/+32
2016-02-08regression tests for issue #30438.Felix S. Klock II-0/+97
2016-02-08Replace children and import_resolutions with a single NameResolution-valued map.Jeffrey Seyfried-3/+3
2016-02-07Emit destructor invocation in FnOnce shim for Fn/FnMutJohn Hodge-0/+32
2016-02-07Add compile-fail test in rustdocGuillaume Gomez-1/+1
2016-02-06Auto merge of #31417 - alexcrichton:cloexec-all-the-things, r=brsonbors-2/+17
2016-02-06Auto merge of #31410 - rkruppe:issue31109, r=pnkfelixbors-0/+15
2016-02-06Auto merge of #31333 - lambda:31273-abort-on-stack-overflow, r=brsonbors-3/+48
2016-02-05Abort on stack overflow instead of re-raising SIGSEGVBrian Campbell-3/+48
2016-02-06Auto merge of #31307 - nagisa:mir-drop-terminator, r=nikomatsakisbors-0/+36
2016-02-05std: Try to use pipe2 on Linux for pipesAlex Crichton-2/+17