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
/
middle
/
traits
Age
Commit message (
Expand
)
Author
Lines
2015-07-06
Add a boolean flag to ExistentialBounds tracking whether the
Niko Matsakis
-0
/
+1
2015-06-19
Remove extra fmt::Debug impl for VtableClosureData from #26147.
Eduard Burtescu
-6
/
+0
2015-06-19
rustc: remove Repr and UserString.
Eduard Burtescu
-292
/
+284
2015-06-19
rustc: replace Repr/UserString impls with Debug/Display ones.
Eduard Burtescu
-188
/
+79
2015-06-19
Clean up unused argument/variable warnings.
Eduard Burtescu
-21
/
+8
2015-06-19
rustc: use the TLS type context in Repr and UserString.
Eduard Burtescu
-269
/
+269
2015-06-18
Normalize associated types in closure signatures
Ariel Ben-Yehuda
-42
/
+118
2015-06-18
Simplify and type_known_to_meet_builtin_bound and make it more correct when
Ariel Ben-Yehuda
-59
/
+16
2015-06-17
Auto merge of #26326 - nikomatsakis:optimize-fulfillment-cache-in-tcx, r=pcwa...
bors
-29
/
+116
2015-06-15
Rather than expanding the where-clauses in the environment over and over
Niko Matsakis
-22
/
+37
2015-06-15
Add a (somewhat hacky) cache to the tcx that tracks "global" trait refs
Niko Matsakis
-7
/
+79
2015-06-15
Make impl-trait-ref associated types work in methods
Ariel Ben-Yehuda
-0
/
+4
2015-06-12
Split TyArray into TyArray and TySlice.
Eli Friedman
-25
/
+9
2015-06-12
Cleanup: rename middle::ty::sty and its variants.
Eli Friedman
-116
/
+116
2015-06-11
Conver reborrows to .iter() calls where appropriate
Joshua Landau
-3
/
+3
2015-06-10
Removed many pointless calls to *iter() and iter_mut()
Joshua Landau
-15
/
+15
2015-06-09
fix comments in example about types
Andrew Straw
-1
/
+1
2015-06-08
Fixed old occurences of the removed array syntax
Marcel Müller
-2
/
+2
2015-06-05
Allow nested generics for the last field of structs in unsizing.
Eduard Burtescu
-15
/
+31
2015-06-04
Use a plain Vec instead of VecPerParamSpace in trait selection.
Ariel Ben-Yehuda
-133
/
+53
2015-05-27
Address review comments
Ariel Ben-Yehuda
-0
/
+2
2015-05-26
Implement defaults for associated types
Ariel Ben-Yehuda
-24
/
+26
2015-05-13
Auto merge of #25344 - arielb1:fresh-float, r=nikomatsakis
bors
-2
/
+4
2015-05-13
Fix binder skipping
Nick Cameron
-5
/
+26
2015-05-13
Rebasing
Nick Cameron
-4
/
+5
2015-05-13
eddyb's changes for DST coercions
Nick Cameron
-23
/
+307
2015-05-12
Create a FreshFloatTy separate from FreshIntTy
Ariel Ben-Yehuda
-2
/
+4
2015-05-12
Auto merge of #23424 - arielb1:ambiguous-project, r=nikomatsakis
bors
-67
/
+103
2015-05-11
Auto merge of #25085 - carols10cents:remove-old-tilde, r=steveklabnik
bors
-4
/
+4
2015-05-07
Auto merge of #25123 - arielb1:self-inhibiting-error, r=nikomatsakis
bors
-3
/
+12
2015-05-07
Select projections over impls in case of ambiguity. Fixes #23336.
Ariel Ben-Yehuda
-67
/
+103
2015-05-07
Rollup merge of #24966 - ruud-v-a:explain, r=pnkfelix
Steve Klabnik
-1
/
+1
2015-05-06
improve comment
Ariel Ben-Yehuda
-2
/
+4
2015-05-06
Fix #25076
Ariel Ben-Yehuda
-3
/
+10
2015-05-03
Update old uses of ~ in comments and debugging statements
Carol Nichols
-4
/
+4
2015-04-30
address review comments
Ariel Ben-Yehuda
-1
/
+1
2015-04-30
Use hash-tables in trait selection
Ariel Ben-Yehuda
-31
/
+20
2015-04-30
Stop using Rc in TraitRef and TraitDef
Ariel Ben-Yehuda
-24
/
+19
2015-04-30
rustc: Improve misleading error message for E0282
Ruud van Asseldonk
-1
/
+1
2015-04-27
Auto merge of #23606 - quantheory:associated_const, r=nikomatsakis
bors
-7
/
+5
2015-04-24
Auto merge of #24553 - nikomatsakis:issue-22779-overconstrained-impl, r=pnkfelix
bors
-1
/
+3
2015-04-23
Structural changes for associated constants
Sean Patrick Santos
-7
/
+5
2015-04-19
Call skolemize_late_bound_regions only after fast rejection
Ariel Ben-Yehuda
-27
/
+20
2015-04-18
Rather than storing the relations between free-regions in a global
Niko Matsakis
-1
/
+3
2015-04-14
Positive case of `len()` -> `is_empty()`
Tamir Duberstein
-3
/
+3
2015-04-12
Auto merge of #24109 - sanxiyn:diverging-closure, r=pnkfelix
bors
-1
/
+1
2015-04-09
Don't use skolemized parameters but rather fresh variables in
Niko Matsakis
-50
/
+21
2015-04-06
Fix diverging closures
Seo Sanghyeon
-1
/
+1
2015-04-06
If we find a blanket impl for `Trait` but we're matching on an object
Niko Matsakis
-0
/
+12
2015-04-02
Remove *most* mentions of phantom fns and variance on traits. Leave some
Niko Matsakis
-13
/
+4
[next]