about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2020-10-08Auto merge of #77678 - jyn514:tracing, r=Mark-Simulacrumbors-7/+0
2020-10-08Auto merge of #75470 - estebank:bare-type-expr, r=davidtwcobors-0/+56
2020-10-07Upgrade to tracing 0.2.13Joshua Nelson-7/+0
2020-10-07Detect blocks that could be struct expr bodiesEsteban Küber-0/+56
2020-10-07Auto merge of #77464 - ecstatic-morse:const-fn-impl-trait, r=oli-obkbors-16/+17
2020-10-07Auto merge of #77617 - AnthonyMikh:slice_windows_no_bounds_checking, r=lcnrbors-0/+35
2020-10-07Auto merge of #77341 - davidtwco:issue-73427-you-might-have-meant-variant, r=...bors-67/+134
2020-10-07Add codegen testAnthonyMikh-0/+35
2020-10-07Auto merge of #77595 - petrochenkov:asmident, r=oli-obkbors-0/+75
2020-10-07Auto merge of #77119 - GuillaumeGomez:unclosed-html-tag-lint, r=jyn514bors-1/+180
2020-10-07Rollup merge of #77605 - da-x:fix-rustc-def-path, r=petrochenkovDylan DPC-4/+4
2020-10-07Rollup merge of #77568 - lcnr:mir-inline-def-id, r=ecstatic-morseDylan DPC-0/+38
2020-10-06Update to chalk 0.31. Implement some unimplemented. Ignore some tests in comp...Jack Huey-49/+76
2020-10-06Fix NLL compare mode testsMatthew Jasper-5/+42
2020-10-06Fix tests from rebaseMatthew Jasper-459/+552
2020-10-06Don't require lifetime super-bounds on traits apply to trait objects of that ...Matthew Jasper-0/+16
2020-10-06Normalize super trait bounds when confirming object candidatesMatthew Jasper-0/+26
2020-10-06Fix rebaseMatthew Jasper-89/+80
2020-10-06Don't immediately error for recursive projectionsMatthew Jasper-12/+13
2020-10-06Fix bootstrapMatthew Jasper-3/+3
2020-10-06Handle multiple trait-def projection candidatesMatthew Jasper-0/+16
2020-10-06Avoid cycles from projection boundsMatthew Jasper-61/+61
2020-10-06Avoid cycle with projections from object typesMatthew Jasper-83/+73
2020-10-06Normalize projection bounds when considering candidatesMatthew Jasper-99/+120
2020-10-06Handle multiple applicable projection candidatesMatthew Jasper-0/+23
2020-10-06Fix bugs in evaluating WellFormed predicatesMatthew Jasper-0/+39
2020-10-06Avoid cycle in nested obligations for object candidateMatthew Jasper-0/+206
2020-10-06Remove predicates on associated types from traitsMatthew Jasper-40/+55
2020-10-06Fix tests and bootstrapMatthew Jasper-53/+151
2020-10-06Ensure that associated types for trait objects satisfy their boundsMatthew Jasper-5/+115
2020-10-06Check associated type bounds for object safety violationsMatthew Jasper-0/+26
2020-10-06Check opaque types satisfy their boundsMatthew Jasper-33/+90
2020-10-06Check projections are well-formed when using projection candidatesMatthew Jasper-2/+229
2020-10-06Separate bounds and predicates for associated/opaque typesMatthew Jasper-978/+698
2020-10-06Rollup merge of #77591 - Aaron1011:fix/hygiene-def-scope, r=estebankYuki Okushi-0/+47
2020-10-06Rollup merge of #77587 - ehuss:unicode-escape-span, r=ecstatic-morseYuki Okushi-6/+4
2020-10-06Rollup merge of #77534 - Mark-Simulacrum:issue-70819-disallow-override-forbid...Yuki Okushi-6/+84
2020-10-06Fix rustc_def_path to show the full path and not the trimmed oneDan Aloni-4/+4
2020-10-05Remove `fn` from feature nameDylan MacKenzie-7/+7
2020-10-05Make `min_const_fn` `impl Trait` test into a gate testDylan MacKenzie-2/+4
2020-10-05Bless test outuptDylan MacKenzie-11/+10
2020-10-05Use new feature gate in `impl-trait` testsDylan MacKenzie-4/+4
2020-10-06builtin_macros: Fix use of interpolated identifiers in `asm!`Vadim Petrochenkov-0/+75
2020-10-05Record `expansion_that_defined` into crate metadataAaron Hill-0/+47
2020-10-05Fix span for unicode escape suggestion.Eric Huss-6/+4
2020-10-05Renamed tests to avoid exceeding Windows max path limitRich Kadel-585/+585
2020-10-05Updates to experimental coverage counter injectionRich Kadel-1511/+17701
2020-10-05Auto merge of #77549 - tmiasko:simplify-branch-same-fix, r=oli-obkbors-0/+21
2020-10-05inliner: use caller param_envBastian Kauschke-0/+38
2020-10-05Auto merge of #77557 - Dylan-DPC:rollup-aib9ptp, r=Dylan-DPCbors-442/+1154