]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2013-01-14 Brian AndersonMerge remote-tracking branch 'mneumann/f-serialize'
2013-01-14 Graydon HoareMerge pull request #4486 from thestinger/spelling
2013-01-14 Daniel Micayspelling fixes for iter module docstrings
2013-01-14 Brian AndersonWin32 build fix
2013-01-14 Brian AndersonAdd FIXME's for #4404. Android JNI hacks
2013-01-14 ILyoanMore android support
2013-01-14 kyeongwoonSupport ARM and Android
2013-01-14 Brian AndersonUpdate libuv for Android
2013-01-14 Tim ChevalierLong lines
2013-01-13 Tim ChevalierMerge pull request #4474 from tychosci/readlink_safe
2013-01-13 Tim ChevalierMerge pull request #4411 from wting/4203_rename_memcpy
2013-01-13 Tim ChevalierMerge pull request #4444 from JensNockert/pub-semaphore
2013-01-13 Tim ChevalierMerge pull request #4459 from jld/constenum
2013-01-13 Jed DavisMake vectors (& old ports) of zero-size types allocate...
2013-01-13 Jed DavisMake empty structs debug-printable
2013-01-13 Jed DavisCorrect (I hope) amd64 ABI handling for empty structs
2013-01-13 Jed DavisOne more place where for loops and their bodies need...
2013-01-13 Jed DavisFix long lines in for loop trans change
2013-01-13 Niko MatsakisFor `for` loop bodies, translate the type of the closure
2013-01-13 Jed DavisMake () actually size 0
2013-01-13 Tycho Scicore: Use libc::readlink function properly
2013-01-13 Peter Williamscore: Align cmp::le() with the other implementations
2013-01-13 Tim ChevalierMerge pull request #4465 from thestinger/option
2013-01-13 Tim ChevalierMerge pull request #4467 from gifnksm/inlining-core
2013-01-13 Tim ChevalierMerge pull request #4460 from pkgw/pr-tut-typo
2013-01-13 Daniel Micayadd Option methods for in-place mutation
2013-01-13 gifnksmInlining methods/functions in core.
2013-01-13 Daniel Micayavoid unwrap in Option::map_consume implementation
2013-01-13 Daniel Micayadd Option map_consume_default method
2013-01-13 Daniel Micayadd Option methods for swap_unwrap and map_consume
2013-01-12 Peter Williamsdoc: Fix spelling error in macro tutorial
2013-01-12 Patrick Waltonlibstd: "target_os = win32", not "target_os = windows...
2013-01-12 Jed DavisRegression tests for passing enum-typed consts by refer...
2013-01-12 Jed DavisAdd more tests for enum constants.
2013-01-12 Jed DavisOmit needless zeroes for C-like variants of non-C-like...
2013-01-12 Jed DavisAllow consts to be non-nullary enum constructors
2013-01-12 Jed DavisAllow consts' LLVM types to depend on their initializers.
2013-01-12 Jed DavisFactor out base::get_discrim_val from const translation
2013-01-12 Tim ChevalierAdd William Ting to AUTHORS
2013-01-12 Tim ChevalierMerge pull request #4443 from wting/4386_add_privs
2013-01-12 Tim ChevalierMerge pull request #4445 from apasel422/notop
2013-01-12 Tim ChevalierMerge pull request #4452 from apasel422/cond-macro-fix
2013-01-12 Tim ChevalierMerge pull request #4453 from crabtw/clang3.2
2013-01-12 Jyun-Yan Yousupport clang 3.2
2013-01-12 Andrew Paseltinerlibsyntax: Fix name generation in condition! macro
2013-01-12 Brian AndersonLong lines
2013-01-11 Patrick Waltonlibstd: Ignore failing test on Windows
2013-01-11 Tim ChevalierMake ast_util::path_name_i take a slice vector, elimina...
2013-01-11 Brian AndersonAdd core::private::run_in_bare_thread
2013-01-11 Tim ChevalierComment out test_decode_form_urlencoded again. Filed...
2013-01-11 Andrew Paseltinertest: add test for overloading logical negation operator
2013-01-11 Andrew Paseltinerallow logical negation operator (!) to be overloaded
2013-01-11 Patrick Waltontest: XFAIL issue_3882 due to strange Windows failure...
2013-01-11 Patrick Waltonlibstd: Fix std test. rs=busted
2013-01-11 Jens NockertMake std::sync::semaphore() public
2013-01-11 William TingAdds priv qualifiers where they have been commented...
2013-01-11 Patrick Waltonlibcore: Fix core test more. rs=broken
2013-01-11 Patrick Waltonlibcore: Fix core test. rs=broken
2013-01-11 Patrick Waltonlibcore: Fix windows bustage. rs=bustage
2013-01-11 Patrick Waltonlibcore: Fix linux/windows bustage. rs=fire
2013-01-11 Patrick Waltonlibrustc: Implement a #[no_mangle] attribute to suppres...
2013-01-11 Tim ChevalierUse filtered instead of filter in rustdoc. Fixes segfault.
2013-01-11 Patrick Waltonlibrustc: Make all external functions unsafe. r=tjc
2013-01-11 Brian AndersonAdd John Clements to AUTHORS
2013-01-11 John Clementscorrected imprecision in description of mutable fields
2013-01-11 Tim ChevalierProperly suppress derived type error messages
2013-01-11 Tim Chevalierstd: Address XXXes in flatpipes
2013-01-11 Tim Chevalierstd: Fix pattern match on reference, address an XXX
2013-01-11 Tim Chevalierstd: Fix net_url test that was commented out
2013-01-11 Tim Chevalierstd: Fix test that was commented out
2013-01-11 Tim Chevaliercore: Change XXXs into proper FIXMEs with issue numbers
2013-01-11 Lindsey KuperUpdate Lindsey's email address
2013-01-10 Tim Chevaliercore: Change XXXs into proper FIXMEs with issue numbers
2013-01-10 Tim ChevalierUse deriving_eq for Task
2013-01-10 Tim ChevalierAdd xfailed test for #3973
2013-01-10 Brian Andersontutorial: Remove memory model section
2013-01-10 Niko Matsakisadd two more copies required in word-count rs=breakage
2013-01-10 Tim ChevalierAdd working test for issue 3935 and xfailed test for...
2013-01-10 Tim ChevalierAdd test cases: one xfailed, one not
2013-01-10 Niko Matsakiscorrect expected error msgs in various tests rs=breakage
2013-01-10 Tim Chevaliertests: Add two test cases, one xfailed
2013-01-10 Niko Matsakismode: reset mode on entry to fn body.
2013-01-10 Brian AndersonMerge pull request #4414 from gifnksm/bigint-test
2013-01-10 Patrick Waltonlibrustc: Implement `&static` as the replacement for...
2013-01-10 Patrick Waltonlibrustc: Allow the type parameter version of `Self...
2013-01-10 Graydon Hoaretest: fix check-fast breakage.
2013-01-10 gifnksmFix: BigInt tests fail on 32-bit platforms
2013-01-10 William TingRename memcpy, memmove, memset to prevent any confusion...
2013-01-10 Patrick Waltonlibcore: Fix missing `off_t` import on Mac. rs=bustage
2013-01-10 Patrick Waltonlibcore: Some more fixes to Windows libc stuff. rs...
2013-01-10 Patrick Waltonlibcore: Fix Windows resolve errors. rs=bustage
2013-01-10 Patrick Waltonlibcore: Fix import in libc. rs=bustage
2013-01-10 Graydon Hoarestd: fix net::tcp::test fallout from 2db3abd harder
2013-01-10 Graydon Hoarecore: fix crashing vec methods due to non-working moved...
2013-01-09 Brian Andersonrt: Remove unused command line parsing
2013-01-09 Niko MatsakisA collection of refactorings that I found it hard/tires...
2013-01-09 Graydon Hoarerustc: yet more arch-specific fallout from 2db3abd
2013-01-09 Brian AndersonAdd Ilyong Cho to AUTHORS
2013-01-09 Graydon Hoarerustc: more arch-specific fallout from 2db3abd
2013-01-09 Graydon Hoarerustc: more fallout from 2db3abd
next