about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2018-07-17rustc: Polish off `in_external_macro`Alex Crichton-4/+68
2018-07-17added function to check if lints belong to an external macrodylan_DPC-0/+15
2018-07-17Rollup merge of #52385 - GuillaumeGomez:pass-edition-to-parser, r=QuietMisdre...kennytm-0/+24
2018-07-17Auto merge of #52409 - estebank:move-cfail-ui, r=oli-obkbors-17/+9577
2018-07-16Return tests that have platform dependant outputEsteban Küber-59/+0
2018-07-16Auto merge of #52081 - alexcrichton:proc-macro-stable, r=petrochenkovbors-129/+93
2018-07-16rustc: Stabilize much of the `proc_macro` featureAlex Crichton-129/+93
2018-07-16ExprKindcsmoe-1/+1
2018-07-16Auto merge of #52422 - michaelwoerister:revert-52266, r=oli-obkbors-36/+36
2018-07-16Auto merge of #52395 - zackmdavis:and_the_case_of_the_renamed_lint, r=estebankbors-4/+4
2018-07-16Revert "Clean up CodegenUnit name generation."Michael Woerister-1/+1
2018-07-16Revert "Adapt codegen-unit tests to new CGU naming scheme."Michael Woerister-30/+30
2018-07-16Revert "Fix some run-make tests after object file naming has changed."Michael Woerister-5/+5
2018-07-15Fix testsEsteban Küber-32/+0
2018-07-15Move some `compile-fail` tests to `ui`Esteban Küber-17/+9668
2018-07-15Auto merge of #52400 - RalfJung:match, r=oli-obkbors-0/+52
2018-07-15Auto merge of #52383 - petrochenkov:pmns, r=alexcrichtonbors-1/+207
2018-07-15fix line numbersRalf Jung-3/+3
2018-07-15add license textRalf Jung-0/+10
2018-07-15add test caseRalf Jung-0/+42
2018-07-15Auto merge of #52361 - QuietMisdreavus:proc-macro-doc, r=ollie27bors-0/+18
2018-07-14structured suggestion for renamed-and-removed-lintsZack M. Davis-4/+4
2018-07-15Auto merge of #52348 - oli-obk:bugfix, r=petrochenkovbors-1/+40
2018-07-14Auto merge of #52318 - TheDarkula:master, r=oli-obkbors-0/+17
2018-07-14Removed the promotable field from CheckCrateVisitor and replaced it with the ...Meade Kincke-0/+17
2018-07-14Auto merge of #52326 - alexcrichton:tweak-proc-macro-expand, r=petrochenkovbors-0/+24
2018-07-14Pass edition flags to compiler from rustdoc as expectedGuillaume Gomez-0/+24
2018-07-14Functions introducing procedural macros reserve a slot in the macro namespace...Vadim Petrochenkov-1/+207
2018-07-14Remove some tests using AST comparisons, fix other testsVadim Petrochenkov-59/+0
2018-07-14Auto merge of #52244 - glandium:issue52097, r=estebankbors-0/+518
2018-07-14Auto merge of #52328 - petrochenkov:pmroot, r=alexcrichtonbors-0/+33
2018-07-13add test for issue 52129QuietMisdreavus-0/+18
2018-07-14Auto merge of #52314 - varkor:issue-52023, r=oli-obkbors-0/+22
2018-07-14Auto merge of #52032 - DiamondLovesYou:amdgpu-kernel-abi, r=alexcrichtonbors-59/+123
2018-07-13Add the `amdgpu-kernel` ABI.Richard Diamond-59/+123
2018-07-13Auto merge of #52266 - michaelwoerister:incr-thinlto-preliminaries, r=alexcri...bors-36/+36
2018-07-13Auto merge of #52352 - kennytm:rollup, r=kennytmbors-3/+3
2018-07-14Rollup merge of #52346 - rkruppe:patch-1, r=cramertjkennytm-2/+2
2018-07-14Rollup merge of #52330 - jethrogb:jb/target-link-args, r=varkorkennytm-1/+1
2018-07-13Use the correct visibilityOliver Schneider-1/+40
2018-07-13Don't silently ignore invalid data in target specJethro Beekman-1/+1
2018-07-13Auto merge of #52242 - ashtneoi:suggest-ref-mut, r=pnkfelixbors-22/+154
2018-07-13rustc: Tweak expansion of #[proc_macro] for 2018Alex Crichton-0/+24
2018-07-13Fix typo in improper_ctypes suggestionRobin Kruppe-2/+2
2018-07-13Auto merge of #51987 - nikomatsakis:nll-region-infer-scc, r=pnkfelixbors-15/+15
2018-07-13Auto merge of #51622 - kennytm:three-field-range-inclusive, r=SimonSapinbors-10/+93
2018-07-12Bless one more testashtneoi-0/+11
2018-07-12Factor out suggest_ref_mut; use it in rustc_borrowckashtneoi-12/+0
2018-07-12Bless tests and update ERRORashtneoi-5/+6
2018-07-12span_suggestioncsmoe-9/+25