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-04-20
Print region in case of ICE
Shotaro Yamada
-1
/
+1
2018-04-20
Fix ICE with impl Trait
Shotaro Yamada
-2
/
+6
2018-04-20
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
2018-03-13
refactor `ParamEnv::empty(Reveal)` into two distinct methods
Niko Matsakis
-3
/
+3
2018-03-13
comment the purpose of `TransNormalize`
Niko Matsakis
-0
/
+4
2018-03-13
make regions "traceable" so you can do `infcx.at(..).eq(r1, r2)`
Niko Matsakis
-22
/
+23
2018-03-13
fix typo in comment
Niko Matsakis
-1
/
+1
2018-03-13
improve TypeFoldable/Lift macros and make a bunch of stuff use them
Niko Matsakis
-13
/
+0
2018-03-08
Rollup merge of #48682 - spastorino:make_causal_lazy, r=nikomatsakis
Manish Goregaokar
-3
/
+16
2018-03-07
Rollup merge of #48698 - ishitatsuyuki:burn-equate, r=nikomatsakis
Alex Crichton
-21
/
+0
2018-03-06
Make causal tracking lazy
Santiago Pastorino
-3
/
+16
2018-03-05
Turn features() into a query.
Michael Woerister
-2
/
+2
2018-03-04
Auto merge of #48592 - spastorino:borrowed_value_error, r=nikomatsakis
bors
-368
/
+465
2018-03-04
Remove ty::Predicate::Equate and ty::EquatePredicate (dead code)
Tatsuyuki Ishi
-21
/
+0
2018-03-03
Auto merge of #48689 - Manishearth:rollup, r=Manishearth
bors
-1
/
+1
2018-03-02
Run Rustfix on librustc
Manish Goregaokar
-1
/
+1
2018-03-02
Revert "correct subtle bug in the type variable code"
Sean Griffin
-60
/
+107
2018-03-01
rustfmt over error_reporting, explain_borrow and region_infer mods
Santiago Pastorino
-334
/
+404
2018-03-01
Make explain borrow work for Universal lifetimes
Santiago Pastorino
-6
/
+27
2018-03-01
Refactor note_and_explain_region to call note_and_explain_free_region
Santiago Pastorino
-86
/
+92
2018-03-01
change skolemizations to use universe index
Sean Griffin
-24
/
+24
2018-03-01
fix tidy error
Niko Matsakis
-1
/
+4
2018-03-01
add universes to type inference variables
Niko Matsakis
-20
/
+58
2018-03-01
remove unnecessary clause propagating divergence
Niko Matsakis
-8
/
+0
2018-03-01
have `probe()` return `TypeVariableValue`
Niko Matsakis
-35
/
+46
2018-03-01
correct subtle bug in the type variable code
Niko Matsakis
-108
/
+63
[next]