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-07-19
Rollup merge of #121533 - ratmice:wasm_init_fini_array, r=nnethercote
Trevor Gross
-7
/
+28
2024-07-15
Move rustc_infer::infer::error_reporting to rustc_infer::error_reporting::infer
Michael Goulet
-1
/
+1
2024-07-08
Move trait selection error reporting to its own top-level module
Michael Goulet
-2
/
+2
2024-06-23
not use offset when there is not ends with brace
bohan
-5
/
+12
2024-06-14
Update for review
matt rice
-2
/
+17
2024-06-03
Align Term methods with GenericArg methods
Michael Goulet
-1
/
+3
2024-06-03
Opt-in diagnostics reporting to avoid doing extra work in the new solver
Michael Goulet
-1
/
+1
2024-05-29
Start implementing needs_async_drop and related
Daria Sukhonina
-0
/
+5
2024-05-17
Rename Unsafe to Safety
Santiago Pastorino
-4
/
+2
2024-05-13
Auto merge of #125076 - compiler-errors:alias-term, r=lcnr
bors
-3
/
+4
2024-05-13
split out AliasTy -> AliasTerm
Michael Goulet
-3
/
+4
2024-05-13
Remove `extern crate rustc_middle` from `rustc_hir_analysis`.
Nicholas Nethercote
-0
/
+1
2024-04-14
Consolidate two copies of ty_kind_suggestion
Michael Goulet
-65
/
+9
2024-04-13
remove some ancient debug output, looks unused?
klensy
-1
/
+0
2024-04-10
Handle more cases of "values to suggest" given a type
Esteban Küber
-0
/
+12
2024-04-10
Handle more cases of value suggestions
Esteban Küber
-10
/
+38
2024-04-09
Tweak value suggestions in `borrowck` and `hir_analysis`
Esteban Küber
-4
/
+16
2024-03-20
Split item bounds and item super predicates
Michael Goulet
-1
/
+1
2024-03-18
Provide structured suggestion for `#![feature(foo)]`
Esteban Küber
-0
/
+4
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-23
Handle .init_array link_section specially on wasm
matt rice
-7
/
+13
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
[next]