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
/
traits
/
project.rs
Age
Commit message (
Expand
)
Author
Lines
2018-06-01
change `PointerKind::Implicit` to a note
Niko Matsakis
-6
/
+25
2018-04-27
improved debug output
Niko Matsakis
-2
/
+8
2018-03-23
Revert "add universes to type inference variables"
Sean Griffin
-2
/
+0
2018-03-08
Prepare for using miri in trans
Alexander Regueiro
-16
/
+24
2018-03-01
add universes to type inference variables
Niko Matsakis
-0
/
+2
2018-02-27
Bring back ParamEnv deduplication
Tatsuyuki Ishi
-2
/
+5
2018-02-24
Rollup merge of #48296 - ishitatsuyuki:exp-unblow, r=nikomatsakis
Manish Goregaokar
-109
/
+112
2018-02-22
Fix exponential blowup on nested types
Tatsuyuki Ishi
-98
/
+111
2018-02-22
Remove needless dedup from projection
Tatsuyuki Ishi
-10
/
+0
2018-02-22
Revert "Implement Ord as necessary"
Tatsuyuki Ishi
-1
/
+1
2018-02-18
Generate documentation for auto-trait impls
Aaron Hill
-0
/
+4
2018-01-25
Rollup merge of #47656 - ishitatsuyuki:patch-1, r=nikomatsakis
Alex Crichton
-16
/
+7
2018-01-23
Implement Ord as necessary
Tatsuyuki Ishi
-1
/
+1
2018-01-22
Use std based dedup in projection
Tatsuyuki Ishi
-15
/
+6
2018-01-17
track recursion limit when expanding existential impl trait
Niko Matsakis
-1
/
+15
2017-12-07
replace `InferCtxt::fn_sig` with `closure_sig`
Niko Matsakis
-8
/
+9
2017-12-04
make `no_late_bound_regions` a method on `Binder<T>`
Niko Matsakis
-1
/
+1
2017-11-18
remove the `generator_sigs` map, query, and plumbing
Niko Matsakis
-2
/
+1
2017-11-03
[Syntax Breaking] Rename DefaultImpl to AutoImpl
leonardo.yvens
-2
/
+2
2017-10-06
Auto merge of #45065 - arielb1:not-correct, r=nikomatsakis
bors
-1
/
+1
2017-10-06
fix logic error in #44269's `prune_cache_value_obligations`
Ariel Ben-Yehuda
-1
/
+1
2017-10-06
Improve resolution of associated types in macros 2.0
Vadim Petrochenkov
-8
/
+7
2017-09-11
rustc: evaluate fixed-length array length expressions lazily.
Eduard-Mihai Burtescu
-3
/
+37
2017-09-08
Auto merge of #44269 - nikomatsakis:issue-43613-limit-cache-obligations, r=ar...
bors
-7
/
+102
2017-09-07
update comment
Niko Matsakis
-7
/
+18
2017-09-06
add in a "paranoid" trait bound
Niko Matsakis
-0
/
+34
2017-09-05
rustc: Migrate lang items to a query
Alex Crichton
-2
/
+2
2017-09-02
limit and clear cache obligations opportunistically
Niko Matsakis
-7
/
+57
2017-08-28
Auto merge of #43999 - arielb1:immediate-project, r=nikomatsakis
bors
-16
/
+100
2017-08-27
clear out projection subobligations after they are processed
Ariel Ben-Yehuda
-16
/
+100
2017-08-14
Merge remote-tracking branch 'origin/master' into gen
Alex Crichton
-1
/
+1
2017-08-12
Fix some typos
Bastien Orivel
-1
/
+1
2017-08-09
Merge remote-tracking branch 'origin/master' into gen
Alex Crichton
-36
/
+21
2017-07-30
save the subobligations as well
Niko Matsakis
-6
/
+12
2017-07-29
Cleanup some remains of `hr_lifetime_in_assoc_type` compatibility lint
Vadim Petrochenkov
-31
/
+10
2017-07-28
Fix upstream changes
John Kåre Alsaker
-3
/
+3
2017-07-28
Rename suspend to yield
John Kåre Alsaker
-2
/
+2
2017-07-28
Generator literal support
John Kåre Alsaker
-0
/
+58
2017-07-11
Downgrade ProjectionTy's TraitRef to its substs
Tobias Schottdorf
-34
/
+30
2017-07-05
use field init shorthand in src/librustc
Zack M. Davis
-10
/
+10
2017-06-27
rustc: move the PolyFnSig out of TyFnDef.
Eduard-Mihai Burtescu
-1
/
+11
2017-06-27
rustc: rename closure_type to fn_sig.
Eduard-Mihai Burtescu
-1
/
+1
2017-06-01
pacify the mercilous tidy
Niko Matsakis
-1
/
+4
2017-06-01
ergonomic improvements to the methods in infcx
Niko Matsakis
-20
/
+12
2017-06-01
strip param-env from infcx
Niko Matsakis
-16
/
+36
2017-06-01
move projection mode into parameter environment
Niko Matsakis
-7
/
+9
2017-05-31
Upgrade ProjectionTy's Name to a DefId
Tobias Schottdorf
-12
/
+15
2017-05-16
Remove unreachable branches in traits::project
Michael Woerister
-116
/
+72
2017-05-16
Don't use queries::try_get() in assoc_ty projection
Michael Woerister
-25
/
+16
2017-05-15
Re-introduce cycle-check in assoc. item resolution.
Michael Woerister
-7
/
+33
[next]