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
/
intravisit.rs
Age
Commit message (
Expand
)
Author
Lines
2020-05-18
Add asm! to HIR
Amanieu d'Antras
-0
/
+21
2020-05-08
Remove ast::{Ident, Name} reexports.
Camille GILLOT
-3
/
+4
2020-03-30
rustc -> rustc_middle part 2
Mazdak Farrokhzad
-1
/
+1
2020-03-27
Auto merge of #68404 - Amanieu:llvm-asm, r=estebank
bors
-1
/
+1
2020-03-26
Rename asm! to llvm_asm!
Amanieu d'Antras
-1
/
+1
2020-03-24
rustc: remove rustc_hir_pretty dependency.
Mazdak Farrokhzad
-0
/
+5
2020-03-22
Tweak output for invalid negative impl errors
Esteban Küber
-0
/
+1
2020-03-18
Rollup merge of #69920 - Centril:hir-cleanup, r=Zoxc
Mazdak Farrokhzad
-0
/
+19
2020-03-16
remove unnecessary hir::map imports
Mazdak Farrokhzad
-0
/
+19
2020-03-15
More Method->Fn renaming
Mark Mansi
-3
/
+3
2020-03-15
Auto merge of #68944 - Zoxc:hir-map, r=eddyb
bors
-9
/
+9
2020-03-15
Rollup merge of #69988 - petrochenkov:nomacrodef, r=Centril
Mazdak Farrokhzad
-1
/
+1
2020-03-14
Index HIR after creating TyCtxt
John Kåre Alsaker
-7
/
+7
2020-03-14
Update `krate_attrs` and `get_module`
John Kåre Alsaker
-2
/
+2
2020-03-14
rustc_metadata: Remove `rmeta::MacroDef`
Vadim Petrochenkov
-1
/
+1
2020-03-14
Rollup merge of #69809 - matthiaskrgr:lifetimes, r=eddyb
Yuki Okushi
-1
/
+1
2020-03-12
remove lifetimes that can be elided (clippy::needless_lifetimes)
Matthias Krüger
-1
/
+1
2020-03-03
rename TraitItemKind::Method -> Fn
Mark Mansi
-2
/
+2
2020-02-29
Rename `syntax` to `rustc_ast` in source code
Vadim Petrochenkov
-2
/
+2
2020-02-17
Rename `FunctionRetTy` to `FnRetTy`
Yuki Okushi
-2
/
+2
2020-01-19
Add `constness` field to `hir::ItemKind::Impl`
Dylan MacKenzie
-0
/
+1
2020-01-17
Use named fields for `hir::ItemKind::Impl`
Dylan MacKenzie
-4
/
+12
2020-01-10
Introduce `#![feature(half_open_range_patterns)]`.
Mazdak Farrokhzad
-2
/
+2
2020-01-08
intravisit: use walk_list! more
Mazdak Farrokhzad
-27
/
+9
2020-01-08
{rustc::hir -> rustc_hir}::intravisit
Mazdak Farrokhzad
-0
/
+1183