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
/
hir
/
map
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2018-07-18
Implement existential types
Oliver Schneider
-1
/
+5
2018-07-16
ItemKind
csmoe
-53
/
+53
2018-07-16
ForeignItemKind
csmoe
-3
/
+3
2018-07-16
TyKind
csmoe
-0
/
+1
2018-07-16
ExprKind
csmoe
-4
/
+4
2018-07-16
VariantKind
csmoe
-1
/
+1
2018-07-01
call it `hir::VisibilityKind` instead of `hir::Visibility_:*`
Zack M. Davis
-1
/
+1
2018-06-30
in which hir::Visibility recalls whence it came (i.e., becomes Spanned)
Zack M. Davis
-1
/
+3
2018-06-28
Extend support to `get_generics` for all `NodeItem`s
Esteban Küber
-1
/
+8
2018-06-28
Point at lifetimes instead of def span for E0195
Esteban Küber
-1
/
+21
2018-06-28
Fix rebase
Vadim Petrochenkov
-3
/
+3
2018-06-28
Use `Ident`s for associated item definitions in HIR
Vadim Petrochenkov
-8
/
+8
2018-06-28
Use `Ident`s in a number of structures in HIR
Vadim Petrochenkov
-2
/
+2
2018-06-28
Use `Ident`s for lifetimes in HIR
Vadim Petrochenkov
-2
/
+2
2018-06-21
PathParameters -> GenericArgs fixes
Taylor Cramer
-1
/
+1
2018-06-21
Parse async fn header.
Without Boats
-1
/
+1
2018-06-20
Lift attrs into hir::GenericParam
varkor
-4
/
+1
2018-06-20
Introduce ParamName and use it in place of LifetimeName
varkor
-7
/
+4
2018-06-20
Lift name into GenericParam
varkor
-2
/
+2
2018-06-20
Handle lifetimes in NodeGenericParam also
varkor
-3
/
+6
2018-06-20
Refactor generic parameters in rustdoc/clean
varkor
-5
/
+3
2018-06-20
Refactor hir::GenericParam as a struct
varkor
-32
/
+37
2018-06-19
Add `fn fn_decl` to `Hir`, for looking up the `FnDecl` of a body owner.
Felix S. Klock II
-0
/
+42
2018-06-13
Various cleanups
Oliver Schneider
-7
/
+1
2018-06-07
Add existential type definitons
Oliver Schneider
-0
/
+8
2018-05-26
Use `Ident`s for fields in HIR
Vadim Petrochenkov
-3
/
+3
2018-05-19
rustc: introduce {ast,hir}::AnonConst to consolidate so-called "embedded cons...
Eduard-Mihai Burtescu
-28
/
+19
2018-04-26
rustc_target: move in syntax::abi and flip dependency.
Irina Popa
-1
/
+1
2018-04-19
Remove HIR inlining
Wesley Wiser
-25
/
+1
2018-04-15
Make use of thread-safe arenas
John Kåre Alsaker
-3
/
+3
2018-03-28
Make HirMap thread-safe
John Kåre Alsaker
-4
/
+10
2018-03-20
Pass attributes to hir::TyParam
Mrowqa
-0
/
+1
2018-03-02
Perform manual fixups
Manish Goregaokar
-1
/
+4
2018-03-02
Run Rustfix on librustc
Manish Goregaokar
-1
/
+1
2018-02-19
Implement describe_def query for LOCAL_CRATE
Michael Woerister
-0
/
+98
2018-02-13
Handle path prefix mapping in a more stable way when computing the crate hash.
Michael Woerister
-0
/
+1
2018-01-13
Remove `impl Foo for ..` in favor of `auto trait Foo`
leonardo.yvens
-1
/
+0
2018-01-07
Try to fix a perf regression by updating log
Malo Jaffré
-1
/
+1
2017-12-20
incr.comp.: Use an IndexVec instead of a hashmap for storing result hashes.
Michael Woerister
-1
/
+6
2017-12-14
add trait aliases to HIR
Alex Burka
-0
/
+1
2017-12-09
Use Try syntax for Option in place of macros or match
Matt Brubeck
-3
/
+2
2017-12-01
incr.comp.: Incorporate the stable commandline arg hash and SVHs of upstream ...
Michael Woerister
-1
/
+4
2017-11-17
Auto merge of #46004 - michaelwoerister:cached-mir-wip-3, r=nikomatsakis
bors
-1
/
+11
2017-11-16
Introduce LocalDefId which provides a type-level guarantee that the DefId is ...
Michael Woerister
-1
/
+11
2017-11-14
rustc: split off BodyOwnerKind from MirSource.
Eduard-Mihai Burtescu
-0
/
+22
2017-11-08
incr.comp.: Add some missing reads in HIR map.
Michael Woerister
-0
/
+12
2017-11-03
[Syntax Breaking] Rename DefaultImpl to AutoImpl
leonardo.yvens
-4
/
+4
2017-10-24
Introduce CrateDisambiguator newtype and fix tests
Igor Matuszewski
-1
/
+1
2017-10-23
Use 128 bit instead of Symbol for crate disambiguator
Igor Matuszewski
-1
/
+1
2017-09-23
incr.comp.: Do some various cleanup.
Michael Woerister
-11
/
+1
[next]