about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2018-10-05resolve: Merge resolution for `macro_rules` into the common early in-scope re...Vadim Petrochenkov-18/+35
2018-10-04Auto merge of #54649 - nikomatsakis:universes-refactor-1, r=scalexmbors-2/+2
2018-10-04Auto merge of #54666 - matthewjasper:mir-function-spans, r=pnkfelixbors-574/+483
2018-10-04rename skolemized to placeholderNiko Matsakis-2/+2
2018-10-04Rollup merge of #54795 - euclio:ifmt-bad-arg, r=estebankPietro Albini-1/+21
2018-10-04Rollup merge of #54780 - scalexm:dup-predicates, r=nikomatsakisPietro Albini-4/+2
2018-10-04Rollup merge of #54777 - zackmdavis:async_pretty_ice, r=cramertjPietro Albini-0/+7
2018-10-04Auto merge of #53851 - oli-obk:local_promotion, r=eddybbors-151/+205
2018-10-04Auto merge of #54624 - arielb1:evaluate-outlives, r=nikomatsakisbors-0/+239
2018-10-04Auto merge of #54447 - KiChjang:issue-54331, r=nikomatsakisbors-0/+32
2018-10-03Auto merge of #54391 - davidtwco:issue-54230, r=petrochenkovbors-7/+119
2018-10-03Clearer later use messages for callsMatthew Jasper-574/+483
2018-10-03remove padding from multiline format string labelAndy Russell-1/+21
2018-10-03Auto merge of #54605 - petrochenkov:mambig, r=alexcrichtonbors-19/+85
2018-10-03Update tests to demonstrate 2015 behaviour.David Wood-4/+49
2018-10-03Add suggestions for unresolved imports.David Wood-7/+74
2018-10-03resolve: Prefer `macro_rules` definitions to in-module macro definitions in s...Vadim Petrochenkov-19/+85
2018-10-03Remove duplicate predicates in `explicit_predicates_of`scalexm-4/+2
2018-10-03Auto merge of #54720 - davidtwco:issue-51191, r=nikomatsakisbors-5/+92
2018-10-03Move platform dependent output ui tests to compile-failOliver Schneider-136/+0
2018-10-03Only promote calls to `#[rustc_promotable]` const fnsOliver Schneider-59/+249
2018-10-02abolish ICE when pretty-printing async blockZack M. Davis-0/+7
2018-10-02Auto merge of #54767 - pietroalbini:rollup, r=pietroalbinibors-232/+434
2018-10-02Rollup merge of #54728 - alexcrichton:renumber-issues, r=nikomatsakisPietro Albini-3/+3
2018-10-02Rollup merge of #54702 - RalfJung:fn-ptr-promotion, r=oli-obkPietro Albini-4/+35
2018-10-02Rollup merge of #54687 - scottmcm:more-elision, r=dtolnayPietro Albini-3/+3
2018-10-02Rollup merge of #54680 - RalfJung:compile-pass, r=pnkfelixPietro Albini-222/+222
2018-10-02Rollup merge of #54603 - davidtwco:issue-54559, r=nikomatsakisPietro Albini-0/+99
2018-10-02Rollup merge of #54458 - scottmcm:bug-54456, r=nikomatsakisPietro Albini-0/+25
2018-10-02Rollup merge of #54269 - PramodBisht:issue/53840, r=estebankPietro Albini-0/+47
2018-10-02Auto merge of #54343 - blitzerr:master, r=nikomatsakisbors-22/+55
2018-10-02move some more testsRalf Jung-47/+47
2018-10-02Consolidate pattern check errorsPramod Bisht-0/+47
2018-10-02Auto merge of #54701 - arielb1:outlives-later, r=nikomatsakisbors-0/+54
2018-10-02Auto merge of #54694 - csmoe:self_this, r=estebankbors-0/+82
2018-10-02Add `crate::` to trait suggestions in Rust 2018.David Wood-0/+99
2018-10-02Improve mutability error suggestions.David Wood-19/+32
2018-10-02Improve implicit self mutability suggestions.David Wood-1/+75
2018-10-01Auto merge of #54693 - RalfJung:ctfe-scalar-pair-undef, r=oli-obkbors-4/+18
2018-10-01add a special case for literal `'static: 'a` where-clausesAriel Ben-Yehuda-0/+33
2018-10-01handle outlives predicates in trait evaluationAriel Ben-Yehuda-0/+206
2018-10-01normalize param-env type-outlives predicates lastAriel Ben-Yehuda-0/+54
2018-10-01Extra proc macro gates are now at #54727Alex Crichton-3/+3
2018-10-01Auto merge of #54667 - RalfJung:maybe-uninit, r=pnkfelixbors-2/+113
2018-10-01Rollup merge of #54676 - pnkfelix:issue-15287-kill-zflag-disabling-ast-check,...kennytm-6/+5
2018-10-01Rollup merge of #54623 - alexreg:impl_trait_in_bindings-help, r=estebankkennytm-0/+6
2018-10-01Rollup merge of #54488 - zackmdavis:and_the_case_of_the_unused_crate, r=estebankkennytm-0/+67
2018-10-01Rollup merge of #54308 - dsciarra:issue-22692, r=estebankkennytm-0/+24
2018-10-01mark fix as MaybeIncorrectcsmoe-3/+3
2018-10-01update ui test for suggest-selfcsmoe-1/+45