summary refs log tree commit diff
path: root/src/librustc/diagnostics.rs
AgeCommit message (Expand)AuthorLines
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
2017-09-03implement improved on_unimplemented directivesAriel Ben-Yehuda-3/+3
2017-09-03refactor and centralize `on_unimplemented` parsingAriel Ben-Yehuda-88/+92
2017-08-25Merge remote-tracking branch 'origin/master' into genAlex Crichton-0/+15
2017-08-19Desugar parenthesized generic arguments in HIRVadim Petrochenkov-0/+15
2017-08-17Merge remote-tracking branch 'origin/master' into genAlex Crichton-0/+4
2017-08-17added whitespaceAnthony Defranceschi-2/+2
2017-08-16E0106: field lifetimesAnthony Defranceschi-0/+4
2017-08-14Choose another error codeAlex Crichton-1/+1
2017-07-28Merge remote-tracking branch 'origin/master' into genAlex Crichton-0/+1
2017-07-28Fix error codeJohn Kåre Alsaker-1/+1
2017-07-28Rename some variables in lowering.rs and add an error number for the errorJohn Kåre Alsaker-0/+1
2017-07-28Adding E0623, to detect missing lifetimes when both regions are anonymousgaurikholkar-0/+1
2017-07-27Auto merge of #43443 - bitshifter:issue-43317, r=nikomatsakisbors-1/+0
2017-07-23Better detection of repr packed and alignCameron Hart-1/+0
2017-07-21Correct the spelling of "homogeneous"Josh Stone-1/+1