summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | Merge branch 'devel' of github.com:Araq/Nim into patch2fowlmouth2015-03-3011-194/+128
| | |\ \ \ \ \ \ \
| | * | | | | | | | add ntys up to ntyNotfowlmouth2015-03-281-1/+3
| * | | | | | | | | Merge pull request #2560 from BlaXpirit/re-nre-hintAndreas Rumpf2015-04-151-2/+5
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Add a hint about NRE to 're' moduleOleh Prypin2015-04-141-2/+5
| * | | | | | | | | | Merge pull request #2546 from BlaXpirit/rst-link-underscoreAndreas Rumpf2015-04-151-1/+1
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Make RST recognize hyperlinks with two underscoresOleh Prypin2015-04-131-1/+1
| * | | | | | | | | | | Merge pull request #2558 from BlaXpirit/deprecate-const-regexesAndreas Rumpf2015-04-151-14/+20
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / | |/| | | | | | | | | |
| | * | | | | | | | | | Deprecate constant regular expression stringsOleh Prypin2015-04-141-14/+20
| |/ / / / / / / / / /
| * | | | | | | | | | Merge pull request #2553 from winksaville/fix-importc-atomic_compare_exchangereactormonk2015-04-141-1/+1
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | The importc for atomicCompareExchange is incorrectly defined.Wink Saville2015-04-131-1/+1
| |/ / / / / / / / / /
| * | | | | | | | | | The getSubsystem<T> example in the manual currently fails with a codegen errorZahary Karadjov2015-04-143-5/+25
| * | | | | | | | | | importing of C++ nested generics like std::vector<T>::iterator, using the apo...Zahary Karadjov2015-04-136-16/+101
| |/ / / / / / / / /
| * | | | | | | | | Merge pull request #2531 from endragor/lexing-doc-typoVarriount2015-04-121-1/+1
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / | |/| | | | | | | |
| | * | | | | | | | Fixed typo in lexing.txt: UINT8_LIT -> UINT_LITRuslan Mustakov2015-04-121-1/+1
| |/ / / / / / / /
* | | | | | | | | VM: minor fixes to make lexim workAraq2015-04-204-67/+75
* | | | | | | | | added macros.newTree proc (why didn't we do this earlier?)Araq2015-04-201-0/+6
* | | | | | | | | parse 'of' branches for macros properlyAraq2015-04-192-2/+25
* | | | | | | | | fixes a serious codegen bug that caused to emit wrong barriers in rare casesAraq2015-04-193-13/+71
* | | | | | | | | fixes #2476Araq2015-04-195-152/+161
* | | | | | | | | implements .goto support for variablesAraq2015-04-193-4/+37
* | | | | | | | | disabled JS testAraq2015-04-181-0/+7
* | | | | | | | | fixes #2568Araq2015-04-171-2/+2
|/ / / / / / / /
* | | | | | | | fixes #2498Araq2015-04-112-3/+7
* | | | | | | | fixes #1658Araq2015-04-112-1/+16
* | | | | | | | fixes #1691Araq2015-04-113-7/+24
* | | | | | | | make test greenAraq2015-04-111-1/+1
* | | | | | | | fixes #2509Araq2015-04-116-2/+54
* | | | | | | | fixes #2508Araq2015-04-111-10/+10
* | | | | | | | make test greenAraq2015-04-111-2/+4
* | | | | | | | re-enable git hash compiler infoAraq2015-04-111-3/+3
* | | | | | | | Merge pull request #2516 from novist/doc-compiletime-variablereactormonk2015-04-111-4/+3
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | Doc: compileTime pragma can be used on variablenovist2015-04-111-4/+3
|/ / / / / / /
* | | | | / / fixes #2448Araq2015-04-101-4/+10
| |_|_|_|/ / |/| | | | |
* | | | | | fixes bootstrapping on windowsAraq2015-04-101-2/+3
* | | | | | fixes #2481Araq2015-04-104-4/+46
* | | | | | minor lexer cleanups; fixes #2504Araq2015-04-103-20/+10
* | | | | | fixes #2500Araq2015-04-103-28/+23
* | | | | | Merge pull request #2329 from def-/readlineAndreas Rumpf2015-04-101-16/+52
|\ \ \ \ \ \
| * | | | | | Speed up readLine by using getc_unlockeddef2015-03-121-16/+52
* | | | | | | Merge pull request #2493 from arnetheduck/more-comp-ropesAndreas Rumpf2015-04-102-130/+142
|\ \ \ \ \ \ \
| * | | | | | | lib_ropes: better buffering in equalsFile, cleanupsJacek Sieka2015-04-081-63/+80
| * | | | | | | compiler_ropes: more lib_ropes portingJacek Sieka2015-04-081-67/+62
* | | | | | | | Merge pull request #2502 from def-/pcreAndreas Rumpf2015-04-102-45/+55
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | Add test case for infinite loop in REdef2015-04-091-0/+9
| * | | | | | | Fix infinite loop in findAlldef2015-04-091-0/+1
| * | | | | | | Clean up re module a bitdef2015-04-091-45/+45
* | | | | | | | Merge pull request #2494 from JosephTurner/fix-matching-errorAndreas Rumpf2015-04-092-7/+19
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Adds note about change to newsJoseph Turner2015-04-091-1/+5
| * | | | | | | Adds test case to is isMainModule blockJoseph Turner2015-04-081-1/+6
| * | | | | | | Fixes matching error #2418Joseph Turner2015-04-081-5/+8