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
2020-01-17
Use named fields for `hir::ItemKind::Impl`
Dylan MacKenzie
-23
/
+34
2020-01-16
Account for object safety when suggesting `Box<dyn Trait>`
Esteban Küber
-0
/
+7
2020-01-11
Rollup merge of #68114 - ecstatic-morse:fix-feature-gating, r=Centril
Mazdak Farrokhzad
-1
/
+1
2020-01-10
Remove unnecessary `const_fn` feature gates
Dylan MacKenzie
-1
/
+1
2020-01-10
Introduce `#![feature(half_open_range_patterns)]`.
Mazdak Farrokhzad
-6
/
+10
2020-01-09
refactor 'Output = $ty' & reduce rustc dep
Mazdak Farrokhzad
-0
/
+3
2020-01-08
intravisit: use walk_list! more
Mazdak Farrokhzad
-27
/
+9
2020-01-08
{rustc::hir -> rustc_hir}::intravisit
Mazdak Farrokhzad
-0
/
+1184
2020-01-06
Improve hygiene of `newtype_index`
Matthew Jasper
-1
/
+0
2020-01-04
pacify the parallel compiler
Mazdak Farrokhzad
-1
/
+5
2020-01-04
cleanup librustc_hir/Cargo.toml
Mazdak Farrokhzad
-23
/
+3
2020-01-04
hir::{hir,def,itemlikevisit,pat_util,print} -> rustc_hir
Mazdak Farrokhzad
-0
/
+5715
2020-01-04
move `HirId` to librustc_hir::hir_id
Mazdak Farrokhzad
-0
/
+81
2020-01-04
move def_id to new rustc_hir crate
Mazdak Farrokhzad
-0
/
+230
[prev]