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-09-14
move middle::ty and related modules to middle/ty/
Ariel Ben-Yehuda
-11
/
+9
2015-09-04
Auto merge of #27984 - arielb1:misc-assemble-improvements, r=nikomatsakis
bors
-31
/
+36
2015-09-03
consolidate type-variable handling in assemble_candidates
Ariel Ben-Yehuda
-31
/
+36
2015-09-03
Add an intital HIR and lowering step
Nick Cameron
-5
/
+6
2015-08-24
fallout from moving def-id
Niko Matsakis
-22
/
+23
2015-08-12
traits: consider whether origin is RFC1214 when caching, ensuring
Niko Matsakis
-1
/
+3
2015-08-12
Introduce a "origin/cause" for new requirements (or bugfixes...) introduced b...
Niko Matsakis
-6
/
+16
2015-08-12
Add two new kinds of predicates, WellFormed and ObjectSafe.
Niko Matsakis
-0
/
+20
2015-08-06
use VariantDef instead of struct_fields
Ariel Ben-Yehuda
-30
/
+11
2015-08-06
introduce an ADTDef struct for struct/enum definitions
Ariel Ben-Yehuda
-21
/
+19
2015-07-25
Auto merge of #27258 - nikomatsakis:issue-26952, r=eddyb
bors
-26
/
+40
2015-07-24
Correct regression in type-inference caused by failing to reconfirm that
Niko Matsakis
-26
/
+40
2015-07-24
Unify the upvar variables found in closures with the actual types of the
Niko Matsakis
-58
/
+29
2015-07-24
Introduce ClosureSubsts rather than just having random fields in the
Niko Matsakis
-15
/
+12
2015-07-24
introduce a Vec<Ty> to TyClosure for storing upvar types
Niko Matsakis
-11
/
+15
2015-07-14
Transition to the new object lifetime defaults, replacing the old
Niko Matsakis
-1
/
+0
2015-07-12
Auto merge of #26895 - jroesch:modernize-typeck-names, r=nikomatsakis
bors
-3
/
+3
2015-07-12
Implement RFC 1058
Simonas Kazlauskas
-1
/
+1
2015-07-10
Rename TypeWithMutability to TypeAndMut
Jared Roesch
-3
/
+3
2015-07-08
Remove snake_case names from ty.rs
Jared Roesch
-3
/
+3
2015-07-04
rustc: compute the vtable base of a supertrait during selection. Fixes #26339.
Eduard Burtescu
-41
/
+32
2015-07-03
Add a boolean flag to ExistentialBounds tracking whether the
Niko Matsakis
-0
/
+1
2015-06-30
Remove Typer and ClosureTyper
Jared Roesch
-15
/
+9
2015-06-27
Ground work for replacing the ClosureTyper trait
Jared Roesch
-0
/
+2
2015-06-26
rustc: switch most remaining middle::ty functions to methods.
Eduard Burtescu
-18
/
+18
2015-06-26
rustc: make ty::mk_* constructors into methods on ty::ctxt.
Eduard Burtescu
-2
/
+2
2015-06-26
rustc: move some functions in middle::ty working on Ty to methods.
Eduard Burtescu
-4
/
+4
2015-06-26
rustc: combine type-flag-checking traits and fns and into one trait.
Eduard Burtescu
-4
/
+4
2015-06-25
Rename AsPredicate to ToPredicate in order to match naming conventions
Jared Roesch
-6
/
+6
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
[next]