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-05-17
Rollup merge of #50740 - nnethercote:rm-LazyBTreeMap, r=cramertj
kennytm
-10
/
+8
2018-05-15
Auto merge of #48523 - varkor:generics-ty-generalisations, r=nikomatsakis
bors
-42
/
+41
2018-05-15
One must always remember to clean up after themselves
varkor
-5
/
+6
2018-05-15
Use Kind instead of UnpackedKind in Substs methods
varkor
-4
/
+4
2018-05-15
Clean up shared subst code
varkor
-36
/
+29
2018-05-15
Refactor Substs methods on generic parameters
varkor
-6
/
+11
2018-05-15
Lift pure_wrt_drop to GenericParamDef
varkor
-1
/
+1
2018-05-15
Refactor generic params loops
varkor
-8
/
+5
2018-05-15
Pull common parameters into GenericParamDef
varkor
-9
/
+7
2018-05-15
Eliminate ty::Generics::lifetimes()
varkor
-2
/
+8
2018-05-15
Generalise more cases of explicit iteration of specific kinds
varkor
-1
/
+1
2018-05-15
Rename TypeParameterDef -> TypeParamDef and RegionParameterDef -> RegionParamDef
varkor
-2
/
+2
2018-05-15
Fix generics type parameter handling in miri
varkor
-2
/
+1
2018-05-15
Consolidate ty::Generics
varkor
-1
/
+1
2018-05-14
Remove LazyBTreeMap.
Nicholas Nethercote
-10
/
+8
2018-05-13
Improve eager type resolution error message
leonardo.yvens
-2
/
+7
2018-05-08
Insert fields from TypeAndMut into TyRef to allow layout optimization
John Kåre Alsaker
-10
/
+12
2018-05-02
Add a comment explaining unification w/ universes
Sean Griffin
-0
/
+5
2018-05-02
Fix rebase issues
Sean Griffin
-1
/
+1
2018-05-02
track skol levels in the InferCtxt rather than via counter
Sean Griffin
-81
/
+21
2018-05-02
Wrap `InferCtxt::universe` in a cell
Sean Griffin
-5
/
+9
2018-05-02
Fix rebase issues
Sean Griffin
-0
/
+2
2018-05-02
give a universe to region variables
Sean Griffin
-6
/
+34
2018-05-02
store RegionVariableInfo and not just RegionVariableOrigin
Sean Griffin
-30
/
+37
2018-05-02
change skolemizations to use universe index
Sean Griffin
-18
/
+18
2018-05-02
add universes to type inference variables
Sean Griffin
-7
/
+15
2018-05-02
introduce `UniverseIndex` into `InferCtxt`
Sean Griffin
-0
/
+12
2018-04-28
Auto merge of #50240 - nnethercote:LazyBTreeMap, r=cramertj
bors
-8
/
+10
2018-04-26
Implement LazyBTreeMap and use it in a few places.
Nicholas Nethercote
-8
/
+10
2018-04-24
Make Binder's field private and clean up its usage
Tyler Mandry
-9
/
+11
2018-04-23
create a `QueryRegionConstraint` type
Niko Matsakis
-48
/
+23
2018-04-17
Auto merge of #49836 - nikomatsakis:nll-facts-prep, r=pnkfelix
bors
-4
/
+4
2018-04-15
Make use of thread-safe arenas
John Kåre Alsaker
-3
/
+3
2018-04-15
s/`use_mir`/`use_mir_borrowck`/
Niko Matsakis
-1
/
+1
2018-04-15
remove -Znll -- borrowck=mir implies nll now
Niko Matsakis
-4
/
+4
2018-04-14
Rollup merge of #49913 - varkor:RegionParameterDef-InternedString, r=petroche...
kennytm
-1
/
+2
2018-04-13
Use InternedString rather than Name for RegionParameterDef
varkor
-1
/
+2
2018-04-12
Auto merge of #49558 - Zoxc:sync-misc, r=michaelwoerister
bors
-2
/
+2
2018-04-12
Rollup merge of #49730 - sinkuu:fix_ice_49556, r=cramertj
kennytm
-3
/
+7
2018-04-10
Make PerfStats thread-safe and remove unused fields
John Kåre Alsaker
-2
/
+2
2018-04-08
Print region in case of ICE
Shotaro Yamada
-1
/
+1
2018-04-06
Fix ICE with impl Trait
Shotaro Yamada
-2
/
+6
2018-04-06
Use InternedString instead of Symbol for type parameters.
Michael Woerister
-2
/
+2
2018-03-29
Auto merge of #49313 - sgrif:sg-revert-stuff, r=nikomatsakis
bors
-82
/
+38
2018-03-27
Auto merge of #49202 - csmoe:trait_engine, r=nikomatsakis
bors
-1
/
+1
2018-03-23
Fix failures after rebase
Sean Griffin
-2
/
+0
2018-03-23
Revert "add universes to type inference variables"
Sean Griffin
-59
/
+20
2018-03-23
Revert "fix tidy error"
Sean Griffin
-4
/
+1
2018-03-23
Revert "change skolemizations to use universe index"
Sean Griffin
-18
/
+18
2018-03-23
import trait engine to typeck
csmoe
-2
/
+2
[prev]
[next]