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_middle
/
hir
Age
Commit message (
Expand
)
Author
Lines
2020-05-27
Store `LocalDefId` directly in `rustc_resolve::Resolver` where possible
marmeladema
-6
/
+0
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