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
Age
Commit message (
Expand
)
Author
Lines
2024-10-10
Make super combine into fns
Michael Goulet
-8
/
+8
2024-10-10
Use SolverRelating in favor of TypeRelating in the old solver where possible
Michael Goulet
-30
/
+73
2024-10-10
Remove unnecessary StructurallyRelateAliases from CombineFields/TypeRelating
Michael Goulet
-8
/
+2
2024-10-10
Use SolverRelating in new solver
Michael Goulet
-72
/
+2
2024-10-10
Introduce SolverRelating
Michael Goulet
-1
/
+34
2024-10-10
Uplift super_combine
Michael Goulet
-254
/
+70
2024-10-10
Move ty::Error branch into super_combine_tys
Michael Goulet
-5
/
+5
2024-10-08
Remove unnecessary `return` keyword.
Nicholas Nethercote
-1
/
+1
2024-10-08
Use `Default` more in `InferCtxtInner`.
Nicholas Nethercote
-18
/
+7
2024-10-08
Downgrade a `&mut self` to `&self`.
Nicholas Nethercote
-1
/
+1
2024-10-08
Remove `Deref`/`DerefMut` impls for `RegionConstraintCollector`.
Nicholas Nethercote
-32
/
+18
2024-10-08
Remove unnecessary lifetime from `LeakCheck`.
Nicholas Nethercote
-32
/
+22
2024-10-08
Inline and remove `RegionConstraintStorage::remove_constraint_entry`.
Nicholas Nethercote
-24
/
+20
2024-10-08
Inline and remove `RegionConstraintCollector::into_infos_and_data`.
Nicholas Nethercote
-32
/
+18
2024-10-08
Improve formatting of some comments.
Nicholas Nethercote
-53
/
+50
2024-10-08
Add a useful comment about `InferOk`.
Nicholas Nethercote
-0
/
+7
2024-10-08
Remove `OutlivesEnvironmentBuilder`.
Nicholas Nethercote
-61
/
+26
2024-10-07
Auto merge of #131343 - compiler-errors:remove-combine-fields, r=lcnr
bors
-262
/
+161
2024-10-07
Rollup merge of #131344 - nnethercote:ref-Lrc, r=compiler-errors
Matthias Krüger
-4
/
+12
2024-10-07
Remove At methods that are unused
Michael Goulet
-41
/
+0
2024-10-07
Remove unnecessary DefineOpaqueTypes from lub
Michael Goulet
-25
/
+9
2024-10-07
Inline CombineFields
Michael Goulet
-218
/
+174
2024-10-07
Convert a `&Lrc<T>` argument to `Lrc<T>`.
Nicholas Nethercote
-4
/
+12
2024-10-07
Remove out-of-date comment.
Nicholas Nethercote
-2
/
+0
2024-10-07
Move a `use` statement so it's with the other `use` statements.
Nicholas Nethercote
-2
/
+1
2024-10-07
Simplify two matches.
Nicholas Nethercote
-15
/
+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
-27
/
+24
2024-10-07
Remove `InferCtxt::err_count_on_creation`.
Nicholas Nethercote
-18
/
+3
2024-10-07
Reduce visibilities some more.
Nicholas Nethercote
-25
/
+26
2024-10-07
Remove unused `UnitResult` type.
Nicholas Nethercote
-2
/
+0
2024-10-07
Reduce visibilities.
Nicholas Nethercote
-52
/
+25
2024-10-07
Rename `errors/mod.rs` as `errors.rs`.
Nicholas Nethercote
-0
/
+0
2024-10-07
Remove unused features.
Nicholas Nethercote
-3
/
+0
2024-10-04
Rollup merge of #130518 - scottmcm:stabilize-controlflow-extra, r=dtolnay
Jubilee
-1
/
+0
2024-10-04
Auto merge of #131191 - nnethercote:lattice_op, r=lcnr
bors
-403
/
+231
2024-10-04
Remove `LatticeDir` trait.
Nicholas Nethercote
-104
/
+69
2024-10-04
Merge `rustc_infer::infer::relate::{glb,lub}`.
Nicholas Nethercote
-333
/
+196
2024-10-02
Auto merge of #130821 - lcnr:nalgebra-hang-2, r=compiler-errors
bors
-5
/
+59
2024-10-02
review
lcnr
-3
/
+5
2024-10-01
add caches to multiple type folders
lcnr
-5
/
+57
2024-09-27
Get rid of a_is_expected from ToTrace
Michael Goulet
-109
/
+36
2024-09-27
Instantiate binders when checking supertrait upcasting
Michael Goulet
-1
/
+18
2024-09-25
Stabilize the `map`/`value` methods on `ControlFlow`
Scott McMurray
-1
/
+0
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-86
/
+73
2024-09-11
Rollup merge of #130114 - eduardosm:needless-returns, r=compiler-errors
Jubilee
-2
/
+2
2024-09-10
generalize: track relevant info in cache key
lcnr
-9
/
+9
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
[next]