]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2012-10-22 Brian AndersonMerge pull request #3832 from Dretch/concatdocstrs
2012-10-22 Brian Andersonxfail-fast issue-3656
2012-10-22 Brian Andersonrustc: Convert two printlns in trans into debug!
2012-10-22 Brian Andersondocs: Remove unfinished sentence in manual. Closes...
2012-10-22 Gareth Daniel... Fix and test for issue #3780.
2012-10-22 Brian AndersonLong lines
2012-10-22 Brian AndersonMerge pull request #3826 from jdm/doublefail
2012-10-22 Tim ChevalierFix breakage (forgot to commit this...
2012-10-22 Tim ChevalierIncorporate review comments (mostly fixing indentation)
2012-10-22 Tim ChevalierPreliminary support for labeled break/continue for...
2012-10-22 Tim ChevalierSimplify the AST representation of ty param bounds
2012-10-22 Niko MatsakisCorrect propagation of mutability from components to...
2012-10-21 Josh MatthewsFix ICE stemming from use of unique pointers in unreach...
2012-10-21 Brian AndersonMerge pull request #3823 from paulstansifer/master
2012-10-21 Paul StansiferTalk about ends, rather than means, in macro tutorial...
2012-10-21 Brian Andersonstd: Shuffle around test ports some more
2012-10-21 Brian AndersonLong lines
2012-10-21 Brian AndersonRemove obsolete fixed-length string test
2012-10-21 Brian AndersonRemove remaining uses of old fixed-length vec syntax
2012-10-21 Brian AndersonParse and report obsolete fixed-length vector syntax
2012-10-21 Ben Striegel...missed a merge marker on that last rebase
2012-10-21 Ben StriegelNo longer parse old fixed-length vec sytnax
2012-10-21 Ben StriegelFix a pprint test for fixed-length vecs
2012-10-21 Ben StriegelRemove old fixed-length vector syntax
2012-10-21 Philipp Brüschweilerlibsyntax: adapt the pretty printer for the new fixed...
2012-10-21 Brian AndersonAdd new uv functions to rustrt.def.in
2012-10-21 Brian Andersonstd: Use unique ports in tcp tests
2012-10-21 Luqman Adenstd: rename getpeername to get_peer_addr
2012-10-21 Brian Andersonstd: Add test for getpeername
2012-10-21 Luqman Adenuv: use just getpeername for both ipv4 and ipv6.
2012-10-21 Luqman Adenuv: implement a way to get client's ip/port.
2012-10-20 Brian AndersonFix run-pass/issue-2895 for 32-bit archs
2012-10-20 Brian AndersonSome tweaks to the valgrind makefile code
2012-10-20 Mahmut BulutValgrind check disable
2012-10-19 Graydon Hoarecore: add 3rd proposed interface (trap/in) to conditions.
2012-10-19 Tim ChevalierAdd Mahmut Bulut to AUTHORS
2012-10-19 Mahmut BulutRenaming trait name UniqueStr to Trimmable
2012-10-19 Tim ChevalierFix Windows breakage
2012-10-19 Tim ChevalierRemove superfluous by-ref in option::get, option::get_d...
2012-10-19 Graydon Hoarecore: add potential "simpler interface" to core::condit...
2012-10-19 Graydon Hoarecore: Add type params to condition handling so interfac...
2012-10-19 Tim ChevalierAdd Luqman Aden to AUTHORS
2012-10-19 Tim ChevalierMerge pull request #3811 from luqmana/incoming
2012-10-19 Luqman Adenconfigure: check for pandoc version properly.
2012-10-18 Graydon Hoareconfigure: note dep on head.
2012-10-18 Graydon Hoareconfigure: fix use of bash-specific here strings (also...
2012-10-18 Graydon Hoarecore: add previous-handler save and restore for proper...
2012-10-18 Patrick Waltonrustc: Implement intra-crate static methods on anonymou...
2012-10-18 Erick TryzelaarRevert "Simplify str::to_managed"
2012-10-18 Tim ChevalierMerge pull request #3803 from tychosci/readclose
2012-10-18 Tim ChevalierMerge pull request #3802 from rfw/fix_pandoc_configure
2012-10-18 Tim ChevalierRemove dead type definition
2012-10-18 Patrick Waltontest: Fix failing tests. r=rustbot
2012-10-18 Tim ChevalierMerge pull request #3805 from erickt/incoming
2012-10-18 Erick TryzelaarRename str::to_unique to str::to_owned.
2012-10-18 Erick TryzelaarSimplify str::to_managed
2012-10-18 Erick Tryzelaarlibcore: minor code cleanup.
2012-10-18 Erick Tryzelaarlibcore: call [u8] values bytes, not bufs
2012-10-18 Erick TryzelaarRewrite io::ByteBuf into a struct
2012-10-18 Erick TryzelaarMake with_bytes_reader/with_bytes_writer pure
2012-10-18 Erick Tryzelaarrustc: optimize away some mallocs when building GEP...
2012-10-18 Tycho Scirustdoc: Make markdown_writer::pandoc_writer UTF-8...
2012-10-18 Tycho Scilibcore: Make run::program_output UTF-8 safe
2012-10-18 Tony YoungCheck pandoc's version correctly for >=1.10.
2012-10-18 Tim ChevalierMerge pull request #3799 from paulstansifer/master
2012-10-18 Paul StansiferAdd examples to the parsing limitations section of...
2012-10-17 Graydon Hoarecore: first working sketch of a condition system.
2012-10-17 Philipp Brüschweilerlibsyntax: refactor the parser to consider foreign...
2012-10-17 Tim ChevalierFix copy warnings in str
2012-10-17 Tim ChevalierFix copy warnings in str
2012-10-17 Arkaitz JimenezEnable configure to detect 32 bit systems on 64 bit...
2012-10-17 Tim ChevalierMerge pull request #3739 from killerswan/usagemsg
2012-10-17 Tim ChevalierFix whitespace
2012-10-17 Daniel Pattersonstd::treemap - changing types to reflect constraints...
2012-10-17 Tim ChevalierFix long lines
2012-10-17 Kevin CantuAdd a module to getopts to support verbose option defin...
2012-10-17 Tim ChevalierLine length
2012-10-17 Tim Chevalierword => word_space
2012-10-17 Jyun-Yan Youremove duplicate visibility and fix indentation
2012-10-17 Jyun-Yan Youfix the indentation of foreign constant
2012-10-17 Ben StriegelExtraneous sigil patrol: turn &[] literals into []
2012-10-17 Ben StriegelSigil patrol: change fn@ fn& fn~ to @fn &fn ~fn
2012-10-17 Ben StriegelExtraneous sigil patrol: ~"string literals"
2012-10-17 Tim ChevalierMerge pull request #3764 from lucab/lucab/to-upstream...
2012-10-17 Tim ChevalierMerge pull request #3719 from lucab/lucab/to-upstream...
2012-10-17 Tim ChevalierMerge pull request #3706 from erickt/str-with-capacity
2012-10-17 Tim ChevalierMerge pull request #3716 from Blei/fix-3656
2012-10-17 Tim ChevalierExport std::net_url::encode_component
2012-10-17 Tim ChevalierRemove integer suffixes
2012-10-17 Tim ChevalierChange a use of map::get to map::find
2012-10-17 Niko Matsakisadd missing pub from multifile example in sec 12.3
2012-10-16 Patrick Waltonrustc: Implement intra-crate static methods on anonymou...
2012-10-16 Tim ChevalierIn ty::normalize_ty, don't replace self_regions with...
2012-10-16 Tim ChevalierAdd test for Issue 2823
2012-10-16 Tim ChevalierAdd test case for Issue 2895
2012-10-15 Tim ChevalierError out in resolve if structs try to capture type...
2012-10-15 Patrick Waltonrustc: Merge module and type namespaces. r=brson
2012-10-15 Tim ChevalierAdd test cases for #3668
2012-10-15 Tim ChevalierUn-xfail test for #3521; it works now
2012-10-15 Patrick Waltonrustc: Implement monomorphic default methods. r=nmatsakis
next