Patrick Walton
|
fac28ad42f
|
Disable task-growing logic for now until #151 is fixed
|
2010-08-20 11:05:06 -07:00 |
|
Graydon Hoare
|
9363c1ab7f
|
Use str += u8 in rustc lexer.
|
2010-08-20 10:03:31 -07:00 |
|
Graydon Hoare
|
ddd8feea31
|
Support single-element append on vec, str. Closes #44.
|
2010-08-20 09:58:22 -07:00 |
|
Graydon Hoare
|
40fccac7fb
|
Add some code to lexer in rustc.
|
2010-08-19 18:42:32 -07:00 |
|
Graydon Hoare
|
b34cb1b631
|
Fix a bunch of typestate bugs in handling if and while statement wirings.
|
2010-08-19 18:42:32 -07:00 |
|
Roy Frostig
|
4a7aa75b5d
|
Make _io.buf_reader read more than 0 bytes at a time.
|
2010-08-19 17:37:22 -07:00 |
|
Patrick Walton
|
b6b348a13c
|
Export all item code to stabs on Windows (including e.g. object methods)
|
2010-08-19 16:50:18 -07:00 |
|
Patrick Walton
|
31aceda09e
|
Export glue as stabs on Windows as well
|
2010-08-19 16:15:37 -07:00 |
|
Patrick Walton
|
09ebda7ce5
|
Add some mangled stabs to help debugging on Windows
|
2010-08-19 15:38:57 -07:00 |
|
Patrick Walton
|
cd6be20caa
|
Use "/usr/bin/env python" per the prevailing style
|
2010-08-19 10:25:58 -07:00 |
|
Patrick Walton
|
64be30936b
|
Don't complain about \r when core.autocrlf is on in Git... and work in Python 2.4, 2.6, and 3.x.
|
2010-08-18 16:14:44 -07:00 |
|
Patrick Walton
|
1d10582d62
|
Revert "Don't complain about \r when core.autocrlf is on in Git"
This reverts commit 828afaa2fa .
|
2010-08-18 16:04:50 -07:00 |
|
Graydon Hoare
|
4727532e95
|
Simplify lexer/parser structure to use stdio_reader.
|
2010-08-18 15:41:24 -07:00 |
|
Graydon Hoare
|
f0d4e6c511
|
Add stdio_reader to io, just use FILE* values for now. We have things to do.
|
2010-08-18 15:41:24 -07:00 |
|
Patrick Walton
|
b4f92774d0
|
Don't complain about \r when core.autocrlf is on in Git (now working with Python 2.6).
|
2010-08-18 15:30:31 -07:00 |
|
Patrick Walton
|
724d7235e5
|
Revert "Don't complain about \r when core.autocrlf is on in Git"
This reverts commit 828afaa2fa .
|
2010-08-18 15:24:44 -07:00 |
|
Patrick Walton
|
828afaa2fa
|
Don't complain about \r when core.autocrlf is on in Git
|
2010-08-18 15:19:36 -07:00 |
|
Patrick Walton
|
61156ea714
|
Fail during build if we can't determine the current Git revision
|
2010-08-18 12:57:23 -07:00 |
|
Graydon Hoare
|
51412cb5fa
|
Add do-nothing obj type for lexer to rustc.
|
2010-08-18 11:35:34 -07:00 |
|
Graydon Hoare
|
a1b57e69cd
|
Add mod token to rustc.
|
2010-08-18 11:35:12 -07:00 |
|
Graydon Hoare
|
49f668dff3
|
Add mod common to rustc.
|
2010-08-18 11:34:47 -07:00 |
|
Graydon Hoare
|
b5ad78f316
|
Change indent on rustc.rc.
|
2010-08-18 11:34:22 -07:00 |
|
Graydon Hoare
|
102ec16877
|
Flesh out the ast module in rustc a little.
|
2010-08-18 09:00:10 -07:00 |
|
Graydon Hoare
|
9db70bfc42
|
Add test code that exercises LLVM in rustc. Works.
|
2010-08-18 00:19:45 -07:00 |
|
Graydon Hoare
|
3f2c39b3d8
|
Fix symbol names on LLVM C library binding and library-name for LLVM.
|
2010-08-18 00:19:25 -07:00 |
|
Graydon Hoare
|
9277f551d3
|
Add support for casting native types.
|
2010-08-18 00:18:46 -07:00 |
|
Michael Bebenita
|
a4b8c74f9f
|
Added simple deadlock detection in the scheduler.
|
2010-08-17 23:49:57 -07:00 |
|
Michael Bebenita
|
2c1ec6771b
|
Lots of changes around memory managment in the Runtime. Added memory regions and fixed race caused by calling rust_srv::malloc() from multiple threads when sending messages.
|
2010-08-17 23:49:57 -07:00 |
|
Michael Bebenita
|
9fa2b53d8c
|
Add a "special" rust_log flag to be used for debugging in cases where the full log output prevents races from occurring.
|
2010-08-17 23:49:57 -07:00 |
|
Michael Bebenita
|
e20752de68
|
Added labels to blocking conditions.
|
2010-08-17 23:49:57 -07:00 |
|
Michael Bebenita
|
7ff39ea448
|
Fixed deadlock by removing channel flushing.
|
2010-08-17 23:49:57 -07:00 |
|
Michael Bebenita
|
6e9f0f952d
|
Made the lock_free_queue lock (temporarily, until fixed).
|
2010-08-17 23:49:57 -07:00 |
|
Michael Bebenita
|
028702a798
|
Updates to run.py. You can now pass in the rust_log and a flag to terminate on the first failure.
|
2010-08-17 23:49:57 -07:00 |
|
Graydon Hoare
|
766b91d88b
|
Add support for a reserved-words list and reserve the various not-supported-but-plausible IEEE datatypes.
|
2010-08-17 14:48:00 -07:00 |
|
Michael Bebenita
|
560d7b4983
|
Re-xfailed tests because Windows is still complaining.
|
2010-08-16 23:28:01 -07:00 |
|
Michael Bebenita
|
5d98a311e4
|
Putting out the burning tree on Windows. Turns out you can completely starve threads by not yielding on windows/vmware, really weird.
|
2010-08-16 18:44:26 -07:00 |
|
Michael Bebenita
|
14f5b5750d
|
Un-xfailed working tests.
|
2010-08-16 15:05:57 -07:00 |
|
Michael Bebenita
|
b40a9fa787
|
Pulled rust_srv in its own file. Some cleanup, and added varargs to assertion macros.
|
2010-08-16 15:05:57 -07:00 |
|
Graydon Hoare
|
7e62aa6801
|
Absent any deep overhauls to syntax or constant-handling, hack in the ability to project a cexp var binding to a token in the parser. Use it in comp/rustc.rc and comp/lib/llvm.rs.
|
2010-08-16 13:02:46 -07:00 |
|
Patrick Walton
|
176899a970
|
Evil solution to the problem of importing the same opaque from two different files. Closes #145.
|
2010-08-13 16:33:04 -07:00 |
|
Roy Frostig
|
abe307cf45
|
Uncomment recently-no-longer-failing std.deque tests. Add a few arbitrary-access checks.
|
2010-08-13 11:55:25 -07:00 |
|
Roy Frostig
|
73ee16b1a4
|
A little tidy-up that should have gone in with 4e376852e7 .
|
2010-08-12 19:20:29 -07:00 |
|
Graydon Hoare
|
8149bb1411
|
Zero LMA/VMA of debug sections in elf. Closes #148.
|
2010-08-12 18:45:41 -07:00 |
|
Roy Frostig
|
4e376852e7
|
Fix max_sz bug that ended up causing us to index incorrectly into a vec of tag types. Add a testcase.
|
2010-08-12 16:21:08 -07:00 |
|
Roy Frostig
|
6bce296d9f
|
Address FIXME in _vec waiting on closed issue #108.
|
2010-08-12 13:18:10 -07:00 |
|
Roy Frostig
|
445d3fe39c
|
Add vec debugging utility to _vec module.
|
2010-08-12 13:11:49 -07:00 |
|
Graydon Hoare
|
5267b77d3b
|
Add more LLVM library bindings to rustc.
|
2010-08-12 12:10:36 -07:00 |
|
Graydon Hoare
|
bc0d1fbae5
|
Add modelines and related emacs chatter to rustc.
|
2010-08-12 10:29:23 -07:00 |
|
Graydon Hoare
|
c599b32646
|
Kill old parser support for type-parametric modules. We don't support those.
|
2010-08-12 10:28:23 -07:00 |
|
Graydon Hoare
|
5297582ba2
|
Add mostly-empty AST module to rustc.
|
2010-08-12 10:27:50 -07:00 |
|