about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2015-04-04Removed explicit lifetimes for `get_mut`. Fixed the doc test.Dzmitry Malyshau-2/+4
2015-04-04Renamed Arc::try_unique to get_mutDzmitry Malyshau-23/+21
2015-04-04Auto merge of #24045 - frewsxcv:cleanup, r=alexcrichtonbors-90/+62
2015-04-04Auto merge of #23987 - liammonahan:master, r=Manishearthbors-1/+1
2015-04-04Auto merge of #23981 - chastell:book_crates-and-modules_io_sync, r=Manishearthbors-27/+29
2015-04-04Auto merge of #24009 - Manishearth:rollup, r=Manishearthbors-59/+385
2015-04-04Fix doc (fixup #24031)Manish Goregaokar-3/+1
2015-04-04Rollup merge of #24040 - hackaugusto:patch-1, r=steveklabnikManish Goregaokar-3/+0
2015-04-04Rollup merge of #24039 - frewsxcv:patch-10, r=steveklabnikManish Goregaokar-7/+5
2015-04-04Rollup merge of #24038 - frewsxcv:patch-9, r=steveklabnikManish Goregaokar-6/+2
2015-04-04Rollup merge of #24032 - steveklabnik:beta_install, r=alexcrichtonManish Goregaokar-2/+52
2015-04-04Rollup merge of #24031 - callahad:trpl_old_io_removal, r=steveklabnikManish Goregaokar-22/+10
2015-04-04Rollup merge of #24022 - steveklabnik:hn_fix, r=nikomatsakisManish Goregaokar-3/+2
2015-04-04Rollup merge of #24012 - tsion:patch-1, r=steveklabnikManish Goregaokar-1/+1
2015-04-04Rollup merge of #23997 - richo:typos, r=huonwManish Goregaokar-1/+1
2015-04-04Rollup merge of #23996 - frewsxcv:patch-8, r=alexcrichtonManish Goregaokar-1/+1
2015-04-04Rollup merge of #23993 - aturon:beta-update-authors, r=alexcrichtonManish Goregaokar-4/+92
2015-04-04Rollup merge of #23990 - dhuseby:bitrig_fixing_jemalloc_config, r=alexcrichtonManish Goregaokar-2/+8
2015-04-04Rollup merge of #23978 - brson:installer, r=alexcrichtonManish Goregaokar-0/+0
2015-04-04Rollup merge of #23941 - carloslfu:patch-1, r=steveklabnikManish Goregaokar-4/+6
2015-04-04Rollup merge of #24033 - petrochenkov:pattest, r=alexcrichtonManish Goregaokar-0/+197
2015-04-04Rollup merge of #24005 - ranma42:macosx-no-javac-popup, r=alexcrichtonManish Goregaokar-1/+8
2015-04-04Rollup merge of #23995 - aturon:cow-as-ref, r=huonwManish Goregaokar-1/+1
2015-04-04Rollup merge of #23979 - Ryman:error_from_string, r=alexcrichtonManish Goregaokar-3/+10
2015-04-03Cleanup and modernize some things in libcore::iterCorey Farwell-90/+62
2015-04-04Auto merge of #23979 - Ryman:error_from_string, r=alexcrichtonbors-3/+10
2015-04-03Removed repeated sentence.Augusto Hack-3/+0
2015-04-03Make example function in comment more idiomaticCorey Farwell-7/+5
2015-04-03Simplify `match` branches in documentation commentCorey Farwell-6/+2
2015-04-03Update Rust install instructions in TRPLSteve Klabnik-2/+52
2015-04-03Auto merge of #23972 - gkoz:partial_eq_str_string, r=alexcrichtonbors-10/+12
2015-04-03Remove old_io from trpl/concurrency.mdDan Callahan-22/+10
2015-04-03Auto merge of #24018 - nikomatsakis:marker-trait-stability, r=alexcrichtonbors-4/+4
2015-04-03Don't speak of old_ioSteve Klabnik-3/+2
2015-04-03Revert accidental change from stable -> unstable; just meant toNiko Matsakis-4/+4
2015-04-03Remove unnecessary `Vec<_>` annotation from docsScott Olson-1/+1
2015-04-03this correctly disables jemalloc on BitrigDave Huseby-2/+8
2015-04-03Auto merge of #23930 - petrochenkov:issue23656, r=nrcbors-234/+138
2015-04-03Workaround `javac` popup on MacOS XAndrea Canciani-1/+8
2015-04-03Auto merge of #23938 - nikomatsakis:invariant, r=pnkfelixbors-583/+332
2015-04-03Auto merge of #23934 - lfairy:write-no-deref, r=alexcrichtonbors-1/+1
2015-04-02Indicate associated type in comment is code-likeCorey Farwell-1/+1
2015-04-02Adjust `AsRef` impl for `Cow`Aaron Turon-1/+1
2015-04-02Update AUTHORS.txt as of 1.0.0-betaAaron Turon-4/+92
2015-04-03Auto merge of #23832 - petrochenkov:usize, r=aturonbors-86/+86
2015-04-03Add tests for parsing of patternsVadim Petrochenkov-0/+197
2015-04-03Auto merge of #23974 - pnkfelix:fix-23973, r=alexcrichtonbors-8/+6
2015-04-02doc/trpl: Fixing a comma splice in iterators.md.Liam Monahan-1/+1
2015-04-02Auto merge of #23967 - semarie:libc-clone, r=alexcrichtonbors-9/+27
2015-04-02liballoc: fix typoRicho Healey-1/+1