about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2011-08-24Optimize += [x] into a simple push operationMarijn Haverbeke-14/+82
2011-08-24Check for is_terminated after translating a blockMarijn Haverbeke-1/+1
2011-08-23Resolve a number of FIXMEsBrian Anderson-49/+10
2011-08-23Zero locals with initializers that may break or terminate. Closes #787Brian Anderson-1/+92
2011-08-23Add kind-checking for assign-op, copy, ret, be, fail exprs. Fix caught kindin...Graydon Hoare-35/+45
2011-08-23Recheck the while loop contition after continuing. Closes #825Brian Anderson-4/+14
2011-08-23Cleanup formatting in std::sha1Brian Anderson-35/+15
2011-08-23Fix pretty-printing of istr literals. Issue #855Brian Anderson-2/+13
2011-08-22Eliminate unused variable warnings in stdtestBrian Anderson-6/+7
2011-08-22Add ivec::from_str and to_str methods. Issue #855Brian Anderson-0/+18
2011-08-22Add std::istr. Issue #855Brian Anderson-0/+712
2011-08-22Promote std::task::rustrt::leak to std::unsafe::leakBrian Anderson-3/+8
2011-08-22Teach rustc to append istrs. Issue #855Brian Anderson-7/+42
2011-08-22Teach rustc to add istrs. Issue #855Brian Anderson-2/+33
2011-08-22Encode the istr shape correctly. Issue #855Brian Anderson-2/+13
2011-08-22Fix ivec self-append. Closes #816Brian Anderson-6/+45
2011-08-22Create correct drop glue for istrs. Issue #855Brian Anderson-0/+10
2011-08-22Translate istr literals. Issue #855Brian Anderson-55/+41
2011-08-22Extract trans_ivec::alloc_with_heap from trans_ivec::trans_ivecBrian Anderson-9/+32
2011-08-22Move trans::ivec to middle::trans_ivecBrian Anderson-691/+705
2011-08-22Move trans_ivec into the ivec moduleBrian Anderson-95/+93
2011-08-22Silence unused variable warnings in compiletestBrian Anderson-2/+2
2011-08-22Move functions from syntax::ast to syntax::ast_utilBrian Anderson-314/+358
2011-08-22Remove ast::spawn_domBrian Anderson-2/+0
2011-08-22Implement pattern guardsMarijn Haverbeke-29/+96
2011-08-22Fix bug introduced by 1a45a84e73a92e8aMarijn Haverbeke-0/+1
2011-08-22Start using copy glue to copy bits that may contain ivecsMarijn Haverbeke-26/+43
2011-08-22Write a type_structurally_contains, use it to rewrite has_dynamic_sizeMarijn Haverbeke-35/+29
2011-08-22Remove silly restriction on passing type params by aliasMarijn Haverbeke-21/+2
2011-08-22Replace &ty::t with ty::t throughout the compilerMarijn Haverbeke-151/+151
2011-08-22Do not check for self-assign unless dest is initializedMarijn Haverbeke-93/+92
2011-08-22Write call_copy_glueMarijn Haverbeke-1/+40
2011-08-22Add skeleton of copy glue that actually copiesMarijn Haverbeke-17/+82
2011-08-22Rename copy_glue back to take_glueMarijn Haverbeke-30/+30
2011-08-22Drop arguments on the caller side, not the calleeMarijn Haverbeke-147/+125
2011-08-22Pass structural types by pointer, not by valueMarijn Haverbeke-45/+38
2011-08-20Conditionally define CDECL and FASTCALL on windowsBrian Anderson-0/+4
2011-08-20Fix comment typosBrian Anderson-2/+2
2011-08-20Rewrite reap_dead_tasks to never grab the sched lock before a task lockBrian Anderson-9/+47
2011-08-20rustc: Introduce ABI versioning so we can change value representations withou...Patrick Walton-6/+34
2011-08-20rt: Move the GetProcAddress/dlsym stuff out of rust_gc.cpp into rust_abi.hPatrick Walton-18/+43
2011-08-20Convert task-perf-spawnalot to spawn_joinable. XFAILBrian Anderson-1/+7
2011-08-20Stop parsing ~[] vector syntaxBrian Anderson-10/+2
2011-08-20Stop parsing .() indexesBrian Anderson-7/+0
2011-08-20ReformatBrian Anderson-7387/+6788
2011-08-20Move bump_dp, get_dp from rust_shape.cpp to rust_shape.hBrian Anderson-18/+18
2011-08-20Revert "Add another 'using namespace shape' inside namespace shape"Brian Anderson-2/+0
2011-08-20Add another 'using namespace shape' inside namespace shapeBrian Anderson-0/+2
2011-08-20Revert "Shuffle around definitions in rust_shape.h"Brian Anderson-110/+110
2011-08-20Shuffle around definitions in rust_shape.hBrian Anderson-110/+110