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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_hir_analysis
/
src
/
check
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2024-03-14
hir: Remove `opt_local_def_id_to_hir_id` and `opt_hir_node_by_def_id`
Vadim Petrochenkov
-1
/
+1
2024-02-28
Rename `DiagnosticBuilder` as `Diag`.
Nicholas Nethercote
-1
/
+1
2024-02-25
remove platform-intrinsics ABI; make SIMD intrinsics be regular intrinsics
Ralf Jung
-1
/
+1
2024-02-19
Prefer `DiagnosticBuilder` over `Diagnostic` in diagnostic modifiers.
Nicholas Nethercote
-1
/
+1
2024-02-16
Auto merge of #120486 - reitermarkus:use-generic-nonzero, r=dtolnay
bors
-2
/
+2
2024-02-15
Auto merge of #120931 - chenyukang:yukang-cleanup-hashmap, r=michaelwoerister
bors
-2
/
+2
2024-02-15
Use generic `NonZero` internally.
Markus Reiter
-2
/
+2
2024-02-14
clean up potential_query_instability with FxIndexMap and UnordMap
yukang
-2
/
+2
2024-02-12
Dejargnonize subst
Shoyu Vanilla
-1
/
+1
2024-01-30
hir: Remove `hir::Map::{owner,expect_owner}`
Vadim Petrochenkov
-1
/
+1
2024-01-13
Add check for ui_testing via promoting parameters from `ParseSess` to `Session`
George-lewis
-1
/
+1
2024-01-10
Rename `struct_span_err!` as `struct_span_code_err!`.
Nicholas Nethercote
-1
/
+1
2024-01-06
Disallow reference to `static mut` for expressions
Obei Sideg
-0
/
+1
2024-01-02
Merge check_for_entry_fn fully into check_mod_type_wf
Oli Scherer
-2
/
+0
2024-01-02
Reorder `check_item_type` diagnostics so they occur next to the corresponding...
Oli Scherer
-2
/
+2
2023-12-24
Remove `Session` methods that duplicate `DiagCtxt` methods.
Nicholas Nethercote
-10
/
+10
2023-12-18
Check generic params after sigature for main-fn-ty
r0cky
-24
/
+27
2023-12-13
Auto merge of #118500 - ZetaNumbers:tcx_hir_refactor, r=petrochenkov
bors
-1
/
+1
2023-12-12
Move some methods from `tcx.hir()` to `tcx`
zetanumbers
-1
/
+1
2023-12-12
review + rename fn
lcnr
-1
/
+1
2023-11-26
rustc: `hir().local_def_id_to_hir_id()` -> `tcx.local_def_id_to_hir_id()` cle...
Vadim Petrochenkov
-1
/
+1
2023-11-02
Minimize `pub` usage in `source_map.rs`.
Nicholas Nethercote
-2
/
+1
2023-10-20
s/generator/coroutine/
Oli Scherer
-1
/
+1
2023-10-04
Reorder fullfillment errors to keep more interesting ones first
Esteban Küber
-1
/
+1
2023-09-29
fix(suggestion): insert projection to associated types
bohan
-28
/
+39
2023-09-22
Allow higher-ranked fn sigs in ValuePairs
Michael Goulet
-7
/
+4
2023-09-19
wrap fn sig binders in fn ptr
Eduardo Sánchez Muñoz
-10
/
+7
2023-09-19
rustc_hir_analysis: add a helper to check function the signature mismatches
Eduardo Sánchez Muñoz
-2
/
+89
2023-08-22
unknown unstable lint command line
mojave2
-0
/
+1
2023-07-25
inline format!() args from rustc_codegen_llvm to the end (4)
Matthias Krüger
-1
/
+1
2023-07-17
Rename arg_iter to iter_instantiated
Michael Goulet
-1
/
+1
2023-07-15
Check entry type as part of item type checking.
Camille GILLOT
-0
/
+1
2023-07-14
Rollup merge of #113698 - compiler-errors:rpitit-check, r=spastorino
Matthias Krüger
-1
/
+1
2023-07-14
Make it clearer that we're just checking for an RPITIT
Michael Goulet
-1
/
+1
2023-07-14
refactor(rustc_middle): Substs -> GenericArg
Mahdi Dibaiee
-10
/
+10
2023-06-26
Migrate predicates_of and caller_bounds to Clause
Michael Goulet
-4
/
+4
2023-06-22
Migrate item_bounds to ty::Clause
Michael Goulet
-3
/
+1
2023-06-21
Liberate bound vars properly when suggesting missing AFIT
Michael Goulet
-13
/
+10
2023-06-21
Rollup merge of #112772 - compiler-errors:clauses-1, r=lcnr
Nilstrieb
-2
/
+2
2023-06-19
s/Clause/ClauseKind
Michael Goulet
-2
/
+2
2023-06-13
Suggest correct signature on missing fn returning RPITIT/AFIT
Michael Goulet
-2
/
+29
2023-06-05
Avoid going through queries if a value of type `AssocItem` is already available
Oli Scherer
-1
/
+1
2023-05-15
Move expansion of query macros in rustc_middle to rustc_middle::query
John Kåre Alsaker
-1
/
+1
2023-04-21
Migrate `rustc_hir_analysis` to session diagnostic
Obei Sideg
-84
/
+76
2023-04-19
Format missing GATs correctly
Michael Goulet
-1
/
+7
2023-04-19
Make missing impl item suggestions more obvious that they're missing
Michael Goulet
-2
/
+2
2023-04-19
Substitute missing item suggestion correctly
Michael Goulet
-8
/
+23
2023-03-23
Rollup merge of #109414 - spastorino:new-rpitit-16, r=compiler-errors
Dylan DPC
-1
/
+4
2023-03-21
Do not consider synthesized RPITITs on missing items checks
Santiago Pastorino
-1
/
+4
2023-03-21
Use local key in providers
Michael Goulet
-2
/
+2
[next]