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
/
check
/
entry.rs
Age
Commit message (
Expand
)
Author
Lines
2025-07-31
remove rustc_attr_data_structures
Jana Dönszelmann
-2
/
+2
2025-06-24
Rewrite #[track_caller]
Jana Dönszelmann
-3
/
+6
2025-02-24
Change span field accesses to method calls
Jana Dönszelmann
-1
/
+1
2025-01-21
remove support for the #[start] attribute
Ralf Jung
-82
/
+1
2025-01-04
turn hir::ItemKind::Fn into a named-field variant
Ralf Jung
-4
/
+4
2024-12-18
Re-export more `rustc_span::symbol` things from `rustc_span`.
Nicholas Nethercote
-2
/
+1
2024-11-03
compiler: Directly use rustc_abi in hir_{analysis,typeck}
Jubilee Young
-3
/
+3
2024-10-29
TypingMode :thinking:
lcnr
-2
/
+2
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-2
/
+2
2024-08-21
Simplify some redundant field names
Michael Goulet
-1
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-3
/
+4
2024-07-21
Move all error reporting into rustc_trait_selection
Michael Goulet
-1
/
+1
2024-07-08
Move trait selection error reporting to its own top-level module
Michael Goulet
-1
/
+1
2024-06-03
Opt-in diagnostics reporting to avoid doing extra work in the new solver
Michael Goulet
-1
/
+1
2024-05-17
Rename Unsafe to Safety
Santiago Pastorino
-2
/
+2
2024-05-13
Remove `extern crate rustc_middle` from `rustc_hir_analysis`.
Nicholas Nethercote
-0
/
+1
2024-03-14
hir: Remove `opt_local_def_id_to_hir_id` and `opt_hir_node_by_def_id`
Vadim Petrochenkov
-6
/
+3
2024-02-07
hir: Remove `fn opt_hir_id` and `fn opt_span`
Vadim Petrochenkov
-7
/
+7
2023-12-24
Remove `Session` methods that duplicate `DiagCtxt` methods.
Nicholas Nethercote
-11
/
+12
2023-12-22
Emits error if has bound regions
r0cky
-1
/
+4
2023-12-18
Check generic params after sigature for main-fn-ty
r0cky
-25
/
+24
2023-12-12
Move some methods from `tcx.hir()` to `tcx`
zetanumbers
-4
/
+4
2023-11-26
rustc: `hir().local_def_id_to_hir_id()` -> `tcx.local_def_id_to_hir_id()` cle...
Vadim Petrochenkov
-4
/
+4
2023-10-04
Reorder fullfillment errors to keep more interesting ones first
Esteban Küber
-1
/
+1
2023-09-21
Auto merge of #115897 - eduardosm:check-fn-sig, r=compiler-errors
bors
-29
/
+25
2023-09-21
Record asyncness span in HIR
Michael Goulet
-2
/
+2
2023-09-19
rustc_hir_analysis: add a helper to check function the signature mismatches
Eduardo Sánchez Muñoz
-29
/
+25
2023-07-15
Check entry type as part of item type checking.
Camille GILLOT
-0
/
+277