summary refs log tree commit diff
path: root/src/rustdoc/config.rs
AgeCommit message (Expand)AuthorLines
2012-09-28demode vecNiko Matsakis-2/+2
2012-09-26core: Replace map/map_default with map_ref/map_default_refBrian Anderson-3/+3
2012-09-25Demode core::resultBrian Anderson-14/+14
2012-09-23Register snapshots. Remove redundant Eq impls, Makefile hacksBrian Anderson-18/+0
2012-09-23core: Demode optionBrian Anderson-5/+5
2012-09-21Install new pub/priv/export rules as defaults, old rules accessible under #[l...Graydon Hoare-0/+1
2012-09-20rustc: De-mode all overloaded operatorsPatrick Walton-0/+18
2012-09-18rustdoc: Camel caseBrian Anderson-47/+47
2012-09-11rustdoc: Fix formatting of -hBrian Anderson-1/+1
2012-09-10Convert 'import' to 'use'. Remove 'import' keyword.Brian Anderson-1/+1
2012-09-07rustc: Add an "ne" method to the Eq trait, and implement it everywherePatrick Walton-0/+2
2012-09-05rustdoc: "import" -> "use"Patrick Walton-2/+2
2012-09-04Remove 'with'Brian Anderson-12/+12
2012-08-29rustc: Make `<` and `=` into traitsPatrick Walton-0/+12
2012-08-28CamelCasify lots of stdBen Striegel-2/+2
2012-08-27Convert core::result to camel caseBrian Anderson-31/+31
2012-08-26Camel case the option typeBrian Anderson-13/+13
2012-08-24Start using core::path2::Path in a lot of places.Graydon Hoare-13/+14
2012-08-23`m1!{...}` -> `m1!(...)`Paul Stansifer-4/+4
2012-08-14rustdoc: Fix breakageBrian Anderson-3/+3
2012-08-14Fix more fallout in rustdoc.Graydon Hoare-1/+1
2012-08-06Convert alt to match. Stop parsing altBrian Anderson-5/+5
2012-08-05Switch alts to use arrowsBrian Anderson-12/+12
2012-08-01Convert ret to returnBrian Anderson-2/+2
2012-07-31Introduce 'return', 'match' and 'module' as synonymsBrian Anderson-10/+11
2012-07-31std: getopts::match -> matchesBrian Anderson-1/+1
2012-07-30Change syntax extension syntax: `#m[...]` -> `m!{...}`.Paul Stansifer-4/+4
2012-07-16replace core::tuple functions with methodsGareth Daniel Smith-2/+2
2012-07-14Move the world over to using the new style string literals and types. Closes ...Michael Sullivan-76/+77
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-04convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments....Gareth Daniel Smith-7/+7
2012-07-01Convert to new closure syntaxBrian Anderson-11/+12
2012-06-30Eliminate usages of old sugared call syntaxBrian Anderson-10/+12
2012-06-29Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.Michael Sullivan-38/+38
2012-06-25Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.Michael Sullivan-30/+31
2012-04-23Rename option::get_or_default to get_default, for consistencyTim Chevalier-1/+1
2012-04-06Re-rename option functionsTim Chevalier-2/+2
2012-04-06Convert old-style for loops to new-styleMarijn Haverbeke-1/+1
2012-04-02Rename some core::option functionsTim Chevalier-3/+5
2012-03-20Revert order of arguments to option::maybe and from_maybeMarijn Haverbeke-3/+3
2012-03-16core: Store reexporting result and either. Closes #1997Brian Anderson-0/+1
2012-03-13Name types after their modules instead of 't'Brian Anderson-7/+7
2012-03-12Libc/os/run/rand/io reorganization. Close #1373. Close #1638.Graydon Hoare-2/+2
2012-03-07rustdoc: Look for pandoc in ~/.cabalBrian Anderson-2/+6
2012-03-06rustdoc: Detect when pandoc isn't availableBrian Anderson-24/+104
2012-02-29rustdoc: Use unique types for writing markdown outputBrian Anderson-2/+2
2012-02-29rustdoc: Refactor markdown_passBrian Anderson-0/+1
2012-02-28rustdoc: Add -h flagBrian Anderson-4/+19