about summary refs log tree commit diff
path: root/src/rustdoc
AgeCommit message (Expand)AuthorLines
2012-11-03library-ifying of tools - turning cargo, rustdoc, fuzzer, into libraries, as ...Daniel Patterson-6339/+0
2012-10-25Merge remote-tracking branch '14427/incoming'Brian Anderson-1/+1
2012-10-23Move futures to stdBrian Anderson-0/+1
2012-10-23rustc: Implement typechecking for simple monomorphic derivable traits on mono...Patrick Walton-25/+41
2012-10-22Merge remote-tracking branch 'original/incoming' into incomingSimon BD-90/+85
2012-10-22Merge pull request #3832 from Dretch/concatdocstrsBrian Anderson-26/+16
2012-10-22Fix and test for issue #3780.Gareth Daniel Smith-26/+16
2012-10-19Remove superfluous by-ref in option::get, option::get_default, option::expectTim Chevalier-3/+3
2012-10-18rustdoc: Make markdown_writer::pandoc_writer UTF-8 safeTycho Sci-6/+8
2012-10-15rustc: Merge module and type namespaces. r=brsonPatrick Walton-10/+10
2012-10-12Make moves explicit in rustdocTim Chevalier-36/+38
2012-10-12bump version to 0.5.Graydon Hoare-5/+5
2012-10-12Replace several common macros of the form #m[...] with m!(...)Kevin Cantu-1/+1
2012-10-11Update FIXME numbersTim Chevalier-3/+4
2012-10-06Merge remote-tracking branch 'original/incoming' into incomingSimon BD-6/+7
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-10-03Merge remote-tracking branch 'original/incoming' into incomingSimon BD-79/+83
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-27Put function argument last in sort function. Fixes #3265.Simon BD-1/+1
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