about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2010-08-19Use "/usr/bin/env python" per the prevailing stylePatrick Walton-2/+2
2010-08-18Don't complain about \r when core.autocrlf is on in Git... and work in Python...Patrick Walton-4/+13
2010-08-18Revert "Don't complain about \r when core.autocrlf is on in Git"Patrick Walton-9/+3
2010-08-18Simplify lexer/parser structure to use stdio_reader.Graydon Hoare-32/+35
2010-08-18Add stdio_reader to io, just use FILE* values for now. We have things to do.Graydon Hoare-1/+46
2010-08-18Don't complain about \r when core.autocrlf is on in Git (now working with Pyt...Patrick Walton-3/+9
2010-08-18Revert "Don't complain about \r when core.autocrlf is on in Git"Patrick Walton-10/+3
2010-08-18Don't complain about \r when core.autocrlf is on in GitPatrick Walton-3/+10
2010-08-18Fail during build if we can't determine the current Git revisionPatrick Walton-1/+1
2010-08-18Add do-nothing obj type for lexer to rustc.Graydon Hoare-0/+9
2010-08-18Add mod token to rustc.Graydon Hoare-0/+161
2010-08-18Add mod common to rustc.Graydon Hoare-0/+19
2010-08-18Change indent on rustc.rc.Graydon Hoare-16/+17
2010-08-18Flesh out the ast module in rustc a little.Graydon Hoare-1/+47
2010-08-18Add test code that exercises LLVM in rustc. Works.Graydon Hoare-0/+17
2010-08-18Fix symbol names on LLVM C library binding and library-name for LLVM.Graydon Hoare-596/+857
2010-08-18Add support for casting native types.Graydon Hoare-7/+10
2010-08-17Added simple deadlock detection in the scheduler.Michael Bebenita-0/+28
2010-08-17Lots of changes around memory managment in the Runtime. Added memory regions ...Michael Bebenita-126/+303
2010-08-17Add a "special" rust_log flag to be used for debugging in cases where the ful...Michael Bebenita-0/+2
2010-08-17Added labels to blocking conditions.Michael Bebenita-8/+13
2010-08-17Fixed deadlock by removing channel flushing.Michael Bebenita-32/+20
2010-08-17Made the lock_free_queue lock (temporarily, until fixed).Michael Bebenita-0/+7
2010-08-17Updates to run.py. You can now pass in the rust_log and a flag to terminate o...Michael Bebenita-5/+14
2010-08-17Add support for a reserved-words list and reserve the various not-supported-b...Graydon Hoare-15/+72
2010-08-16Re-xfailed tests because Windows is still complaining.Michael Bebenita-2/+19
2010-08-16Putting out the burning tree on Windows. Turns out you can completely starve ...Michael Bebenita-5/+5
2010-08-16Un-xfailed working tests.Michael Bebenita-23/+12
2010-08-16Pulled rust_srv in its own file. Some cleanup, and added varargs to assertion...Michael Bebenita-130/+168
2010-08-16Absent any deep overhauls to syntax or constant-handling, hack in the ability...Graydon Hoare-21/+61
2010-08-13Evil solution to the problem of importing the same opaque from two different ...Patrick Walton-1/+1
2010-08-13Uncomment recently-no-longer-failing std.deque tests. Add a few arbitrary-ac...Roy Frostig-30/+74
2010-08-12A little tidy-up that should have gone in with 4e376852e709844d67f94430d9dc95...Roy Frostig-5/+2
2010-08-12Zero LMA/VMA of debug sections in elf. Closes #148.Graydon Hoare-105/+42
2010-08-12Fix max_sz bug that ended up causing us to index incorrectly into a vec of ta...Roy Frostig-1/+20
2010-08-12Address FIXME in _vec waiting on closed issue #108.Roy Frostig-5/+4
2010-08-12Add vec debugging utility to _vec module.Roy Frostig-1/+25
2010-08-12Add more LLVM library bindings to rustc.Graydon Hoare-2/+350
2010-08-12Add modelines and related emacs chatter to rustc.Graydon Hoare-0/+35
2010-08-12Kill old parser support for type-parametric modules. We don't support those.Graydon Hoare-2/+2
2010-08-12Add mostly-empty AST module to rustc.Graydon Hoare-0/+13
2010-08-11Added support for task sleeping in the scheduler.Michael Bebenita-12/+154
2010-08-11Some ELF correctness issues, but apparently none enough to placate gdb.Graydon Hoare-25/+50
2010-08-11Remove commented-out code that slipped in during last commit.Roy Frostig-16/+0
2010-08-11Ignore upcall_flush for channels that are disassociated from ports. This make...Michael Bebenita-4/+17
2010-08-11Added a -v(algrind) option to run.py.Michael Bebenita-1/+10
2010-08-11Increment ref counts of objects sent along channels.Michael Bebenita-2/+11
2010-08-11Added test cases.Michael Bebenita-0/+36
2010-08-11Made ref_count a word sized value.Michael Bebenita-1/+1
2010-08-11Print domain and task names in log prefix.Michael Bebenita-4/+13