about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2018-07-13Fix some RangeInclusive test cases.kennytm-10/+19
2018-07-13Change RangeInclusive to a three-field struct.kennytm-0/+74
2018-07-12Rollup merge of #52276 - alexcrichton:validate-proc-macro-attr, r=petrochenkovkennytm-0/+74
2018-07-12Auto merge of #52230 - alexcrichton:attr-and-derive, r=petrochenkovbors-0/+52
2018-07-12Auto merge of #52089 - eddyb:issue-51907, r=nagisabors-0/+26
2018-07-11rustc: Verify #[proc_macro] is only a wordAlex Crichton-0/+74
2018-07-11Rollup merge of #52207 - RalfJung:unsafety-errors, r=estebankMark Rousskov-34/+69
2018-07-11Rollup merge of #51952 - petrochenkov:transmark, r=alexcrichtonMark Rousskov-17/+256
2018-07-11Rollup merge of #51614 - csmoe:lit_sugg, r=estebankMark Rousskov-0/+4
2018-07-11Auto merge of #51702 - ecstatic-morse:infinite-loop-detection, r=oli-obkbors-0/+66
2018-07-11suggest on new snippetcsmoe-4/+2
2018-07-11Auto merge of #52245 - GuillaumeGomez:rollup, r=GuillaumeGomezbors-162/+162
2018-07-11Rollup merge of #52231 - lqd:error_mesg, r=GuillaumeGomezGuillaume Gomez-162/+162
2018-07-11Auto merge of #51966 - alexcrichton:llvm7, r=michaelwoeristerbors-34/+62
2018-07-11Auto merge of #52232 - arielb1:ill-adjusted-tuples, r=pnkfelixbors-0/+24
2018-07-11add test for #52213Ariel Ben-Yehuda-0/+24
2018-07-10rustc: Search all derives for inert attributesAlex Crichton-0/+52
2018-07-10Fix typo in error message E0277Rémy Rakic-162/+162
2018-07-10Upgrade to LLVM's master branch (LLVM 7)Alex Crichton-34/+62
2018-07-10Auto merge of #51612 - ashtneoi:51515-missing-first-char, r=pnkfelixbors-0/+45
2018-07-10Auto merge of #52196 - ollie27:rustdoc_ctor_imports, r=QuietMisdreavusbors-0/+25
2018-07-10Auto merge of #52191 - SimonSapin:alloc_error_handler, r=alexcrichtonbors-4/+175
2018-07-10Auto merge of #52168 - nikomatsakis:nll-region-name, r=estebankbors-5/+5
2018-07-10Auto merge of #52204 - zackmdavis:and_the_crate_of_the_missing_module, r=oli-obkbors-0/+43
2018-07-10improve error message shown for unsafe operations: explain why undefined beha...Ralf Jung-34/+69
2018-07-09in which `use` suggestions meet edition 2018Zack M. Davis-0/+43
2018-07-10Auto merge of #51583 - cuviper:packed_pair-bool, r=Mark-Simulacrumbors-1/+55
2018-07-10rustdoc: Hide struct and enum variant constructor importsOliver Middleton-0/+25
2018-07-09Auto merge of #51899 - gnzlbg:llvm501, r=alexcrichtonbors-41/+4
2018-07-09Implement #[alloc_error_handler]Simon Sapin-4/+147
2018-07-09Add a test for the default allocation error hookSimon Sapin-0/+28
2018-07-09Auto merge of #50250 - csmoe:wf_traitref, r=scalexmbors-0/+7
2018-07-09Fix issue #51515 and update testashtneoi-2/+12
2018-07-09Add test case from issue #51515ashtneoi-0/+35
2018-07-09Auto merge of #51956 - GuillaumeGomez:shutdown-doc-lints, r=oli-obkbors-0/+24
2018-07-09bump llvm version of failing codegen testgnzlbg-0/+1
2018-07-09bump minimum LLVM version to 5.0gnzlbg-41/+3
2018-07-09Auto merge of #52160 - euclio:include-macros, r=oli-obkbors-0/+35
2018-07-09find and highlight the `&` or `'_` in `region_name`Niko Matsakis-5/+5
2018-07-08add regression test for #48835Andy Russell-0/+35
2018-07-08Remove fallback to parent modules from lexical resolutionVadim Petrochenkov-22/+203
2018-07-08Auto merge of #52106 - PramodBisht:issue/52049, r=oli-obkbors-0/+44
2018-07-08hygiene: Decouple transparencies from expansion IDsVadim Petrochenkov-0/+58
2018-07-08Auto merge of #51955 - zackmdavis:item_semi, r=oli-obkbors-0/+2
2018-07-08Auto merge of #51590 - bjorn3:codegen_llvm_extract, r=alexcrichtonbors-5/+4
2018-07-07Auto merge of #52109 - michaelwoerister:ir-objs, r=alexcrichtonbors-23/+19
2018-07-07Added UI testcases for #52049Pramod Bisht-0/+44
2018-07-07Fix testbjorn3-5/+4
2018-07-07update testscsmoe-6/+3
2018-07-06Rollup merge of #52083 - spastorino:dont-run-ast-borrowck-on-mir-mode, r=niko...Mark Rousskov-16/+16