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
/
freshen.rs
Age
Commit message (
Expand
)
Author
Lines
2025-06-28
Do not freshen ReError
Michael Goulet
-5
/
+4
2025-04-08
clean code: remove Deref<Target=RegionKind> impl for Region and use `.kind()`
xizheyin
-1
/
+1
2025-03-15
Squash fold into ty
Michael Goulet
-2
/
+3
2025-01-30
introduce `ty::Value`
Lukas Markeffsky
-1
/
+1
2024-10-24
Remove associated type based effects logic
Michael Goulet
-9
/
+0
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-2
/
+4
2024-06-21
Rename a bunch of things
Michael Goulet
-2
/
+2
2024-06-20
Add blank lines after module-level `//!` comments.
Nicholas Nethercote
-0
/
+1
2024-06-05
Add `Ty` to `ConstKind::Value`
Boxy
-1
/
+1
2024-06-05
Basic removal of `Ty` from places (boring)
Boxy
-4
/
+3
2024-06-01
Simplify IntVarValue/FloatVarValue
Michael Goulet
-11
/
+15
2024-05-13
Remove `extern crate rustc_middle` from `rustc_infer`.
Nicholas Nethercote
-0
/
+1
2024-02-22
freshen: resolve root vars
lcnr
-67
/
+69
2024-02-05
cleanup effect var handling
lcnr
-7
/
+2
2024-01-16
don't store const var origins for known vars
lcnr
-8
/
+2
2024-01-01
Minor improvements in comment for
Gurinder Singh
-2
/
+2
2023-11-14
finish `RegionKind` rename
lcnr
-2
/
+2
2023-11-13
rename `ReLateBound` to `ReBound`
lcnr
-1
/
+1
2023-10-24
Get rid of 'tcx on ConstVid, EffectVid
Michael Goulet
-3
/
+3
2023-09-10
Implement fallback for effect param
Deadbeef
-0
/
+15
2023-07-14
refactor(rustc_middle): Substs -> GenericArg
Mahdi Dibaiee
-1
/
+1
2023-07-05
Move `TyCtxt::mk_x` to `Ty::new_x` where applicable
Boxy
-3
/
+3
2023-07-04
Replace `mk_const` with `Const::new_x` methods
Boxy
-1
/
+1
2023-04-27
rename `needs_infer` to `has_infer`
Boxy
-1
/
+1
2023-03-22
stop special-casing `'static` in evaluate
lcnr
-14
/
+3
2023-02-22
Remove type-traversal trait aliases
Alan Egerton
-2
/
+2
2023-02-13
Rename folder traits' `tcx` method to `interner`
Alan Egerton
-3
/
+3
2023-02-13
Make folding traits generic over the Interner
Alan Egerton
-1
/
+1
2023-02-13
Alias folding/visiting traits instead of re-export
Alan Egerton
-2
/
+2
2023-02-13
Pre-intern some commonly used type variables.
Nicholas Nethercote
-11
/
+6
2023-02-09
Change to `ReError(ErrorGuaranteed)`
Esteban Küber
-1
/
+1
2023-02-09
Introduce `ReError`
Esteban Küber
-0
/
+1
2023-02-06
Split and inline `TypeFreshener::fold_ty`.
Nicholas Nethercote
-68
/
+61
2023-01-27
Introduce GeneratorWitnessMIR.
Camille GILLOT
-0
/
+1
2022-12-13
Combine projection and opaque into alias
Michael Goulet
-3
/
+2
2022-11-28
Remove `tcx.mk_const_var`
Maybe Waffle
-1
/
+1
2022-11-25
Add empty ConstKind::Abstract
kadmin
-0
/
+1
2022-10-07
Remove TypeckResults from InferCtxt
Cameron Steffen
-2
/
+2
2022-09-08
Remove ReEmpty
Jack Huey
-1
/
+0
2022-07-06
Update TypeVisitor paths
Alan Egerton
-1
/
+1
2022-06-14
Rename the `ConstS::val` field as `kind`.
Nicholas Nethercote
-1
/
+1
2022-06-08
Folding revamp.
Nicholas Nethercote
-1
/
+1
2022-06-08
Avoid some unnecessary `return`s.
Nicholas Nethercote
-10
/
+3
2022-04-01
remove `unify_key::replace_if_possible`
lcnr
-7
/
+3
2022-02-15
Overhaul `Const`.
Nicholas Nethercote
-6
/
+6
2022-01-15
initial revert
Ellen
-1
/
+1
2021-12-02
Reduce boilerplate around infallible folders
Alan Egerton
-22
/
+19
2021-11-26
Unwrap the results of type folders
LeSeulArtichaut
-2
/
+2
2021-11-26
Adapt `TypeFolder` implementors to return a `Result`
LeSeulArtichaut
-17
/
+20
2021-08-26
update `TypeFlags` to deal with missing ct substs
lcnr
-1
/
+1
[next]