]> git.lizzy.rs Git - rust.git/shortlog
rust.git
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
2012-10-15 Niko MatsakisCheck whether loans conflict with old loans or with...
2012-10-15 Tim ChevalierFix whitespace
2012-10-15 Tim ChevalierAllow enum discriminator exprs to refer to declared...
2012-10-15 Tim ChevalierAdd various test cases (xfailed)
2012-10-15 Erick Tryzelaarlibstd: make Serializer a trait-level typaram
2012-10-14 Luca BrunoUse gpgv for signature verification in cargo
2012-10-13 Gareth Daniel... Implement to_managed without using an upcall function...
2012-10-13 Gareth Daniel... Add an &str.to_managed method to allow creating non...
2012-10-13 Tim ChevalierAvoid repeating 'try adding a move' hint
2012-10-13 Tim ChevalierRemove unneeded parens
2012-10-13 Tim ChevalierMake trans ignore last use
2012-10-13 Tim ChevalierChange the kind checker to ignore results of last-use
2012-10-13 Tim Chevalier(For legacy code:) In liveness, require that by-move...
2012-10-13 Tim ChevalierTest that functional struct update exprs get rejected...
2012-10-13 Tim ChevalierMake moves explicit in rfail tests
2012-10-13 Tim ChevalierMake moves explicit in rpass tests
2012-10-13 Tim ChevalierMake moves explicit in cfail tests
2012-10-13 Tim ChevalierMake moves explicit in bench tests
2012-10-13 Tim ChevalierMake moves explicit in aux test files
2012-10-13 Tim ChevalierMake moves explicit in rustdoc
2012-10-13 Tim ChevalierMake moves explicit in std tests
2012-10-13 Tim ChevalierMake moves explicit in core tests
2012-10-13 Tim ChevalierMake moves explicit in compiletest
2012-10-13 Tim ChevalierMake moves explicit in cargo
2012-10-13 Tim ChevalierMake moves explicit in doc examples
2012-10-13 Tim ChevalierMake moves explicit in rustc::middle
2012-10-13 Tim ChevalierMake moves explicit in libsyntax
2012-10-13 Tim ChevalierAdd a colon, make an error message clearer
2012-10-13 Niko Matsakisremove ctor from ast (take 2) (no review: just dead...
2012-10-13 Niko MatsakisUse the Nth impl when translating a static method call...
2012-10-12 Graydon Hoarebump version to 0.5.
2012-10-12 Tim ChevalierMerge pull request #3746 from killerswan/nuke_fmt
2012-10-12 Kevin CantuReplace several common macros of the form #m[...] with...
next