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_infer
/
src
/
infer
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2024-11-18
review
lcnr
-3
/
+3
2024-11-18
use `TypingEnv` when no `infcx` is available
lcnr
-1
/
+45
2024-11-12
Consolidate type system const evaluation under `traits::evaluate_const`
Boxy
-135
/
+1
2024-10-29
TypingMode :thinking:
lcnr
-63
/
+36
2024-10-24
Remove associated type based effects logic
Michael Goulet
-71
/
+3
2024-10-19
refactor fudge_inference, handle effect vars
lcnr
-3
/
+8
2024-10-17
move `defining_opaque_types` out of `Canonical`
lcnr
-4
/
+4
2024-10-12
Swap Vec<PredicateObligation> to type alias
GnomedDev
-4
/
+6
2024-10-10
Use SolverRelating in new solver
Michael Goulet
-6
/
+0
2024-10-08
Use `Default` more in `InferCtxtInner`.
Nicholas Nethercote
-6
/
+6
2024-10-08
Inline and remove `RegionConstraintCollector::into_infos_and_data`.
Nicholas Nethercote
-13
/
+10
2024-10-08
Improve formatting of some comments.
Nicholas Nethercote
-6
/
+6
2024-10-08
Add a useful comment about `InferOk`.
Nicholas Nethercote
-0
/
+7
2024-10-07
Auto merge of #131343 - compiler-errors:remove-combine-fields, r=lcnr
bors
-1
/
+0
2024-10-07
Rollup merge of #131344 - nnethercote:ref-Lrc, r=compiler-errors
Matthias Krüger
-1
/
+1
2024-10-07
Inline CombineFields
Michael Goulet
-1
/
+0
2024-10-07
Convert a `&Lrc<T>` argument to `Lrc<T>`.
Nicholas Nethercote
-1
/
+1
2024-10-07
Streamline `next_*_var*` methods.
Nicholas Nethercote
-18
/
+6
2024-10-07
Inline and remove `InferCtxtBuilder::with_defining_opaque_types`.
Nicholas Nethercote
-10
/
+3
2024-10-07
Fix `FIXME` comment on `FixupError`.
Nicholas Nethercote
-22
/
+17
2024-10-07
Remove `InferCtxt::err_count_on_creation`.
Nicholas Nethercote
-17
/
+3
2024-10-07
Reduce visibilities some more.
Nicholas Nethercote
-4
/
+5
2024-10-07
Remove unused `UnitResult` type.
Nicholas Nethercote
-2
/
+0
2024-10-07
Reduce visibilities.
Nicholas Nethercote
-3
/
+3
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-27
/
+21
2024-09-11
Rollup merge of #130114 - eduardosm:needless-returns, r=compiler-errors
Jubilee
-2
/
+2
2024-09-09
Remove needless returns detected by clippy in the compiler
Eduardo Sánchez Muñoz
-2
/
+2
2024-09-07
Rename variant `AddrOfRegion` of `RegionVariableOrigin` to `BorrowRegion`
Gurinder Singh
-3
/
+3
2024-08-30
Remove `#[macro_use] extern crate tracing` from `rustc_infer`.
Nicholas Nethercote
-0
/
+1
2024-08-21
Point at explicit `'static` obligations on a trait
Esteban Küber
-3
/
+7
2024-07-29
Use Vec in instantiate_binder_with_fresh_vars
Bryanskiy
-24
/
+22
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-28
/
+29
2024-07-22
Get rid of can_eq_shallow
Michael Goulet
-12
/
+0
2024-07-21
Move all error reporting into rustc_trait_selection
Michael Goulet
-72
/
+31
2024-07-21
Move need_type_info too
Michael Goulet
-2
/
+10
2024-07-21
Make type_var_origin take a vid
Michael Goulet
-10
/
+4
2024-07-18
valtree construction: keep track of which type was valtree-incompatible
Ralf Jung
-3
/
+3
2024-07-15
Move rustc_infer::infer::error_reporting to rustc_infer::error_reporting::infer
Michael Goulet
-2
/
+3
2024-07-11
Avoid follow-up errors and ICEs after missing lifetime errors on data structures
Oli Scherer
-0
/
+3
2024-07-07
Auto merge of #127172 - compiler-errors:full-can_eq-everywhere, r=lcnr
bors
-13
/
+3
2024-07-05
Split SolverDelegate back out from InferCtxtLike
Michael Goulet
-0
/
+1
2024-07-05
Actually just make can_eq process obligations (almost) everywhere
Michael Goulet
-15
/
+1
2024-07-05
Process alias-relate obligations when proving receiver_is_valid
Michael Goulet
-0
/
+4
2024-06-26
Automatically taint InferCtxt when errors are emitted
Oli Scherer
-16
/
+3
2024-06-26
Restrict diagnostic context lifetime of InferCtxt to itself instead of TyCtxt
Oli Scherer
-3
/
+3
2024-06-26
Restrict diagnostic context lifetime of FnCtxt to InferCtxt instead of TyCtxt
Oli Scherer
-3
/
+3
2024-06-21
Rename a bunch of things
Michael Goulet
-2
/
+2
2024-06-19
Allow constraining opaque types during subtyping in the trait system
Oli Scherer
-2
/
+2
2024-06-18
Auto merge of #126614 - compiler-errors:uplift-next-trait-solver, r=lcnr
bors
-145
/
+6
2024-06-18
Use a dedicated type instead of a reference for the diagnostic context
Oli Scherer
-2
/
+3
[next]