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_middle
/
hir
Age
Commit message (
Expand
)
Author
Lines
2020-07-16
Move hir::Place to librustc_middle/hir
Aman Arora
-0
/
+116
2020-07-05
Use for<'tcx> fn pointers in Providers, instead of having Providers<'tcx>.
Eduard-Mihai Burtescu
-2
/
+2
2020-06-27
Rollup merge of #73796 - lcnr:LocalDefId, r=matthewjasper
Manish Goregaokar
-2
/
+2
2020-06-27
use LocalDefId in module checking
Bastian Kauschke
-2
/
+2
2020-06-26
Make `fn_arg_names` return `Ident` instead of symbol
Aaron Hill
-5
/
+24
2020-06-23
Rollup merge of #73488 - richkadel:llvm-coverage-map-gen, r=tmandry
Manish Goregaokar
-1
/
+1
2020-06-22
Address remaining feedback items
Rich Kadel
-1
/
+1
2020-06-22
Revert "Rollup merge of #72389 - Aaron1011:feature/move-fn-self-msg, r=nikoma...
Aaron Hill
-24
/
+5
2020-06-20
Remove `HirId` to `NodeId` conversion APIs
marmeladema
-12
/
+4
2020-06-20
Remove `NodeId` to `HirId` conversion APIs
marmeladema
-1
/
+0
2020-06-20
Move `trait_map` into `hir::Crate`
marmeladema
-0
/
+1
2020-06-15
Auto merge of #73367 - RalfJung:rollup-4ewvk9b, r=RalfJung
bors
-5
/
+24
2020-06-11
Make `fn_arg_names` return `Ident` instead of symbol
Aaron Hill
-5
/
+24
2020-06-11
Remove associated opaque types
Matthew Jasper
-4
/
+0
2020-06-11
Stop special casing top level TAIT
Matthew Jasper
-5
/
+3
2020-06-11
Rollup merge of #72380 - lcnr:const_context, r=estebank
Dylan DPC
-12
/
+12
2020-06-07
Use `LocalDefId` directly in `Resolver::export_map` and `module_exports` query
marmeladema
-2
/
+3
2020-06-04
Remove unsused `NodeId` related APIs in hir map
marmeladema
-35
/
+2
2020-05-27
Store `LocalDefId` directly in `rustc_resolve::Resolver` where possible
marmeladema
-6
/
+0
2020-05-20
`is_const_context` -> `is_inside_const_context`
Bastian Kauschke
-1
/
+1
2020-05-20
fix is_const_context
Bastian Kauschke
-11
/
+11
2020-05-16
Rollup merge of #71948 - csmoe:issue-61076, r=oli-obk
Dylan DPC
-5
/
+1
2020-05-15
implement type_implments_trait query
csmoe
-1
/
+1
2020-05-11
Fix clippy warnings
Matthias Krüger
-2
/
+1
2020-05-11
bless ui tests
csmoe
-5
/
+1
2020-05-09
Rollup merge of #71555 - cjgillot:nameless, r=matthewjasper
Ralf Jung
-16
/
+17
2020-05-08
Remove ast::{Ident, Name} reexports.
Camille GILLOT
-16
/
+17
2020-05-07
Add `hir::ConstContext`
Dylan MacKenzie
-0
/
+20
2020-04-24
Remove `Option` from the return type of `def_kind`.
Eduard-Mihai Burtescu
-7
/
+6
2020-04-24
Split out the `Generator` case from `DefKind::Closure`.
Eduard-Mihai Burtescu
-1
/
+2
2020-04-24
add a few more DefKinds
mark
-20
/
+27
2020-04-23
Address comments from review
marmeladema
-9
/
+4
2020-04-23
Modify `as_local_hir_id` to return a bare `HirId`
marmeladema
-15
/
+7
2020-04-23
Modify `as_local_hir_id` to accept a `LocalDefId` instead of a `DefId`
marmeladema
-8
/
+16
2020-04-23
librustc_middle: return LocalDefId instead of DefId in local_def_id
marmeladema
-14
/
+11
2020-04-19
Dogfood more or_patterns in the compiler
Josh Stone
-10
/
+8
2020-04-14
Remove `DUMMY_HIR_ID`
marmeladema
-8
/
+1
2020-04-14
Do not use `DUMMY_HIR_ID` as placeholder value in node_id_to_hir_id table
marmeladema
-0
/
+10
2020-04-10
librustc_middle: return LocalDefId instead of DefId in get_parent_did
marmeladema
-3
/
+2
2020-04-10
librustc_middle: return LocalDefId instead of DefId in local_def_id_from_node_id
marmeladema
-12
/
+9
2020-04-10
librustc_middle: return LocalDefId instead of DefId in body_owner_def_id
marmeladema
-3
/
+2
2020-04-10
librustc_middle: return LocalDefId instead of DefId in opt_local_def_id
marmeladema
-10
/
+12
2020-04-10
librustc_middle: return LocalDefId instead of DefId in opt_local_def_id_from_...
marmeladema
-11
/
+13
2020-03-30
rustc -> rustc_middle part 1
Mazdak Farrokhzad
-0
/
+2040