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-06-27
rustfmt various files
Niko Matsakis
-2
/
+3
2018-06-27
change the `enter_canonical_trait_query` method to give a fulfill cx
Niko Matsakis
-5
/
+17
2018-06-27
extend comment to note complications around lifetimes
Niko Matsakis
-0
/
+7
2018-06-27
pacify the mercilous tidy
Niko Matsakis
-4
/
+1
2018-06-27
improve comment on instantiate NLL query result fn
Niko Matsakis
-10
/
+38
2018-06-27
extract out query boilerplate and use for `Eq`
Niko Matsakis
-14
/
+43
2018-06-26
convert query-type-op to create query-region-constraint directly
Niko Matsakis
-39
/
+46
2018-06-26
add a streamlined `instantiate_query_result` method for NLL queries
Niko Matsakis
-2
/
+84
2018-06-26
extract more helpers from instantiating query result
Niko Matsakis
-24
/
+79
2018-06-26
introduce `canonicalize_hr_query_hack`
Niko Matsakis
-10
/
+69
2018-06-26
remove `Canonicalization` trait, which serves no purpose
Niko Matsakis
-55
/
+25
2018-06-26
extract `query_result_substitution` helper
Niko Matsakis
-17
/
+51
2018-06-26
rename `instantiate_query_result`
Niko Matsakis
-1
/
+1
2018-06-26
move `Debug` bounds onto `Lift`
Niko Matsakis
-2
/
+0
2018-06-26
make one `Canonicalize` impl for `QueryResult`
Niko Matsakis
-21
/
+35
2018-06-26
replace `LexicalRegionConstraintData` with `QueryRegionConstraint`
Niko Matsakis
-2
/
+2
2018-06-26
extract the handling of region constraints from queries
Niko Matsakis
-40
/
+50
2018-06-26
extract a helper for `make_query_result` that skips canonicalization
Niko Matsakis
-11
/
+27
2018-06-26
move `make_query_response` into method on infcx
Niko Matsakis
-1
/
+130
2018-06-26
break canonicalizer into submodules to make it easier to comprehend
Niko Matsakis
-594
/
+689
2018-06-26
promote canonical into a module
Niko Matsakis
-0
/
+0
2018-06-26
align the `type-op` outputs with what canonicalized queries give
Niko Matsakis
-3
/
+3
2018-06-26
make `TypeOutlives` parameterized over a delegate
Niko Matsakis
-31
/
+90
2018-06-26
obligations.rs: rustfmt
Niko Matsakis
-31
/
+16
2018-06-26
resolve type vars *before* entering `type_must_outlive`
Niko Matsakis
-2
/
+2
2018-06-24
Update broken rustc-guide links
Alex Kitchens
-7
/
+7
2018-06-21
Auto merge of #51690 - nikomatsakis:issue-51683-existential-fail, r=oli-obk
bors
-2
/
+2
2018-06-21
tolerate existential types whose concrete expansion is not known
Niko Matsakis
-2
/
+2
2018-06-20
Use lifetime name if available
Esteban Küber
-4
/
+10
2018-06-20
Lift bounds into GenericParam
varkor
-7
/
+2
2018-06-20
Refactor generic parameters in rustdoc/clean
varkor
-8
/
+6
2018-06-20
Refactor hir::GenericParam as a struct
varkor
-3
/
+9
2018-06-18
Auto merge of #51248 - fabric-and-ink:newtype_index_debrujin, r=nikomatsakis
bors
-4
/
+3
2018-06-18
Auto merge of #51460 - nikomatsakis:nll-perf-examination-refactor-1, r=pnkfelix
bors
-1
/
+14
2018-06-18
Auto merge of #51414 - oli-obk:impl_trait_type_def, r=pnkfelix
bors
-2
/
+11
2018-06-14
Declare DebruijnIndex via newtype_index macro
Fabian Drinck
-4
/
+3
2018-06-10
Fix error codes
Guillaume Gomez
-1
/
+1
2018-06-09
introduce `any_unifications` flag
Niko Matsakis
-1
/
+14
2018-06-08
Remove primary label for more readable output
Esteban Küber
-2
/
+1
2018-06-08
Suggestion for 'static impl Trait return
Esteban Küber
-0
/
+97
2018-06-07
Add existential type definitons
Oliver Schneider
-2
/
+11
2018-05-28
port `nice_region_error` code to not track depth but rather index
Niko Matsakis
-15
/
+15
2018-05-28
stop invoking `DebruijnIndex::new` directly
Niko Matsakis
-1
/
+2
2018-05-28
port `fold_regions` and friends to use debruijn indices directly
Niko Matsakis
-3
/
+5
2018-05-28
Auto merge of #50724 - zackmdavis:applicability_rush, r=Manishearth
bors
-2
/
+5
2018-05-21
rustc: move TypeParamDef's fields into GenericParamDefKind::Type.
Eduard-Mihai Burtescu
-1
/
+1
2018-05-21
rustc: don't call Kind::from directly, use .into() instead.
Eduard-Mihai Burtescu
-5
/
+5
2018-05-20
suggestion applicabilities for libsyntax and librustc, run-rustfix tests
Zack M. Davis
-2
/
+5
2018-05-18
use `reset_unifications` instead of creating new unification table
Niko Matsakis
-5
/
+2
2018-05-17
Rename trans to codegen everywhere.
Irina Popa
-1
/
+1
[prev]
[next]