about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2019-01-11Small tweaks to parser errorsEsteban Küber-17/+19
2019-01-11Tweak type argument after assoc type errorEsteban Küber-1/+1
2019-01-11Continue evaluating after finding incorrect .. in patternEsteban Küber-8/+32
2019-01-11fix testEsteban Küber-0/+1
2019-01-11Continue evaluating after incorrect float literalEsteban Küber-11/+49
2019-01-11fix testsEsteban Küber-2/+3
2019-01-11Continue evaluating after type argument in where clauseEsteban Küber-2/+10
2019-01-11Continue evaluating after missing `for` in `impl Trait for Foo`Esteban Küber-7/+28
2019-01-11Continue evaluating after parsing incorrect binary literalEsteban Küber-5/+18
2019-01-11Continue parsing after lifetime in incorrect locationEsteban Küber-5/+49
2019-01-11Continue parser after trailing type argument attributeEsteban Küber-6/+14
2019-01-08Auto merge of #56407 - GuillaumeGomez:missing-docs-reexported-macros, r=varkorbors-0/+67
2019-01-08Auto merge of #57332 - Dylan-DPC:feature/stabilise-cfg-attr, r=Centrilbors-64/+12
2019-01-08bless youdylan_DPC-2/+2
2019-01-08remove unwanted stage0 line, fix styledylan_DPC-7/+5
2019-01-08remove unused imports and feature gate from testsdylan_DPC-7/+5
2019-01-08stabilise cfg_attrdylan_DPC-51/+3
2019-01-07Auto merge of #57405 - pietroalbini:rollup, r=pietroalbinibors-1/+1
2019-01-07Rollup merge of #57358 - euclio:docck-unicode, r=QuietMisdreavusPietro Albini-1/+1
2019-01-07Auto merge of #57304 - davidtwco:issue-57280, r=nikomatsakisbors-0/+43
2019-01-07Auto merge of #57379 - petrochenkov:parsrecov, r=estebankbors-879/+749
2019-01-06Auto merge of #57344 - petrochenkov:regreach, r=arielb1bors-0/+37
2019-01-06tests: Do not use `-Z parse-only`, continue compilation to test recoveryVadim Petrochenkov-879/+749
2019-01-06check missing docs for reexported macros as wellGuillaume Gomez-0/+67
2019-01-06Auto merge of #57272 - petrochenkov:featrecov, r=estebankbors-175/+297
2019-01-06Fix CI failuresVadim Petrochenkov-63/+64
2019-01-06Make sure feature gate errors are recoverable (take 2)Vadim Petrochenkov-112/+233
2019-01-06Auto merge of #57291 - euclio:method-call-suggestion, r=estebankbors-33/+33
2019-01-06use utf-8 throughout htmldocckAndy Russell-1/+1
2019-01-06Auto merge of #57286 - alexcrichton:less-thin-2-2, r=nikomatsakisbors-141/+0
2019-01-05Auto merge of #57230 - estebank:return-mismatch, r=varkorbors-112/+112
2019-01-05privacy: Mark everything in a header of a reachable impl as reachableVadim Petrochenkov-8/+28
2019-01-05privacy: Fix regression in impl reachabilityVadim Petrochenkov-0/+17
2019-01-05Auto merge of #57354 - kennytm:rollup, r=kennytmbors-165/+184
2019-01-05Rollup merge of #57338 - QuietMisdreavus:doctest-file-name, r=GuillaumeGomezkennytm-0/+7
2019-01-05Rollup merge of #57314 - wiktorkuchta:master, r=Centrilkennytm-2/+2
2019-01-05Rollup merge of #57249 - frewsxcv:frewsxcv-second-edition, r=KodrAuskennytm-135/+135
2019-01-05Rollup merge of #57233 - Smibu:rename-and-fix-nolink-test, r=alexcrichtonkennytm-13/+12
2019-01-05Rollup merge of #57229 - mikeyhew:fix-56806, r=varkorkennytm-0/+19
2019-01-05Rollup merge of #57219 - matthewjasper:mir-cleanup, r=nikomatsakiskennytm-15/+9
2019-01-05Auto merge of #57145 - RalfJung:panic-if-uninhabited, r=alexcrichtonbors-7/+34
2019-01-05Auto merge of #57099 - davidtwco:issue-57098, r=nikomatsakisbors-0/+6
2019-01-05Auto merge of #56837 - arielb1:nonprincipal-trait-objects, r=nikomatsakisbors-73/+343
2019-01-05Auto merge of #56145 - weiznich:re_rebalance_coherence, r=nikomatsakisbors-235/+1565
2019-01-04use `delay_span_bug` instead of `bug!` when doing layout sanity checkMichael Hewson-0/+19
2019-01-04add test for #57162Ariel Ben-Yehuda-0/+7
2019-01-04Auto merge of #56897 - euclio:parse-fatal, r=estebankbors-14/+220
2019-01-04force binary filename for compiled doctestsQuietMisdreavus-0/+7
2019-01-04Auto merge of #56074 - matthewjasper:forbid-recursive-impl-trait, r=nikomatsakisbors-8/+222
2019-01-04alphabetize marker traits when printedAriel Ben-Yehuda-10/+10