about summary refs log tree commit diff
path: root/src/librustc_interface
AgeCommit message (Expand)AuthorLines
2019-03-10Make the rustc driver and interface demand drivenJohn Kåre Alsaker-16/+1367
2019-03-06Rename check_privacy to check_private_in_publicJohn Kåre Alsaker-2/+2
2019-03-06Make misc checking 1 more parallelJohn Kåre Alsaker-19/+17
2019-03-06Make misc checking 2 more parallelJohn Kåre Alsaker-16/+17
2019-03-06Split up privacy checking so privacy_access_levels only does computations req...John Kåre Alsaker-9/+20
2019-03-02hir: remove NodeId from Itemljedrz-4/+3
2019-02-28Introduce rustc_interface and move some methods thereJohn Kåre Alsaker-0/+1725