summary refs log tree commit diff
path: root/src/librustc/diagnostics.rs
AgeCommit message (Expand)AuthorLines
2018-10-11Extend lang items to assert correct target.David Wood-2/+16
2018-09-25Handle impl trait in MIR type checked for assignments.Matthew Jasper-3/+2
2018-09-25Lower `impl Trait` types in locals.Alexander Regueiro-2/+3
2018-09-11stabalize infer outlives requirements (RFC 2093).toidiu-38/+52
2018-08-05Convert unknown_features lint into an errorvarkor-0/+11
2018-08-05Turn the duplicate feature lint into an errorvarkor-0/+13
2018-08-05Add lint for unknown feature attributesvarkor-0/+1
2018-07-04Implementation of tool lintsflip1995-0/+1
2018-06-23Fix error code numbersGuillaume Gomez-4/+4
2018-06-22Review nits and updatesTaylor Cramer-3/+3
2018-06-21async await desugaring and testsTaylor Cramer-1/+6
2018-06-12Stabilize #[repr(transparent)]Simon Sapin-8/+0
2018-06-10Fix error codesGuillaume Gomez-8/+7
2018-06-03s/panic_fmt/panic_impl/g in docsJorge Aparicio-3/+3
2018-04-02Checking location and syntax of non_exhaustive attribute.David Wood-0/+27
2018-03-28Stabilize match_default_bindingsTaylor Cramer-59/+0
2018-03-26Stabilize conservative_impl_traitTaylor Cramer-8/+0
2018-03-25Rollup merge of #49162 - tmandry:stabilize-termination-trait, r=nikomatsakiskennytm-3/+3
2018-03-21also fix the Fixed codeNiko Matsakis-1/+3
2018-03-21WIP do not use in-band lifetimesNiko Matsakis-1/+1
2018-03-21WIP tweak example to include feature gateNiko Matsakis-0/+2
2018-03-21report an error if we see an unexpected lifetime in impl TraitNiko Matsakis-0/+48
2018-03-20diagnostics: Remove main return type errors from E0580Tyler Mandry-3/+3
2018-03-08Remove unused error E0020Oliver Schneider-13/+0
2018-02-17fix more typos found by codespell.Matthias Krüger-1/+1
2018-02-06Trait objects cannot contain associated constantsBadel2-0/+22
2018-01-23Adds support for immovable generators. Move checking of invalid borrows acros...John Kåre Alsaker-0/+2
2018-01-16Implement repr(transparent)Robin Kruppe-1/+63
2017-12-21Do not emit type errors on recovered blocksEsteban Küber-9/+12
2017-12-07Auto merge of #46187 - notriddle:patch-1, r=QuietMisdreavusbors-4/+4
2017-12-06Fix overlong line lengthMichael Howell-2/+2
2017-12-06Fix dangling close parenMichael Howell-1/+1
2017-11-22Update diagnostics.rsMichael Howell-2/+2
2017-11-22Implement in-band lifetime bindingsTaylor Cramer-0/+2
2017-11-21Auto merge of #45879 - nikomatsakis:nll-kill-cyclic-closures, r=arielb1bors-0/+31
2017-11-20fix example moreNiko Matsakis-1/+1
2017-11-20fix example for E0644Niko Matsakis-3/+2
2017-11-18give better error messages when a cycle arisesNiko Matsakis-0/+32
2017-11-17Fix impl Trait Lifetime HandlingTaylor Cramer-0/+1
2017-11-15Move E0562 to librustc from librustc_typeckChristopher Vittal-0/+40
2017-10-28Rollup merge of #45585 - frewsxcv:frewsxcv-diagnostic, r=kennytmkennytm-10/+0
2017-10-27Remove 'future Rust version' code block in diagnostic text.Corey Farwell-10/+0
2017-10-26Remove 'just' in diagnosticssteveklabnik-1/+1
2017-09-26remove error code descriptiongaurikholkar-68/+1
2017-09-26Auto merge of #44735 - tirr-c:issue-42143, r=arielb1bors-1/+4
2017-09-24move unsafety checking to MIRAriel Ben-Yehuda-34/+0
2017-09-23Print fn signature when there is closure argument type mismatchWonwoo Choi-1/+4
2017-09-20Implement underscore lifetimesTaylor Cramer-0/+1
2017-09-10fix "correct" case in diagnostic error messageNiko Matsakis-1/+1
2017-09-09adding E0623 for LateBound regionsgaurikholkar-12/+48