]> git.lizzy.rs Git - rust.git/history - src
Mark vec::len as pure
[rust.git] / src /
2011-09-24 Jesse RudermanMark vec::len as pure
2011-09-24 Brian AndersonTweak random thing to make windows build succeed. Awesome.
2011-09-24 Brian AndersonMove a previous run-pass test for kind-lowered unique...
2011-09-24 Brian AndersonTweak the type allocated for unique pointers
2011-09-24 Brian AndersonSupport non-immediates in unique-box type glue
2011-09-24 Brian AndersonVectors containing pinned kinds become pinned
2011-09-24 Brian AndersonUnique pointers containing pinned kinds become pinned
2011-09-24 Brian AndersonAdd tests for swapping unique boxes
2011-09-24 Jesse RudermanAdd rand_util.rs
2011-09-24 Jesse RudermanFuzzer: use different exclusions when testing pretty...
2011-09-24 Jesse RudermanAdd vec::filter
2011-09-24 Patrick Waltonrt: Sweep in cycle collection
2011-09-24 Patrick Waltonrt: Whitespace police
2011-09-24 Patrick Waltonrt: Turn off some debug code
2011-09-24 Patrick Waltonrt: Get rid of the hack that looks for captured type...
2011-09-23 Erick TryzelaarAdd libuv upgrade instructions to src/etc/gyp-uv
2011-09-23 Erick TryzelaarUpdate to libuv commit 3ca382.
2011-09-23 Brian AndersonAdd let destructuring for unique boxes
2011-09-23 Brian AndersonAdd missing case for pat_uniq to syntax::visit
2011-09-23 Brian AndersonAdd two tests for sending unique boxes across channels
2011-09-23 Brian AndersonActually use unique boxes in run-fail/unwind-unique
2011-09-23 Brian AndersonCreate a bunch of test cases for unique boxes by copyin...
2011-09-23 Brian AndersonBegin to support pattern matching on unique boxes
2011-09-23 Patrick Waltonrt: Add missing <stdint.h> in rust_abi.h
2011-09-23 Patrick Waltonrt: Add missing const on the Windows path
2011-09-23 Patrick Waltonrt: Get RUST_TRACK_ORIGINS working. You can now call...
2011-09-23 Jesse RudermanAdd more unreachable-code tests. Closes #935
2011-09-23 Marijn HaverbekeProperly mark unreachable alt bodies as unreachable
2011-09-23 Marijn HaverbekeMake AddIncomingToPhi take single values rather than...
2011-09-23 Marijn HaverbekeStart on a piecemeal conversion to DPS
2011-09-23 Marijn HaverbekeDon't return unused values from zero_alloca and trans_stmt
2011-09-23 Marijn HaverbekeFix bug where the type of a function's top-level block...
2011-09-23 Patrick Waltonrt: Factor out stack walking into rust_abi.cpp
2011-09-23 Brian Andersonxfail-win32 linked-failure and send-iloop
2011-09-23 Patrick Waltonrt: Fix message formatting issues in rust_debug
2011-09-23 Patrick Waltonrt: ifdef out backtrace() on Windows
2011-09-23 Patrick Waltonrt: Fix build bustage due to gcc's format string warnings
2011-09-23 Patrick Waltonrt: Add a RUST_TRACK_ORIGINS debug flag to help track...
2011-09-23 Patrick Waltonrt: Factor out the logic that handles the various magic...
2011-09-23 Patrick Waltonrt: Remove the problematic min()/max()/align()/abs...
2011-09-23 Graydon HoareMore steps to arch-specific target libs (#474)
2011-09-23 Marijn Haverbekexfail-pretty unreachable-code.rs
2011-09-23 Marijn HaverbekeProperly check types of do-while condition expr
2011-09-23 Marijn HaverbekeMake sure no dynamic allocas are used before they are...
2011-09-23 Marijn HaverbekeUse a slightly nicer hack to get zero-length strings...
2011-09-23 Marijn HaverbekeBetter handling of unreachable code in trans
2011-09-23 Marijn HaverbekeRemove backward-compatible support for 'mutable' before...
2011-09-23 Brian AndersonRemove deprecated mutable type constructor from run...
2011-09-23 Brian AndersonAdd test for issue #511. Closes #511
2011-09-23 Brian AndersonRemove is_stateful flag from tydesc. Closes #136
2011-09-23 Brian AndersonAdd a test for negative constants. Closes #358
2011-09-23 Brian AndersonFix ty_uniq case in maybe_auto_unbox
2011-09-23 Brian AndersonAdd take glue for unique boxes
2011-09-23 Brian AndersonRemove nonsensical load and store from trans_uniq:...
2011-09-23 Brian AndersonAdda test for returning unique boxes
2011-09-23 Brian AndersonAllow vectors to contain unique boxes. Closes #952
2011-09-22 Patrick Waltonrustc: Write raw type parameters instead of linearized...
2011-09-22 Brian AndersonXFAIL task-comm
2011-09-22 Brian AndersonAutoderef indexes and fields of unique boxes
2011-09-22 Brian AndersonAdd tests for moving unique boxes
2011-09-22 Brian AndersonCalculate the correct kind for unique boxes
2011-09-22 Brian AndersonAdd a test for mutable references to unique boxes as...
2011-09-22 Brian AndersonAdd a test for unique boxes as fn args
2011-09-22 Brian AndersonAdd a test for unique boxes containing shared boxes
2011-09-22 Brian AndersonDrop the previous value when copying one unique box...
2011-09-22 Brian AndersonAdd a test that assignment of unique boxes to locals...
2011-09-22 Brian AndersonAdd assignment to unique box locals
2011-09-22 Brian AndersonInitialize unique box locals from other locals
2011-09-22 Brian AndersonConvert trans_uniq asserts to preconditions
2011-09-22 Brian AndersonSprinkle some asserts through trans_uniq
2011-09-22 Brian AndersonMove uniq trans code to trans_uniq module
2011-09-22 Brian AndersonFactor alloc_uniq from trans_uniq
2011-09-22 Brian AndersonDon't unify unique boxes with different mutability
2011-09-22 Brian AndersonXFAIL spawnfail and task-comm-15
2011-09-22 Brian AndersonAdd support for mutable unique boxes
2011-09-22 Brian AndersonConvert ty::ty_uniq to contain a mutable type
2011-09-22 Brian AndersonCall drop glue on the thing in a unique box
2011-09-22 Marijn HaverbekeFix long line
2011-09-22 Marijn HaverbekeFix missing cast in do_cc
2011-09-22 Patrick Waltonrustc: Port the fn and obj traversal logic over from...
2011-09-22 Patrick Waltonrt: Implement cycle collection marking. Simple cycles...
2011-09-22 Brian AndersonLog and compare unique boxes
2011-09-21 Brian AndersonRemove unused arg from revoke_clean
2011-09-21 Brian AndersonAdd an unwind test for failure during unique box constr...
2011-09-21 Brian AndersonAdd ability to deref unique boxes. Make unique boxes...
2011-09-21 Brian AndersonAdd more unwind tests for failure during construction...
2011-09-21 Marijn HaverbekeRevert "rustc: Make bottom types immediates. Add a...
2011-09-21 Patrick Waltonrustc: Make bottom types immediates. Add a |log ret...
2011-09-21 Patrick Waltonrustc: Don't try to spill bottom types, since we can...
2011-09-21 Marijn HaverbekeRevert "Implement pattern ranges for all numeric types."
2011-09-21 Marijn HaverbekeDon't write to retptr when returning nil, pass undef...
2011-09-21 Graydon HoareAdd target_triple to session::options. Use host triple...
2011-09-21 Marijn HaverbekeRevert "rustc: Make bottom types immediates. Add a...
2011-09-21 Josh MatthewsImplement pattern ranges for all numeric types.
2011-09-21 Patrick Waltonrustc: Make bottom types immediates. Add a |log ret...
2011-09-21 Jesse RudermanAdd another testcase for #910
2011-09-21 Jesse RudermanRe-wrap long line
2011-09-21 Patrick Waltonrt: Zero out allocations so that the CC won't die if...
2011-09-21 Patrick Waltonrt: Add some debug code (ifdef'd out) for diagnosing...
2011-09-21 Patrick Waltonrt: Skip over the reference count properly before walki...
next