summary refs log tree commit diff
path: root/src/librustc/ty/maps
AgeCommit message (Expand)AuthorLines
2017-11-14Backported merge of #45785 - arielb1:unsafe-fixes, r=eddybbors-5/+8
2017-10-04incr.comp.: Address review comments.Michael Woerister-6/+17
2017-10-03incr.comp.: Fix some merge fallout.Michael Woerister-1/+1
2017-10-02incr.comp.: Use red/green tracking for CGU re-use.Michael Woerister-2/+12
2017-10-02incr.comp.: Make some DepNodes non-anonymous.Michael Woerister-13/+12
2017-10-02incr.comp.: Re-execute queries during red/green marking in order to find out ...Michael Woerister-65/+345
2017-10-02incr.comp.: Add minimal version of try_mark_green procedure.Michael Woerister-26/+97
2017-09-25Auto merge of #44646 - petrochenkov:scompress, r=michaelwoeristerbors-1/+1
2017-09-24move unsafety checking to MIRAriel Ben-Yehuda-0/+4
2017-09-23Compress "small" spans to 32 bits and intern "large" spansVadim Petrochenkov-1/+1
2017-09-22Auto merge of #44696 - michaelwoerister:fingerprints-in-dep-graph-3, r=nikoma...bors-1/+2
2017-09-20Fix ICEscalexm-0/+15
2017-09-20incr.comp.: Make sure traits_in_scope results are hashed in a stable way.Michael Woerister-1/+2
2017-09-19split maps into submodules, documentNiko Matsakis-1116/+1517
2017-09-19promote maps into its own directoryNiko Matsakis-0/+1551