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_infer
/
src
/
infer
Age
Commit message (
Expand
)
Author
Lines
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
-23
/
+27
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-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-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-70
/
+60
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
2024-09-02
chore: Fix typos in 'compiler' (batch 1)
Alexander Cyon
-4
/
+4
2024-08-30
Remove `#[macro_use] extern crate tracing` from `rustc_infer`.
Nicholas Nethercote
-0
/
+25
2024-08-27
Add `warn(unreachable_pub)` to `rustc_infer`.
Nicholas Nethercote
-8
/
+8
2024-08-21
Point at explicit `'static` obligations on a trait
Esteban Küber
-4
/
+8
2024-08-14
Auto merge of #128812 - nnethercote:shrink-TyKind-FnPtr, r=compiler-errors
bors
-1
/
+1
2024-08-11
Use assert_matches around the compiler
Michael Goulet
-1
/
+3
2024-08-09
Shrink `TyKind::FnPtr`.
Nicholas Nethercote
-1
/
+1
[prev]
[next]