summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2018-10-04Do not put noalias annotations by defaultSimonas Kazlauskas-3/+36
2018-09-10[beta] rustdoc: disable blanket impl collectionQuietMisdreavus-25/+0
2018-09-09Fix compile-fail/cfg-empty-codemap.rs testPietro Albini-1/+1
2018-09-07Add license header to the new testsPietro Albini-9/+69
2018-09-07Validate syntax of `--cfg` command line argumentsVadim Petrochenkov-26/+15
2018-09-07Validate syntax of `cfg` attributesVadim Petrochenkov-0/+92
2018-09-04Properly prevent the promotion of unstable const fnsOliver Schneider-1/+92
2018-09-01Add a test for reset expansion infoVadim Petrochenkov-0/+29
2018-08-26Auto merge of #53425 - oli-obk:validation, r=nikomatsakisbors-2/+23
2018-08-25resolve: Continue search in outer scopes after applying derive resolution fal...Vadim Petrochenkov-0/+26
2018-08-25Feature gate where clauses on associated type implsvarkor-4/+17
2018-08-25resolve: Reject some inaccessible candidates sooner during import resolutionVadim Petrochenkov-0/+21
2018-08-25fix testcasedylan_DPC-5/+18
2018-08-25add warning for missing docsdylan_DPC-4/+5
2018-08-25add testcase to existing macro testcasedylan_DPC-3/+22
2018-08-25Update testOliver Schneider-2/+2
2018-08-25Fix tidyOliver Schneider-1/+1
2018-08-25Remove an overly pedantic and wrong assertionOliver Schneider-0/+23
2018-08-25An attempt to fix NLL migration mode so that reports region errors when neces...Felix S. Klock II-5/+40
2018-08-17Don't sanity check function pointers in vtablesOliver Schneider-0/+21
2018-07-31add regression test for #52057Niko Matsakis-0/+35
2018-07-30Auto merge of #52722 - alexcrichton:more-identifier-lints, r=oli-obkbors-0/+38
2018-07-30Auto merge of #52823 - RalfJung:test, r=eddybbors-2/+21
2018-07-29dont hardcode vtable size in codegen testRalf Jung-2/+2
2018-07-29update codegen testsRalf Jung-2/+2
2018-07-29Move a test that depends on the arch bitwidth to compile-failOliver Schneider-43/+0
2018-07-29Sanity-check all constantsOliver Schneider-15/+550
2018-07-29Auto merge of #52620 - mikhail-m1:51351, r=nikomatsakisbors-46/+139
2018-07-29invalid_const_promotion: check if we get the right signalRalf Jung-2/+21
2018-07-29fix issues #51351 and #52133Mikhail Modin-46/+139
2018-07-28Auto merge of #52355 - pietroalbini:zfeature, r=eddybbors-0/+21
2018-07-28Auto merge of #52585 - GuillaumeGomez:generic-impls, r=QuietMisdreavusbors-5/+29
2018-07-28Auto merge of #52546 - nikomatsakis:issue-52050, r=pnkfelixbors-0/+42
2018-07-28Don't display full blanket implementation and put it into its own sectionGuillaume Gomez-4/+4
2018-07-28Auto merge of #52761 - toidiu:ak-static-infer-fg, r=nikomatsakisbors-0/+121
2018-07-28Auto merge of #52802 - kennytm:rollup, r=kennytmbors-0/+46
2018-07-28Rollup merge of #52740 - estebank:crate-name, r=petrochenkovkennytm-0/+34
2018-07-28Rollup merge of #52702 - csmoe:mut_diff, r=estebankkennytm-0/+12
2018-07-28Auto merge of #52678 - matthewjasper:better-spans, r=nikomatsakisbors-134/+272
2018-07-27Add the -Zcrate-attr=foo nightly rustc flag to inject crate attributesPietro Albini-0/+21
2018-07-27Auto merge of #52648 - davidtwco:issue-52533, r=nikomatsakisbors-50/+162
2018-07-27Region inference error messages no longer start with 'free region'David Wood-8/+8
2018-07-27Auto merge of #52733 - pnkfelix:issue-51348-make-temp-for-each-candidate-in-a...bors-0/+33
2018-07-27Improved mechanism for naming regions in non-annotated types.David Wood-10/+70
2018-07-27Change label from closure to function where appropriate.David Wood-34/+32
2018-07-27Fixed missing whitespace on some elaborated types.David Wood-3/+3
2018-07-27Update affected tests.David Wood-22/+22
2018-07-27Added fully elaborated type label for inferred arguments.David Wood-0/+54
2018-07-27Auto merge of #52681 - pnkfelix:z-borrowck-migrate, r=nikomatsakisbors-28/+155
2018-07-27Auto merge of #52650 - oli-obk:associated_existential_types, r=nikomatsakisbors-0/+104