about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2012-06-15remove irrelevant fixme (#2607)Niko Matsakis-1/+1
2012-06-14Issue #2591: Fix "upvar" jargon in borrowck error messagesPatrick Walton-3/+5
2012-06-14Merge branch 'incoming' of github.com:mozilla/rust into newsnapEric Holk-0/+153
2012-06-14Tests for #1425 (xfail'd for now)Lindsey Kuper-0/+153
2012-06-14Merge branch 'incoming' of github.com:mozilla/rust into newsnapEric Holk-143/+201
2012-06-14Merge branch 'incoming' into newsnapEric Holk-172/+606
2012-06-14Further work on integer literal suffix inference (#1425)Lindsey Kuper-143/+201
2012-06-14Complete a data visitor type that does proper pointer-walking.Graydon Hoare-172/+606
2012-06-14Correctly registering snapshotEric Holk-1/+1
2012-06-14Merge branch 'incoming' into newsnapEric Holk-229/+306
2012-06-14Registering snapshotEric Holk-0/+8
2012-06-14Comments only: annotate FIXME in core::strTim Chevalier-1/+1
2012-06-14Comments only: annotate FIXMEs in core::runTim Chevalier-2/+2
2012-06-14Annotate one FIXME and remove anotherTim Chevalier-4/+3
2012-06-14Comments only: annotate FIXMEs in core::osTim Chevalier-14/+14
2012-06-14Remove code from parser that was awaiting snapshotTim Chevalier-69/+9
2012-06-14Remove unneeded spawn in std::timer, and annotate a FIXMETim Chevalier-4/+1
2012-06-14Issue #2572: (trans) Fix self-referential classes.Patrick Walton-19/+58
2012-06-14Comments only: annotate FIXMEsTim Chevalier-3/+6
2012-06-14whitespaceTim Chevalier-1/+1
2012-06-14Remove workaroundTim Chevalier-3/+2
2012-06-14Comments only: annotate FIXMEsTim Chevalier-2/+2
2012-06-14Get an initial implementation of boxed vectors working.Michael Sullivan-40/+71
2012-06-14annotate FIXME in iter-traitTim Chevalier-1/+1
2012-06-14Add xfailed test case for issue 2611Tim Chevalier-0/+11
2012-06-14Comments only: Annotate FIXMEs in libcoreTim Chevalier-4/+4
2012-06-14In dvec, annotate a FIXME and uncomment append_iterTim Chevalier-20/+23
2012-06-14Avoid some duplicated typechecking workTim Chevalier-5/+18
2012-06-14Add zero check/fail paths on div/mod paths. Close #944.Graydon Hoare-11/+64
2012-06-14Remove an xfail-fast, as this seems to work on Windows nowTim Chevalier-2/+0
2012-06-14Remove an outdated FIXME, change to use the new //! ERROR syntaxTim Chevalier-7/+1
2012-06-14run-pass/autobind seems to work, so un-xfail itTim Chevalier-5/+1
2012-06-14while => forTim Chevalier-4/+3
2012-06-14Comments only: annotate FIXMEs in testsTim Chevalier-7/+8
2012-06-14Comments only: annotate FIXMEs in rustdocTim Chevalier-2/+2
2012-06-14Comments only: annotate FIXMEs in reflectTim Chevalier-1/+2
2012-06-14Adding move_val and move_val_init intrinsics.Eric Holk-1/+41
2012-06-14Remove a workaroundTim Chevalier-2/+2
2012-06-14Refactor; annotate a FIXMETim Chevalier-25/+17
2012-06-14Comments only: annotate FIXMEs in typeck::inferTim Chevalier-1/+2
2012-06-14Comments only: annotate a FIXME and remove an obsolete oneTim Chevalier-2/+2
2012-06-14Annotate and fix FIXMEs in typeckTim Chevalier-41/+40
2012-06-14Dead code eliminationTim Chevalier-38/+4
2012-06-14Add a Num typeclassPatrick Walton-0/+2
2012-06-13Add upcall_malloc_dyn to rustrt.def.in.Michael Sullivan-0/+1
2012-06-13Make trans only generate calls to the _dyn malloc upcalls, so we can get rid ...Michael Sullivan-43/+26
2012-06-13Add a malloc_dyn upcall for dynamically sized allocations on the shared heap.Michael Sullivan-39/+102
2012-06-13Allow impls to be re-exportedTim Chevalier-5/+30
2012-06-13Merge remote-tracking branch 'erickt/master' into incomingBrian Anderson-13/+25
2012-06-13Traverse types in reachabilityTim Chevalier-1/+67