]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2012-04-08 Brian AndersonMerge pull request #2164 from grahame/floatinfstr
2012-04-08 Brian Andersonrustdoc: Use parallel map by default
2012-04-08 Grahame Bowlandwrite out "inf"/"-inf" in float::to_str_common
2012-04-08 Haitao Litest: Don't share auxiliary modules
2012-04-08 Haitao LiXfail-fast a case on window
2012-04-08 Haitao LiFix a missing un-xfailed case
2012-04-08 Haitao LiCheck metadata hash when loading transitive dependent...
2012-04-08 Haitao LiRemove a FIXME note about closed issue #1001
2012-04-08 Brian Andersoncore: Add priv::weaken_task
2012-04-08 Brian Andersonrustc: Hash the CMH into symbol names
2012-04-08 Brian Andersontest: Add test for mismatched nominal types when using...
2012-04-08 Brian Andersontest: Add another test using multiple versions of the...
2012-04-08 Brian Andersontest: Un-xfail run-pass/crateresolve2
2012-04-08 Brian Andersonrustc: Append the crate version to symbols
2012-04-08 Brian AndersonRevert "Mangle exported names using node IDs rather...
2012-04-08 Niko MatsakisDo not consider ty_bot to be a "resolved type".
2012-04-07 Haitao LiCheck version when resolving transitive dependent crates
2012-04-07 Haitao LiEncode crate dependencies' hash and version data
2012-04-07 Niko MatsakisRefactor inference so that subtyping/lub/glb share...
2012-04-07 Haitao LiUse version and hash in crate_map name
2012-04-07 Haitao LiUse real crate name in crate_map name
2012-04-07 Jesse RudermanCorrectly filter . and .. from the file list.
2012-04-07 Brian Andersoncore: Add priv::chan_from_global_ptr
2012-04-06 Jeff Olsonignore tcp server/client test on linux 32bit, pending...
2012-04-06 Jeff Olsonremoving some unneeded native fn mappingsin uv.rs and...
2012-04-06 Jeff Olsonexperimenting with a different uv_buf_init impl to...
2012-04-06 Jeff Olsonremoved this binding a few commits back. missed it...
2012-04-06 Jeff Olsonwhitespace cleanup in uv_*
2012-04-06 Jeff Olsonadding 32bit-unix struct struct size differences
2012-04-06 Jeff Olsonfixing some libuv stuff that leaked through the rebase
2012-04-06 Jeff Olsonadding uv_hl module and some doc work
2012-04-06 Jeff Olsonrename uv::direct:: to uv::ll:: and put into its own...
2012-04-06 Jeff Olsongetting rid of ip4 port byval test... 2064 workarounds...
2012-04-06 Jeff Olsonwhitespace cleanup after rebase
2012-04-06 Jeff Olsonline length fixes for make check
2012-04-06 Jeff Olsondocs tweak for uv module
2012-04-06 Jeff Olsonfix size of uv_async_t on windows. is this the cause...
2012-04-06 Jeff Olsonadd libuv error msg helpers.. flushing out windows...
2012-04-06 Jeff Olsonadd low-level uv_async bindings for use in tcp test
2012-04-06 Jeff Olsonrefactored the tcp request and server tests into 1...
2012-04-06 Jeff Olsonhello world test for a tcp server in libuv
2012-04-06 Jeff Olsonfixing libuv stuff in win32 (see #2064) .. pass sockadd...
2012-04-06 Jeff Olsonfixed unix uv struct err from prev commit, also startin...
2012-04-06 Jeff Olsonmassaging out struct-size differences between unix...
2012-04-06 Jeff Olsonadding missing rust_uv_* entries in rustrt.def.in
2012-04-06 Jeff Olsonwin32 tweaks
2012-04-06 Jeff Olsontest_uv_tcp_request() fully working on linux
2012-04-06 Jeff Olsonwired up uv_read_start and some helper funcs around...
2012-04-06 Jeff Olsonuv_buf_t's for uv_write() passed by-val .. no more...
2012-04-06 Jeff Olsonfixed by-val from rust->c, use ++ sigil in native fn...
2012-04-06 Jeff Olsonfixed passing in uv_buf_t ptr array in uv_write.. retur...
2012-04-06 Jeff Olsonuv_write works, buffer passing still broke, can get...
2012-04-06 Jeff Olsonimpl of rustrt::rust_uv_write in c++ and whitespace...
2012-04-06 Jeff Olsonchanging ctypes:: to libc:: and impl of uv::direct...
2012-04-06 Jeff Olsonsome more stuff for libuv dealing w/ 1402.. should...
2012-04-06 Jeff Olsonadding uv::direct and beginning to work out tcp request...
2012-04-06 Tim ChevalierRe-rename option functions
2012-04-06 Marijn HaverbekeRemove support for old-style for
2012-04-06 Marijn HaverbekeConvert old-style for loops to new-style
2012-04-06 Brian Andersontest: Refactor the crateresolve tests
2012-04-06 Brian Andersonrustc: Warn when linking to multiple versions of the...
2012-04-06 Brian Andersonbuild: Remove a redundant search path
2012-04-06 Brian Andersonrustc: Fail when there are multiple matches for 'use'
2012-04-06 Niko Matsakiscontinue refactoring to remove commutativity assumption
2012-04-06 Niko MatsakisMake tps invariant for now. Fixes #1973.
2012-04-06 Niko Matsakisfurther refactoring away from commutativity
2012-04-06 Niko Matsakisrefactor to make combine less inherently commutative
2012-04-06 Niko Matsakisimprove error messages
2012-04-06 Brian AndersonMerge pull request #2139 from Jonanin/add_str_len
2012-04-06 Jon MortonAdd len to str extensions
2012-04-06 Niko Matsakisadd static region and also fix regions to be contravariant
2012-04-06 Niko Matsakisutilities for indented logs
2012-04-06 Niko Matsakishandle the case where multiple instances of same error...
2012-04-06 Brian Andersonrustc: Don't assume that all crates with the same name...
2012-04-06 Brian AndersonExplicitly use version 0.2 of crates
2012-04-06 Tim ChevalierMangle exported names using node IDs rather than types
2012-04-05 Tim ChevalierDocumentation only: update tutorial to mention --lib...
2012-04-05 Niko Matsakissimplify typing rule for vector addition: use mutabilit...
2012-04-05 Niko Matsakisnew tests for things we'll have to fix eventually
2012-04-05 Tim ChevalierPrint "expected a record with field..." fields in the...
2012-04-05 Tim Chevaliertask_builder => builder in the docs
2012-04-05 Tim ChevalierRename task::task_builder to task::builder
2012-04-05 Erick Tryzelaarstd: time.rs should pass all args by "&&" to rustrt.
2012-04-05 Patrick Waltonrt: Add architecture-specific general-purpose register...
2012-04-05 Niko Matsakismake deletion of test libs use -rf so it works on mac
2012-04-05 Niko Matsakiswip: refactor repr of regions
2012-04-05 Niko Matsakisnew snapshot
2012-04-05 Niko Matsakisrefactor to condense common usage pattern
2012-04-05 Graydon HoareMake nonconstructable enums noncopyable, close #1907.
2012-04-05 Graydon HoareMention --test in cargo usage string. Close #1452.
2012-04-05 Graydon HoareTidy up predicate names in libcore. Should close #1431.
2012-04-05 Graydon HoareClean up artifacts in test subdir. Should close #2066.
2012-04-05 Graydon HoareRemove autodep.mk, it's not being used.
2012-04-04 Brian Andersonrustc: Don't allow recursive constants
2012-04-04 Brian Andersonrustc: Allow consts to refer to other consts
2012-04-04 Brian Andersonbuild: Cleanup of test summary printing
2012-04-04 Grahame BowlandLogfile output from tests; summarise in make check
2012-04-04 Brian AndersonMerge pull request #2125 from erickt/master
2012-04-04 Erick Tryzelaarstd: add a pure rust strptime parser.
2012-04-04 Erick Tryzelaarstd: add a pure rust strftime formatter.
next