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_analysis
/
src
/
astconv
Age
Commit message (
Expand
)
Author
Lines
2022-11-03
Correctly resolve Inherent Associated Types
Deadbeef
-0
/
+14
2022-11-02
Rollup merge of #103875 - oli-obk:ast_conv_simplification, r=spastorino
Matthias Krüger
-11
/
+5
2022-11-02
Rollup merge of #103870 - TaKO8Ki:fix-103790, r=fee1-dead
Matthias Krüger
-0
/
+3
2022-11-03
change error_reported to use Result instead of an option
yukang
-1
/
+1
2022-11-02
Simplify astconv item def id handling
Oli Scherer
-11
/
+5
2022-11-02
return const_error when ty has errors
Takayuki Maeda
-0
/
+3
2022-10-29
Use LanguageItems::require less
Cameron Steffen
-4
/
+3
2022-10-29
Rename some `OwnerId` fields.
Nicholas Nethercote
-1
/
+1
2022-10-25
Split diagnostic details out into a separate function and fluent files
Oli Scherer
-4
/
+1
2022-10-25
Move a wf-check into the site where the value is instantiated
Oli Scherer
-18
/
+53
2022-10-21
Auto merge of #103344 - Dylan-DPC:rollup-d1rpfvx, r=Dylan-DPC
bors
-11
/
+14
2022-10-20
rustc_hir_typeck: fix paths and partially mv files
lcnr
-1
/
+1
2022-10-20
Implement assertions and fixes to not emit empty spans without suggestions
Kevin Per
-11
/
+14
2022-10-07
Change InferCtxtBuilder from enter to build
Cameron Steffen
-3
/
+3
2022-10-01
Auto merge of #101986 - WaffleLapkin:move_lint_note_to_the_bottom, r=estebank
bors
-28
/
+32
2022-10-01
Refactor rustc lint API
Maybe Waffle
-28
/
+32
2022-09-30
Rollup merge of #102492 - compiler-errors:simplify-deny-assoc-bindings, r=cjg...
Matthias Krüger
-11
/
+7
2022-09-29
Don't lower assoc bindings just to deny them
Michael Goulet
-11
/
+7
2022-09-29
Shrink `hir::def::Res`.
Nicholas Nethercote
-5
/
+4
2022-09-27
Deny associated type bindings within associated type bindings
Michael Goulet
-3
/
+9
2022-09-27
rustc_typeck to rustc_hir_analysis
lcnr
-0
/
+4169
[prev]