about summary refs log tree commit diff
path: root/src/librustdoc/markdown_pass.rs
AgeCommit message (Expand)AuthorLines
2013-09-22rustdoc: Out with the old, in with the newAlex Crichton-941/+0
2013-08-07Change const to staticSangeun Kim-5/+5
2013-08-07Change Freeze to StaticSangeun Kim-3/+3
2013-08-06remove `extra::iter`Daniel Micay-2/+2
2013-08-05Updated std::Option, std::Either and std::ResultMarvin Löbel-4/+4
2013-08-03remove obsolete `foreach` keywordDaniel Micay-7/+7
2013-08-01std: Change `Times` trait to use `do` instead of `for`blake2-ppc-2/+2
2013-08-01migrate many `for` loops to `foreach`Daniel Micay-7/+7
2013-07-29New naming convention for ast::{node_id, local_crate, crate_node_id, blk_chec...Michael Woerister-2/+2
2013-07-20syntax: modernise attribute handling in syntax::attr.Huon Wilson-2/+2
2013-07-17librustc: Remove all uses of "copy".Patrick Walton-35/+25
2013-07-17Clean-up tests after debug!/std-macros change.Huon Wilson-0/+3
2013-07-04Remove standalone comparison functions in vec, make the trait impls better.Huon Wilson-1/+1
2013-06-29Great renaming: propagate throughout the rest of the codebaseCorey Richardson-5/+3
2013-06-28librustc: Remove the broken overloaded assign-ops from the language.Patrick Walton-3/+3
2013-06-28librustc: Rename Const to FreezePatrick Walton-2/+2
2013-06-23vec: remove BaseIter implementationDaniel Micay-6/+6
2013-06-21vec: rm old_iter implementations, except BaseIterDaniel Micay-1/+1
2013-06-16remove unused importsHuon Wilson-1/+0
2013-06-16std: test-fixes, remove warnings, syntax highlighting for code examples.Huon Wilson-2/+0
2013-06-16std: convert str::{map,levdistance,subslice_offset} to methods.Huon Wilson-4/+2
2013-06-15rustdoc: add syntax highlighting to item signatures.Huon Wilson-15/+13
2013-06-12std: convert str::replace to a method.Huon Wilson-1/+1
2013-06-10std: remove str::{connect,concat}*.Huon Wilson-3/+3
2013-06-10std: remove str::contains in favour of the methodHuon Wilson-46/+40
2013-06-10std: replace str::find_str* with a methodHuon Wilson-4/+4
2013-06-08remove deprecated vec::{is_empty, len} functionsDaniel Micay-2/+2
2013-06-04std::cell: Modernize constructorsPhilipp Brüschweiler-1/+1
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-0/+4
2013-05-28Move checking for moves and initialization of local variables and patterns intoNiko Matsakis-15/+15
2013-05-28Silence various warnings throughout test modulesAlex Crichton-4/+4
2013-05-26rustdoc: properly nest markup within enum variant lists (fixes #6605)Benjamin Herr-1/+38
2013-05-23cleanup warnings from librustdocErick Tryzelaar-57/+53
2013-05-22librustc: Add some missing `use core::prelude::*;` in the test casesPatrick Walton-0/+2
2013-05-22libextra: Rename the actual metadata names of libcore to libstd and libstd to...Patrick Walton-0/+2
2013-05-21Remove unnecessary allocations flagged by lint from rustdocSeo Sanghyeon-3/+3
2013-05-18replace old_iter::repeat with the Times traitDaniel Micay-2/+2
2013-05-14Use static string with fail!() and remove fail!(fmt!())Björn Steinbrink-1/+1
2013-05-13librustdoc: Remove old-style extern mods from rustdoc tests.Patrick Walton-10/+3
2013-05-09librustdoc: rename vec::each(var) to var.eachYoungmin Yoo-3/+3
2013-04-28make way for a new iter moduleDaniel Micay-2/+2
2013-04-27only use #[no_core] in libcoreDaniel Micay-5/+0
2013-04-16librustdoc: move tests into dedicated tests module.Huon Wilson-461/+457
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-46/+46
2013-03-26auto merge of #5555 : Kimundi/rust/str-dealloc-3, r=catamorphismbors-3/+5
2013-03-26rustdoc: Tweak list styleBrian Anderson-0/+5
2013-03-26rustdoc: Add type bounds to implsBrian Anderson-4/+22
2013-03-26Fixed all use sites and testsMarvin Löbel-3/+5
2013-03-22librustc: Remove the `const` declaration form everywherePatrick Walton-2/+2
2013-03-22librustdoc: Remove `pure` from fuzzer and rustdoc.Patrick Walton-2/+2