about summary refs log tree commit diff
path: root/src/librustc/diagnostics.rs
AgeCommit message (Expand)AuthorLines
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
2017-07-11tweak word orderingNiko Matsakis-1/+1
2017-07-11Clean up some codeGuillaume Gomez-15/+14
2017-07-08Remove more anonymous trait method parametersVadim Petrochenkov-1/+1
2017-06-29remove `fn main() { }` from extended errorsNiko Matsakis-6/+2
2017-06-29Changing the error code to E0621gaurikholkar-7/+24
2017-06-29Adding diagnostic code 0611 for lifetime errors with one named, one anonymous...gaurikholkar-0/+25
2017-06-23Removed as many "```ignore" as possible.kennytm-33/+66
2017-06-18Update transmute size lints.Mark Simulacrum-1/+1
2017-06-15Update older URLs pointing to the first edition of the BookWonwoo Choi-4/+4
2017-06-02Add E0602Guillaume Gomez-0/+13
2017-05-30Add new error codeGuillaume Gomez-1/+18
2017-05-15Remove interior mutability from TraitDef by turning fields into queries.Michael Woerister-0/+61
2017-04-24Reorder code, fix unittestsEsteban Küber-8/+21
2017-04-23Clean up closure type mismatch errorsEsteban Küber-0/+2
2017-04-23cache ADT dtorck resultsAriel Ben-Yehuda-0/+1
2017-04-21Implementation of repr struct alignment RFC 1358.Cameron Hart-1/+2
2017-04-18comment out removed error codesCengiz Can-52/+2
2017-04-18fixes #40013Cengiz Can-0/+52
2017-04-16rustc_const_eval: move ConstEvalErr to the rustc crate.Eduard-Mihai Burtescu-0/+19