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
Age
Commit message (
Expand
)
Author
Lines
2018-11-14
capture_disjoint_fields(rust-lang#53488)
Blitzerr
-3
/
+3
2018-11-14
Wrap some query results in `Lrc`.
Nicholas Nethercote
-2
/
+2
2018-11-13
Auto merge of #55912 - kennytm:rollup, r=kennytm
bors
-1
/
+1
2018-11-13
fix various typos in doc comments
Andy Russell
-9
/
+9
2018-11-13
Instantiate all bound vars existentially
scalexm
-12
/
+12
2018-11-11
Fix typos.
Bruce Mitchener
-1
/
+1
2018-11-11
Rollup merge of #55745 - nnethercote:outlives_components-SmallVec, r=matthewj...
Pietro Albini
-10
/
+13
2018-11-08
Rollup merge of #55638 - pnkfelix:issue-55608-ice-reempty-msg_span_from_free_...
Mark Rousskov
-0
/
+1
2018-11-08
Use `SmallVec` outparams in several functions.
Nicholas Nethercote
-10
/
+13
2018-11-07
Rollup merge of #55734 - teresy:shorthand-fields, r=davidtwco
kennytm
-4
/
+4
2018-11-06
refactor: use shorthand fields
teresy
-4
/
+4
2018-11-03
Substitute binders directly
scalexm
-12
/
+13
2018-11-03
Rename `as_bound_var` to `assert_bound_var`
scalexm
-2
/
+2
2018-11-03
Fix doc comment
scalexm
-1
/
+1
2018-11-03
Extend `ty::fold::RegionReplacer` to `ty::fold::BoundVarReplacer`
scalexm
-75
/
+14
2018-11-03
Rename `Binder::no_late_bound_regions` to `Binder::no_bound_vars`
scalexm
-1
/
+1
2018-11-03
Remove `ReCanonical` in favor of `ReLateBound`
scalexm
-50
/
+59
2018-11-03
Adjust bound tys indices in canonicalization
scalexm
-10
/
+52
2018-11-03
Rename `BoundTyIndex` to `BoundVar`
scalexm
-19
/
+19
2018-11-03
Shift both late bound regions and bound types
scalexm
-3
/
+3
2018-11-03
Move `BoundTy` to `ty::TyKind`
scalexm
-18
/
+12
2018-11-03
Sidestep an ICE by providing *some* description for `ReEmpty` when it arises.
Felix S. Klock II
-0
/
+1
2018-11-02
Auto merge of #55305 - nikomatsakis:universes-refactor-3, r=scalexm
bors
-330
/
+247
2018-10-31
kill old-style-lub warnings
Niko Matsakis
-300
/
+4
2018-10-30
Rollup merge of #55205 - ljedrz:faster_fxhashmap/set_population, r=estebank
kennytm
-4
/
+1
2018-10-29
Improve a few cases of collecting to an FxHash(Map/Set)
ljedrz
-4
/
+1
2018-10-27
back out bogus `Ok`-wrapping suggestion on `?` arm type mismatch
Zack M. Davis
-11
/
+1
2018-10-27
distinguish user-type annotations from other annotations
Niko Matsakis
-0
/
+37
2018-10-27
when canonicalizing query responses, preserve infer-var universes
Niko Matsakis
-9
/
+38
2018-10-27
extend query response to potentially contain fresh universes
Niko Matsakis
-28
/
+141
2018-10-27
allow canonicalized regions to carry universe and track max-universe
Niko Matsakis
-8
/
+42
2018-10-26
Rollup merge of #55358 - sinkuu:redundant_clone2, r=estebank
kennytm
-3
/
+3
2018-10-26
Rollup merge of #55258 - Aaron1011:fix/rustdoc-blanket, r=GuillaumeGomez
kennytm
-1
/
+12
2018-10-26
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-22
Fix Rustdoc ICE when checking blanket impls
Aaron Hill
-1
/
+12
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
[prev]
[next]