about summary refs log tree commit diff
path: root/src/librustc/diagnostics.rs
AgeCommit message (Expand)AuthorLines
2019-02-14Remove no longer accurate diagnostic code about NLLLzu Tao-4/+0
2019-02-14Rollup merge of #57856 - lzutao:fix-old-first-edition, r=steveklabnikMazdak Farrokhzad-3/+6
2019-02-13Convert old doc links to current editionLzu Tao-3/+6
2019-01-31Fix grammar in E0283 explanationSergei Vorobev-1/+1
2019-01-28Rollup merge of #57950 - QuietMisdreavus:lifetime-err-desc, r=estebankMazdak Farrokhzad-0/+33
2019-01-28review commentsQuietMisdreavus-13/+13
2019-01-13Implement basic input validation for built-in attributesVadim Petrochenkov-35/+2
2019-01-04Fix changes for E0106, E0261purple-ice-8/+19
2019-01-03Extend E0106, E0261purple-ice-0/+22
2018-12-28Clarify wording of E0512varkor-1/+2
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-8/+8
2018-11-07Added tests.Alexander Regueiro-3/+1
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