Hackerpilot
|
f71b1191c1
|
Update readme
|
2014-05-10 02:58:57 -07:00 |
Hackerpilot
|
87732c6657
|
Added unused variable check, and then used it to remove some unused variables
|
2014-05-10 02:56:01 -07:00 |
Hackerpilot
|
e3ea0b698c
|
Fix Windows build
|
2014-05-09 01:53:03 -07:00 |
Hackerpilot
|
017b90e31f
|
Merge branch 'master' of https://github.com/Hackerpilot/Dscanner
|
2014-05-08 02:45:07 -07:00 |
Hackerpilot
|
d97a2c5f34
|
Remove unused variable
|
2014-05-06 19:43:22 -07:00 |
Hackerpilot
|
17b42acc8d
|
Merge branch 'master' of https://github.com/Hackerpilot/Dscanner
|
2014-05-06 19:36:30 -07:00 |
Hackerpilot
|
7fb5ca420d
|
Fix formatting of types
|
2014-05-06 19:36:28 -07:00 |
Hackerpilot
|
55b8974ebe
|
Fix formatting of parameters
|
2014-05-06 19:34:58 -07:00 |
Hackerpilot
|
1ecb831476
|
Merge branch 'master' of https://github.com/Hackerpilot/Dscanner
|
2014-05-06 19:32:37 -07:00 |
Hackerpilot
|
88a54f3fa5
|
Moar manual memory allocation
|
2014-05-06 19:31:55 -07:00 |
Hackerpilot
|
3081fa86c2
|
Fix highlighting of special token sequences and script lines
|
2014-05-06 16:41:19 -07:00 |
Hackerpilot
|
258aa066f7
|
Fix #172
|
2014-05-06 16:10:16 -07:00 |
Hackerpilot
|
867f8b426c
|
Merge branch 'master' of https://github.com/Hackerpilot/Dscanner
Conflicts:
std/d/parser.d
|
2014-05-01 15:24:23 -07:00 |
Hackerpilot
|
3798387c19
|
Added destructors, constructors, and invariants to ctags output
|
2014-05-01 15:22:13 -07:00 |
Hackerpilot
|
77a0854c84
|
Merge pull request #171 from workhorsy/master
Updated a few remaining stdx references to std.
|
2014-04-30 13:58:08 -07:00 |
Matthew Brennan Jones
|
86243af5c6
|
Fixed issues with using ulong instead of size_t that would break only on 32bit.
|
2014-04-30 13:14:11 -07:00 |
Matthew Brennan Jones
|
8a8ddf45eb
|
Fixed small typos.
|
2014-04-30 13:01:42 -07:00 |
Matthew Brennan Jones
|
f89bd7d3e0
|
Updated a few remaining stdx references to std.
|
2014-04-30 12:37:02 -07:00 |
Hackerpilot
|
88883e6e0f
|
Whitespace cleanup
|
2014-04-29 15:51:25 -07:00 |
Hackerpilot
|
9722183249
|
Merge branch 'master' of https://github.com/Hackerpilot/Dscanner into HEAD
|
2014-04-29 15:46:22 -07:00 |
Hackerpilot
|
bf2531b188
|
Support DIP61
|
2014-04-29 15:46:00 -07:00 |
Hackerpilot
|
07ccc4d55c
|
Merge pull request #170 from workhorsy/master
Removed the hard coded -m64 in the build.sh script.
|
2014-04-27 17:31:24 -07:00 |
Matthew Brennan Jones
|
55eb188a15
|
Removed the hard coded -m64 in the build.sh script.
|
2014-04-27 13:05:51 -07:00 |
Hackerpilot
|
30d5ff8f49
|
Fix #168
|
2014-04-27 00:00:14 -07:00 |
Hackerpilot
|
7e6c84f7a1
|
Fix #169
|
2014-04-26 23:53:42 -07:00 |
Hackerpilot
|
18800b7832
|
Fix assoc array parsing
|
2014-04-25 13:22:56 -07:00 |
Hackerpilot
|
b47b2edbc0
|
Use the good version of std.allocator
|
2014-04-24 17:10:43 -07:00 |
Hackerpilot
|
57f05303b9
|
Fix #165
|
2014-04-24 15:21:02 -07:00 |
Hackerpilot
|
ae9ff77242
|
Merge branch 'master' of https://github.com/Hackerpilot/Dscanner
|
2014-04-24 14:21:16 -07:00 |
Hackerpilot
|
9a613e8e25
|
Fix #167
|
2014-04-24 14:21:00 -07:00 |
Hackerpilot
|
13534ef605
|
Merge pull request #166 from liranz/master
Small fix for goto case and addition to ReturnStatement
|
2014-04-24 12:47:50 -07:00 |
liranz
|
fafb383e66
|
Update astprinter.d
Removed baraces for single if expression
changed spaces to tabs
|
2014-04-24 22:12:10 +03:00 |
Liran Zvibel
|
2f4d53338e
|
Parser: Support {start,end}Location for ReturnStatement
|
2014-04-24 21:11:46 +03:00 |
Liran Zvibel
|
fb6116c041
|
ASTPrinter: Support empty goto case;
support goto case; with out an expression.
currently running dscanner --ast std/d/parser.d fails with a segfault
|
2014-04-24 21:05:00 +03:00 |
Hackerpilot
|
3a78e4b937
|
Update Windows build script
|
2014-04-23 14:27:51 -07:00 |
Hackerpilot
|
8954fff8e4
|
Fixed decimal lexing and renamed stdx to std
|
2014-04-23 14:26:37 -07:00 |
Hackerpilot
|
36cf1a6ed6
|
Fixed Windows build script
|
2014-04-22 20:36:36 -07:00 |
Hackerpilot
|
532fb4af3c
|
Update README.md
|
2014-04-22 17:12:18 -07:00 |
Hackerpilot
|
d12653eef9
|
Fixed equality check for block statements
|
2014-04-21 16:05:31 -07:00 |
Hackerpilot
|
16de0e1ca1
|
Fixed bad merge
|
2014-04-21 15:35:26 -07:00 |
Hackerpilot
|
39f14f89f5
|
Merge branch 'new_branch_name'
Conflicts:
analysis/run.d
stdx/d/ast.d
|
2014-04-21 15:33:29 -07:00 |
Hackerpilot
|
9436b184cc
|
Added another token equality check
|
2014-04-21 15:27:42 -07:00 |
Hackerpilot
|
7086fcf60b
|
Removed inline and noboundscheck due to compile time
|
2014-04-21 15:27:15 -07:00 |
Hackerpilot
|
7c22e9a849
|
Added check for identical if/else blocks and obvious self-assignment
|
2014-04-21 15:26:54 -07:00 |
Hackerpilot
|
06cf70b34c
|
Fix hex literals in foreach loops
|
2014-04-21 15:25:45 -07:00 |
Hackerpilot
|
65b81b3ed5
|
Whitespace
|
2014-04-15 12:05:42 -07:00 |
Hackerpilot
|
0b8fb97c07
|
Update documentation on LexerRange.popFrontN
|
2014-04-15 12:04:18 -07:00 |
Hackerpilot
|
c726b8985d
|
Fix CTAGS output of eponymous template declarations
|
2014-04-15 12:03:04 -07:00 |
Hackerpilot
|
11912f2c6f
|
Should not have commented that out
|
2014-04-15 11:51:19 -07:00 |
Hackerpilot
|
cf8f3c8eac
|
Fix 61
|
2014-04-15 11:36:11 -07:00 |