summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2013-07-27cleanup .chain and .chain_err + fixing other filesmaikklein-16/+10
2013-07-24Change 'print(fmt!(...))' to printf!/printfln! in src/lib*Birunthan Mohanathas-3/+2
2013-07-22Ast spanned<T> refactoring, renaming: crate, local, blk, crate_num, crate_cfg.Michael Woerister-14/+14
2013-07-20syntax: modernise attribute handling in syntax::attr.Huon Wilson-71/+68
2013-07-18Silence various warnings in bootstrap build.Felix S. Klock II-7/+0
2013-07-17librustc: Remove all uses of the `Copy` bound.Patrick Walton-5/+6
2013-07-17librustc: Remove all uses of "copy".Patrick Walton-307/+287
2013-07-17librustc: Add a lint mode for unnecessary `copy` and remove a bunch of them.Patrick Walton-23/+22
2013-07-17Clean-up tests after debug!/std-macros change.Huon Wilson-31/+57
2013-07-16syntax: make a macros-injection pass; conditionally define debug! to a noop b...Huon Wilson-0/+2
2013-07-09auto merge of #7117 : jensnockert/rust/freestanding, r=cmrbors-1/+2
2013-07-08Bump version numbers to 0.8-preBrian Anderson-1/+1
2013-07-08 Replaces the free-standing functions in f32, &c.Jens Nockert-1/+2
2013-07-07remove some method resolve workaroundsDaniel Micay-2/+2
2013-07-07Fix rustdoc and rustiJames Miller-6/+5
2013-07-04Remove standalone comparison functions in vec, make the trait impls better.Huon Wilson-8/+5
2013-07-04Remove vec::{filter, filtered, filter_map, filter_mapped}, replaced by iterat...Huon Wilson-125/+58
2013-07-01rustc: add a lint to enforce uppercase statics.Huon Wilson-3/+3
2013-06-30auto merge of #7487 : huonw/rust/vec-kill, r=cmrbors-35/+31
2013-06-30Bump version from 0.7-pre to 0.7Brian Anderson-1/+1
2013-06-30Remove vec::{map, mapi, zip_map} and the methods, except for .map, since thisHuon Wilson-35/+31
2013-06-29Great renaming: propagate throughout the rest of the codebaseCorey Richardson-88/+42
2013-06-28librustc: Remove the broken overloaded assign-ops from the language.Patrick Walton-6/+6
2013-06-28librustc: Change "Owned" to "Send" everywherePatrick Walton-2/+2
2013-06-28librustc: Rename Const to FreezePatrick Walton-2/+2
2013-06-25Change finalize -> drop.Luqman Aden-1/+1
2013-06-25Rename all files with the 'rc' extensionAlex Crichton-0/+0
2013-06-23Support foreign 'static mut' variables as wellAlex Crichton-1/+1
2013-06-23Add 'static mut' items to the languageAlex Crichton-2/+2
2013-06-23vec: remove BaseIter implementationDaniel Micay-8/+9
2013-06-22Merge pull request #7270 from thestinger/docDaniel Micay-6/+6
2013-06-21replace vec::find with the IteratorUtil methodDaniel Micay-10/+9
2013-06-21vec: rm old_iter implementations, except BaseIterDaniel Micay-5/+6
2013-06-21Show defaults in rustdoc usage messageRalph Bodenner-6/+6
2013-06-16Do not strip leading whitespace when parsing doc comments.SiegeLord-2/+2
2013-06-16remove unused importsHuon Wilson-4/+0
2013-06-16std: test-fixes, remove warnings, syntax highlighting for code examples.Huon Wilson-18/+3
2013-06-16std: convert str::{map,levdistance,subslice_offset} to methods.Huon Wilson-38/+31
2013-06-15auto merge of #7130 : huonw/rust/rustdoc-highlight, r=thestingerbors-15/+13
2013-06-14add IteratorUtil to the preludeDaniel Micay-4/+0
2013-06-15rustdoc: add syntax highlighting to item signatures.Huon Wilson-15/+13
2013-06-13Revert "std: convert {vec,str}::to_owned to methods."Brian Anderson-3/+3
2013-06-13rustdoc: fix tests for @~str -> @str change.Huon Wilson-33/+33
2013-06-13Use @str instead of @~str in libsyntax and librustc. Fixes #5048.Huon Wilson-12/+12
2013-06-12Silence some warnings.Huon Wilson-5/+0
2013-06-12std: convert str::replace to a method.Huon Wilson-21/+21
2013-06-12std: unify the str -> [u8] functions as 3 methods: .as_bytes() and .as_bytes_...Huon Wilson-1/+1
2013-06-12std: convert {vec,str}::to_owned to methods.Huon Wilson-3/+3
2013-06-11std: replace str::is_{alphanumeric,whitespace} with the methods.Huon Wilson-4/+4
2013-06-11std: replace str::{starts,ends}_with with the method.Huon Wilson-2/+2