Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | | importing of C++ nested generics like std::vector<T>::iterator, using the apo... | Zahary Karadjov | 2015-04-13 | 6 | -16/+101 | |
| |/ / / / / / / / / / / | ||||||
| * | | | | | | | | | | | Merge pull request #2531 from endragor/lexing-doc-typo | Varriount | 2015-04-12 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / / | |/| | | | | | | | | | | ||||||
| | * | | | | | | | | | | Fixed typo in lexing.txt: UINT8_LIT -> UINT_LIT | Ruslan Mustakov | 2015-04-12 | 1 | -1/+1 | |
| |/ / / / / / / / / / | ||||||
* | | | | | | | | | | | VM: minor fixes to make lexim work | Araq | 2015-04-20 | 4 | -67/+75 | |
* | | | | | | | | | | | added macros.newTree proc (why didn't we do this earlier?) | Araq | 2015-04-20 | 1 | -0/+6 | |
* | | | | | | | | | | | parse 'of' branches for macros properly | Araq | 2015-04-19 | 2 | -2/+25 | |
* | | | | | | | | | | | fixes a serious codegen bug that caused to emit wrong barriers in rare cases | Araq | 2015-04-19 | 3 | -13/+71 | |
* | | | | | | | | | | | fixes #2476 | Araq | 2015-04-19 | 5 | -152/+161 | |
* | | | | | | | | | | | implements .goto support for variables | Araq | 2015-04-19 | 3 | -4/+37 | |
* | | | | | | | | | | | disabled JS test | Araq | 2015-04-18 | 1 | -0/+7 | |
* | | | | | | | | | | | fixes #2568 | Araq | 2015-04-17 | 1 | -2/+2 | |
|/ / / / / / / / / / | ||||||
* | | | | | | | | | | fixes #2498 | Araq | 2015-04-11 | 2 | -3/+7 | |
* | | | | | | | | | | fixes #1658 | Araq | 2015-04-11 | 2 | -1/+16 | |
* | | | | | | | | | | fixes #1691 | Araq | 2015-04-11 | 3 | -7/+24 | |
* | | | | | | | | | | make test green | Araq | 2015-04-11 | 1 | -1/+1 | |
* | | | | | | | | | | fixes #2509 | Araq | 2015-04-11 | 6 | -2/+54 | |
* | | | | | | | | | | fixes #2508 | Araq | 2015-04-11 | 1 | -10/+10 | |
* | | | | | | | | | | make test green | Araq | 2015-04-11 | 1 | -2/+4 | |
* | | | | | | | | | | re-enable git hash compiler info | Araq | 2015-04-11 | 1 | -3/+3 | |
* | | | | | | | | | | Merge pull request #2516 from novist/doc-compiletime-variable | reactormonk | 2015-04-11 | 1 | -4/+3 | |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | Doc: compileTime pragma can be used on variable | novist | 2015-04-11 | 1 | -4/+3 | |
|/ / / / / / / / / | ||||||
* | | | | / / / / | fixes #2448 | Araq | 2015-04-10 | 1 | -4/+10 | |
| |_|_|_|/ / / / |/| | | | | | | | ||||||
* | | | | | | | | fixes bootstrapping on windows | Araq | 2015-04-10 | 1 | -2/+3 | |
* | | | | | | | | fixes #2481 | Araq | 2015-04-10 | 4 | -4/+46 | |
* | | | | | | | | minor lexer cleanups; fixes #2504 | Araq | 2015-04-10 | 3 | -20/+10 | |
* | | | | | | | | fixes #2500 | Araq | 2015-04-10 | 3 | -28/+23 | |
* | | | | | | | | Merge pull request #2329 from def-/readline | Andreas Rumpf | 2015-04-10 | 1 | -16/+52 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Speed up readLine by using getc_unlocked | def | 2015-03-12 | 1 | -16/+52 | |
* | | | | | | | | | Merge pull request #2493 from arnetheduck/more-comp-ropes | Andreas Rumpf | 2015-04-10 | 2 | -130/+142 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | lib_ropes: better buffering in equalsFile, cleanups | Jacek Sieka | 2015-04-08 | 1 | -63/+80 | |
| * | | | | | | | | | compiler_ropes: more lib_ropes porting | Jacek Sieka | 2015-04-08 | 1 | -67/+62 | |
* | | | | | | | | | | Merge pull request #2502 from def-/pcre | Andreas Rumpf | 2015-04-10 | 2 | -45/+55 | |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | Add test case for infinite loop in RE | def | 2015-04-09 | 1 | -0/+9 | |
| * | | | | | | | | | Fix infinite loop in findAll | def | 2015-04-09 | 1 | -0/+1 | |
| * | | | | | | | | | Clean up re module a bit | def | 2015-04-09 | 1 | -45/+45 | |
* | | | | | | | | | | Merge pull request #2494 from JosephTurner/fix-matching-error | Andreas Rumpf | 2015-04-09 | 2 | -7/+19 | |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | Adds note about change to news | Joseph Turner | 2015-04-09 | 1 | -1/+5 | |
| * | | | | | | | | | Adds test case to is isMainModule block | Joseph Turner | 2015-04-08 | 1 | -1/+6 | |
| * | | | | | | | | | Fixes matching error #2418 | Joseph Turner | 2015-04-08 | 1 | -5/+8 | |
* | | | | | | | | | | Merge pull request #2491 from ReneSac/strongSpacesFix | Andreas Rumpf | 2015-04-09 | 2 | -7/+25 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Added tests for keyword operators in tstrongspaces | ReneSac | 2015-04-08 | 1 | -1/+18 | |
| * | | | | | | | | | | Refactored getPrecedence() after last change | ReneSac | 2015-04-08 | 1 | -11/+11 | |
| * | | | | | | | | | | Consider #!strongSpaces for keyword operators too. | ReneSac | 2015-04-08 | 1 | -4/+5 | |
* | | | | | | | | | | | Merge pull request #2496 from BlaXpirit/js-header-comma | Andreas Rumpf | 2015-04-09 | 2 | -2/+11 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Don't add a comma too soon | Oleh Prypin | 2015-04-09 | 1 | -1/+1 | |
| * | | | | | | | | | | | Test JS proc header codegen | Oleh Prypin | 2015-04-09 | 1 | -1/+10 | |
| | |/ / / / / / / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge pull request #2499 from JosephTurner/fix-uint-segv | Andreas Rumpf | 2015-04-09 | 2 | -1/+11 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Adds test file, for bug #1986 | Joseph Turner | 2015-04-09 | 1 | -0/+10 | |
| * | | | | | | | | | | | Fixes #1986 when calling sameConstant on uint | Joseph Turner | 2015-04-09 | 1 | -1/+1 | |
| |/ / / / / / / / / / | ||||||
* | | | | | | | | | | | Merge pull request #2426 from def-/fix-1460 | Andreas Rumpf | 2015-04-09 | 3 | -2/+3 | |
|\ \ \ \ \ \ \ \ \ \ \ |