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
/
src
/
librustc
/
infer
Age
Commit message (
Expand
)
Author
Lines
2018-11-20
Fix Rustdoc ICE when checking blanket impls
Aaron Hill
-1
/
+12
2018-11-19
remove "approx env bounds" if we already know from trait
Niko Matsakis
-7
/
+23
2018-10-29
back out bogus `Ok`-wrapping suggestion on `?` arm type mismatch
Zack M. Davis
-11
/
+1
2018-10-29
Remove redundant clone
Shotaro Yamada
-3
/
+3
2018-10-24
port the relate-types code from NLL type-check into a type-op
Niko Matsakis
-0
/
+22
2018-10-20
Rename InferTy::CanonicalTy to BoundTy and add DebruijnIndex to variant type
Fabian Drinck
-14
/
+22
2018-10-20
Rename CanonicalVar to BoundTyIndex
Fabian Drinck
-19
/
+19
2018-10-20
Auto merge of #55114 - oli-obk:fx#map, r=nikomatsakis
bors
-20
/
+16
2018-10-19
suppress duplicate -- or near duplicate -- type test errors
Niko Matsakis
-1
/
+1
2018-10-19
Prefer `Default::default` over `FxHash*::default` in struct constructors
Oliver Scherer
-16
/
+12
2018-10-19
Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hack
Oliver Scherer
-9
/
+9
2018-10-19
remove outdated assertion
Niko Matsakis
-8
/
+1
2018-10-15
move `force_instantiate_unchecked` to be local to `nll_relate` code
Niko Matsakis
-59
/
+61
2018-10-15
extract `type_relate` into the inference context as `nll_relate`
Niko Matsakis
-1
/
+677
2018-10-15
make `instantiate_canonical_with_fresh_inference_vars` public again
Niko Matsakis
-4
/
+1
2018-10-15
add `force_instantiate_unchecked` method
Niko Matsakis
-0
/
+59
2018-10-15
remove the sub/super terminology for universes
Niko Matsakis
-9
/
+6
2018-10-15
pacify the mercilous tidy with rustfmt
Niko Matsakis
-11
/
+7
2018-10-15
hide `SmallCanonicalVarValues` in `OriginalQueryValues` struct
Niko Matsakis
-32
/
+51
2018-10-15
make `UniverseIndex` hashable, rename "sub-" to "superuniverse"
Niko Matsakis
-4
/
+4
2018-10-15
control canonicalization with a trait vs bools
Niko Matsakis
-42
/
+83
2018-10-15
introduce `canonical_var_for_region` helper fn
Niko Matsakis
-15
/
+11
2018-10-15
rename `QueryResult` to `QueryResponse`
Niko Matsakis
-62
/
+62
2018-10-15
bundle up "canonical instantiation" with infcx creation
Niko Matsakis
-11
/
+37
2018-10-15
canonicalizer.rs: rustfmt
Niko Matsakis
-24
/
+18
2018-10-04
fix typo: s/tained/tainted/
Niko Matsakis
-1
/
+1
2018-10-04
remove occurences of `skolemization`
Niko Matsakis
-34
/
+34
2018-10-04
remove all occurences of `skolemize`
Niko Matsakis
-2
/
+2
2018-10-04
extend NLL universe code to have >1 placeholder within one universe
Niko Matsakis
-12
/
+19
2018-10-04
create just one subuniverse per binder -- no need for more, really
Niko Matsakis
-69
/
+37
2018-10-04
reorder the placeholders and inference variables in hr::sub
Niko Matsakis
-7
/
+9
2018-10-04
rename skolemized to placeholder
Niko Matsakis
-104
/
+112
2018-10-03
Introduce `TyKind::UnnormalizedProjection`
scalexm
-0
/
+2
2018-10-02
Auto merge of #54701 - arielb1:outlives-later, r=nikomatsakis
bors
-1
/
+1
2018-10-01
normalize param-env type-outlives predicates last
Ariel Ben-Yehuda
-1
/
+1
2018-10-01
Rollup merge of #54641 - ljedrz:cleanup_rustc_infer, r=estebank
kennytm
-200
/
+170
2018-09-29
don't elide lifetimes in paths in librustc/
Zack M. Davis
-31
/
+31
2018-09-29
rustc/infer: miscellaneous minor code improvements
ljedrz
-8
/
+6
2018-09-29
rustc/infer: readability improvements
ljedrz
-25
/
+21
2018-09-29
rustc/infer: improve vector allocations
ljedrz
-35
/
+37
2018-09-29
rustc/infer: use to_owned instead of to_string with string literals
ljedrz
-10
/
+10
2018-09-29
rustc/infer: convert single-branch matches to if-let
ljedrz
-104
/
+88
2018-09-29
rustc/infer: use unwrap_or(_else) where applicable
ljedrz
-18
/
+8
2018-09-28
rustc: keep a Span for each predicate in ty::GenericPredicates.
Eduard-Mihai Burtescu
-2
/
+5
2018-09-26
rustfmt `error_reporting/mod.rs` and `dropck.rs`
Niko Matsakis
-63
/
+69
2018-09-26
convert from an `UnlessNll` flag to a `SuppressRegionErrors` flag
Niko Matsakis
-26
/
+40
2018-09-26
use `IfEq` to defer equality comparison around `where` clauses`
Niko Matsakis
-49
/
+59
2018-09-26
refactor away `AnyRegions` and `AllRegions`
Niko Matsakis
-38
/
+49
2018-09-26
introduce `VerifyBound::IfEq` (presently unused)
Niko Matsakis
-26
/
+106
2018-09-26
change to use impl Trait a bit
Niko Matsakis
-14
/
+15
[next]