Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #2503 from ReneSac/arrowLike | Andreas Rumpf | 2015-04-15 | 4 | -9/+29 |
|\ | | | | | Restrict arrow-like operators to those ending with `->`, `~>` or `=>` | ||||
| * | Minor fixes for arrow like change patch | ReneSac | 2015-04-11 | 3 | -6/+7 |
| | | | | | | | | | | | | Don't use ^ operator yet for compatibility with older compilers. Moved arrow like explanation, and fix precedence description on the text in the manual. Fixed typo in news. | ||||
| * | Changing the rule for arrow like operators again. | ReneSac | 2015-04-10 | 4 | -12/+12 |
| | | |||||
| * | Restore newline at the end of the file. | ReneSac | 2015-04-09 | 1 | -1/+1 |
| | | |||||
| * | Updated arrow like and strongSpaces in the manual | ReneSac | 2015-04-09 | 1 | -7/+7 |
| | | | | | | | | Also added `-` to the first character table and standartized spaces there. | ||||
| * | Updated the news on *arrow like* breaking change | ReneSac | 2015-04-09 | 1 | -0/+4 |
| | | |||||
| * | Add tests for arrow like ops in tstrongspaces.nim | ReneSac | 2015-04-09 | 1 | -0/+14 |
| | | |||||
| * | Restrict arrow-like operators to start with - or = | ReneSac | 2015-04-09 | 1 | -1/+2 |
| | | |||||
* | | Merge pull request #2555 from def-/fix-2552 | Andreas Rumpf | 2015-04-15 | 1 | -7/+7 |
|\ \ | | | | | | | Make peekExitCode on Posix use WIFEXITED to determine exit | ||||
| * | | Make peekExitCode on Posix use WIFEXITED to determine exit | def | 2015-04-14 | 1 | -7/+7 |
| | | | | | | | | | | | | This fixes #2552 | ||||
* | | | Merge pull request #2549 from fowlmouth/patch-2 | Andreas Rumpf | 2015-04-15 | 2 | -2/+6 |
|\ \ \ | | | | | | | | | fixes for macros.getType() | ||||
| * | | | concept types are represented with getType() | fowlmouth | 2015-04-13 | 1 | -1/+3 |
| | | | | |||||
| * | | | Merge branch 'devel' of github.com:Araq/Nim into patch2 | fowlmouth | 2015-04-10 | 87 | -4339/+4955 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'devel' of github.com:Araq/Nim into patch2 | fowlmouth | 2015-04-02 | 3 | -249/+277 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'devel' of github.com:Araq/Nim into patch2 | fowlmouth | 2015-03-30 | 11 | -194/+128 |
| |\ \ \ \ \ | |||||
| * | | | | | | add ntys up to ntyNot | fowlmouth | 2015-03-28 | 1 | -1/+3 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #2560 from BlaXpirit/re-nre-hint | Andreas Rumpf | 2015-04-15 | 1 | -2/+5 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Add a hint about NRE library to 're' module | ||||
| * | | | | | | | Add a hint about NRE to 're' module | Oleh Prypin | 2015-04-14 | 1 | -2/+5 |
| | | | | | | | | |||||
* | | | | | | | | Merge pull request #2546 from BlaXpirit/rst-link-underscore | Andreas Rumpf | 2015-04-15 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Make RST recognize hyperlinks with two underscores | ||||
| * | | | | | | | | Make RST recognize hyperlinks with two underscores | Oleh Prypin | 2015-04-13 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #2538 | ||||
* | | | | | | | | | Merge pull request #2558 from BlaXpirit/deprecate-const-regexes | Andreas Rumpf | 2015-04-15 | 1 | -14/+20 |
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | Deprecate constant regular expression strings | ||||
| * | | | | | | | | Deprecate constant regular expression strings | Oleh Prypin | 2015-04-14 | 1 | -14/+20 |
|/ / / / / / / / | |||||
* | | | | | | | | Merge pull request #2553 from winksaville/fix-importc-atomic_compare_exchange | reactormonk | 2015-04-14 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | The importc for atomicCompareExchange is incorrectly defined. | ||||
| * | | | | | | | | The importc for atomicCompareExchange is incorrectly defined. | Wink Saville | 2015-04-13 | 1 | -1/+1 |
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The .importc: was referring to __atomic_compare_exchange_n this corrects it to be __atomic_compare_exchange. | ||||
* | | | | | | | | The getSubsystem<T> example in the manual currently fails with a codegen error | Zahary Karadjov | 2015-04-14 | 3 | -5/+25 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A faulty proc declaration is generated: N_NIMCALL(System::Input*, SystemManager::getSubsystem<'*0>())(void); The manual has been edited to add a nodecl pragma, which alleviates the issue Fix a typo in the vector_iterator example from the previous commit. | ||||
* | | | | | | | | importing of C++ nested generics like std::vector<T>::iterator, using the ↵ | Zahary Karadjov | 2015-04-13 | 6 | -16/+101 |
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | apostrophe operator | ||||
* | | | | | | | Merge pull request #2531 from endragor/lexing-doc-typo | Varriount | 2015-04-12 | 1 | -1/+1 |
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | Fix typo in lexing.txt: UINT8_LIT -> UINT_LIT | ||||
| * | | | | | | Fixed typo in lexing.txt: UINT8_LIT -> UINT_LIT | Ruslan Mustakov | 2015-04-12 | 1 | -1/+1 |
|/ / / / / / | |||||
* | | | | | | 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 | ||||
| * | | | | | 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 | ||||
| * | | | | | Speed up readLine by using getc_unlocked | def | 2015-03-12 | 1 | -16/+52 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Only on POSIX and Windows (_fgetc_nolock here) systems - File is locked to our thread before and unlocked after readLine - About 3 times faster in some simple tests | ||||
* | | | | | | Merge pull request #2493 from arnetheduck/more-comp-ropes | Andreas Rumpf | 2015-04-10 | 2 | -130/+142 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | More comp ropes | ||||
| * | | | | | | 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 |
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | Fix infinite loop in re.findAll | ||||
| * | | | | | | Add test case for infinite loop in RE | def | 2015-04-09 | 1 | -0/+9 |
| | | | | | | |