summary refs log tree commit diff
path: root/src/librustc/infer/error_reporting/note.rs
AgeCommit message (Expand)AuthorLines
2017-09-08Use NodeId/HirId instead of DefId for local variables.Eduard-Mihai Burtescu-9/+9
2017-09-01rustc: rename CodeExtent to Scope and RegionMaps to ScopeTree.Eduard-Mihai Burtescu-37/+39
2017-09-01rustc: take TyCtxt and RegionMaps in CodeMap::span.Eduard-Mihai Burtescu-48/+64
2017-08-11Use DefIndex instead of NodeId in UpvarId.Michael Woerister-9/+9
2017-05-09Improve E0477 error messageGuillaume Gomez-2/+9
2017-04-30intern CodeExtentsNiko Matsakis-2/+2
2017-04-11Highlight and simplify mismatched typesEsteban Küber-0/+2
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/+465