summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2016-02-15Add some simple error recovery to the parser and fix testsNick Cameron-21/+6
2016-02-14trans: Don't link whole rlibs to executablesAlex Crichton-0/+104
2016-02-14Do not expect blocks to have type str.Eduard Burtescu-0/+7
2016-02-14Auto merge of #31614 - mitaa:rdoc_locitem_extmac, r=alexcrichtonbors-0/+35
2016-02-14Rename Module field anonymous_children to module_children, expand it to inclu...Jeffrey Seyfried-4/+5
2016-02-14Auto merge of #31391 - frewsxcv:test, r=alexcrichtonbors-0/+109
2016-02-13Add LLVM ModulePass regression test using run-make.Corey Farwell-0/+109
2016-02-14Rollup merge of #31635 - semarie:grep-e, r=alexcrichtonManish Goregaokar-2/+2
2016-02-13Auto merge of #31602 - mitaa:rdoc_doc_shorter, r=alexcrichtonbors-0/+16
2016-02-13Fix ICE on using result of index on a constant to index into a constantWesley Wiser-0/+47
2016-02-13Auto merge of #31596 - mitaa:rdoc_assoc_item, r=alexcrichtonbors-5/+5
2016-02-13use a compatible syntax for grep GNU/BSDSébastien Marie-2/+2
2016-02-13Auto merge of #31570 - tomaka:ignore-emscripten, r=brsonbors-2/+129
2016-02-13Disallow non-inline modules without path annotations inside blocks and fix fa...Jeffrey Seyfried-0/+15
2016-02-13Auto merge of #31358 - japaric:print-targets, r=alexcrichtonbors-0/+15
2016-02-12Omit src-links for items from extern macrosmitaa-0/+35
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-11Fix regression from #31461 and fix the test that was supposed to catch it.Jeffrey Seyfried-1/+1
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