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
/
errors.rs
Age
Commit message (
Expand
)
Author
Lines
2023-03-28
Add tests and error messages
Michael Goulet
-0
/
+28
2023-03-12
Forbid the use of `#[target_feature]` on `start`
Léo Lanteri Thauvin
-0
/
+9
2023-03-12
Forbid the use of `#[target_feature]` on `main`
Léo Lanteri Thauvin
-0
/
+8
2023-03-10
Rollup merge of #108930 - Ezrashaw:better-error-for-manual-fn-impl, r=petroch...
Matthias Krüger
-0
/
+12
2023-03-10
feat: implement better error for manual impl of `Fn*` traits
Ezra Shaw
-1
/
+13
2023-03-08
Tweak E0740
Michael Goulet
-1
/
+21
2023-03-05
migrate `rustc_hir_analysis` to session diagnostic
Obei Sideg
-0
/
+31
2023-02-28
Deny capturing late-bound non-lifetime param in anon const
Michael Goulet
-0
/
+18
2023-02-27
Rollup merge of #108363 - cjgillot:unused-crate, r=WaffleLapkin
Matthias Krüger
-21
/
+1
2023-02-26
hir-analysis: make a helpful note
Tshepang Mbambo
-1
/
+2
2023-02-24
Migrate `rustc_hir_analysis` to session diagnostic
Obei Sideg
-0
/
+67
2023-02-23
hir-analysis: make where-clause-on-main diagnostic translatable
Tshepang Mbambo
-0
/
+9
2023-02-22
Move the unused extern crate check back to the resolver.
Camille GILLOT
-21
/
+1
2023-02-22
errors: generate typed identifiers in each crate
David Wood
-15
/
+18
2023-02-21
hir-analysis: make one diagnostic translatable
Tshepang Mbambo
-0
/
+9
2023-01-11
Move autoderef to rustc_hir_analysis
Michael Goulet
-0
/
+12
2022-12-14
Ensure async trait impls are async (or otherwise return an opaque type)
Dan Johnson
-0
/
+11
2022-12-13
Move some codegen-y methods from rustc_hir_analysis::collect -> rustc_codegen...
Michael Goulet
-7
/
+0
2022-12-07
Auto merge of #104799 - pcc:linkage-fn, r=tmiasko
bors
-0
/
+7
2022-12-05
On E0195 point at where clause lifetime bounds
Esteban Küber
-0
/
+4
2022-12-05
Support Option and similar enums as type of static variable with linkage attr...
Peter Collingbourne
-1
/
+1
2022-12-05
Move linkage type check to HIR analysis and fix semantics issues.
Peter Collingbourne
-0
/
+7
2022-11-01
Rollup merge of #103575 - Xiretza:suggestions-style-attr, r=davidtwco
Manish Goregaokar
-2
/
+6
2022-11-01
Auto merge of #103217 - mejrs:track, r=eholk
bors
-0
/
+1
2022-10-31
Add more track_caller
mejrs
-0
/
+1
2022-10-29
Rollup merge of #103383 - compiler-errors:tait-scope, r=oli-obk
Matthias Krüger
-0
/
+1
2022-10-27
use proper spans
Boxy
-2
/
+4
2022-10-27
DoIt
Boxy
-0
/
+7
2022-10-26
Convert all #[suggestion_*] attributes to #[suggestion(style = "...")]
Xiretza
-2
/
+6
2022-10-25
Split diagnostic details out into a separate function and fluent files
Oli Scherer
-0
/
+21
2022-10-23
Migrate all diagnostics
Nilstrieb
-29
/
+29
2022-10-22
Note scope of TAIT more accurately
Michael Goulet
-0
/
+1
2022-10-20
rustc_hir_typeck: fix paths and partially mv files
lcnr
-125
/
+2
2022-10-04
find the correct lang item for ranges
yukang
-1
/
+2
2022-10-04
fix #102396, suggest parentheses for possible range methods
yukang
-0
/
+25
2022-10-03
errors: rename `typeck.ftl` to `hir_analysis.ftl`
David Wood
-44
/
+45
2022-09-27
rustc_typeck to rustc_hir_analysis
lcnr
-0
/
+347