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
/
hir.rs
Age
Commit message (
Expand
)
Author
Lines
2023-01-30
Rollup merge of #107125 - WaffleLapkin:expect_an_item_in_your_hir_by_the_next...
Matthias Krüger
-3
/
+360
2023-01-30
fix `TraitItemKind::expect_type` docs
Maybe Waffle
-1
/
+1
2023-01-30
Improve ICE messages for `*::expect_*`
Maybe Waffle
-49
/
+69
2023-01-28
Remove `HirId -> LocalDefId` map from HIR.
Camille GILLOT
-3
/
+0
2023-01-27
Impl HashStable/Encodable/Decodable for ObligationCause.
Camille GILLOT
-2
/
+2
2023-01-26
Auto merge of #106745 - m-ou-se:format-args-ast, r=oli-obk
bors
-0
/
+3
2023-01-23
Add hint for missing lifetime bound on trait object when type alias is used
yanchen4791
-0
/
+7
2023-01-20
Add and use expect methods to hir.
Maybe Waffle
-3
/
+340
2023-01-19
Rollup merge of #106927 - Ezrashaw:e0606-make-machine-applicable, r=estebank
Guillaume Gomez
-0
/
+8
2023-01-18
special case removing `&` suggestion
Ezra Shaw
-0
/
+8
2023-01-17
Remove double spaces after dots in comments
Maybe Waffle
-2
/
+2
2023-01-12
parse const closures
Deadbeef
-0
/
+1
2023-01-12
Expand format_args!() in rust_ast_lowering.
Mara Bos
-0
/
+3
2023-01-04
get_parent and find_parent
Michael Goulet
-1
/
+1
2023-01-04
rename get_parent_node to parent_id
Michael Goulet
-1
/
+1
2023-01-02
Reduce HIR debug output
Nilstrieb
-1
/
+15
2022-12-29
Rollup merge of #106221 - Nilstrieb:rptr-more-like-ref-actually, r=compiler-e...
Matthias Krüger
-2
/
+2
2022-12-28
Rename `Rptr` to `Ref` in AST and HIR
Nilstrieb
-2
/
+2
2022-12-28
Update bootstrap cfg
Pietro Albini
-8
/
+1
2022-12-12
minor code cleanups
Matthias Krüger
-6
/
+1
2022-12-08
Fix a typo.
Nicholas Nethercote
-1
/
+1
2022-12-03
Rollup merge of #105050 - WaffleLapkin:uselessrefign, r=jyn514
Matthias Krüger
-1
/
+1
2022-12-03
Rollup merge of #104199 - SarthakSingh31:issue-97417-1, r=cjgillot
Matthias Krüger
-0
/
+3
2022-12-01
Remove useless borrows and derefs
Maybe Waffle
-1
/
+1
2022-12-01
rustc_hir: Change representation of import paths to support multiple resolutions
Vadim Petrochenkov
-3
/
+6
2022-11-28
Keep track of the start of the argument block of a closure
Sarthak Singh
-0
/
+3
2022-11-27
Rollup merge of #104976 - WaffleLapkin:move_comments, r=cjgillot
Matthias Krüger
-13
/
+13
2022-11-27
Auto merge of #104983 - matthiaskrgr:rollup-018sk73, r=matthiaskrgr
bors
-3
/
+3
2022-11-27
Prefer doc comments over `//`-comments in compiler
Maybe Waffle
-13
/
+13
2022-11-26
Pretty-print generators with their `generator_kind`
Arpad Borsos
-3
/
+3
2022-11-24
Fix rustc_pass_by_value.
Camille GILLOT
-1
/
+1
2022-11-24
Use kw::Empty for elided lifetimes in path.
Camille GILLOT
-5
/
+35
2022-11-24
Record in HIR whether lifetime elision was succesful.
Camille GILLOT
-0
/
+2
2022-11-23
Separate lifetime ident from resolution in HIR.
Camille GILLOT
-46
/
+28
2022-11-22
fix tests, update size asserts
The 8472
-1
/
+8
2022-11-21
Unreserve braced enum variants in value namespace
Vadim Petrochenkov
-8
/
+17
2022-11-19
drive-by: Add is_async fn to hir::IsAsync
Michael Goulet
-0
/
+6
2022-11-13
Store a LocalDefId in hir::Variant & hir::Field.
Camille GILLOT
-5
/
+15
2022-11-13
Store a LocalDefId in hir::AnonConst.
Camille GILLOT
-2
/
+3
2022-11-13
Store a LocalDefId in hir::GenericParam.
Camille GILLOT
-1
/
+2
2022-11-13
Store LocalDefId in hir::Closure.
Camille GILLOT
-0
/
+1
2022-11-04
Some tracing and comment cleanups
Oli Scherer
-0
/
+2
2022-10-29
Rename some `OwnerId` fields.
Nicholas Nethercote
-24
/
+24
2022-10-27
tidy + move logic to fn
Boxy
-0
/
+24
2022-10-12
Use `tidy-alphabetical` in the compiler
Nilstrieb
-2
/
+3
2022-10-09
ImplItemKind::TyAlias => ImplItemKind::Type
Michael Goulet
-1
/
+1
2022-09-29
Shrink `hir::def::Res`.
Nicholas Nethercote
-4
/
+6
2022-09-27
Do not overwrite binders for another HirId.
Camille GILLOT
-0
/
+1
2022-09-26
remove cfg(bootstrap)
Pietro Albini
-5
/
+0
2022-09-24
separate definitions and `HIR` owners
Takayuki Maeda
-18
/
+18
[next]