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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Lines
2014-12-30
Address nits.
Niko Matsakis
-45
/
+75
2014-12-30
Normalize associated types in bounds too. Also, make the workaround
Niko Matsakis
-66
/
+149
2014-12-30
Add a test case using associated types cross crate. Fixes #18048.
Niko Matsakis
-0
/
+52
2014-12-30
Encode the TypeScheme for associated types
Niko Matsakis
-0
/
+3
2014-12-30
Remove the AssocSpace
Niko Matsakis
-96
/
+41
2014-12-30
Patch more metadata decoding problems.
Niko Matsakis
-6
/
+8
2014-12-30
Encode the name for associated items on a trait. Fixes #18048.
Niko Matsakis
-0
/
+2
2014-12-30
Correct licenses.
Niko Matsakis
-1
/
+10
2014-12-30
Resolve merge conflicts. This changes should really be integrated back to the...
Niko Matsakis
-33
/
+45
2014-12-30
Adjust tests for inferenceGet more conservative about inference for now. Seem...
Niko Matsakis
-23
/
+100
2014-12-30
Add a FIXME relating to these type-testing traits
Niko Matsakis
-2
/
+2
2014-12-30
Patch long line.
Niko Matsakis
-3
/
+2
2014-12-30
Add FIXMEs relating to caching of projection results
Niko Matsakis
-1
/
+3
2014-12-30
Add a FIXME relating to regions and projection types
Niko Matsakis
-1
/
+2
2014-12-30
Add a FIXME to patch up rustdoc
Niko Matsakis
-1
/
+3
2014-12-30
File a FIXME relating to using where clauses, not bounds
Niko Matsakis
-1
/
+1
2014-12-30
Add a FIXME relating to Copy<T> not being checked
Niko Matsakis
-1
/
+1
2014-12-30
Add a FIXME relating to using `ast::Name`
Niko Matsakis
-3
/
+3
2014-12-30
Patch tests and create new tests related to projection from a HRTB.
Niko Matsakis
-40
/
+399
2014-12-30
Don't normalize associated types when in region binders, wait until we instan...
Niko Matsakis
-85
/
+214
2014-12-30
Remove the def-id from type parameters. Having this def-id was bad for severa...
Niko Matsakis
-138
/
+120
2014-12-30
Update error messages in various compile-fail tests
Niko Matsakis
-10
/
+6
2014-12-30
Make projected types select out of the trait bounds.
Niko Matsakis
-164
/
+321
2014-12-30
Teach `project` to project associated types out of object types.
Niko Matsakis
-17
/
+116
2014-12-30
Allow object safe traits to access associated types.
Niko Matsakis
-5
/
+98
2014-12-30
Integrate projection bounds to `ExistentialBounds` but do not use them for an...
Niko Matsakis
-108
/
+240
2014-12-30
Convert to use `Rc<TraitRef>` in object types (finally!).
Niko Matsakis
-79
/
+43
2014-12-30
Implement associated type projection and normalization.
Niko Matsakis
-1516
/
+2478
2014-12-30
Move the scalar types out of static data so that we can put `Rc` into sty.
Niko Matsakis
-391
/
+464
2014-12-30
Rename `Polytype` to `TypeScheme` to differentiate type schemes (early bound)...
Niko Matsakis
-153
/
+158
2014-12-30
Rename `trait_ref` field to `predicate`, since `trait_ref` is really
Niko Matsakis
-51
/
+56
2014-12-30
Rewrite the intrinsicck to take the parameter environment into account. Also ...
Niko Matsakis
-160
/
+352
2014-12-30
Move the TypeContents-based "Sized" queries into trans, where the full
Niko Matsakis
-119
/
+207
2014-12-30
Make ExprUseVisitor<..> use inherited parameter environments.
Niko Matsakis
-14
/
+13
2014-12-30
Refactor various queries out of `ty` and into `trans/common`
Niko Matsakis
-64
/
+75
2014-12-30
Minor change to wording in `Variables and Bindings`
JONNALAGADDA Srinivas
-1
/
+1
2014-12-30
Handle function calls to integers in model lexer correctly
Florian Hahn
-2
/
+58
2014-12-30
iOS: fallout of Sync oibit
Valerii Hiora
-0
/
+3
2014-12-30
auto merge of #19941 : alexcrichton/rust/issue-19767, r=brson
bors
-60
/
+251
2014-12-30
Implement `Clone` for a large number of iterators & other adaptors.
Huon Wilson
-3
/
+130
2014-12-30
PR#20326 : Issue#20322: Adding unsafe Send and Sync traits implementation for...
Rohit Joshi
-0
/
+6
2014-12-30
auto merge of #20320 : alexcrichton/rust/rollup, r=alexcrichton
bors
-1622
/
+2802
2014-12-29
Test fixes and rebase conflicts
Alex Crichton
-41
/
+38
2014-12-30
librustc_trans: Remove some dead code now that procs are gone.
Luqman Aden
-53
/
+7
2014-12-30
Tests
Nick Cameron
-6
/
+31
2014-12-30
Forbid static methods in object safe traits
Nick Cameron
-5
/
+9
2014-12-29
mk: The beta channel temporarily produced alpha versions
Brian Anderson
-2
/
+3
2014-12-29
mk: Allow an optional number to come after the beta version label
Brian Anderson
-1
/
+4
2014-12-29
rollup merge of #20317: brson/rust-installer-v2
Alex Crichton
-28
/
+82
2014-12-29
Fix impl of Send and Sync for mips
Eric Allen
-2
/
+2
[prev]
[next]