about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-03-31rollup merge of #23886: demelev/remove_as_slice_usageAlex Crichton-42/+41
2015-03-31rollup merge of #23885: steveklabnik/doc_std_envAlex Crichton-1/+28
2015-03-31rollup merge of #23882: wettowelreactor/patch-2Alex Crichton-1/+1
2015-03-31rollup merge of #23878: Ryman/stable_extremesAlex Crichton-28/+127
2015-03-31rollup merge of #23876: alexcrichton/stabilize-anyAlex Crichton-25/+7
2015-03-31rollup merge of #23766: alexcrichton/stabilize-raw-fdAlex Crichton-59/+263
2015-03-31rollup merge of #23704: hirschenberger/simd-intdiv-iceAlex Crichton-2/+13
2015-03-31rollup merge of #23669: steveklabnik/doc_std_borrowAlex Crichton-0/+56
2015-03-31rollup merge of #23549: aturon/stab-numAlex Crichton-1251/+985
2015-03-31Stabilize std::numAaron Turon-1251/+985
2015-03-31Last docs for std::envSteve Klabnik-1/+28
2015-03-31Rollup merge of #23869 - tshepang:more-complete-builder-pattern-example, r=al...Manish Goregaokar-8/+16
2015-03-31Rollup merge of #23866 - alexcrichton:switch-some-orders, r=aturonManish Goregaokar-107/+147
2015-03-31Rollup merge of #23865 - seanmonstar:into-cow, r=alexcrichtonManish Goregaokar-2/+19
2015-03-31Rollup merge of #23862 - jviereck:fix_23713_v2, r=steveklabnikManish Goregaokar-1/+1
2015-03-31Rollup merge of #23859 - pnkfelix:fsk-lesser-box, r=nikomatsakisManish Goregaokar-65/+223
2015-03-31Rollup merge of #23852 - cmr:missing_doc, r=ManishearthManish Goregaokar-2/+54
2015-03-31Rollup merge of #23846 - rayglover:patch-rustdoc-stderr, r=alexcrichtonManish Goregaokar-2/+3
2015-03-31Rollup merge of #23839 - tyrion:patch-1, r=alexcrichtonManish Goregaokar-3/+3
2015-03-31Rollup merge of #23836 - Hoverbear:patch-1, r=steveklabnikManish Goregaokar-16/+13
2015-03-31Rollup merge of #23826 - richo:note-print-macro, r=alexcrichtonManish Goregaokar-0/+4
2015-03-31Rollup merge of #23813 - steveklabnik:gh19733, r=cmrManish Goregaokar-1/+6
2015-03-31Rollup merge of #23558 - steveklabnik:explain_elision, r=gankroManish Goregaokar-4/+9
2015-03-30Document std::borrow with examplesSteve Klabnik-0/+56
2015-03-30Update lib.rsCamille Roussel-1/+1
2015-03-30std: Stabilize the rest of Any/BoxAnyAlex Crichton-25/+7
2015-03-30libcore: Ensure min and max functions are consistent for equal inputsKevin Butler-28/+127
2015-03-30rustdoc: output stderr on doc-test failray glover-2/+3
2015-03-31book: make Builder Pattern example more completeTshepang Lekhonkhobe-8/+16
2015-03-30lint: handle private traits betterCorey Richardson-2/+54
2015-03-31replace deprecated as_slice()Emeliov Dmitrii-42/+41
2015-03-30std: Standardize (input, output) param orderingsAlex Crichton-107/+147
2015-03-30std: Add a note about the print! macro and output bufferingRicho Healey-0/+4
2015-03-30convert: add Into<Cow> impls for &str and StringSean McArthur-2/+19
2015-03-30Second attempt to fix #23713 based on follow-up comments in #23791.Julian Viereck-1/+1
2015-03-30Explain why 'elision'Steve Klabnik-4/+9
2015-03-30Auto merge of #23861 - Manishearth:rollup, r=Manishearthbors-3/+3
2015-03-30Make note of noalias in unsafe reference sectionSteve Klabnik-1/+6
2015-03-30Auto merge of #23673 - nikomatsakis:issue-23319-binops-ng-5, r=pnkfelixbors-563/+685
2015-03-30Add test case for #22743.Niko Matsakis-0/+32
2015-03-30Fallout in tests: largely changes to error messages.Niko Matsakis-51/+37
2015-03-30Fallout to test.Felix S. Klock II-1/+61
2015-03-30Address Issue 14270 by making `cmt::freely_aliasable` result more fine-grained.Felix S. Klock II-19/+64
2015-03-30mem_categorization.rs removed `pub` from method called only from this mod.Felix S. Klock II-2/+2
2015-03-30expr_use_visitor: Added comment explaining meaning of boolean return value.Felix S. Klock II-0/+5
2015-03-30Mucho debug instrumentation.Felix S. Klock II-43/+91
2015-03-30Fallout where types must be specified.Niko Matsakis-26/+47
2015-03-30Driveby cleanup of the impl for negation, which had some kind ofNiko Matsakis-22/+4
2015-03-30Implement new type-checking strategy for binary operators. Basically,Niko Matsakis-472/+573
2015-03-30Auto merge of #23843 - apasel422:thrads, r=steveklabnikbors-1/+1