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
/
select.rs
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
rustc: remove Repr and UserString.
Eduard Burtescu
-142
/
+141
2015-06-19
rustc: replace Repr/UserString impls with Debug/Display ones.
Eduard Burtescu
-30
/
+7
2015-06-19
Clean up unused argument/variable warnings.
Eduard Burtescu
-2
/
+1
2015-06-19
rustc: use the TLS type context in Repr and UserString.
Eduard Burtescu
-97
/
+97
2015-06-18
Normalize associated types in closure signatures
Ariel Ben-Yehuda
-19
/
+53
2015-06-15
Rather than expanding the where-clauses in the environment over and over
Niko Matsakis
-7
/
+3
2015-06-15
Add a (somewhat hacky) cache to the tcx that tracks "global" trait refs
Niko Matsakis
-0
/
+8
2015-06-12
Split TyArray into TyArray and TySlice.
Eli Friedman
-25
/
+8
2015-06-12
Cleanup: rename middle::ty::sty and its variants.
Eli Friedman
-78
/
+78
2015-06-10
Removed many pointless calls to *iter() and iter_mut()
Joshua Landau
-4
/
+4
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
-17
/
+16
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
-3
/
+4
2015-05-13
eddyb's changes for DST coercions
Nick Cameron
-7
/
+236
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-07
Select projections over impls in case of ambiguity. Fixes #23336.
Ariel Ben-Yehuda
-67
/
+103
2015-05-03
Update old uses of ~ in comments and debugging statements
Carol Nichols
-3
/
+3
2015-04-30
address review comments
Ariel Ben-Yehuda
-1
/
+1
2015-04-30
Use hash-tables in trait selection
Ariel Ben-Yehuda
-20
/
+11
2015-04-30
Stop using Rc in TraitRef and TraitDef
Ariel Ben-Yehuda
-3
/
+3
2015-04-19
Call skolemize_late_bound_regions only after fast rejection
Ariel Ben-Yehuda
-27
/
+20
2015-04-14
Positive case of `len()` -> `is_empty()`
Tamir Duberstein
-2
/
+2
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
-8
/
+0
2015-04-01
rollup merge of #23860: nikomatsakis/copy-requires-clone
Alex Crichton
-1
/
+1
2015-04-02
Rollup merge of #23895 - nikomatsakis:fn-trait-inheritance-add-impls, r=pnkfelix
Manish Goregaokar
-10
/
+22
2015-04-01
Fallout out rustc
Niko Matsakis
-1
/
+1
2015-04-01
Implement the changes to coherence such that we consider a type to be
Niko Matsakis
-27
/
+76
2015-03-31
Add a "match" relation that can be used to make recursion check during
Niko Matsakis
-1
/
+13
2015-03-31
Switch to FnvHashMap
Niko Matsakis
-4
/
+4
2015-03-31
Combine `try` and `commit_if_ok` and make some details of inference
Niko Matsakis
-5
/
+5
2015-03-28
Rollup merge of #23803 - richo:unused-braces, r=Manishearth
Manish Goregaokar
-4
/
+4
2015-03-28
cleanup: Remove unused braces in use statements
Richo Healey
-4
/
+4
2015-03-27
rollup merge of #23741: alexcrichton/remove-int-uint
Alex Crichton
-6
/
+6
2015-03-26
Refactor object-safety test to use def-ids only
Niko Matsakis
-1
/
+2
2015-03-26
Refactor how binders are handled in trait selection
Niko Matsakis
-122
/
+160
2015-03-26
Implement `Reflect` trait with a variant on the standard OIBIT
Niko Matsakis
-7
/
+59
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-6
/
+6
2015-03-24
rollup merge of #23282: nikomatsakis/fn-trait-inheritance
Alex Crichton
-5
/
+3
2015-03-23
rollup merge of #23580: nikomatsakis/pattern-and-overflow
Alex Crichton
-10
/
+10
2015-03-23
Refactor how we handle overflow so that it is a fatal error that aborts
Niko Matsakis
-10
/
+10
2015-03-23
Add generic conversion traits
Aaron Turon
-1
/
+1
2015-03-23
Make the `Fn` traits inherit from one another and remove the bridging
Niko Matsakis
-5
/
+3
2015-03-06
rollup merge of #23091: japaric/phantom
Alex Crichton
-0
/
+7
2015-03-05
OIBIT: for `PhantomData<T>` check `T` rather than the struct itself
Jorge Aparicio
-0
/
+7
[next]