summary refs log tree commit diff
path: root/src/librustc/ich/impls_syntax.rs
AgeCommit message (Expand)AuthorLines
2018-03-18Initial implementation of RFC 2151, Raw IdentifiersLymia Aluysia-1/+4
2018-03-17syntax: Make `_` an identifierVadim Petrochenkov-1/+0
2018-03-15Make FileMap thread-safeJohn Kåre Alsaker-15/+18
2018-03-08Add InterpretInterner to StableHashingContext for AllocId serializationOliver Schneider-23/+25
2018-03-05Turn features() into a query.Michael Woerister-0/+19
2018-01-04rustc: use {U,I}size instead of {U,I}s shorthands.Eduard-Mihai Burtescu-2/+2
2017-12-19incr.comp.: Precompute small hash for filenames to save some work.Michael Woerister-2/+3
2017-12-15incr.comp.: Revert hashing optimization that caused regression.Michael Woerister-2/+0
2017-12-14incr.comp.: Do less hashing per Span.Michael Woerister-0/+2
2017-12-14Use PathBuf instead of String where applicableOliver Schneider-0/+11
2017-12-01incr.comp.: Properly hash and encode macro expansion information.Michael Woerister-0/+24
2017-11-03Display spans correctly when there are non-half-width charactersWonwoo Choi-0/+16
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