about summary refs log tree commit diff
path: root/src/librustc/infer/error_reporting/util.rs
AgeCommit message (Expand)AuthorLines
2017-12-20move nice-region-error reporting into its own moduleNiko Matsakis-226/+0
2017-12-09Use Try syntax for Option in place of macros or matchMatt Brubeck-4/+2
2017-11-05Handle anon lifetime arg being returned with named lifetime return typeEsteban Küber-0/+1
2017-09-26merge fixes, addressing CR commentsgaurikholkar-3/+8
2017-09-14bring Ty into scopeDouglas Campos-2/+2
2017-09-09adding E0623 for LateBound regionsgaurikholkar-76/+102
2017-08-25Auto merge of #43700 - gaurikholkar:struct_lifetimes, r=nikomatsakisbors-40/+116
2017-08-24build fixesgaurikholkar-30/+30
2017-08-24adding macro, cleaning up codegaurikholkar-1/+9
2017-08-23code review fixesgaurikholkar-42/+41
2017-08-18code review fixesgaurikholkar-2/+14
2017-08-17code review fixesgaurikholkar-6/+24
2017-08-17Adding E0623 for structsgaurikholkar-17/+56
2017-08-11Use ItemLocalId as key for node_types, node_substs, and adjustments in Typeck...Michael Woerister-1/+1
2017-07-28Adding E0623, to detect missing lifetimes when both regions are anonymousgaurikholkar-0/+120