about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2019-09-22On obligation errors point at the unfulfilled binding when possibleEsteban Küber-496/+517
2019-09-22Auto merge of #64669 - estebank:unreachable, r=Centrilbors-331/+185
2019-09-21review commentsEsteban Küber-2/+2
2019-09-21Do not trigger unreachable lint in async body and Use span labelsEsteban Küber-331/+185
2019-09-21Rollup merge of #64660 - guanqun:unify-errors-for-tuple-struct, r=estebankMazdak Farrokhzad-5/+37
2019-09-21Rollup merge of #64635 - gnzlbg:const_fn_ptr, r=oli-obkMazdak Farrokhzad-0/+299
2019-09-21Rollup merge of #64619 - sam09:fix-63962, r=CentrilMazdak Farrokhzad-4/+19
2019-09-21Rollup merge of #63907 - estebank:assoc-type-mismatch, r=oli-obkMazdak Farrokhzad-0/+71
2019-09-22Fixes #63962. Hint about missing tuple parentheses in patternsSam Radhakrishan-4/+19
2019-09-21unify errors for tuple/struct variantsGuanqun Lu-5/+37
2019-09-21remove featuregnzlbg-84/+255
2019-09-21Rollup merge of #64642 - cuviper:move-for-loop-snippet, r=varkorMazdak Farrokhzad-0/+24
2019-09-21Rollup merge of #64641 - cuviper:extern-rust-ctypes, r=estebankMazdak Farrokhzad-0/+12
2019-09-21Rollup merge of #64347 - GuillaumeGomez:E0312, r=oli-obkMazdak Farrokhzad-2/+17
2019-09-21Rollup merge of #64010 - c410-f3r:stabilize-attrs-fn, r=CentrilMazdak Farrokhzad-161/+88
2019-09-20Fix the span used to suggest avoiding for-loop movesJosh Stone-0/+24
2019-09-20Exempt extern "Rust" from improper_ctypesJosh Stone-0/+12
2019-09-20Allow using fn pointers in const fn behind const_fn_ptr gategnzlbg-0/+128
2019-09-20Auto merge of #64584 - nikomatsakis:issue-64477-generator-capture-types, r=eddybbors-24/+111
2019-09-20Auto merge of #64498 - estebank:point-at-arg, r=Centrilbors-329/+364
2019-09-19add a mir-opt test that we don't add the spurious dropNiko Matsakis-0/+24
2019-09-19When possible, suggest fn callEsteban Küber-6/+8
2019-09-19Ignore obligations coming from desugared call spansEsteban Küber-276/+180
2019-09-19When possible point at argument causing item obligation failureEsteban Küber-504/+633
2019-09-19fix mir-opt testsNiko Matsakis-24/+17
2019-09-19fix tests for 2018Niko Matsakis-0/+4
2019-09-19Rollup merge of #64601 - grovesNL:two-backticks, r=jonas-schievinkMazdak Farrokhzad-1/+1
2019-09-19Rollup merge of #64592 - Aaron1011:feature/unreachable-span, r=CentrilMazdak Farrokhzad-0/+308
2019-09-19Rollup merge of #63448 - RalfJung:miri-discriminant, r=eddybMazdak Farrokhzad-0/+182
2019-09-19avoid generating drops for moved operands of callsNiko Matsakis-0/+46
2019-09-18Fix backticks in documentationJoshua Groves-1/+1
2019-09-19Rollup merge of #64591 - jamesmunns:grammar-fix, r=jonas-schievinkMazdak Farrokhzad-15/+15
2019-09-19Rollup merge of #64554 - lqd:polonius_tests4, r=nikomatsakisMazdak Farrokhzad-4/+42
2019-09-18Add explanation to type mismatch involving type params and assoc typesEsteban Küber-0/+71
2019-09-18Some formatting cleanupAaron Hill-1/+1
2019-09-18Make note better when all arms in a `match` divergeAaron Hill-6/+6
2019-09-19Restore whitespaceJames Munns-3/+3
2019-09-18Point at original span when emitting unreachable lintAaron Hill-0/+308
2019-09-19Fix a minor grammar nit, update UI testsJames Munns-18/+18
2019-09-18don't record all intermediate adjustment typesNiko Matsakis-0/+20
2019-09-18Rollup merge of #64578 - max-sixty:22656-lldb-8, r=alexcrichtonTyler Mandry-1/+1
2019-09-18fix debuginfo/issue22656 with LLDB 8Maximilian Roos-1/+1
2019-09-17Rollup merge of #64528 - Aaron1011:fix/proc-macro-type, r=alexcrichtonTyler Mandry-1/+12
2019-09-17Rollup merge of #64486 - matthewjasper:hygiene-debugging, r=petrochenkovTyler Mandry-1/+11
2019-09-17Generate proc macro harness in AST order.Aaron Hill-1/+12
2019-09-17Auto merge of #64562 - tmandry:rollup-kfk0nuo, r=tmandrybors-30/+7
2019-09-17Rollup merge of #64429 - afnanenayet:afnan/fix-failure-note-json-level, r=Mar...Tyler Mandry-2/+2
2019-09-17Print syntax contexts and marks when printing hygiene informationMatthew Jasper-0/+10
2019-09-17Auto merge of #64525 - nikomatsakis:issue-64512-drop-order-tail-temp, r=david...bors-0/+109
2019-09-17Bless json output of test ui/json-options.rs for Poloniuslqd-0/+1