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_hir.rs
Age
Commit message (
Expand
)
Author
Lines
2018-07-19
Auto merge of #52024 - oli-obk:existential_parse, r=nikomatsakis
bors
-0
/
+3
2018-07-18
Implement existential types
Oliver Schneider
-0
/
+3
2018-07-16
rustc: Use link_section, not wasm_custom_section
Alex Crichton
-1
/
+1
2018-07-16
ItemKind
csmoe
-17
/
+17
2018-07-16
ForeignItemKind
csmoe
-4
/
+4
2018-07-16
TyKind
csmoe
-13
/
+13
2018-07-16
ExprKind
csmoe
-30
/
+30
2018-07-16
VariantKind
csmoe
-2
/
+2
2018-07-16
DeclKind
csmoe
-4
/
+4
2018-07-16
StmtKind
csmoe
-5
/
+5
2018-07-16
BinOpKind
csmoe
-22
/
+22
2018-07-10
Upgrade to LLVM's master branch (LLVM 7)
Alex Crichton
-0
/
+1
2018-07-03
Rollup merge of #51982 - michaelwoerister:hash-modules-properly, r=nikomatsakis
Pietro Albini
-8
/
+29
2018-07-03
Avoid sorting the item_ids array the StableHash impl of hir::Mod.
Michael Woerister
-10
/
+16
2018-07-02
incr.comp.: Take names of children into account when computing the ICH of a m...
Michael Woerister
-7
/
+22
2018-07-02
Get rid of `TyImplTraitExistential`
Oliver Schneider
-1
/
+0
2018-07-01
call it `hir::VisibilityKind` instead of `hir::Visibility_:*`
Zack M. Davis
-6
/
+6
2018-06-30
in which hir::Visibility recalls whence it came (i.e., becomes Spanned)
Zack M. Davis
-5
/
+7
2018-06-28
Fix rebase
Vadim Petrochenkov
-0
/
+1
2018-06-28
incremental: Do not hash spans for things that didn't have spans previously
Vadim Petrochenkov
-8
/
+8
2018-06-28
Support delegation in stable hashing macros
Vadim Petrochenkov
-182
/
+71
2018-06-28
Use `Ident`s for associated item definitions in HIR
Vadim Petrochenkov
-6
/
+6
2018-06-28
Use `Ident`s in a number of structures in HIR
Vadim Petrochenkov
-3
/
+1
2018-06-28
Use `Ident`s for path segments in HIR
Vadim Petrochenkov
-1
/
+1
2018-06-28
Use `Ident`s for associated type bindings in HIR
Vadim Petrochenkov
-1
/
+1
2018-06-23
Auto merge of #51727 - varkor:expragain-to-exprcontinue, r=petrochenkov
bors
-1
/
+1
2018-06-23
Rename ExprAgain to ExprContinue
varkor
-1
/
+1
2018-06-21
Parse async fn header.
Without Boats
-4
/
+13
2018-06-20
Rename ParamBound(s) to GenericBound(s)
varkor
-1
/
+1
2018-06-20
Lift attrs into hir::GenericParam
varkor
-2
/
+2
2018-06-20
Rename TraitTyParamBound to ParamBound::Trait
varkor
-1
/
+1
2018-06-20
Introduce ParamName and use it in place of LifetimeName
varkor
-4
/
+7
2018-06-20
Remove name from GenericParamKind::Lifetime
varkor
-2
/
+1
2018-06-20
Lift name into GenericParam
varkor
-4
/
+4
2018-06-20
Lift bounds into GenericParam
varkor
-7
/
+5
2018-06-20
Refactor counting methods
varkor
-2
/
+2
2018-06-20
Refactor hir::GenericParam as a struct
varkor
-17
/
+25
2018-06-20
Rename "parameter" to "arg"
varkor
-2
/
+2
2018-06-20
Rename PathParameter(s) to GenericArg(s)
varkor
-2
/
+2
2018-06-20
Rename *Parameter to *Param
varkor
-1
/
+1
2018-06-20
Consolidate PathParameters and AngleBracketedParameterData
varkor
-2
/
+6
2018-06-07
Add existential type definitons
Oliver Schneider
-1
/
+4
2018-06-03
Remove is_import field
Mark Simulacrum
-2
/
+1
2018-06-01
merge UNNECESSARY_EXTERN_CRATE and UNUSED_EXTERN_CRATES
Niko Matsakis
-1
/
+8
2018-05-26
Use `Ident`s for fields in HIR
Vadim Petrochenkov
-6
/
+6
2018-05-19
rustc: introduce {ast,hir}::AnonConst to consolidate so-called "embedded cons...
Eduard-Mihai Burtescu
-0
/
+6
2018-05-17
Rename trans to codegen everywhere.
Irina Popa
-3
/
+3
2018-05-16
label-break-value: Parsing and AST/HIR changes
est31
-1
/
+1
2018-05-15
Remove LoopIdResult
est31
-5
/
+0
2018-05-15
Remove hir::ScopeTarget
est31
-5
/
+0
[next]