about summary refs log tree commit diff
path: root/src/test/ui/codemap_tests
AgeCommit message (Expand)AuthorLines
2018-12-25Remove licensesMark Rousskov-271/+26
2018-11-05Removed overlapping_spans.{rs,stderr,nll.stderr}.Felix S. Klock II-52/+0
2018-11-03Added tests.Alexander Regueiro-1/+3
2018-10-03Clearer later use messages for callsMatthew Jasper-5/+4
2018-09-12use structured suggestion for "missing mut" labelAndy Russell-1/+1
2018-08-15Bless UI testsashtneoi-4/+7
2018-08-06Point at correct span when missing comma in `println`Esteban Küber-8/+4
2018-07-31NLL: On "cannot move out of type" error, print original source before rewrite.Felix S. Klock II-1/+4
2018-07-23Match errors using the callsite of macro expansionsFederico Poli-6/+6
2018-07-20Update tests for new NLL mutability errorsMatthew Jasper-1/+1
2018-07-13Add the `amdgpu-kernel` ABI.Richard Diamond-1/+1
2018-06-27Update tests for grouped nll move errorsMatthew Jasper-2/+4
2018-06-22Auto merge of #51463 - estebank:error-codes, r=nikomatsakisbors-2/+5
2018-06-19Update error code numbersEsteban Küber-2/+2
2018-06-19Add code to `invalid ABI` errorEsteban Küber-2/+5
2018-06-19NLL: Updates to diagnostic output in `test/ui`.Felix S. Klock II-0/+3
2018-05-25rust-lang/rust#51025: improve test robustness so that they work under NLL too.Felix S. Klock II-8/+16
2018-05-11unary op filter, dereference hintRoman Stoliar-3/+1
2018-05-11added missing implementation hintRoman Stoliar-0/+2
2018-04-13Rename must-compile-successfully into compile-passGuillaume Gomez-1/+1
2018-04-11Checkpoint the current status of NLL on `ui` tests via compare-mode=nll.Felix S. Klock II-0/+57
2018-04-11Workaround rust-lang/rust#49855 by forcing rustc_error in any mode, including...Felix S. Klock II-2/+2
2018-03-25Rollup merge of #49046 - Zoxc:error-summary, r=michaelwoeristerkennytm-1/+2
2018-03-16Update testsJohn Kåre Alsaker-1/+2
2018-03-16Auto merge of #48813 - sinkuu:build_in_assert_macro, r=alexcrichtonbors-2/+1
2018-03-16Rollup merge of #49037 - estebank:coherence-tweaks, r=nikomatsakiskennytm-1/+1
2018-03-15Coherence diagnostic tweaksEsteban Küber-1/+1
2018-03-14update testsGuillaume Gomez-13/+12
2018-03-08Fix testShotaro Yamada-2/+1
2018-02-26Update UI testsVadim Petrochenkov-1/+1
2018-02-26Update UI testsVadim Petrochenkov-42/+42
2018-02-25Update ui testsGuillaume Gomez-0/+13
2017-12-19Point at `while true` span instead of entire blockEsteban Küber-3/+1
2017-12-11Auto merge of #46608 - estebank:resolve-return, r=nikomatsakisbors-1/+1
2017-12-10Update ui tests' line numbers.Tommy Ip-2/+2
2017-12-10Add must-compile-successfully comment to appropriate ui tests.Tommy Ip-0/+2
2017-12-09Resolve type on return type suggestionEsteban Küber-1/+1
2017-12-06Auto merge of #45953 - estebank:tab-4, r=nikomatsakisbors-11/+11
2017-11-26mention nightly in -Z external-macro-backtrace noteAlex Burka-4/+4
2017-11-24Display `\t` in diagnostics code as four spacesEsteban Küber-11/+11
2017-11-24Merge cfail and ui tests into ui testsOliver Schneider-36/+36
2017-11-20address review commentsAlex Burka-4/+4
2017-11-19use -Z flag instead of env varAlex Burka-4/+4
2017-11-19update UI testsAlex Burka-4/+4
2017-11-03Display spans correctly when there are non-half-width charactersWonwoo Choi-1/+66
2017-09-07Fix mispositioned error indicatorsest31-3/+75
2017-09-05Print more detailed trait-ref for intercrate ambiguity.Masaki Hara-1/+1
2017-09-05Fix a very subtle mistake in a ui test.Masaki Hara-0/+1
2017-09-05Add tests for intercrate ambiguity hints.Masaki Hara-0/+1
2017-07-02Revert "Change error count messages"Ariel Ben-Yehuda-11/+11