about summary refs log tree commit diff
path: root/src/librustc/infer/error_reporting
AgeCommit message (Expand)AuthorLines
2017-08-17code review fixesgaurikholkar-9/+31
2017-08-17Adding E0623 for structsgaurikholkar-124/+255
2017-08-15Fix typos & us spellingsFourchaux-1/+1
2017-08-11Use DefIndex instead of NodeId in UpvarId.Michael Woerister-10/+10
2017-08-11Use ItemLocalId as key for node_types, node_substs, and adjustments in Typeck...Michael Woerister-7/+5
2017-08-01Fixed all unnecessary muts in language coreIsaac van Bakel-2/+2
2017-07-30Auto merge of #43543 - petrochenkov:32330, r=nikomatsakisbors-33/+2
2017-07-29Cleanup some remains of `hr_lifetime_in_assoc_type` compatibility lintVadim Petrochenkov-33/+2
2017-07-29changing E0623 error messagegaurikholkar-2/+2
2017-07-28Adding E0623, to detect missing lifetimes when both regions are anonymousgaurikholkar-125/+353
2017-07-12Rollup merge of #42826 - Yorwba:type-mismatch-same-absolute-paths, r=arielb1Mark Simulacrum-1/+4
2017-07-11Clean up some codeGuillaume Gomez-39/+26
2017-06-29code fixes for error code use warninggaurikholkar-22/+16
2017-06-29conflict fixesgaurikholkar-1/+2
2017-06-29Code review fixesgaurikholkar-53/+20
2017-06-29Changing the error code to E0621gaurikholkar-3/+3
2017-06-29code review fixesgaurikholkar-29/+26
2017-06-29Adding changes to track anonymous region in selfgaurikholkar-20/+40
2017-06-29track anonymous regions in return types, fix tidy errorsgaurikholkar-16/+39
2017-06-29Enabling E0611 for inherent functionsgaurikholkar-42/+74
2017-06-29Interchange ^ and -gaurikholkar-2/+2
2017-06-29Adding new ui test for trait implgaurikholkar-1/+0
2017-06-29Adding diagnostic code 0611 for lifetime errors with one named, one anonymous...gaurikholkar-15/+197
2017-06-28rustc_typeck: use body-id of type-checking item in need_type_infoVenkata Giri Reddy-7/+5
2017-06-22Note different versions of same crate when absolute paths of different types ...Yorwba-1/+4
2017-06-14suppress trait errors that are implied by other errorsAriel Ben-Yehuda-0/+154
2017-05-18Fix off-by-one error in column number in `explain_span`.Florian Hartwig-1/+1
2017-05-13rustc: stop interning CodeExtent, it's small enough.Eduard-Mihai Burtescu-6/+6
2017-05-13rustc: remove redundant fn_id's from CodeExtentData.Eduard-Mihai Burtescu-2/+2
2017-05-13rustc: treat ReEarlyBound as free without replacing it with ReFree.Eduard-Mihai Burtescu-13/+28
2017-05-13rustc: use DefId instead of CodeExtent for FreeRegion's scope.Eduard-Mihai Burtescu-1/+1
2017-05-09Improve E0477 error messageGuillaume Gomez-2/+9
2017-05-08Remove need for &format!(...) or &&"" dances in `span_label` callsOliver Schneider-2/+2
2017-04-30intern CodeExtentsNiko Matsakis-11/+11
2017-04-30remove ROOT_CODE_EXTENT and DUMMY_CODE_EXTENTNiko Matsakis-1/+3
2017-04-30On-demandify region mappingTaylor Cramer-4/+4
2017-04-11Highlight and simplify mismatched typesEsteban Küber-9/+281
2017-03-26store a copy of the Issue32230 info within TypeErrorAriel Ben-Yehuda-23/+19
2017-02-27Format note.rs with rustfmtCengiz Can-253/+220
2017-02-27Lower moved fn's visibility to supermoduleCengiz Can-2/+2
2017-02-27Move two large error_reporting fn's to a separate fileCengiz Can-0/+1158