about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-01-05remove more stage0 stuffJorge Aparicio-21/+0
2015-01-05unignore and fix doctests in guide and referenceJorge Aparicio-40/+42
2015-01-05fix testsJorge Aparicio-3/+3
2015-01-05replace `f.call_mut(a, b, ..)` with `f(a, b, ..)`Jorge Aparicio-28/+28
2015-01-05Correctly "detuple" arguments when creating trait object shims for a trait me...Niko Matsakis-2/+85
2015-01-05Fix ICE caused by forgotten bcxNiko Matsakis-3/+1
2015-01-05address Niko's commentsJorge Aparicio-2/+2
2015-01-05ignore boxed closure doctests in the guide/referenceJorge Aparicio-16/+16
2015-01-05fix benchmarksJorge Aparicio-9/+14
2015-01-05fix debuginfo testsJorge Aparicio-20/+18
2015-01-05fix pretty testsJorge Aparicio-5/+5
2015-01-05fix run-make testJorge Aparicio-1/+1
2015-01-05fix cfail testsJorge Aparicio-612/+195
2015-01-05fix rpass testsJorge Aparicio-414/+212
2015-01-05typeck: remove dead codeJorge Aparicio-23/+3
2015-01-05trans: remove dead codeJorge Aparicio-116/+4
2015-01-05rustc: remove dead codeJorge Aparicio-18/+0
2015-01-05syntax: remove dead codeJorge Aparicio-2/+1
2015-01-05typeck: there are only unboxed closures nowJorge Aparicio-112/+11
2015-01-05syntax: make the closure type `f: |uint| -> bool` syntax obsoleteJorge Aparicio-16/+18
2015-01-05trans: remove ClosureJorge Aparicio-12/+0
2015-01-05remove mk_closureJorge Aparicio-44/+3
2015-01-05remove AdjustAddEnvJorge Aparicio-74/+4
2015-01-05remove TyClosureJorge Aparicio-101/+3
2015-01-05remove ty_closureJorge Aparicio-409/+11
2015-01-05coretest: remove/ignore testsJorge Aparicio-38/+8
2015-01-05compiletest: remove boxed closuresJorge Aparicio-9/+14
2015-01-05driver: remove unboxed closuresJorge Aparicio-1/+1
2015-01-05trans: remove remaining boxed closuresJorge Aparicio-37/+40
2015-01-05typeck: remove remaining boxed closuresJorge Aparicio-13/+14
2015-01-05rustc: remove remaining boxed closuresJorge Aparicio-1/+1
2015-01-05EncodeInlinedItem: convert to "unboxed" closuresJorge Aparicio-5/+4
2015-01-05DecodeInlinedItem: convert to "unboxed" closuresJorge Aparicio-12/+12
2015-01-05conv_did: convert to "unboxed" closureJorge Aparicio-127/+254
2015-01-05syntax: remove remaining boxed closuresJorge Aparicio-33/+29
2015-01-05std: remove remaining boxed closuresJorge Aparicio-12/+15
2015-01-05register snapshotJorge Aparicio-193/+9
2015-01-05auto merge of #20572 : nikomatsakis/rust/assoc-supertrait-stuff, r=brsonbors-235/+504
2015-01-05auto merge of #20514 : alexcrichton/rust/serialize-associated-type, r=aturonbors-437/+5755
2015-01-05Improve test to include a projection, per @huonw's suggestion.Niko Matsakis-0/+6
2015-01-05Make supertrait references work in object types too.Niko Matsakis-12/+71
2015-01-05Minor code formatting cleanups.Niko Matsakis-3/+5
2015-01-05Permit bindings of (and references to) associated types defined in supertraits.Niko Matsakis-13/+224
2015-01-05Introduce a CollectCtxt and impl AstConv on *that*. Also make all fnsNiko Matsakis-58/+70
2015-01-05Stop writing code that is (unnecessarily) generic over any AstConv in collect,Niko Matsakis-46/+41
2015-01-05Convert astconv and friends to use object types, not generics. No need to com...Niko Matsakis-119/+103
2015-01-05auto merge of #20451 : brson/rust/installer, r=alexcrichtonbors-0/+0
2015-01-04serialize: Use assoc types + less old_orphan_checkAlex Crichton-437/+5755
2015-01-05auto merge of #20395 : huonw/rust/char-stab-2, r=aturonbors-64/+181
2015-01-05auto merge of #20285 : FlaPer87/rust/oibit-send-and-friends, r=nikomatsakisbors-39/+215