about summary refs log tree commit diff
path: root/src/rustdoc
AgeCommit message (Expand)AuthorLines
2012-08-25rustc: Implement foreign constants.Patrick Walton-8/+11
2012-08-24Start using core::path2::Path in a lot of places.Graydon Hoare-38/+39
2012-08-24Use a faked-up function as a key, because functions aren't identical cross-cr...Paul Stansifer-4/+10
2012-08-23Remove purity from fn_decl and move it out to containing AST elements.Michael Sullivan-4/+4
2012-08-23Remove match checks in rustdocTim Chevalier-7/+15
2012-08-23`m1!{...}` -> `m1!(...)`Paul Stansifer-39/+39
2012-08-22intern identifiersPaul Stansifer-32/+52
2012-08-17Remove the class keywordBrian Anderson-1/+1
2012-08-15Convert more core types to camel caseBrian Anderson-9/+9
2012-08-14Convert more core types to camel caseBrian Anderson-3/+3
2012-08-14rustdoc: Process markdown pages in sequence. Closes #2484Brian Anderson-1/+3
2012-08-14rustdoc: Fix breakageBrian Anderson-3/+3
2012-08-14Fix more fallout in rustdoc.Graydon Hoare-2/+2
2012-08-13De-mode core::future.Graydon Hoare-1/+1
2012-08-08rustdoc: Update for new impl syntaxBrian Anderson-37/+39
2012-08-08Convert impls to new syntaxBrian Anderson-15/+14
2012-08-08rustc: Do some plumbing work in preparation for common fields in enumsPatrick Walton-6/+6
2012-08-08Add spawn_conversationJesse Ruderman-3/+2
2012-08-06Convert alt to match. Stop parsing altBrian Anderson-73/+73
2012-08-05Switch alts to use arrowsBrian Anderson-187/+183
2012-08-03rustc: Parse, serialize, and deserialize trait inheritancePatrick Walton-3/+3
2012-08-03rustc: Remove all fixed-length strings from our codebasePatrick Walton-1/+1
2012-08-02Remove modes from map API and replace with regions.Niko Matsakis-33/+36
2012-08-01Convert ret to returnBrian Anderson-19/+19
2012-08-01Clean out transitional lint.Graydon Hoare-10/+5
2012-07-31Introduce 'return', 'match' and 'module' as synonymsBrian Anderson-14/+15
2012-07-31std: getopts::match -> matchesBrian Anderson-1/+1
2012-07-31Change remaining "iface" occurrences to "trait"; deprecate "iface"Lindsey Kuper-19/+19
2012-07-30Change syntax extension syntax: `#m[...]` -> `m!{...}`.Paul Stansifer-35/+35
2012-07-30Make rustdoc/demo.rs less genderedBen Blum-4/+4
2012-07-26Nomenclature fixes in the lint checker. Fewer double-negatives.Graydon Hoare-0/+6
2012-07-24Make rustdoc deal with macros. Rustdoc still fails, though; we think it needs...Paul Stansifer-0/+2
2012-07-18syntax: Parse multiple trait refs in a single implementationPatrick Walton-18/+20
2012-07-18rustdoc: Make rustdoc no longer resolve names.Patrick Walton-852/+11
2012-07-17rustdoc: XFAIL a failing astsrv testPatrick Walton-2/+4
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