summary refs log tree commit diff
path: root/src/rustdoc/tystr_pass.rs
AgeCommit message (Expand)AuthorLines
2012-09-28rustdoc: Fix build errorsBrian Anderson-1/+2
2012-09-28demode vecNiko Matsakis-1/+1
2012-09-23core: Demode optionBrian Anderson-2/+2
2012-09-21Install new pub/priv/export rules as defaults, old rules accessible under #[l...Graydon Hoare-0/+1
2012-09-20rustdoc: Also don't print struct attributesBrian Anderson-5/+15
2012-09-20rustdoc: Don't print struct drop blocksBrian Anderson-0/+28
2012-09-19rustdoc: Begin support for structsBrian Anderson-0/+27
2012-09-18rustdoc: Camel caseBrian Anderson-32/+32
2012-09-10Convert std::map to camel caseBrian Anderson-1/+1
2012-09-07Remove support for multiple traits in a single implTim Chevalier-3/+3
2012-09-05rustdoc: "import" -> "use"Patrick Walton-6/+6
2012-09-04Remove 'with'Brian Anderson-18/+18
2012-08-26Camel case the option typeBrian Anderson-21/+21
2012-08-23Remove purity from fn_decl and move it out to containing AST elements.Michael Sullivan-2/+2
2012-08-23Remove match checks in rustdocTim Chevalier-6/+12
2012-08-23`m1!{...}` -> `m1!(...)`Paul Stansifer-2/+2
2012-08-22intern identifiersPaul Stansifer-15/+20
2012-08-08rustdoc: Update for new impl syntaxBrian Anderson-4/+4
2012-08-08rustc: Do some plumbing work in preparation for common fields in enumsPatrick Walton-2/+2
2012-08-06Convert alt to match. Stop parsing altBrian Anderson-10/+10
2012-08-05Switch alts to use arrowsBrian Anderson-15/+15
2012-08-03rustc: Parse, serialize, and deserialize trait inheritancePatrick Walton-1/+1
2012-07-31Change remaining "iface" occurrences to "trait"; deprecate "iface"Lindsey Kuper-1/+1
2012-07-30Change syntax extension syntax: `#m[...]` -> `m!{...}`.Paul Stansifer-2/+2
2012-07-18syntax: Parse multiple trait refs in a single implementationPatrick Walton-9/+9
2012-07-17rustc: Implement and enforce instance coherencePatrick Walton-0/+1
2012-07-17Get rustdoc working with std::par instead of its own par library. Closes #2885.Zack Corr-2/+2
2012-07-14Move the world over to using the new style string literals and types. Closes ...Michael Sullivan-27/+27
2012-07-13Front-end support for default impls in traits.Lindsey Kuper-6/+20
2012-07-11infer when types are region parameterized rather than requiring /&Niko Matsakis-5/+5
2012-07-05Change 'iface' to 'trait' internally; parse `trait` as `iface` synonymLindsey Kuper-16/+16
2012-07-04convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments....Gareth Daniel Smith-2/+1
2012-07-03Switch 'native' to 'extern' (or 'foreign' in some descriptions)Graydon Hoare-1/+1
2012-07-01Convert to new closure syntaxBrian Anderson-13/+13
2012-06-30Eliminate usages of old sugared call syntaxBrian Anderson-16/+16
2012-06-29Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.Michael Sullivan-2/+2
2012-06-26Change 'native' and 'crust' to 'extern'.Graydon Hoare-3/+3
2012-06-25Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.Michael Sullivan-2/+2
2012-06-24Remove resourcesTim Chevalier-28/+0
2012-06-13Box AST identsBrian Anderson-5/+5
2012-05-21rustc: Move ast_map to the syntax crateBrian Anderson-1/+1
2012-05-13rustc: Eliminate some indirection to the syntax crateBrian Anderson-2/+2
2012-04-25lots of work to make iface/impls parameterized by regionsNiko Matsakis-3/+3
2012-04-23Allow classes to be cast to ifaces that are in the same crateTim Chevalier-2/+2
2012-04-19make nominal types optionally parameterized by a self region.Niko Matsakis-4/+4
2012-03-18rustdoc: Print type params in fn sigs. Closes #2021Brian Anderson-18/+29
2012-03-09rustdoc: Vastly simplify the document modelBrian Anderson-2/+2
2012-03-08rustdoc: Don't bother reporting the type of return valuesBrian Anderson-163/+0
2012-03-08rustdoc: Don't bother reporting the type of argumentsBrian Anderson-111/+0
2012-03-08Drop collect_items pass, create decls on demandMarijn Haverbeke-3/+3