about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-05-25doc: add example for Iterator::cloned()Tshepang Lekhonkhobe-2/+13
2015-05-24Auto merge of #25609 - nikomatsakis:const-fn, r=pnkfelixbors-212/+848
2015-05-24Auto merge of #25168 - Manishearth:register_attr, r=eddybbors-17/+137
2015-05-23Auto merge of #25666 - tshepang:better-path-docs, r=steveklabnikbors-40/+42
2015-05-23doc: fix Windows test failureTshepang Lekhonkhobe-2/+2
2015-05-23Auto merge of #25735 - oli-obk:rollup, r=steveklabnikbors-284/+309
2015-05-23Rollup merge of #25716 - steveklabnik:remove_bad_docs, r=GankroOliver Schneider-3/+2
2015-05-23Rollup merge of #25715 - nero-luci:patch-1, r=steveklabnikOliver Schneider-1/+1
2015-05-23Rollup merge of #25714 - brianquinlan:patch-1, r=huonwOliver Schneider-1/+2
2015-05-23Rollup merge of #25710 - Manishearth:no_decorator_clone, r=sfacklerOliver Schneider-39/+39
2015-05-23Rollup merge of #25709 - MatejLach:stdlib_style, r=steveklabnikOliver Schneider-1/+1
2015-05-23Rollup merge of #25703 - eddyb:lazier-loads, r=pnkfelixOliver Schneider-22/+35
2015-05-23Rollup merge of #25702 - killercup:rustdoc/search-primitives, r=GankroOliver Schneider-60/+66
2015-05-23Rollup merge of #25695 - mbrubeck:reference, r=brsonOliver Schneider-0/+4
2015-05-23Rollup merge of #25687 - tamird:num-self-cleanup, r=GankroOliver Schneider-114/+114
2015-05-23Rollup merge of #25681 - steveklabnik:gender, r=nmatsakisOliver Schneider-43/+45
2015-05-23Auto merge of #25667 - lambda:rename-soft_link-to-symlink-landed-in-1.1, r=at...bors-4/+4
2015-05-23Auto merge of #25653 - dotdash:unsize_c, r=luqmanabors-1/+56
2015-05-23Auto merge of #25632 - alexcrichton:dt-dir, r=brsonbors-1/+2
2015-05-23Auto merge of #25416 - kballard:ffi-cstr-to-str-convenience, r=alexcrichtonbors-0/+72
2015-05-23Auto merge of #24847 - sfackler:debug-builders-stability, r=aturonbors-27/+24
2015-05-23Merge pull request #25706 from pnkfelix/remove-diagnostics-gen-and-checkFelix S Klock II-17/+4
2015-05-22Rustdoc Search: Add Hint to Primitive Type ResultPascal Hertleif-0/+2
2015-05-22Don't mention outdated methodsSteve Klabnik-3/+2
2015-05-22Update guessing-game.mdCornel Punga-1/+1
2015-05-22Add some convenience methods to go from CStr -> strKevin Ballard-0/+72
2015-05-22Make it clear that push is only amortized O(1)Brian Quinlan-1/+2
2015-05-22better describe the stdlibMatej Ľach-1/+1
2015-05-22Let MultiItemDecorator take `&Annotatable` (fixes #25683)Manish Goregaokar-39/+39
2015-05-22Remove error diagnostics uniqueness check and .json generation.Felix S. Klock II-17/+4
2015-05-22Lazy-load filemaps from external crates.Eduard Burtescu-22/+35
2015-05-22Two more small fixes.Niko Matsakis-1/+2
2015-05-22Rustdoc Search: Increase Relevance of PrimitivesPascal Hertleif-0/+7
2015-05-22Rustdoc: Clean Up Some JSPascal Hertleif-60/+57
2015-05-21Document the debug_assertions cfg optionMatt Brubeck-0/+4
2015-05-21Auto merge of #25669 - GuillaumeGomez:typo-fix, r=Manishearthbors-1/+1
2015-05-21doc: miscellaneous improvements to std::path::Path examplesTshepang Lekhonkhobe-38/+40
2015-05-21Replace "more later" by "later"Guillaume Gomez-1/+1
2015-05-21Standardize on `$t:ty`Tamir Duberstein-5/+5
2015-05-21Use `Self` to simplifyTamir Duberstein-109/+109
2015-05-21Auto merge of #25601 - ericye16:master, r=steveklabnikbors-3/+3
2015-05-21she -> they in Dining PhilosophersSteve Klabnik-43/+45
2015-05-21Make various fixes:Niko Matsakis-108/+322
2015-05-21rustc_trans: evaluate `const fn` function and method calls.Eduard Burtescu-33/+93
2015-05-21rustc: const-qualify `const fn` function and method calls.Eduard Burtescu-57/+288
2015-05-21syntax: parse `const fn` for free functions and inherent methods.Eduard Burtescu-88/+218
2015-05-21Auto merge of #25473 - doomrobo:patch-3, r=steveklabnikbors-0/+8
2015-05-21Introduction vector example elements counting fixdmgawel-2/+2
2015-05-21Auto merge of #25552 - GuillaumeGomez:left-hand-error, r=pnkfelixbors-10/+73
2015-05-21Fix ICE trying to pass DST to C functionsBjörn Steinbrink-1/+56