summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2014-01-21[std::str] Remove the now unused not_utf8 condition.Simon Sapin-11/+3
2014-01-21[std::str] Rename from_utf8_owned_opt() to from_utf8_owned(), drop the old fr...Simon Sapin-91/+65
2014-01-21[std::str] Rename from_utf8_opt() to from_utf8(), drop the old from_utf8() be...Simon Sapin-84/+59
2014-01-21[std::path] Rename .container_as_str_opt() to .container_as_str(), drop the o...Simon Sapin-40/+11
2014-01-21[std::vec] Rename .remove_opt() to .remove(), drop the old .remove() behaviorSimon Sapin-50/+16
2014-01-21[std::vec] Rename .shift_opt() to .shift(), drop the old .shift() behaviorSimon Sapin-31/+16
2014-01-21[std::vec] Rename .pop_opt() to .pop(), drop the old .pop() behaviorSimon Sapin-133/+128
2014-01-21[std::vec] Rename .last_opt() to .last(), drop the old .last() behaviorSimon Sapin-112/+89
2014-01-21[std::vec] Rename .head_opt() to .head(), drop the old .head() behaviorSimon Sapin-29/+6
2014-01-21[std::vec] Rename .get_opt() to .get()Simon Sapin-6/+6
2014-01-21auto merge of #11700 : bharrisau/rust/thumb, r=alexcrichtonbors-1/+7
2014-01-21auto merge of #11665 : alexcrichton/rust/zed-cleanup, r=brsonbors-385/+105
2014-01-21Remove no-debug-borrows from the makefilesAlex Crichton-1/+1
2014-01-21Capitalize debugging opts and make them u64Alex Crichton-90/+91
2014-01-21Purge borrowck from libstdAlex Crichton-271/+0
2014-01-21Remove obsoleted -Z optionsAlex Crichton-25/+0
2014-01-21Stop using hardcoded numbers for -Z optionsAlex Crichton-30/+45
2014-01-21Flag all TLS functions as inline(never)Alex Crichton-4/+58
2014-01-21Remove unnecessary parentheses.Huon Wilson-98/+90
2014-01-21rustc: add lint for parens in if, while, match and return.Huon Wilson-1/+53
2014-01-21Add support for ARM thumb architectureBen Harris-1/+7
2014-01-21auto merge of #11699 : alexcrichton/rust/snapshot, r=huonwbors-11/+14
2014-01-21auto merge of #11687 : sfackler/rust/macro-export-inner-crate, r=alexcrichtonbors-0/+41
2014-01-20auto merge of #11684 : FlaPer87/rust/doc_typos, r=cmrbors-3/+3
2014-01-20auto merge of #11662 : alexcrichton/rust/faster-parens, r=huonwbors-2/+26
2014-01-20Register new snapshotsAlex Crichton-11/+14
2014-01-20auto merge of #11653 : alexcrichton/rust/issue-11647, r=luqmanabors-1/+33
2014-01-20auto merge of #11675 : alexcrichton/rust/fix-snap, r=cmrbors-1/+2
2014-01-20Fix cross-compiled pretty testsAlex Crichton-1/+2
2014-01-20Fix a pathological const checking caseAlex Crichton-2/+26
2014-01-20rustuv: Re-work sockaddr glue to not use mallocAlex Crichton-208/+158
2014-01-20Don't emit landing pads with -Z no-landing-padsAlex Crichton-1/+33
2014-01-20auto merge of #11673 : omasanori/rust/sep-doc, r=alexcrichtonbors-2/+2
2014-01-20auto merge of #11664 : bjz/rust/identities, r=alexcrichtonbors-162/+147
2014-01-20Scan the entire crate for exported macrosSteven Fackler-0/+41
2014-01-20auto merge of #11670 : sfackler/rust/extctxt-span-note, r=alexcrichtonbors-0/+4
2014-01-20auto merge of #11661 : huonw/rust/fixed-length-instantiation, r=thestingerbors-0/+32
2014-01-20auto merge of #11660 : sfackler/rust/quote-unused-sp, r=huonwbors-2/+26
2014-01-20auto merge of #11657 : huonw/rust/less-lang-duplication, r=cmrbors-5/+17
2014-01-20Fix documentation typosFlavio Percoco-3/+3
2014-01-20auto merge of #11656 : brson/rust/omgandroid, r=cmrbors-0/+9
2014-01-20Improve std::num::pow implementationBrendan Zabarauskas-42/+30
2014-01-20Add operator trait constraints to std::num::{Zero, One} and document their ap...Brendan Zabarauskas-120/+117
2014-01-19auto merge of #11652 : hdima/rust/base64-padding-newlines, r=alexcrichtonbors-2/+5
2014-01-19auto merge of #11649 : FlaPer87/rust/pow, r=cmrbors-38/+23
2014-01-19auto merge of #10801 : musitdev/rust/jsondoc2, r=cmrbors-1/+222
2014-01-19auto merge of #11644 : huonw/rust/less-fatality, r=cmrbors-84/+245
2014-01-19auto merge of #11643 : kballard/rust/path-root-path, r=ericktbors-4/+7
2014-01-20Fix misuse of character/byte in std::path.OGINO Masanori-2/+2
2014-01-19auto merge of #11642 : erickt/rust/path, r=huonwbors-41/+62