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-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
-19
/
+14
2015-07-24
introduce a Vec<Ty> to TyClosure for storing upvar types
Niko Matsakis
-13
/
+19
2015-07-18
Auto merge of #27096 - apasel422:issue-26217, r=nikomatsakis
bors
-8
/
+24
2015-07-17
clarify that `T` does not contain `'a`
Andrew Paseltiner
-2
/
+2
2015-07-17
treat `for<'a> T: 'a` as `T: 'static`
Andrew Paseltiner
-8
/
+24
2015-07-17
Auto merge of #27045 - nikomatsakis:better-object-defaults-error, r=pnkfelix
bors
-1
/
+0
2015-07-14
Change int/uint => isize/usize in compiler docs.
Nick Hamann
-38
/
+38
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
-5
/
+5
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
-5
/
+5
2015-07-04
rustc: compute the vtable base of a supertrait during selection. Fixes #26339.
Eduard Burtescu
-84
/
+74
2015-07-04
rustc: simplify ty::MethodOrigin and avoid trait item indices.
Eduard Burtescu
-14
/
+17
2015-07-03
Add a boolean flag to ExistentialBounds tracking whether the
Niko Matsakis
-0
/
+1
2015-07-02
Auto merge of #26677 - jroesch:fulfillment-context-refactor, r=nrc
bors
-36
/
+38
2015-07-01
Address nits
Jared Roesch
-2
/
+2
2015-06-30
Auto merge of #26686 - arielb1:associated-type-defaults-actually-work, r=eddyb
bors
-0
/
+3
2015-06-30
Actually encode default associated types
Ariel Ben-Yehuda
-0
/
+3
2015-06-30
Clean up patch
Jared Roesch
-9
/
+13
2015-06-30
Remove Typer and ClosureTyper
Jared Roesch
-33
/
+21
2015-06-30
Remove Typer + ClosureTyper impls for ParameterEnv
Jared Roesch
-3
/
+2
2015-06-30
Use fresh FulfillmentContexts in select locations
Jared Roesch
-3
/
+13
2015-06-30
Update all uses of FulfillmentContext
Jared Roesch
-2
/
+3
2015-06-30
Move FufillmentContext into InferContext
Jared Roesch
-1
/
+1
2015-06-30
Kill count_late_bound_regions
Ariel Ben-Yehuda
-12
/
+12
2015-06-27
Address nits
Jared Roesch
-1
/
+1
2015-06-27
Ground work for replacing the ClosureTyper trait
Jared Roesch
-1
/
+3
2015-06-27
Begin refactor type checking state
Jared Roesch
-6
/
+7
2015-06-26
rustc: switch most remaining middle::ty functions to methods.
Eduard Burtescu
-52
/
+52
2015-06-26
rustc: make ty::mk_* constructors into methods on ty::ctxt.
Eduard Burtescu
-7
/
+7
2015-06-26
rustc: move some functions in middle::ty working on Ty to methods.
Eduard Burtescu
-6
/
+6
2015-06-26
rustc: combine type-flag-checking traits and fns and into one trait.
Eduard Burtescu
-17
/
+16
2015-06-25
Rename AsPredicate to ToPredicate in order to match naming conventions
Jared Roesch
-17
/
+17
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
[next]