summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2012-06-07syntax: Add a lot of copy keywordsPatrick Walton-59/+87
2012-06-07syntax: Remove a bunch of implicit copiesPatrick Walton-60/+80
2012-06-07Revert "remove alias analysis and replace with borrowck"Brian Anderson-30/+1057
2012-06-07core: Remove transitional codeBrian Anderson-11/+0
2012-06-07Merge branch 'incoming'Patrick Walton-2/+161
2012-06-07Add neg() to the num ifacePatrick Walton-0/+6
2012-06-07std: Implement a fuzzy-equal interfacePatrick Walton-0/+35
2012-06-07Remove a bunch of old "remove after snapshot" code.Michael Sullivan-20/+0
2012-06-07libcore: Add a num typeclassPatrick Walton-0/+73
2012-06-07Reorder the arms of sty.Michael Sullivan-1/+2
2012-06-07remove alias analysis and replace with borrowckNiko Matsakis-1057/+30
2012-06-07Comments only: annotate remainder of FIXMEs in typestateTim Chevalier-8/+9
2012-06-07Add a Num typeclassPatrick Walton-2/+47
2012-06-07Start annotating FIXMEs in typestate; also some minor refactoringTim Chevalier-51/+19
2012-06-07Remove an irrelevant commentTim Chevalier-1/+0
2012-06-07Use c_ulonglong now that it works in FFI, etc...Tim Chevalier-31/+27
2012-06-07Remove obsolete commentTim Chevalier-2/+0
2012-06-07Comments only: annotate FIXMEsTim Chevalier-9/+12
2012-06-07Refactor reflect.rs, begin visiting type substructures.Graydon Hoare-78/+160
2012-06-07Comments only: annotate FIXMEsTim Chevalier-3/+3
2012-06-07Annotate FIXMEs in resolveTim Chevalier-7/+5
2012-06-07Register snapshotsBrian Anderson-0/+8
2012-06-07rt: Remove check_stack_alignmentBrian Anderson-34/+0
2012-06-07Merge pull request #2523 from crabtw/freebsdTim Chevalier-6/+7
2012-06-07mark addr_or and friends pureNiko Matsakis-2/+2
2012-06-07Cargo: Added experimental dependency support (solves from crate files)Zack Corr-95/+291
2012-06-07fix compiletest deadlock on freebsdJyun-Yan You-6/+7
2012-06-06core: Start on a stack walkerBrian Anderson-5/+94
2012-06-06rustc: Add frame_address intrinsicBrian Anderson-10/+63
2012-06-06std: Add debug::breakpointBrian Anderson-0/+33
2012-06-06rustc: Enable #[cfg(windows)] and #[cfg(unix)]Brian Anderson-0/+8
2012-06-06rustc: Add 'target_family' to default configurationBrian Anderson-0/+8
2012-06-06core: Add os::family. Returns either 'windows' or 'unix'Brian Anderson-1/+9
2012-06-06mergeTim Chevalier-570/+745
2012-06-06Register snapshotsTim Chevalier-0/+8
2012-06-06Insert missing maybe_print_comment call for class destructorsTim Chevalier-0/+39
2012-06-06Say "easily" instead of "sanely"Tim Chevalier-1/+1
2012-06-06Remove unused middle::ty::sort_methods function.Graydon Hoare-8/+0
2012-06-06Fix some copy-paste bugs in visit glue, un-xfail reflect-visit-type.Graydon Hoare-25/+24
2012-06-06Handle regions correctly in class ctors and dtorsTim Chevalier-14/+19
2012-06-06Merge remote-tracking branch 'mozilla/incoming'Niko Matsakis-186/+167
2012-06-06workaround LLVM bug #13042Niko Matsakis-2/+5
2012-06-06some (very little) work on commentingNiko Matsakis-1/+9
2012-06-06mask extra borrowck errors (should find out how to not report those)Niko Matsakis-2/+4
2012-06-06minor changes to tests so they pass borrowckNiko Matsakis-20/+24
2012-06-06move tstate to dvecNiko Matsakis-26/+26
2012-06-06move resolve to dvec, remove unnecessary mut annotationsNiko Matsakis-13/+13
2012-06-06add pure, copies to livenessNiko Matsakis-7/+7
2012-06-06move check_const to dvecNiko Matsakis-4/+5
2012-06-06move borrowck to dvec, insert a few minor copiesNiko Matsakis-18/+22