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
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2023-04-21
Leave it to the query system to invoke the typeck query instead of invoking i...
Oli Scherer
-2
/
+0
2023-04-18
Add `rustc_fluent_macro` to decouple fluent from `rustc_macros`
Nilstrieb
-1
/
+1
2023-04-06
Stabilize is_some_and
Jonas Platte
-1
/
+0
2023-03-29
Stabilize a portion of 'once_cell'
Trevor Gross
-1
/
+1
2023-03-22
Auto merge of #109119 - lcnr:trait-system-cleanup, r=compiler-errors
bors
-17
/
+16
2023-03-21
Use LocalDefId in ItemCtxt
Michael Goulet
-2
/
+2
2023-03-21
remove some trait solver helpers
lcnr
-17
/
+16
2023-03-15
always make `define_opaque_types` explicit
lcnr
-2
/
+2
2023-03-12
Allow `#[target_feature]` on `main` and `start` for WASM
Léo Lanteri Thauvin
-2
/
+11
2023-03-12
Forbid the use of `#[target_feature]` on `start`
Léo Lanteri Thauvin
-0
/
+7
2023-03-12
Forbid the use of `#[target_feature]` on `main`
Léo Lanteri Thauvin
-0
/
+5
2023-03-11
Simplify message paths
est31
-1
/
+1
2023-03-09
Remove body_def_id from Inherited
Michael Goulet
-2
/
+2
2023-02-24
Migrate `rustc_hir_analysis` to session diagnostic
Obei Sideg
-63
/
+17
2023-02-23
hir-analysis: make where-clause-on-main diagnostic translatable
Tshepang Mbambo
-10
/
+4
2023-02-22
errors: generate typed identifiers in each crate
David Wood
-0
/
+4
2023-02-21
hir-analysis: make one diagnostic translatable
Tshepang Mbambo
-4
/
+1
2023-02-17
Use `IntoIterator` for `mk_fn_sig`.
Nicholas Nethercote
-3
/
+2
2023-02-16
remove bound_type_of query; make type_of return EarlyBinder; change type_of i...
Kyle Matsuda
-2
/
+2
2023-02-16
change usages of type_of to bound_type_of
Kyle Matsuda
-2
/
+2
2023-02-16
Replace some `then`s with some `then_some`s
Maybe Waffle
-1
/
+1
2023-01-26
change fn_sig query to use EarlyBinder; remove bound_fn_sig query; add EarlyB...
Kyle Matsuda
-2
/
+2
2023-01-26
replace usages of fn_sig query with bound_fn_sig
Kyle Matsuda
-2
/
+2
2023-01-23
fix: use LocalDefId instead of HirId in trait res
Vincenzo Palazzo
-10
/
+13
2023-01-20
Auto merge of #106090 - WaffleLapkin:dereffffffffff, r=Nilstrieb
bors
-9
/
+6
2023-01-17
Remove double spaces after dots in comments
Maybe Waffle
-4
/
+4
2023-01-17
`rustc_hir_analysis`: remove `ref` patterns
Maybe Waffle
-3
/
+3
2023-01-17
`rustc_hir_analysis`: some general code improvements
Maybe Waffle
-6
/
+3
2023-01-11
Rollup merge of #106739 - WaffleLapkin:astconv, r=estebank
Michael Goulet
-3
/
+2
2023-01-11
Move autoderef to rustc_hir_analysis
Michael Goulet
-0
/
+1
2023-01-11
Add `AstConv::astconv` method to remove `<dyn AstConv>::` calls
Maybe Waffle
-3
/
+2
2022-11-28
Make ObligationCtxt::normalize take cause by borrow
Michael Goulet
-1
/
+1
2022-11-06
Move fallback_has_occurred to FnCtxt
Michael Goulet
-2
/
+2
2022-10-30
Rollup merge of #97971 - Soveu:varargs, r=jackh726
Michael Howell
-13
/
+33
2022-10-29
Rename some `OwnerId` fields.
Nicholas Nethercote
-1
/
+1
2022-10-23
Cleanup message and bless tests
Jack Huey
-1
/
+1
2022-10-23
Apply suggestions from code review
Jack Huey
-3
/
+3
2022-10-23
Enable varargs support for calling conventions other than C or cdecl
Soveu
-13
/
+33
2022-10-20
rustc_hir_typeck: fix paths and partially mv files
lcnr
-5
/
+4
2022-10-07
Change InferCtxtBuilder from enter to build
Cameron Steffen
-33
/
+31
2022-10-07
Introduce TypeErrCtxt
Cameron Steffen
-4
/
+4
2022-10-01
Change feature name to is_some_and
Cameron Steffen
-1
/
+1
2022-09-27
rustc_typeck to rustc_hir_analysis
lcnr
-0
/
+555