summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2018-02-05correct E0619 span re method call receivers whose type must be knownZack M. Davis-0/+42
2018-02-05Swapped order of left/right visits to ensure consistency in read/write pass o...David Wood-5/+5
2018-02-05Warn about more ignored bounds on type aliasesRalf Jung-2/+53
2018-02-05mir: Add and fix tests for FalseUnwindsbobtwinkles-19/+52
2018-02-05rustc: Add `#[rustc_args_required_const]`Alex Crichton-0/+36
2018-02-06Rollup merge of #48007 - nrc:rls-field-init, r=eddybkennytm-0/+8
2018-02-06Rollup merge of #47959 - Manishearth:rustdoc-ice, r=Mark-Simulacrumkennytm-0/+16
2018-02-06Rollup merge of #47948 - pietroalbini:use-nested-groups-stabilize, r=petroche...kennytm-65/+2
2018-02-06Rollup merge of #47704 - dsprenkels:issue-44415, r=alexcrichtonkennytm-0/+22
2018-02-06Rollup merge of #47543 - topecongiro:issue-42344, r=nikomatsakiskennytm-1/+19
2018-02-06Rollup merge of #47496 - QuietMisdreavus:rls-doc-include, r=estebankkennytm-0/+5
2018-02-06Rollup merge of #46030 - Zoxc:asm-volatile, r=nikomatsakiskennytm-0/+26
2018-02-05Make inline assembly volatile if it has no outputs. Fixes #46026John Kåre Alsaker-0/+26
2018-02-05Stabilize use_nested_groupsPietro Albini-65/+2
2018-02-05Auto merge of #47920 - Aaron1011:nll-overflow, r=pnkfelixbors-0/+33
2018-02-05Auto merge of #47873 - Aaron1011:final-ref-coerce, r=nikomatsakisbors-3/+32
2018-02-05save-analysis: avoid implicit unwrapNick Cameron-0/+8
2018-02-05Rollup merge of #47892 - Badel2:const_type_id_of, r=oli-obkkennytm-0/+61
2018-02-04Rollup merge of #47947 - goodmanjonathan:stabilize_match_beginning_vert, r=pe...kennytm-62/+28
2018-02-04Rollup merge of #47912 - cuviper:glibc-stack-guard, r=alexcrichtonkennytm-3/+3
2018-02-04Rollup merge of #47896 - zackmdavis:and_the_case_of_the_necessary_unnecessary...kennytm-0/+55
2018-02-04Rollup merge of #47877 - spastorino:lifetime-bounds-in-copy, r=nikomatsakiskennytm-0/+23
2018-02-04Rollup merge of #47862 - GuillaumeGomez:const-evaluation-ice, r=eddybkennytm-0/+22
2018-02-04TrustedLen for Repeat / RangeFrom test casesoberien-0/+23
2018-02-04Remove delay_span_bug() in check_aliasabilitySeiichi Uchida-1/+19
2018-02-03Auto merge of #47845 - Zoxc:gen-fixes, r=nikomatsakisbors-18/+122
2018-02-03Auto merge of #46254 - Dylan-DPC:ellided-lifetime, r=nikomatsakisbors-0/+33
2018-02-03Auto merge of #47962 - kennytm:rollup, r=kennytmbors-3/+76
2018-02-03Fix const evaluation ICE in rustdocGuillaume Gomez-0/+22
2018-02-03Auto merge of #47791 - estebank:mismatched-trait-impl, r=nikomatsakisbors-86/+124
2018-02-02Rollup merge of #47942 - estebank:macro-spans, r=nikomatsakis Minimize weird ...kennytm-2/+38
2018-02-02Rollup merge of #47914 - etaoins:improve-char-escape-in-lexer-msg, r=petroche...kennytm-1/+14
2018-02-02Rollup merge of #47898 - Aaron1011:static-ref-nll, r=nikomatsakis Fix ICE whe...kennytm-0/+20
2018-02-02Rollup merge of #47829 - estebank:break-in-for, r=cramertj Suggest removing v...kennytm-0/+4
2018-02-02Add regression testManish Goregaokar-0/+16
2018-02-02Auto merge of #47465 - estebank:include-space-after-mut, r=nikomatsakisbors-29/+47
2018-02-01Fix test after rebaseEsteban Küber-54/+30
2018-02-01Fix testsEsteban Küber-2/+2
2018-02-01Remove cast suggestionsEsteban Küber-168/+0
2018-02-01Add filter to detect local crates for rustc_on_unimplementedEsteban Küber-37/+276
2018-02-01Change rustc_on_unimplemented for Iterator and binopsEsteban Küber-147/+415
2018-02-01Add filtering options to `rustc_on_unimplemented`Esteban Küber-361/+125
2018-02-01Turn `type_id` into a constant intrinsicBadel2-0/+61
2018-02-02add ellided lifetimedpc-0/+33
2018-02-01Minimize weird spans involving macro contextEsteban Küber-2/+38
2018-02-01Auto merge of #47738 - nikomatsakis:issue-47139-master, r=arielb1bors-0/+162
2018-01-31concerning well-formed suggestions for unused shorthand field patternsZack M. Davis-2/+75
2018-01-31Fix overflow when performing drop check calculations in NLLAaron Hill-0/+33
2018-02-01Improve char escaping in lexer messagesRyan Cumming-1/+14
2018-01-31Enable stack-probe tests with system LLVM >= 5.0Josh Stone-3/+3