summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2014-02-07auto merge of #12062 : kballard/rust/from_utf8_lossy, r=huonwbors-31/+181
2014-02-06auto merge of #12010 : HeroesGrave/rust/libcollection, r=alexcrichtonbors-66/+109
2014-02-06Hoist path::Display on top of from_utf8_lossy()Kevin Ballard-25/+2
2014-02-06Add new function str::from_utf8_lossy()Kevin Ballard-6/+179
2014-02-07Implement std::fmt::Show for semver::{Identifier, Version}Brendan Zabarauskas-15/+51
2014-02-07moved collections from libextra into libcollectionsHeroesGrave-66/+109
2014-02-06auto merge of #12078 : colemickens/rust/patch-2, r=alexcrichtonbors-1/+1
2014-02-07Make semver::Version fields publicBrendan Zabarauskas-5/+5
2014-02-06auto merge of #12077 : colemickens/rust/patch-1, r=alexcrichtonbors-1/+1
2014-02-06auto merge of #12039 : alexcrichton/rust/no-conditions, r=brsonbors-1766/+92
2014-02-06Add some doc examples to lib{green,native}Alex Crichton-7/+178
2014-02-06Update link_name=... -> link(name=...Cole Mickens-1/+1
2014-02-06Remove std::conditionAlex Crichton-1766/+92
2014-02-06Fix a dead URLCole Mickens-1/+1
2014-02-07Removed @self and @Trait.Eduard Burtescu-1694/+627
2014-02-06auto merge of #12020 : alexcrichton/rust/output-flags, r=brsonbors-340/+407
2014-02-06auto merge of #12007 : Arcterus/rust/libgetopts, r=cmrbors-801/+551
2014-02-06Redesign output flags for rustcAlex Crichton-340/+407
2014-02-06getopts: fixed a failing testArcterus-6/+5
2014-02-06getopts: unify testsArcterus-364/+150
2014-02-06getopts: replaced base functions with those from groupArcterus-505/+463
2014-02-06Move getopts out of extraArcterus-29/+36
2014-02-06auto merge of #12053 : fhahn/rust/remove-str-in-comment, r=alexcrichtonbors-2/+2
2014-02-06auto merge of #12048 : sanxiyn/rust/crate-config, r=alexcrichtonbors-19/+16
2014-02-07Fix expansion testsSeo Sanghyeon-4/+4
2014-02-06auto merge of #12051 : luqmana/rust/arm-fix, r=alexcrichtonbors-1/+5
2014-02-06auto merge of #12047 : huonw/rust/cyclic-rc, r=thestingerbors-2/+27
2014-02-06auto merge of #12001 : yuriks/rust/getopts-tweaks, r=brsonbors-0/+64
2014-02-05auto merge of #12054 : alexcrichton/rust/less-flaky-udp, r=brsonbors-7/+10
2014-02-05Make a double-write UDP test more robustAlex Crichton-7/+10
2014-02-05auto merge of #11989 : adridu59/rust/tidy, r=alexcrichtonbors-140/+283
2014-02-06Remove reference to @str in commentFlorian Hahn-2/+2
2014-02-05libstd: Add missing constants for arm/linux.Luqman Aden-1/+5
2014-02-06Ensure an Rc isn't freed while running its own destructor.Huon Wilson-2/+27
2014-02-05auto merge of #11894 : alexcrichton/rust/io-clone, r=brsonbors-82/+812
2014-02-05Implement clone() for TCP/UDP/Unix socketsAlex Crichton-82/+812
2014-02-05rustdoc: update depsAdrien Tétar-8/+6
2014-02-05etc: add missing license boilerplatesAdrien Tétar-144/+268
2014-02-05etc/tidy: don't check SNAP against tripleAdrien Tétar-9/+30
2014-02-05pull extra::{serialize, ebml} into a separate libserialize crateJeff Olson-187/+252
2014-02-06Avoid cloning ast::CrateConfigSeo Sanghyeon-15/+12
2014-02-05auto merge of #11939 : JeremyLetang/rust/move-libsync, r=alexcrichtonbors-141/+219
2014-02-05move concurrent stuff from libextra to libsyncJeremyLetang-141/+219
2014-02-05auto merge of #12045 : thestinger/rust/glue, r=pcwaltonbors-15/+21
2014-02-05auto merge of #12035 : chromatic/rust/tutorial_improvements, r=alexcrichtonbors-2/+4
2014-02-05auto merge of #12025 : lilac/rust/feature-gate-quote, r=brsonbors-7/+26
2014-02-05stop calling `exchange_free` on 0-size typesDaniel Micay-15/+21
2014-02-04auto merge of #12023 : nick29581/rust/err_res, r=alexcrichtonbors-5/+66
2014-02-04auto merge of #12018 : alexcrichton/rust/triage, r=sfacklerbors-5/+88
2014-02-04auto merge of #12014 : eddyb/rust/less-copies, r=cmrbors-3/+15