summary refs log tree commit diff
path: root/src/librustc/ich/impls_syntax.rs
AgeCommit message (Expand)AuthorLines
2017-10-03Rename FileMap::path and change to an OptionPhilip Craig-1/+1
2017-09-30Don't use remapped path when loading modules and include filesPhilip Craig-0/+1
2017-09-22Add support for `..=` syntaxAlex Burka-0/+2
2017-09-18rustc: Forbid interpolated tokens in the HIRAlex Crichton-18/+5
2017-09-18incr.comp.: Remove tcx from StableHashingContext.Michael Woerister-24/+24
2017-09-18incr.comp.: Make the StableHashingContext mostly independent of the tcx.Michael Woerister-2/+2
2017-09-18incr.comp.: Initialize IGNORED_ATTRS in StableHashingContext lazily.Michael Woerister-0/+5
2017-09-18Fix issues uncovered by rebasing:Michael Woerister-4/+26
2017-09-13honor #[rustc_const_unstable] attributesAlex Burka-1/+7
2017-06-26Simplify `hygiene::Mark` application, andJeffrey Seyfried-2/+1
2017-06-10Added external crates' sources to FileMap.Inokentiy Babushkin-0/+1
2017-06-10Added source hashes to FileMapInokentiy Babushkin-0/+3
2017-06-06ICH: Make StableHashingContext work with any TyCtxt, not just the global one.Michael Woerister-18/+22
2017-05-26Auto merge of #42058 - froydnj:thiscall-support, r=nikomatsakisbors-0/+1
2017-05-25Improve efficiency.Jeffrey Seyfried-1/+1
2017-05-24add thiscall calling convention supportNathan Froyd-0/+1
2017-05-08incr.comp.: Hash more pieces of crate metadata to detect changes there.Michael Woerister-1/+79
2017-04-06Introduce HashStable trait and base ICH implementations on it.Michael Woerister-0/+301