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
/
hir
Age
Commit message (
Expand
)
Author
Lines
2019-03-07
hir: remove NodeId from PathSegment
ljedrz
-11
/
+4
2019-03-07
HirIdification: replace NodeId method calls
ljedrz
-11
/
+11
2019-03-06
Execute all parallel blocks even if they panic in a single-threaded compiler
John Kåre Alsaker
-4
/
+4
2019-03-06
Make misc checking 1 more parallel
John Kåre Alsaker
-6
/
+0
2019-03-05
Only insert nodes which changes lint levels in the LintLevelMap
John Kåre Alsaker
-0
/
+1
2019-03-05
Create a derive macro for HashStable
John Kåre Alsaker
-1
/
+2
2019-03-02
hir: HirIdify Impl&TraitItemId
ljedrz
-10
/
+10
2019-03-02
hir: remove NodeId from VariantData
ljedrz
-21
/
+12
2019-03-02
hir: remove NodeId from Pat and FieldPat
ljedrz
-31
/
+28
2019-03-02
hir: remove NodeId from Item
ljedrz
-9
/
+4
2019-03-02
hir: remove NodeId from ForeignItem
ljedrz
-3
/
+1
2019-03-02
hir: remove NodeId from StructField
ljedrz
-3
/
+1
2019-03-01
hir: remove NodeId from VisibilityKind
ljedrz
-7
/
+4
2019-03-01
hir: remove NodeId from TraitRef
ljedrz
-6
/
+2
2019-03-01
hir: remove NodeId from Arg
ljedrz
-3
/
+1
2019-03-01
hir: remove NodeId from TypeBinding
ljedrz
-7
/
+3
2019-03-01
hir: remove NodeId from ImplItem
ljedrz
-5
/
+2
2019-03-01
hir: remove NodeId from TraitItem
ljedrz
-9
/
+7
2019-03-01
hir: remove NodeId from AnonConst
ljedrz
-3
/
+1
2019-03-01
hir: remove NodeId from Field
ljedrz
-5
/
+2
2019-03-01
hir: remove NodeId from Local
ljedrz
-6
/
+3
2019-03-01
hir: remove NodeId from Stmt
ljedrz
-18
/
+9
2019-02-28
Auto merge of #57760 - dlrobertson:varargs1, r=alexreg
bors
-21
/
+36
2019-02-27
Fix doc comments in librustc/hir/lowering.rs
Dan Robertson
-16
/
+16
2019-02-27
Rename variadic to c_variadic
Dan Robertson
-5
/
+5
2019-02-27
Support defining C compatible variadic functions
Dan Robertson
-0
/
+15
2019-02-27
Rollup merge of #58678 - doctorn:refuse-async-fn-2015-edition, r=varkor
Mazdak Farrokhzad
-10
/
+10
2019-02-26
Auto merge of #58561 - ljedrz:HirIdify_some_nodes, r=Zoxc
bors
-83
/
+63
2019-02-24
Deny `async fn` in 2015 edition
Nathan Corbyn
-10
/
+10
2019-02-24
hir: remove NodeId from Expr
ljedrz
-26
/
+22
2019-02-24
hir: remove NodeId from Block
ljedrz
-7
/
+3
2019-02-24
Auto merge of #58315 - gnzlbg:returns_twice, r=alexcrichton
bors
-0
/
+3
2019-02-24
hir: remove NodeId from MacroDef
ljedrz
-4
/
+3
2019-02-24
hir: remove NodeId from WhereEqPredicate
ljedrz
-3
/
+1
2019-02-24
hir: remove NodeId from WhereClause
ljedrz
-8
/
+3
2019-02-24
hir: remove NodeId from GenericParam
ljedrz
-10
/
+10
2019-02-24
hir: remove NodeId from Lifetime and Ty
ljedrz
-25
/
+15
2019-02-24
hir: impl Display for HirId
ljedrz
-0
/
+6
2019-02-24
Auto merge of #58232 - ljedrz:HirIdification_continued, r=Zoxc
bors
-160
/
+158
2019-02-23
Implement ffi_returns_twice attribute
gnzlbg
-0
/
+3
2019-02-23
Rollup merge of #58476 - nnethercote:rm-LazyTokenStream, r=petrochenkov
Mazdak Farrokhzad
-7
/
+7
2019-02-20
adjust intravisit HirIdification
ljedrz
-16
/
+12
2019-02-20
hir: remove parent_node from NodeCollector
ljedrz
-24
/
+17
2019-02-20
hir: change HirIdValidator.hir_ids_seen to a set
ljedrz
-10
/
+15
2019-02-20
hir: add and use hir_to_node_id in NodeCollector
ljedrz
-32
/
+34
2019-02-20
hir: HirId-ify intravisit
ljedrz
-141
/
+143
2019-02-20
Rollup merge of #58562 - dlrobertson:fix_nits, r=alexreg
kennytm
-0
/
+5
2019-02-20
Rollup merge of #58528 - Zoxc:stmtkind-item, r=oli-obk
kennytm
-6
/
+7
2019-02-18
Fix style nits
Dan Robertson
-0
/
+5
2019-02-18
Remove some unnecessary `into()` calls.
Nicholas Nethercote
-1
/
+1
[prev]
[next]