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
/
compiler
/
rustc_hir
/
src
/
definitions.rs
Age
Commit message (
Expand
)
Author
Lines
2021-03-14
Remove unused `opt_local_def_id_to_hir_id` function
Joshua Nelson
-5
/
+0
2021-02-04
Add unit test to ensure that both parts of a DefPathHash depend on the defini...
Michael Woerister
-3
/
+6
2021-02-04
Add more explanation to local DefPathHash collision case.
Michael Woerister
-1
/
+8
2021-02-02
Let a portion of DefPathHash uniquely identify the DefPath's crate.
Michael Woerister
-20
/
+41
2021-01-23
Iterate DefId to encode spans.
Camille GILLOT
-0
/
+4
2020-11-10
Changed unwrap_or to unwrap_or_else in some places.
Nicholas-Baron
-1
/
+1
2020-10-14
Remove unused code from rustc_hir
est31
-4
/
+0
2020-10-13
Replace absolute paths with relative ones
est31
-1
/
+1
2020-09-25
Move `is_raw_guess` check in `ty::print::pretty`
marmeladema
-4
/
+1
2020-09-25
Address review comment
marmeladema
-4
/
+5
2020-09-25
Rename `DefPathData::get_name()` to `DefPathData::name()`
marmeladema
-1
/
+1
2020-09-25
Fix pretty-printing of `DisambiguatedDefPathData`
marmeladema
-9
/
+19
2020-09-25
Implement `Display` for `DisambiguatedDefPathData` and `DefPathData`
marmeladema
-39
/
+26
2020-09-25
Move from {{closure}}#0 syntax to {closure#0} for (def) path components
marmeladema
-20
/
+37
2020-09-04
add track_caller to `local_def_id_to_hir_id`
Bastian Kauschke
-0
/
+1
2020-08-30
mv compiler to compiler/
mark
-0
/
+457