summary refs log tree commit diff
path: root/src/librustc/ich/caching_codemap_view.rs
AgeCommit message (Expand)AuthorLines
2018-08-19mv CachingCodemapView CachingSourceMapViewDonato Sciarra-4/+4
2018-08-19mv codemap source_mapDonato Sciarra-7/+7
2018-08-19mv (mod) codemap source_mapDonato Sciarra-1/+1
2018-08-19mv filemap source_fileDonato Sciarra-1/+1
2018-08-19mv FileMap SourceFileDonato Sciarra-3/+3
2018-08-19mv CodeMap SourceMapDonato Sciarra-3/+3
2018-03-02Replace Rc with Lrc for shared dataJohn Kåre Alsaker-3/+3
2017-12-21Refactor code so the call to codemap.files() does not deadlockJohn Kåre Alsaker-4/+2
2017-09-20incr.comp.: Store result fingerprints in DepGraph.Michael Woerister-0/+1
2017-09-18incr.comp.: Initialize the CachingCodemapView in StableHashingContext lazily.Michael Woerister-6/+4
2017-07-05use field init shorthand in src/librustcZack M. Davis-1/+1
2017-06-06ICH: Make StableHashingContext work with any TyCtxt, not just the global one.Michael Woerister-2/+2
2017-05-23incr.comp.: Track expanded spans instead of FileMaps.Michael Woerister-26/+2
2017-05-08incr.comp.: Hash more pieces of crate metadata to detect changes there.Michael Woerister-3/+32
2017-03-29Merge `ExpnId` and `SyntaxContext`.Jeffrey Seyfried-4/+0
2017-03-22Move CachingCodemapView to rustc::ich.Michael Woerister-0/+115