index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc
/
ich
/
impls_syntax.rs
Age
Commit message (
Expand
)
Author
Lines
2018-03-18
Initial implementation of RFC 2151, Raw Identifiers
Lymia Aluysia
-1
/
+4
2018-03-17
syntax: Make `_` an identifier
Vadim Petrochenkov
-1
/
+0
2018-03-15
Make FileMap thread-safe
John Kåre Alsaker
-15
/
+18
2018-03-08
Add InterpretInterner to StableHashingContext for AllocId serialization
Oliver Schneider
-23
/
+25
2018-03-05
Turn features() into a query.
Michael Woerister
-0
/
+19
2018-01-04
rustc: use {U,I}size instead of {U,I}s shorthands.
Eduard-Mihai Burtescu
-2
/
+2
2017-12-19
incr.comp.: Precompute small hash for filenames to save some work.
Michael Woerister
-2
/
+3
2017-12-15
incr.comp.: Revert hashing optimization that caused regression.
Michael Woerister
-2
/
+0
2017-12-14
incr.comp.: Do less hashing per Span.
Michael Woerister
-0
/
+2
2017-12-14
Use PathBuf instead of String where applicable
Oliver Schneider
-0
/
+11
2017-12-01
incr.comp.: Properly hash and encode macro expansion information.
Michael Woerister
-0
/
+24
2017-11-03
Display spans correctly when there are non-half-width characters
Wonwoo Choi
-0
/
+16
2017-10-03
Rename FileMap::path and change to an Option
Philip Craig
-1
/
+1
2017-09-30
Don't use remapped path when loading modules and include files
Philip Craig
-0
/
+1
2017-09-22
Add support for `..=` syntax
Alex Burka
-0
/
+2
2017-09-18
rustc: Forbid interpolated tokens in the HIR
Alex Crichton
-18
/
+5
2017-09-18
incr.comp.: Remove tcx from StableHashingContext.
Michael Woerister
-24
/
+24
2017-09-18
incr.comp.: Make the StableHashingContext mostly independent of the tcx.
Michael Woerister
-2
/
+2
2017-09-18
incr.comp.: Initialize IGNORED_ATTRS in StableHashingContext lazily.
Michael Woerister
-0
/
+5
2017-09-18
Fix issues uncovered by rebasing:
Michael Woerister
-4
/
+26
2017-09-13
honor #[rustc_const_unstable] attributes
Alex Burka
-1
/
+7
2017-06-26
Simplify `hygiene::Mark` application, and
Jeffrey Seyfried
-2
/
+1
2017-06-10
Added external crates' sources to FileMap.
Inokentiy Babushkin
-0
/
+1
2017-06-10
Added source hashes to FileMap
Inokentiy Babushkin
-0
/
+3
2017-06-06
ICH: Make StableHashingContext work with any TyCtxt, not just the global one.
Michael Woerister
-18
/
+22
2017-05-26
Auto merge of #42058 - froydnj:thiscall-support, r=nikomatsakis
bors
-0
/
+1
2017-05-25
Improve efficiency.
Jeffrey Seyfried
-1
/
+1
2017-05-24
add thiscall calling convention support
Nathan Froyd
-0
/
+1
2017-05-08
incr.comp.: Hash more pieces of crate metadata to detect changes there.
Michael Woerister
-1
/
+79
2017-04-06
Introduce HashStable trait and base ICH implementations on it.
Michael Woerister
-0
/
+301