summary refs log tree commit diff
path: root/src/rustdoc
AgeCommit message (Expand)AuthorLines
2012-07-17rustc: Implement and enforce instance coherencePatrick Walton-64/+126
2012-07-17Remove most of old resolveTim Chevalier-3/+7
2012-07-17Get rustdoc working with std::par instead of its own par library. Closes #2885.Zack Corr-60/+29
2012-07-16replace core::tuple functions with methodsGareth Daniel Smith-6/+6
2012-07-14remove typestate from code, tests, and docsNiko Matsakis-1/+1
2012-07-14Move the world over to using the new style string literals and types. Closes ...Michael Sullivan-736/+740
2012-07-13Support prefix notation for vstore strings. Closes #2906.Michael Sullivan-1/+1
2012-07-13Front-end support for default impls in traits.Lindsey Kuper-16/+59
2012-07-12Merge remote-tracking branch 'origin/dist-snap' into incomingGraydon Hoare-5/+5
2012-07-11infer when types are region parameterized rather than requiring /&Niko Matsakis-13/+13
2012-07-11Fix some version numbers.Graydon Hoare-5/+5
2012-07-09rustdoc: Filter out another invalid id characterBrian Anderson-0/+3
2012-07-09rustdoc: Filter some characters that aren't valid pandoc header idsBrian Anderson-0/+6
2012-07-09Switch 'cont' to 'again' everywhere. Close #2229.Graydon Hoare-1/+1
2012-07-09rustc: Switch to the new resolution passPatrick Walton-0/+2
2012-07-06Revert "rustc: Switch to the new resolution pass"Niko Matsakis-2/+0
2012-07-06rustc: Switch to the new resolution passPatrick Walton-0/+2
2012-07-05Change 'iface' to 'trait' internally; parse `trait` as `iface` synonymLindsey Kuper-101/+101
2012-07-04convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments....Gareth Daniel Smith-243/+226
2012-07-04Remove empty argument lists from do expressionsBen Striegel-8/+8
2012-07-03core: Convert iter::repeat to the for protocolBrian Anderson-2/+2
2012-07-03Switch 'native' to 'extern' (or 'foreign' in some descriptions)Graydon Hoare-20/+20
2012-07-02rustc: Implement a new resolve pass behind a compile flagPatrick Walton-1/+1
2012-07-02Merge remote-tracking branch 'Dretch/prettydocs'Brian Anderson-1/+4
2012-07-01Convert to new closure syntaxBrian Anderson-225/+221
2012-06-30Eliminate usages of old sugared call syntaxBrian Anderson-176/+178
2012-06-30initial draft of fix for issue #2498:Gareth Daniel Smith-1/+4
2012-06-29Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.Michael Sullivan-181/+181
2012-06-28Get rid of some spurious /~s in rustdoc. Oops.Michael Sullivan-5/+5
2012-06-26Change 'native' and 'crust' to 'extern'.Graydon Hoare-22/+22
2012-06-26rustdoc: Work around some more metadata infelicitiesPatrick Walton-4/+6
2012-06-25Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.Michael Sullivan-175/+177
2012-06-25Remove resources from a few places I missedTim Chevalier-22/+10
2012-06-24Remove resourcesTim Chevalier-135/+4
2012-06-21Tag all remaining FIXMEs with bugs. Install rule in tidy script to enforce this.Graydon Hoare-4/+4
2012-06-20Remove bind. Issue #2189Brian Anderson-4/+6
2012-06-15Add the interner to parse_sess.Paul Stansifer-24/+3
2012-06-14Remove code from parser that was awaiting snapshotTim Chevalier-1/+1
2012-06-14Comments only: annotate FIXMEs in rustdocTim Chevalier-2/+2
2012-06-13Box AST identsBrian Anderson-21/+22
2012-06-04Make vecs implicitly copyable for all of our projects.Michael Sullivan-0/+2
2012-06-04Get rid of warnings from instantiating typarams with non-implicitly copyable ...Michael Sullivan-1/+6
2012-05-31Rename librustsyntax to libsyntaxKevin Cantu-1/+1
2012-05-30avoid modifying variable we are alting overNiko Matsakis-5/+5
2012-05-29rustc: Move filesearch into metadata modBrian Anderson-1/+1
2012-05-25Get rid of many implicit copies as a preliminary to Issue #2448.Michael Sullivan-33/+32
2012-05-24Access parse/attrs.rs with an impl.Paul Stansifer-1/+2
2012-05-23Prevent capturing non-copyable things in closures.Eric Holk-4/+4
2012-05-23rustc: Move new_def_hash to ast_utilBrian Anderson-5/+4
2012-05-22Send is no longer a subkind of copy. This allows for sendable, but non-copyab...Eric Holk-2/+2