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-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
2018-09-26
remove handling of verify from taintset
Niko Matsakis
-37
/
+25
2018-09-26
make `normalize` work on any type-foldable
Niko Matsakis
-11
/
+19
2018-09-26
lexical_region_resolve: rustfmt
Niko Matsakis
-44
/
+30
2018-09-26
use approx. bounds to decide whether to add outlives obligations
Niko Matsakis
-1
/
+10
2018-09-26
propagate the `compare_ty` fn further up
Niko Matsakis
-18
/
+17
2018-09-26
introduce the idea of an "approximate match"
Niko Matsakis
-39
/
+56
2018-09-26
introduce a "comparison fn" instead of always use `==`
Niko Matsakis
-11
/
+10
2018-09-26
split out getting the declared bounds from the env versus trait
Niko Matsakis
-23
/
+38
2018-09-26
break out the code that computes VerifyBounds
Niko Matsakis
-218
/
+276
2018-09-26
apply `process_registered_region_obligations` at the end of regionck
Niko Matsakis
-27
/
+30
2018-09-26
use `RegionBoundPairs` type alias
Niko Matsakis
-5
/
+6
2018-09-26
change `RegionObligation` to store a `SubregionOrigin`
Niko Matsakis
-20
/
+37
2018-09-26
use a `UnlessNll` flag to consolidate error reporting paths
Niko Matsakis
-32
/
+15
2018-09-26
build up a map of the region-bound pairs for each body-id
Niko Matsakis
-10
/
+55
2018-09-26
outlives/env: rustfmt
Niko Matsakis
-4
/
+6
2018-09-25
Handle locals in closures properly.
Alexander Regueiro
-8
/
+5
2018-09-25
Lower `impl Trait` types in locals.
Alexander Regueiro
-3
/
+3
2018-09-23
Auto merge of #54262 - matthewjasper:explain-in-typeck, r=nikomatsakis
bors
-1
/
+1
2018-09-20
Auto merge of #54241 - vi:suggest_with_applicability, r=estebank
bors
-5
/
+9
[prev]
[next]