]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2014-01-24 Luqman Adenlibstd: Use iotest! for for get_host_addresses.
2014-01-23 Luqman Adenlibnative: Implement get_host_addresses.
2014-01-22 Ben StriegelTypo in module tutorial
2014-01-22 borsauto merge of #10943 : fhahn/rust/issue-7313-replace...
2014-01-22 Florian HahnReplace C types with Rust types in libstd, closes ...
2014-01-22 borsauto merge of #11727 : sanxiyn/rust/trailing-comma...
2014-01-22 Seo SanghyeonAllow trailing commas in argument lists and tuple patterns
2014-01-22 borsauto merge of #11711 : alexcrichton/rust/issue-11683...
2014-01-22 borsauto merge of #11719 : brson/rust/bleh, r=alexcrichton
2014-01-22 Brian Andersonxfail another external macro test on android
2014-01-22 borsauto merge of #11500 : jhasse/rust/patch-rlib, r=alexcr...
2014-01-21 borsauto merge of #11129 : SimonSapin/rust/foo-vs-foo_opt...
2014-01-21 Simon Sapin[std::str] Remove the now unused not_utf8 condition.
2014-01-21 Simon Sapin[std::str] Rename from_utf8_owned_opt() to from_utf8_ow...
2014-01-21 Simon Sapin[std::str] Rename from_utf8_opt() to from_utf8(), drop...
2014-01-21 Simon Sapin[std::path] Rename .container_as_str_opt() to .containe...
2014-01-21 Simon Sapin[std::vec] Rename .remove_opt() to .remove(), drop...
2014-01-21 Simon Sapin[std::vec] Rename .shift_opt() to .shift(), drop the...
2014-01-21 Simon Sapin[std::vec] Rename .pop_opt() to .pop(), drop the old...
2014-01-21 Simon Sapin[std::vec] Rename .last_opt() to .last(), drop the...
2014-01-21 Simon Sapin[std::vec] Rename .head_opt() to .head(), drop the...
2014-01-21 Simon Sapin[std::vec] Rename .get_opt() to .get()
2014-01-21 borsauto merge of #11700 : bharrisau/rust/thumb, r=alexcrichton
2014-01-21 borsauto merge of #11665 : alexcrichton/rust/zed-cleanup...
2014-01-21 Alex CrichtonRemove no-debug-borrows from the makefiles
2014-01-21 Alex CrichtonCapitalize debugging opts and make them u64
2014-01-21 Alex CrichtonPurge borrowck from libstd
2014-01-21 Alex CrichtonRemove obsoleted -Z options
2014-01-21 Alex CrichtonStop using hardcoded numbers for -Z options
2014-01-21 Alex CrichtonFlag all TLS functions as inline(never)
2014-01-21 borsauto merge of #11663 : huonw/rust/paren-lint, r=cmr
2014-01-21 Huon WilsonRemove unnecessary parentheses.
2014-01-21 Huon Wilsonrustc: add lint for parens in if, while, match and...
2014-01-21 Ben HarrisAdd support for ARM thumb architecture
2014-01-21 borsauto merge of #11699 : alexcrichton/rust/snapshot,...
2014-01-21 borsauto merge of #11687 : sfackler/rust/macro-export-inner...
2014-01-21 borsauto merge of #11684 : FlaPer87/rust/doc_typos, r=cmr
2014-01-21 borsauto merge of #11674 : indirect/rust/doc_file, r=alexcr...
2014-01-21 borsauto merge of #11662 : alexcrichton/rust/faster-parens...
2014-01-21 Alex CrichtonRegister new snapshots
2014-01-21 borsauto merge of #11486 : Matthias247/rust/doc, r=cmr
2014-01-21 borsauto merge of #11653 : alexcrichton/rust/issue-11647...
2014-01-20 borsauto merge of #11675 : alexcrichton/rust/fix-snap,...
2014-01-20 Alex CrichtonFix cross-compiled pretty tests
2014-01-20 Alex CrichtonFix a pathological const checking case
2014-01-20 borsauto merge of #11636 : alexcrichton/rust/purge-all...
2014-01-20 Alex Crichtonrustuv: Re-work sockaddr glue to not use malloc
2014-01-20 Alex CrichtonDon't emit landing pads with -Z no-landing-pads
2014-01-20 Matthias EinwagDisabled the tests for the new code blocks
2014-01-20 borsauto merge of #11673 : omasanori/rust/sep-doc, r=alexcr...
2014-01-20 borsauto merge of #11664 : bjz/rust/identities, r=alexcrichton
2014-01-20 Steven FacklerScan the entire crate for exported macros
2014-01-20 borsauto merge of #11670 : sfackler/rust/extctxt-span-note...
2014-01-20 borsauto merge of #11661 : huonw/rust/fixed-length-instanti...
2014-01-20 borsauto merge of #11660 : sfackler/rust/quote-unused-sp...
2014-01-20 borsauto merge of #11657 : huonw/rust/less-lang-duplication...
2014-01-20 Flavio PercocoFix documentation typos
2014-01-20 borsauto merge of #11656 : brson/rust/omgandroid, r=cmr
2014-01-20 borsauto merge of #11654 : korenchkin/rust/doc_guide-testin...
2014-01-20 Brendan ZabarauskasImprove std::num::pow implementation
2014-01-20 Brendan ZabarauskasAdd operator trait constraints to std::num::{Zero,...
2014-01-20 borsauto merge of #11652 : hdima/rust/base64-padding-newlin...
2014-01-20 borsauto merge of #11649 : FlaPer87/rust/pow, r=cmr
2014-01-20 borsauto merge of #10801 : musitdev/rust/jsondoc2, r=cmr
2014-01-20 borsauto merge of #11644 : huonw/rust/less-fatality, r=cmr
2014-01-19 borsauto merge of #11643 : kballard/rust/path-root-path...
2014-01-19 Andre Arkodocument file!
2014-01-19 OGINO MasanoriFix misuse of character/byte in std::path.
2014-01-19 borsauto merge of #11642 : erickt/rust/path, r=huonw
2014-01-19 Steven FacklerAdd span_note to ExtCtxt
2014-01-19 borsauto merge of #11639 : sfackler/rust/macro-crate-path...
2014-01-19 borsauto merge of #11635 : thestinger/rust/zero-size-alloc...
2014-01-19 musitdevextra::json: add documentation and examples
2014-01-19 borsauto merge of #11633 : chromatic/rust/master, r=alexcri...
2014-01-19 musitdevextra::json: add documentation and examples
2014-01-19 borsauto merge of #11628 : alexcrichton/rust/issue-11593...
2014-01-19 musitdevSquashed commit of the following:
2014-01-19 Huon Wilsonrustc: check instantiability of fixed length vectors...
2014-01-19 borsauto merge of #11616 : huonw/rust/ast_map, r=pnkfelix
2014-01-19 Steven FacklerAvoid unused variable warning in quote_*!
2014-01-19 borsauto merge of #11615 : adwhit/rust/master, r=cmr
2014-01-19 borsauto merge of #11567 : divtxt/rust/master, r=cmr
2014-01-19 Huon Wilsonrustc: remove the explicit count from the lang_item...
2014-01-19 borsauto merge of #11311 : hdima/rust/vim-syntax-spell...
2014-01-19 Brian AndersonPass the correct --target flag when type checking prett...
2014-01-19 Huon Wilsonsyntax: convert ast_map to use a SmallIntMap.
2014-01-19 borsauto merge of #11632 : brson/rust/issue-11602, r=huonw
2014-01-19 Brian Andersonxfail more external syntax extension tests on android
2014-01-18 borsauto merge of #11620 : alexcrichton/rust/rustc-silent...
2014-01-18 borsauto merge of #11607 : alexcrichton/rust/issue-9957...
2014-01-18 korenchkinConsistent formatting for args and attrs
2014-01-18 borsauto merge of #11606 : alexcrichton/rust/issue-9259...
2014-01-18 Flavio PercocoReplace old pow_with_uint with the new pow func
2014-01-18 Flavio PercocoAdded benchmark for pow and pow_with_uint
2014-01-18 Alex CrichtonAdd a test for closed issue #9259
2014-01-18 Alex CrichtonDisallow implementation of cross-crate priv traits
2014-01-18 Alex Crichtonrustc: Clean up error reporting
2014-01-18 Alex CrichtonForbid unnecessary visibility on view items
2014-01-18 Dmitry VasilievIgnore all newline characters in Base64 decoder
2014-01-18 Erick TryzelaarExpose platform independent path separators
next