about summary refs log tree commit diff
path: root/src/test/ui/codemap_tests
AgeCommit message (Expand)AuthorLines
2020-04-28Rollup merge of #71340 - Valloric:more-check-pass, r=nikomatsakisDylan DPC-1/+1
2020-04-26Tweak some suggestions in `rustc_resolve`Esteban Küber-1/+5
2020-04-23Moving more build-pass tests to check-passVal Markovic-1/+1
2020-04-11rustc: Add a warning count upon completionRoccoDev-0/+2
2020-03-28Rollup merge of #70418 - PankajChaudhary5:master, r=Dylan-DPCDylan DPC-0/+1
2020-03-26introduce `negative_impls` feature gate and documentNiko Matsakis-1/+1
2020-03-26Add long error explanation for E0703PankajChaudhary5-0/+1
2020-02-06rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros.Eduard-Mihai Burtescu-1/+3
2020-02-06rustc: rename -Zexternal-macro-backtrace to -Zmacro-backtrace.Eduard-Mihai Burtescu-1/+1
2019-12-26Add a test and bless existing test case.Charles Lew-1/+1
2019-11-18Surround types with backticks in type errorsEsteban Küber-1/+1
2019-11-18Remove E0308 note when primary label has all infoEsteban Küber-4/+1
2019-11-18review comments: tweak prefix stringsEsteban Küber-2/+2
2019-11-18Specific labels when referring to "expected" and "found" typesEsteban Küber-2/+2
2019-11-10Make error and warning annotations mandatory in UI testsTomasz Miąsko-1/+1
2019-11-06Remove "here" from "expected one of X here"Esteban Küber-1/+1
2019-10-25Add new EFIAPI ABIroblabla-1/+1
2019-09-19Fix a minor grammar nit, update UI testsJames Munns-1/+1
2019-09-01Be accurate on `format!` parse error expectationsEsteban Küber-3/+3
2019-07-19Handle more cases of typos misinterpreted as type ascriptionEsteban Küber-2/+2
2019-07-17normalize use of backticks in compiler messages for librustc/lintSamy Kacimi-1/+1
2019-07-03Migrate compile-pass annotations to build-passYuki Okushi-1/+1
2019-06-14Add explanation for E0592Yuki Okushi-0/+2
2019-05-29Update ui test suite to use dynmemoryruins-8/+8
2019-04-22update tests for migrate mode by defaultMatthew Jasper-70/+18
2019-04-18hide `--explain` hint if error has no extended infoAndy Russell-4/+1
2019-03-11Update NLL testsVadim Petrochenkov-4/+4
2019-03-11Update testsVadim Petrochenkov-20/+20
2019-01-24Fix --compare-mode=nll testsEsteban Küber-2/+2
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