about summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2013-08-13Remove unused automatic cfg bindings Fixes #7169Nick Desaulniers-6/+5
2013-08-12Forbid pub/priv where it has no effectAlex Crichton-4/+4
2013-08-10std: Transform.find_ -> .findErick Tryzelaar-6/+6
2013-08-10std: Rename Iterator.transform -> .mapErick Tryzelaar-21/+21
2013-08-10Mass rename of .consume{,_iter}() to .move_iter()Erick Tryzelaar-1/+1
2013-08-08Fix more priv falloutCorey Richardson-3/+3
2013-08-07Change const to staticSangeun Kim-43/+43
2013-08-07Change Freeze to StaticSangeun Kim-3/+3
2013-08-07auto merge of #8294 : erickt/rust/map-move, r=bblumbors-7/+7
2013-08-07core: option.map_consume -> option.map_moveErick Tryzelaar-7/+7
2013-08-06remove `extra::iter`Daniel Micay-2/+2
2013-08-05Updated std::Option, std::Either and std::ResultMarvin Löbel-34/+34
2013-08-03remove obsolete `foreach` keywordDaniel Micay-10/+10
2013-08-02librustc: Disallow "unsafe" for external functionsPatrick Walton-4/+15
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-12/+10
2013-07-29New naming convention for ast::{node_id, local_crate, crate_node_id, blk_chec...Michael Woerister-7/+7
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