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
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
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
2023-02-17
Auto merge of #108075 - WaffleLapkin:de-arena-allocates-you-OwO, r=Nilstrieb
bors
-5
/
+5
2023-02-16
remove bound_type_of query; make type_of return EarlyBinder; change type_of i...
Kyle Matsuda
-1
/
+1
2023-02-16
change usages of type_of to bound_type_of
Kyle Matsuda
-1
/
+1
2023-02-15
Copy `ty::AssocItem` all other the place
Maybe Waffle
-5
/
+5
2023-02-14
Fetch less HIR in signature check.
Camille GILLOT
-12
/
+8
2023-01-27
Compute generator saved locals on MIR.
Camille GILLOT
-0
/
+1
2023-01-26
change fn_sig query to use EarlyBinder; remove bound_fn_sig query; add EarlyB...
Kyle Matsuda
-1
/
+1
2023-01-26
replace usages of fn_sig query with bound_fn_sig
Kyle Matsuda
-1
/
+1
2023-01-17
Remove double spaces after dots in comments
Maybe Waffle
-9
/
+9
2022-12-28
better names and a comment
Michael Goulet
-2
/
+2
[next]