]> git.lizzy.rs Git - rust.git/shortlog
rust.git
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 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 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
2013-01-09 Graydon Hoarecompiletest: more win32 fallout from 2db3abd
2013-01-09 Graydon Hoarecore: try to fix arch- and platform-specific fallout...
2013-01-09 Graydon Hoarestd: fix net::tcp::test fallout from 2db3abd
2013-01-09 Graydon Hoarecore: ignore recent should_fail tests on windows
2013-01-09 Erick Tryzelaarcore: add vec.filter that moves elems out of the vector
2013-01-09 Erick Tryzelaarcore: rename vec.filter to vec.filtered
2013-01-09 Erick Tryzelaarcore: add vec.partition and vec.partitioned
2013-01-09 Erick Tryzelaarcore: add a vec.consume method
2013-01-09 Erick Tryzelaarcore: add self to all vec methods
2013-01-09 Erick Tryzelaarcore: rename MutableVector to OwnedVector
2013-01-09 Erick Tryzelaarcore: inline all vec methods and add whitespace
2013-01-09 Erick Tryzelaarsyntax: convert ast::spanned into a struct
2013-01-09 Graydon HoareAUTHORS: add Sebastian N. Fernandez
2013-01-09 Graydon Hoarecore: fix libc linux fallout from 2db3abddcd67
2013-01-09 Patrick Waltonlibrustc: Make unqualified identifier searches terminat...
2013-01-09 Brian AndersonOnly ignore failing bigint tests on 32-bit platforms
2013-01-09 Patrick WaltonRevert "librustc: Make unqualified identifier searches...
2013-01-09 Patrick Waltonlibrustc: Make unqualified identifier searches terminat...
2013-01-09 Brian AndersonIgnore some failing bigint tests
2013-01-08 Niko MatsakisImplement GLB algorithm. (Issue #2263)
2013-01-08 Brian AndersonInject std when --test. #1127, #3241
2013-01-08 ILyoanarrange core::os::consts
2013-01-08 Niko MatsakisRemove ret_style and instead check whether fn return...
2013-01-08 Tim ChevalierMake `self` visible when typechecking nested functions
2013-01-08 Tim ChevalierSuppress error messages about function types whose...
2013-01-08 Brian AndersonRemove unused bigint from runtime
2013-01-08 Tim ChevalierMerge pull request #4388 from lkuper/alt-to-match
2013-01-08 asdfremoving checks from vec::bytes::memcpy and memmove...
2013-01-08 asdfadding bound checks for raw::memcpy and memmove
2013-01-08 Lindsey KuperRename identifiers that still use 'alt' to use 'match'
2013-01-08 Brian AndersonMerge remote-tracking branch 'gifnksm/bigint' into...
2013-01-08 Patrick Waltontest: Fix botched regex. rs=bustage
2013-01-08 Patrick Waltontest: Regular expression mistake. rs=bustage
2013-01-08 Patrick Waltontest: Fix check-fast for resolve changes. rs=bustage
2013-01-08 Niko MatsakisSupport assignability for struct fields. r=pcwalton
2013-01-08 Tim ChevalierRevert "Suppress type error message involving a functio...
2013-01-08 Tim ChevalierRevert "Change the self def_id to a self_info in typeck...
2013-01-08 Tim ChevalierRevert "Improve a typeck ICE message (slightly)"
2013-01-08 Tim ChevalierChange the self def_id to a self_info in typeck, and...
2013-01-08 Tim Chevalierxfail broken tests
2013-01-08 Tim ChevalierRevert "xfail broken tests"
2013-01-08 Tim Chevalierxfail broken tests
2013-01-08 Tim ChevalierSuppress type error message involving a function type...
next