about summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2017-06-05Auto merge of #42383 - estebank:candidate-newline, r=arielb1bors-6/+502
2017-06-04Auto merge of #42362 - estebank:type, r=arielb1bors-0/+65
2017-06-04Separate suggestion in a `help` and a `note`Esteban Küber-22/+44
2017-06-04Show trait method signature when impl differsEsteban Küber-0/+65
2017-06-04Auto merge of #41968 - kennytm:fix-unreadable-json-test-output-36516, r=nikom...bors-0/+342
2017-06-03Auto merge of #42387 - GuillaumeGomez:error-codes-next, r=Susurrusbors-5/+5
2017-06-03Rollup merge of #42368 - estebank:call-site, r=nikomatsakisCorey Farwell-0/+19
2017-06-02Add E0603 error codeGuillaume Gomez-5/+5
2017-06-02Use multiline note for trait suggestionEsteban Küber-4/+478
2017-06-02Introduce 'run-pass' header to 'ui' tests in compiletest. Fix issue #36516.kennytm-0/+342
2017-06-01fix ui referenceNiko Matsakis-1/+1
2017-06-01remove `layout_cache` and fix `-Z print-type-sizes`Niko Matsakis-0/+29
2017-06-01Auto merge of #42281 - eddyb:well-adjusted, r=nikomatsakisbors-24/+19
2017-05-31Use callsite's span for macro calls on suggestionEsteban Küber-0/+19
2017-06-01tests: fix fallout from changing the span of binop errors.Eduard-Mihai Burtescu-24/+19
2017-06-01Rollup merge of #42302 - GuillaumeGomez:new-error-codes-next, r=SusurrusCorey Farwell-7/+7
2017-05-31Rollup merge of #42196 - tommyip:explain_closure_err, r=nikomatsakisMark Simulacrum-2/+7
2017-05-31Update closure errors to use `span_note`Tommy Ip-4/+5
2017-05-30Add new error codeGuillaume Gomez-7/+7
2017-05-30Update fn_once-moved testTommy Ip-2/+6
2017-05-29Auto merge of #42264 - GuillaumeGomez:new-error-codes, r=Susurrusbors-156/+156
2017-05-27Add invalid unary operator usage error codeGuillaume Gomez-2/+2
2017-05-27Add new error codes and update testsGuillaume Gomez-154/+154
2017-05-27Auto merge of #42103 - jorendorff:master, r=estebankbors-2/+5
2017-05-27Stabilize unions with `Copy` fields and no destructorVadim Petrochenkov-2/+0
2017-05-26Auto merge of #42058 - froydnj:thiscall-support, r=nikomatsakisbors-1/+1
2017-05-24Rollup merge of #42150 - citizen428:feature/error-count-messages, r=Mark-Simu...Mark Simulacrum-246/+246
2017-05-24add thiscall calling convention supportNathan Froyd-1/+1
2017-05-24Change error count messagesMichael Kohl-246/+246
2017-05-23Rollup merge of #42016 - pietroalbini:stabilize/loop_break_value, r=nikomatsakisCorey Farwell-3/+2
2017-05-23Auto merge of #41559 - GuillaumeGomez:partial-eq-msg, r=estebankbors-24/+24
2017-05-20Rollup merge of #42062 - fhartwig:fix-off-by-one-span, r=nikomatsakisMark Simulacrum-12/+12
2017-05-19trace_macro: Show both the macro call and its expansion. #42072.Jason Orendorff-2/+5
2017-05-18Add help message if a FnOnce is movedGuillaume Gomez-0/+36
2017-05-18Fix off-by-one error in column number in `explain_span`.Florian Hartwig-12/+12
2017-05-17Add better error message when == operator is badly usedGuillaume Gomez-24/+24
2017-05-17Stabilize the loop_break_value featurePietro Albini-3/+2
2017-05-14Make unsatisfied trait bounds note multilineEsteban Küber-1/+32
2017-05-13rustc: use DefId instead of CodeExtent for FreeRegion's scope.Eduard-Mihai Burtescu-48/+36
2017-05-12Rollup merge of #41876 - oli-obk:diagnosing_diagnostics, r=nagisaMark Simulacrum-40/+40
2017-05-10Example usage of multiple suggestionsOliver Schneider-40/+40
2017-05-09Improve E0477 error messageGuillaume Gomez-0/+26
2017-05-08Rollup merge of #41520 - estebank:trace-macro, r=nikomatsakisCorey Farwell-0/+24
2017-05-07Auto merge of #40857 - estebank:recursive, r=arielb1bors-0/+63
2017-05-07Auto merge of #41668 - kennytm:fix-issue-41652, r=jonathandturnerbors-0/+54
2017-05-06Update the .stderr file for the "an" changesacdenisSK-1/+1
2017-05-06Group "macro expansion" notes per call spanEsteban Küber-10/+7
2017-05-05Move logic to `is_representable` instead of climbing HIREsteban Küber-22/+21
2017-05-05Use diagnostics for trace_macro instead of printlnEsteban Küber-0/+27
2017-05-05Rollup merge of #41722 - F001:warnTilde, r=petrochenkovCorey Farwell-0/+23