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
/
src
/
librustc
/
infer
/
fudge.rs
Age
Commit message (
Expand
)
Author
Lines
2019-03-27
Use Vec instead of FxHashMap
varkor
-7
/
+10
2019-03-27
Lookup region variable origin instead of choosing one
varkor
-9
/
+6
2019-03-27
Store type variable origins in InferenceFudger
varkor
-3
/
+4
2019-03-27
Use `eq_relations`
varkor
-5
/
+5
2019-03-27
Add `next_int_var` and `next_float_var`
varkor
-2
/
+2
2019-03-27
Simplify `fudge_inference_if_ok`
varkor
-19
/
+19
2019-03-27
Add int variables and float variables to `InferenceFudger`
varkor
-8
/
+35
2019-03-27
Rename `RegionFudger` to `InferenceFudger`
varkor
-7
/
+7
2019-03-27
Use Ranges for vars_since_snapshot
varkor
-31
/
+28
2019-03-27
Make `vars_since_snapshot` naming consistent
varkor
-6
/
+6
2019-02-10
rustc: doc comments
Alexander Regueiro
-2
/
+2
2019-02-05
move librustc to 2018
Mark Mansi
-3
/
+3
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-08-22
Remove Ty prefix from Ty{Adt|Array|Slice|RawPtr|Ref|FnDef|FnPtr|Dynamic|Closu...
varkor
-1
/
+1
2018-03-23
Revert "add universes to type inference variables"
Sean Griffin
-5
/
+1
2018-03-01
add universes to type inference variables
Niko Matsakis
-1
/
+5
2018-03-01
have `probe()` return `TypeVariableValue`
Niko Matsakis
-1
/
+3
2017-11-16
make the `region_constraints` field an `Option`
Niko Matsakis
-1
/
+1
2017-11-16
infer: rename `region_vars` field to `region_constraints`
Niko Matsakis
-2
/
+2
2017-11-16
move refcells out from `RegionVarBindings` and up into `InferCtxt`
Niko Matsakis
-1
/
+1
2017-07-05
use field init shorthand in src/librustc
Zack M. Davis
-1
/
+1
2017-04-30
intern CodeExtents
Niko Matsakis
-1
/
+1
2017-04-12
do not consult union-find during `fudge_regions_if_ok`
Niko Matsakis
-12
/
+4
2017-04-11
generalize type variables too
Niko Matsakis
-22
/
+53
2016-11-08
introduce a `fudge_regions_if_ok` to address false region edges
Niko Matsakis
-0
/
+137