about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2018-05-26Rollup merge of #50987 - estebank:underline-multiple-suggestions, r=petrochencovkennytm-7/+3
2018-05-26Auto merge of #51035 - oli-obk:unsupported_crate_type, r=eddybbors-0/+20
2018-05-26Auto merge of #50070 - toidiu:ak-2093-outlives, r=nikomatsakisbors-411/+288
2018-05-25Auto merge of #50967 - oli-obk:miri_api_refactor, r=eddybbors-0/+68
2018-05-25Implement outlives requirements inference for dyn and projections.toidiu-411/+288
2018-05-25Adjust test for 32 bit targetsOliver Schneider-2/+3
2018-05-25Auto merge of #51051 - nikomatsakis:turbofish-impl-trait-method, r=eddybbors-0/+36
2018-05-25Auto merge of #50986 - estebank:main-start-span, r=nikomatsakisbors-21/+17
2018-05-25Fix naming conventions for new lintsVadim Petrochenkov-74/+74
2018-05-24prohibit turbofish in `impl Trait` methodsNiko Matsakis-0/+36
2018-05-24Update issue-50993.rsOliver Schneider-1/+1
2018-05-24Add missing newlinesOliver Schneider-2/+2
2018-05-24Don't ICE on horrible transmutes in pattern constantsOliver Schneider-0/+39
2018-05-24Ensure llvm doesn't trigger an assert for crazy transmutesOliver Schneider-0/+28
2018-05-24Fix impl Trait suggestionEsteban Küber-6/+2
2018-05-24Enforce stability of const fn in promotedsOliver Schneider-0/+87
2018-05-24Don't ICE if crate has no valid crate types leftOliver Schneider-0/+20
2018-05-24Auto merge of #51023 - kennytm:rollup, r=kennytmbors-2/+3
2018-05-24Account for negative offsets in suggestionsEsteban Küber-1/+1
2018-05-24Rollup merge of #51011 - QuietMisdreavus:duplicitous-macros, r=ollie27kennytm-2/+3
2018-05-24Auto merge of #50971 - alexcrichton:no-stringify, r=petrochenkovbors-0/+57
2018-05-24Auto merge of #50943 - oli-obk:cleanups, r=estebankbors-11/+48
2018-05-23fix @!has conditions in pub-use-extern-macros testQuietMisdreavus-3/+3
2018-05-24Auto merge of #51010 - nikomatsakis:issue-50996-renamed-extern-crate, r=acrichtobors-0/+274
2018-05-23Auto merge of #50933 - SimonSapin:anchorage, r=alexcrichtonbors-21/+21
2018-05-23update "pub-use-extern-macros" test to hide the regular import statementQuietMisdreavus-0/+1
2018-05-23"crate-ify" paths that begin with a renamed crateNiko Matsakis-0/+274
2018-05-23Auto merge of #50983 - nikomatsakis:issue-50970-migration-lint-fq-path, r=ale...bors-0/+213
2018-05-23handle fully qualified paths properly when lintingNiko Matsakis-0/+213
2018-05-23Auto merge of #50682 - F001:issue-50589, r=petrochenkovbors-0/+46
2018-05-22Tweak `main` type arguments and where clause spansEsteban Küber-21/+17
2018-05-23inverting speculative flagF001-0/+11
2018-05-22rustc: Fix another double-lint issue with `crate::`Alex Crichton-22/+36
2018-05-22rustc: Correctly pretty-print macro delimitersAlex Crichton-0/+57
2018-05-22Auto merge of #50969 - nikomatsakis:issue-50673-broken-migration-lint, r=alex...bors-4/+97
2018-05-22Remove the unstable Float traitSimon Sapin-21/+21
2018-05-22add new test and add an existing scenario I didn't see coveredNiko Matsakis-4/+97
2018-05-23Rollup merge of #50946 - alexcrichton:fix-parse-lifetime, r=petrochenkovkennytm-0/+57
2018-05-23Rollup merge of #50914 - simartin:issue_50636, r=oli-obkkennytm-0/+31
2018-05-23Rollup merge of #50863 - oli-obk:const_len, r=SimonSapin,Gankrokennytm-0/+33
2018-05-23Rollup merge of #50846 - GuillaumeGomez:add-e0665, r=frewsxcvkennytm-0/+29
2018-05-22create a rust-2018 directory for tests related to edition transitionNiko Matsakis-0/+0
2018-05-22Auto merge of #49172 - oli-obk:const_let, r=eddybbors-37/+278
2018-05-22Prevent local paths into libstd from leaking into ui testsOliver Schneider-1/+1
2018-05-22Fix a typo in a commentOliver Schneider-2/+2
2018-05-22Report let bindings and statements as unstableOliver Schneider-43/+137
2018-05-22Allow let bindings in const fn and constantsOliver Schneider-0/+147
2018-05-22Auto merge of #50876 - matthewjasper:rollback-trivial-bounds, r=nikomatsakisbors-5/+97
2018-05-22Auto merge of #50838 - alexcrichton:token-impls, r=eddybbors-0/+75
2018-05-22Auto merge of #50486 - Manishearth:approx-stab, r=nrcbors-0/+16