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
about
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
2019-04-22
Remove double trailing newlines
varkor
-1
/
+0
2019-03-13
Use derive macro for HashStable
John Kåre Alsaker
-753
/
+0
2019-03-08
Auto merge of #58915 - ljedrz:deprecate_nodeid_methods, r=Zoxc
bors
-2
/
+1
2019-03-07
hir: remove NodeId from PatKind
ljedrz
-1
/
+1
2019-03-07
hir: remove NodeId from PathSegment
ljedrz
-1
/
+0
2019-03-05
Create a derive macro for HashStable
John Kåre Alsaker
-6
/
+0
2019-03-02
hir: HirIdify Impl&TraitItemId
ljedrz
-4
/
+4
2019-03-02
hir: remove NodeId from VariantData
ljedrz
-3
/
+3
2019-03-02
hir: remove NodeId from Pat and FieldPat
ljedrz
-2
/
+0
2019-03-02
hir: remove NodeId from Item
ljedrz
-1
/
+0
2019-03-02
hir: remove NodeId from ForeignItem
ljedrz
-1
/
+0
2019-03-02
hir: remove NodeId from StructField
ljedrz
-1
/
+0
2019-03-01
hir: remove NodeId from VisibilityKind
ljedrz
-2
/
+1
2019-03-01
hir: remove NodeId from TraitRef
ljedrz
-2
/
+1
2019-03-01
hir: remove NodeId from Arg
ljedrz
-1
/
+0
2019-03-01
hir: remove NodeId from TypeBinding
ljedrz
-1
/
+0
2019-03-01
hir: remove NodeId from ImplItem
ljedrz
-1
/
+0
2019-03-01
hir: remove NodeId from TraitItem
ljedrz
-1
/
+0
2019-03-01
hir: remove NodeId from AnonConst
ljedrz
-1
/
+0
2019-03-01
hir: remove NodeId from Field
ljedrz
-1
/
+0
2019-03-01
hir: remove NodeId from Local
ljedrz
-1
/
+0
2019-03-01
hir: remove NodeId from Stmt
ljedrz
-1
/
+0
2019-02-27
Rename variadic to c_variadic
Dan Robertson
-1
/
+1
2019-02-27
Support defining C compatible variadic functions
Dan Robertson
-1
/
+2
2019-02-24
hir: remove NodeId from Expr
ljedrz
-1
/
+0
2019-02-24
hir: remove NodeId from Block
ljedrz
-1
/
+0
2019-02-24
hir: remove NodeId from MacroDef
ljedrz
-1
/
+0
2019-02-24
hir: remove NodeId from WhereEqPredicate
ljedrz
-1
/
+0
2019-02-24
hir: remove NodeId from WhereClause
ljedrz
-1
/
+0
2019-02-24
hir: remove NodeId from GenericParam
ljedrz
-1
/
+0
2019-02-24
hir: remove NodeId from Lifetime and Ty
ljedrz
-2
/
+0
2019-02-15
Take Const into account in HIR
varkor
-1
/
+10
2019-02-13
HirId-ify hir::BodyId
ljedrz
-2
/
+2
2019-02-07
Add const params to Def
varkor
-0
/
+1
2019-02-05
move librustc to 2018
Mark Mansi
-8
/
+8
2019-02-02
hir: add HirId to main Hir nodes
ljedrz
-4
/
+16
2019-01-24
Implement optimize(size) and optimize(speed)
Simonas Kazlauskas
-0
/
+9
2019-01-19
Rollup merge of #57689 - nnethercote:redo-hir-Stmt, r=petrochenkov
Mazdak Farrokhzad
-10
/
+10
2019-01-17
Remove `hir::StmtKind::Decl`.
Nicholas Nethercote
-7
/
+2
2019-01-17
Make `hir::Stmt` a separate struct.
Nicholas Nethercote
-4
/
+9
2019-01-16
Remove `hir::Label`.
Nicholas Nethercote
-1
/
+1
2018-12-29
Auto merge of #56225 - alexreg:type_alias_enum_variants, r=petrochenkov
bors
-4
/
+4
2018-12-27
Get rid of `Block::recovered`
Vadim Petrochenkov
-1
/
+0
2018-12-27
AST/HIR: Introduce `ExprKind::Err` for better error recovery in the front-end
Vadim Petrochenkov
-1
/
+2
2018-12-26
Store `Ident` rather than just `Name` in HIR types `Item` and `ForeignItem`.
Alexander Regueiro
-4
/
+4
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-11-12
Turn `HirLocalId` into a `newtype_index`
Oliver Scherer
-2
/
+9
2018-10-26
dump refs for path segments in save-analysis
Nick Cameron
-0
/
+1
2018-10-26
Store a resolved def on hir::PathSegment
Nick Cameron
-0
/
+1
2018-10-19
Auto merge of #55162 - nikomatsakis:issue-54902-underscore-bound, r=tmandry
bors
-2
/
+5
[next]