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-12-02
Rename `HandlerInner::delay_span_bug` as `HandlerInner::span_delayed_bug`.
Nicholas Nethercote
-2
/
+2
2023-11-26
Use `rustc_fluent_macro::fluent_messages!` directly.
Nicholas Nethercote
-2
/
+1
2023-11-26
Avoid need for `{D,Subd}iagnosticMessage` imports.
Nicholas Nethercote
-1
/
+0
2023-11-15
Bump cfg(bootstrap)s
Mark Rousskov
-3
/
+3
2023-10-25
Auto merge of #117180 - matthiaskrgr:rollup-rxhl6ep, r=matthiaskrgr
bors
-2
/
+6
2023-10-25
Work around the fact that `check_mod_type_wf` may spuriously return `ErrorGua...
Oli Scherer
-2
/
+6
2023-10-24
Merge impl_wf_inference into coherence checking
Michael Goulet
-6
/
+3
2023-10-23
Let's see what those opaque types actually are
Michael Goulet
-0
/
+4
2023-10-23
Allow `ensure` queries to return `Result<(), ErrorGuaranteed>`
Oli Scherer
-1
/
+1
2023-10-20
Avoid a `track_errors` by bubbling up most errors from `check_well_formed`
Oli Scherer
-4
/
+2
2023-10-08
rustdoc: remove rust logo from non-Rust crates
Michael Howell
-0
/
+3
2023-09-19
rustc_hir_analysis: add a helper to check function the signature mismatches
Eduardo Sánchez Muñoz
-25
/
+1
2023-09-14
Enable varargs support for AAPCS calling convention
Soveu
-1
/
+1
2023-09-02
Freeze `Definitions` earlier
John Kåre Alsaker
-0
/
+4
2023-07-16
Querify unused trait check.
Camille GILLOT
-1
/
+2
2023-07-15
Check entry type as part of item type checking.
Camille GILLOT
-268
/
+2
2023-07-14
refactor(rustc_middle): Substs -> GenericArg
Mahdi Dibaiee
-4
/
+4
2023-07-11
typeck in parallel
SparrowLii
-0
/
+12
2023-07-05
Move `TyCtxt::mk_x` to `Ty::new_x` where applicable
Boxy
-13
/
+19
2023-06-14
remove hash_drain_filter feature uses
The 8472
-1
/
+0
2023-06-14
s/drain_filter/extract_if/ for Vec, Btree{Map,Set} and LinkedList
The 8472
-1
/
+0
2023-05-15
Move expansion of query macros in rustc_middle to rustc_middle::query
John Kåre Alsaker
-1
/
+1
2023-05-02
Implement negative bounds
Michael Goulet
-0
/
+1
2023-05-01
Do not consider associated type bounds for super_predicates_that_define_assoc...
Michael Goulet
-1
/
+2
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
[next]