summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-03-31Lex binary and octal literals more eagerly.Huon Wilson-15/+75
2015-03-30convert: remove FromError, use From<E> insteadSean McArthur-50/+30
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-30Document the effect of `#` on array formattingMatt Brubeck-6/+6
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-30Only zero at most 64k at a time. We still use the doublingbcoopers-8/+4
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-30Change max size to isizebcoopers-8/+14
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-30Fix the falloutVadim Petrochenkov-6/+6
2015-03-30Remove unnecessary `as usize`Vadim Petrochenkov-76/+76
2015-03-30Change the type of constants BYTES/BITS to usizeVadim Petrochenkov-4/+4
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
2015-03-30book: improve a bit of grammar in Method Syntax chapeterTshepang Lekhonkhobe-3/+3
2015-03-30Auto merge of #23838 - kgv:master, r=steveklabnikbors-2/+1
2015-03-30Auto merge of #23837 - wesleywiser:patch-1, r=alexcrichtonbors-0/+4
2015-03-29If doubling the vector in reserve() brings you over usize::MAX,bcoopers-1/+1
2015-03-29Clearer wordingbcoopers-3/+3
2015-03-2980 character line limitbcoopers-2/+3
2015-03-29Clarified and simplified algorithm for increasing size of buffer inbcoopers-5/+4
2015-03-29Auto merge of #23830 - petrochenkov:spellcheck, r=steveklabnikbors-21/+21
2015-03-29Fix line spacing.Andrew Hobden-1/+4
2015-03-29s/THRADS/THREADS/Andrew Paseltiner-1/+1
2015-03-29Fixed wrong name of test module in testing.mdGermano Gabbianelli-3/+3
2015-03-29Remove about standard io chapter from the book (from arrays-vectors-and-slice...kgv-2/+1
2015-03-29change std::usize to usizebcoopers-2/+2
2015-03-29Vector can currently panic when pushing an element or reserving spacebcoopers-5/+11
2015-03-29Auto merge of #23820 - sfackler:fast_read_to_end, r=alexcrichtonbors-59/+76
2015-03-29Fix extremely small stability bars on docs pageWesley Wiser-0/+4
2015-03-29Fix trailing whitespace. Whoops!Andrew Hobden-5/+5