about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-01-05Allow selective macro importKeegan McAllister-8/+299
2015-01-05Move #[macro_reexport] to extern crateKeegan McAllister-71/+53
2015-01-05Replace #[phase] with #[plugin] / #[macro_use] / #[no_link]Keegan McAllister-236/+363
2015-01-05creader: Load parts of plugin metadata on demandKeegan McAllister-82/+125
2015-01-06Fix the obsolete messageNick Cameron-1/+1
2015-01-06FalloutNick Cameron-211/+211
2015-01-06Obsolete `Sized? T`Nick Cameron-3/+9
2015-01-06Remove the prefix in ObsoleteSyntax variantsNick Cameron-34/+34
2015-01-05Remove i suffix in docsSteve Klabnik-1294/+1392
2015-01-05Stabilization of impls and fallout from stabilizationAaron Turon-49/+128
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-05Implement new orphan rule that requires that impls of remote traits meet the ...Niko Matsakis-53/+68
2015-01-05Stabilize collection modulesAaron Turon-1/+12
2015-01-05Final alpha stabilization of std::sliceAaron Turon-6/+12