about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2014-01-22Implement native timersAlex Crichton-30/+1149
2014-01-22remove old rc extension from detection filesDaniel Micay-4/+3
2014-01-22Remove the initial and trailing blank doc-comment linesSiegeLord-80/+0
2014-01-22Add some tests for the exponential notationSiegeLord-1/+43
2014-01-22Add LowerExp 'e' and UpperExp 'E' format traits/specifiersSiegeLord-0/+100
2014-01-22float_to_str_bytes_common can now handle exponential notationSiegeLord-17/+77
2014-01-22libnative: Implement get_host_addresses.Luqman Aden-59/+162
2014-01-22Don't fatally fail in driver::early_errorAlex Crichton-1/+1
2014-01-22Implement std::rt::at_exitAlex Crichton-0/+87
2014-01-22Add std::os::self_exe_name()Ben Noordhuis-3/+21
2014-01-22auto merge of #10943 : fhahn/rust/issue-7313-replace-c-types, r=alexcrichtonbors-173/+158
2014-01-22Replace C types with Rust types in libstd, closes #7313Florian Hahn-173/+158
2014-01-23rustpkg::crate_id: Remove CrateIdklutzy-499/+413
2014-01-23rustpkg: Compute hash to find crateklutzy-199/+99
2014-01-23rustpkg::version: Remove enum Versionklutzy-180/+100
2014-01-23rustpkg: Do not guess version if not givenklutzy-149/+7
2014-01-23Allow trailing commas in argument lists and tuple patternsSeo Sanghyeon-2/+19
2014-01-22rustc/metadata: Removed stray debug statementsHong Chulju-4/+1
2014-01-22auto merge of #11711 : alexcrichton/rust/issue-11683, r=brsonbors-4/+58
2014-01-21xfail another external macro test on androidBrian Anderson-0/+1
2014-01-21Allow SIMD types in generics. Closes #10604Richard Diamond-7/+58
2014-01-21auto merge of #11500 : jhasse/rust/patch-rlib, r=alexcrichtonbors-15/+22
2014-01-21auto merge of #11129 : SimonSapin/rust/foo-vs-foo_opt, r=alexcrichtonbors-586/+398
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