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-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
2018-03-23
introduce trait engine mod
csmoe
-1
/
+1
2018-03-22
UserAssertTy can handle inference variables.
David Wood
-8
/
+21
2018-03-21
work around fallout from these changes in rustc
Niko Matsakis
-1
/
+2
2018-03-21
report an error if we see an unexpected lifetime in impl Trait
Niko Matsakis
-34
/
+154
2018-03-20
rewrite to use a custom folder
Niko Matsakis
-42
/
+50
2018-03-16
Replace many of the last references to readmes
Mark Mansi
-7
/
+21
2018-03-14
Fixes after rebase
Andrew Cann
-7
/
+1
2018-03-14
Add note about fallback to `!: !Trait` error
Andrew Cann
-1
/
+1
2018-03-14
remove defaulting to unit
Andrew Cann
-6
/
+0
2018-03-13
add "text" sections for things that seem likely to be a problem
Niko Matsakis
-2
/
+6
2018-03-13
remove dead code
Niko Matsakis
-11
/
+0
2018-03-13
replace inline docs with references to rustc-guide
Niko Matsakis
-57
/
+18
2018-03-13
short-circuit work when instantiating query responses
Niko Matsakis
-24
/
+84
2018-03-13
move `drain_fulfillment_cx_or_panic` to be private to traits::trans
Niko Matsakis
-40
/
+0
2018-03-13
transition various normalization functions to the new methods
Niko Matsakis
-135
/
+1
2018-03-13
introduce `infcx.at(..).normalize(..)` operation [VIC]
Niko Matsakis
-3
/
+28
2018-03-13
add `canonicalize` method to `InferCtxt` [VIC]
Niko Matsakis
-2
/
+944
[next]