about summary refs log tree commit diff
path: root/src/rustdoc
AgeCommit message (Expand)AuthorLines
2012-10-04De-mode comm::ChanTim Chevalier-5/+5
2012-10-04Remove arg vectors from main functions. Stop supporting them.Brian Anderson-1/+2
2012-09-28Add allow(deprecated_\*) to syntax, rustc, rustdoc, et alBrian Anderson-0/+2
2012-09-28rustdoc: Fix build errorsBrian Anderson-17/+19
2012-09-28Demode extfmtTim Chevalier-8/+8
2012-09-28demode vecNiko Matsakis-31/+31
2012-09-26core: Replace map/map_default with map_ref/map_default_refBrian Anderson-4/+4
2012-09-26Demode vec::push (and convert to method)Niko Matsakis-3/+3
2012-09-26turn ast::ident into a structErick Tryzelaar-1/+1
2012-09-25Demode iter-traitTim Chevalier-1/+1
2012-09-25Demode core::resultBrian Anderson-14/+14
2012-09-24rustdoc: Fix for generations of anchors. #3570Brian Anderson-1/+8
2012-09-23Register snapshots. Remove redundant Eq impls, Makefile hacksBrian Anderson-276/+0
2012-09-23core: Demode optionBrian Anderson-45/+45
2012-09-23Fix trans for region patterns (&P)Niko Matsakis-2/+2
2012-09-21De-mode vec::map, vec::eachi, vec::rev_each, vec::rev_eachiNiko Matsakis-12/+12
2012-09-21rustdoc: Fix exports for new regimeBrian Anderson-1/+3
2012-09-21Install new pub/priv/export rules as defaults, old rules accessible under #[l...Graydon Hoare-11/+64
2012-09-21rustdoc: Add prune_private_pass. Off for nowBrian Anderson-0/+69
2012-09-21rustdoc: CleanupBrian Anderson-98/+120
2012-09-20Revert "syntax: Make attributes sendable for rustdoc's benefit"Brian Anderson-4/+4
2012-09-20syntax: Make attributes sendable for rustdoc's benefitBrian Anderson-4/+4
2012-09-20rustdoc: Use doc comments for rustdoc's rustdocsBrian Anderson-46/+47
2012-09-20rustdoc: Support the --help optionBrian Anderson-1/+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-20rustc: De-mode all overloaded operatorsPatrick Walton-2/+278
2012-09-19rustdoc: Find doc(hidden) even when there are multiple doc attrsBrian Anderson-10/+23
2012-09-19rustdoc: Fix spelling in testsBrian Anderson-2/+2
2012-09-19core: Move TLS to task::local_dataBrian Anderson-3/+3
2012-09-19demode the each() method on vec and other iterables.Niko Matsakis-8/+8
2012-09-19rustdoc: Hide impl __extensions__ name in indexBrian Anderson-1/+1
2012-09-19rustdoc: Begin support for structsBrian Anderson-20/+159
2012-09-19rustdoc: Fix some script-mangled identsBrian Anderson-53/+53
2012-09-19De-mode vec::each() and many of the str iteration routinesNiko Matsakis-4/+8
2012-09-18core: Rename 'unsafe' mod to 'cast'Brian Anderson-1/+1
2012-09-18rustdoc: Camel caseBrian Anderson-931/+929
2012-09-18rustc: Remove legacy mode inference, unless #[legacy_modes] is usedPatrick Walton-0/+2
2012-09-18Revert "rustc: Change all non-keyword uses of "link""Patrick Walton-12/+13
2012-09-18rustc: Change all non-keyword uses of "link"Patrick Walton-13/+12
2012-09-18Add allow(non_camel_case_types) to unconverted cratesBrian Anderson-0/+1
2012-09-11rustdoc: Fix formatting of -hBrian Anderson-1/+1
2012-09-11Convert 'use' to 'extern mod'. Remove old 'use' syntaxBrian Anderson-4/+4
2012-09-10Convert 'import' to 'use'. Remove 'import' keyword.Brian Anderson-13/+13
2012-09-10Promote 'return' from a restricted keyword to a strict keywordBrian Anderson-17/+0
2012-09-10Convert std::map to camel caseBrian Anderson-4/+4
2012-09-08core/std: finish making futures sendable + test.. still issuesJeff Olson-4/+3
2012-09-07Convert all kind bounds to camel case. Remove send, owned keywords.Brian Anderson-10/+10
2012-09-07Remove support for multiple traits in a single implTim Chevalier-3/+3
2012-09-07Remove 'let' syntax for struct fieldsBrian Anderson-1/+1