about summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2013-09-24Don't use libc::exit. #9473Brian Anderson-12/+8
2013-09-23librustpkg: Fix diagnostic invocation syntax in librustdoc, librusti, and lib...Patrick Walton-5/+8
2013-09-22Place *all* rustdoc output in doc/{crate}Alex Crichton-16/+11
2013-09-22rustdoc: Out with the old, in with the newAlex Crichton-6567/+4859
2013-09-21Update version numbers to 0.8Brian Anderson-1/+1
2013-09-20auto merge of #9320 : chris-morgan/rust/unreachable-macro-part-two-of-two-con...bors-3/+1
2013-09-19Modernize extra::future APISteven Fackler-3/+3
2013-09-19Turned extra::getopts functions into methodsMarvin Löbel-5/+5
2013-09-19Replace unreachable() calls with unreachable!().Chris Morgan-3/+1
2013-09-16switch Drop to `&mut self`Daniel Micay-1/+1
2013-09-12std: Rename {Option,Result}::chain{,_err}* to {and_then,or_else}Erick Tryzelaar-7/+7
2013-09-12std: rename Option::unwrap_or_default() to unwrap_or()Erick Tryzelaar-2/+2
2013-09-10auto merge of #9088 : nikomatsakis/rust/issue-6304-AST-tree-not-DAG, r=catamo...bors-0/+14
2013-09-10Delay assignment of node ids until after expansion. Ensures that each AST nodeNiko Matsakis-0/+14
2013-09-10std::vec: Change fn unzip to take an iterator argumentblake2-ppc-1/+1
2013-09-05Rename str::from_bytes to str::from_utf8, closes #8985Florian Hahn-2/+2
2013-09-02Renamed syntax::ast::ident -> IdentMarvin Löbel-1/+1
2013-08-29Revert "auto merge of #8645 : alexcrichton/rust/issue-6436-run-non-blocking, ...Brian Anderson-4/+4
2013-08-27Implement process bindings to libuvAlex Crichton-4/+4
2013-08-23removed os::set_args, closing #8325Do Nhat Minh-0/+3
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