summary refs log tree commit diff
path: root/src/test/ui/codemap_tests
AgeCommit message (Expand)AuthorLines
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
2017-05-27Add invalid unary operator usage error codeGuillaume Gomez-1/+1
2017-05-27Add new error codes and update testsGuillaume Gomez-1/+1
2017-05-26Auto merge of #42058 - froydnj:thiscall-support, r=nikomatsakisbors-1/+1
2017-05-24add thiscall calling convention supportNathan Froyd-1/+1
2017-05-24Change error count messagesMichael Kohl-11/+11
2017-04-04Move 'coherence-overlapping-inherent-impl-trait' test to uitopecongiro-0/+26
2017-04-04Move 'overlapping_inherent_impls' test to uitopecongiro-0/+75
2017-03-27borrowck: consolidate `mut` suggestionsAriel Ben-Yehuda-1/+1
2017-03-10fix #40294 obligation cause.body_id is not always a NodeExprCengiz Can-50/+0
2017-03-02Add support for x86-interrupt calling conventionPhilipp Oppermann-1/+1
2017-02-04Add a new ui test and update existing onesCengiz Can-14/+38
2017-02-04Remove extra newlines from expectation filesCengiz Can-1/+0
2017-02-04Improve error message for uninferrable types #38812Cengiz Can-2/+5
2017-01-18calling convention for MSP430 interruptsJorge Aparicio-1/+1
2017-01-12resolve: Do not use "resolve"/"resolution" in error messagesVadim Petrochenkov-2/+2
2016-12-30Further and hopefully final Windows fixesSimonas Kazlauskas-1/+1
2016-12-26fix ui testJorge Aparicio-1/+1
2016-12-26More systematic error reporting in path resolutionVadim Petrochenkov-6/+4
2016-12-03Update error expectationsKeith Yeung-2/+2
2016-11-08Point to type argument span when used as traitEsteban Küber-1/+1
2016-09-26Update E0425, E0446, E0449Jonathan Turner-1/+1
2016-09-15Fix wording for out-of-crate macro errorJonathan Turner-5/+5
2016-08-30Guard against platforms on which the sysv64 calling convention is not valid i...CensoredUsername-1/+1
2016-08-17Replace local backtrace with def-use, repair std macro spansJonathan Turner-0/+88
2016-08-16RUST_NEW_ERROR_FORMAT is no moreSeo Sanghyeon-30/+16
2016-08-05Update E0404 to new format.Ryan Scott-1/+1
2016-08-01Fix fallout in `ui/codemap_tests`.Jeffrey Seyfried-5/+2
2016-07-14Add unicode test to ui testsJonathan Turner-0/+22
2016-07-14Add fix for tabs. Move error unit tests->ui testsJonathan Turner-0/+391