Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update ast spec about uint literals | def | 2015-05-18 | 1 | -1/+1 |
| | |||||
* | Merge pull request #2717 from reactormonk/sexp-to-libs | Dominik Picheta | 2015-05-16 | 1 | -0/+4 |
|\ | | | | | added documentation about sexp | ||||
| * | added documentation about sexp | Simon Hafner | 2015-05-14 | 1 | -0/+4 |
| | | |||||
* | | RawFlowVar was renamed to FlowVarBase | Markus Engelbrecht | 2015-05-16 | 2 | -2/+2 |
| | | |||||
* | | Merge pull request #2729 from mgee/fix-noSideEffect-typo | reactormonk | 2015-05-15 | 1 | -1/+1 |
|\ \ | | | | | | | fix typo for noSideEffect pragma | ||||
| * | | fix typo for noSideEffect pragma | Markus Engelbrecht | 2015-05-15 | 1 | -1/+1 |
| |/ | |||||
* / | use new syntax for negative slicing | Markus Engelbrecht | 2015-05-15 | 1 | -1/+1 |
|/ | |||||
* | fixes typo in tut1 | Araq | 2015-05-04 | 1 | -36/+36 |
| | |||||
* | version 0.11.0 | Araq | 2015-04-30 | 1 | -0/+5 |
| | |||||
* | more cleanups for 0.11.0 | Araq | 2015-04-30 | 2 | -35/+186 |
| | |||||
* | cleanups for underscores in tuple unpacking | Araq | 2015-04-24 | 1 | -30/+44 |
| | |||||
* | fixes #2533 | Araq | 2015-04-24 | 1 | -1/+1 |
| | |||||
* | fixes #2335 | Araq | 2015-04-24 | 1 | -1/+20 |
| | |||||
* | Merge branch 'devel' of https://github.com/Araq/Nim into devel | Araq | 2015-04-20 | 3 | -10/+30 |
|\ | |||||
| * | Merge pull request #2503 from ReneSac/arrowLike | Andreas Rumpf | 2015-04-15 | 1 | -8/+9 |
| |\ | | | | | | | Restrict arrow-like operators to those ending with `->`, `~>` or `=>` | ||||
| | * | Minor fixes for arrow like change patch | ReneSac | 2015-04-11 | 1 | -3/+4 |
| | | | | | | | | | | | | | | | | | | 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 | 1 | -2/+2 |
| | | | |||||
| | * | 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. | ||||
| * | | The getSubsystem<T> example in the manual currently fails with a codegen error | Zahary Karadjov | 2015-04-14 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | 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 | 1 | -0/+19 |
| | | | | | | | | | | | | apostrophe operator | ||||
| * | | Fixed typo in lexing.txt: UINT8_LIT -> UINT_LIT | Ruslan Mustakov | 2015-04-12 | 1 | -1/+1 |
| | | | |||||
* | | | fixes #2476 | Araq | 2015-04-19 | 1 | -2/+2 |
|/ / | |||||
* / | Doc: compileTime pragma can be used on variable | novist | 2015-04-11 | 1 | -4/+3 |
|/ | |||||
* | minor doc improvements | Araq | 2015-04-08 | 1 | -1/+3 |
| | |||||
* | Fix container example in manual a bit | def | 2015-04-07 | 1 | -1/+1 |
| | |||||
* | better alternative to 'override' | Araq | 2015-04-07 | 1 | -7/+6 |
| | |||||
* | overloading of '=' works | Araq | 2015-04-06 | 1 | -1/+1 |
| | |||||
* | first implementation of overloading of '='; missing: rewriting let/var sections | Araq | 2015-04-06 | 1 | -12/+35 |
| | |||||
* | doc updates; fixes 'inc' for 'char' | Araq | 2015-03-29 | 2 | -53/+51 |
| | |||||
* | Also use ref objects with inheritance in manual | def | 2015-03-26 | 2 | -22/+23 |
| | |||||
* | Rework explanation a bit (thanks flaviu) | def | 2015-03-26 | 1 | -3/+3 |
| | |||||
* | Add explanation why we use ref objects | def | 2015-03-26 | 1 | -0/+3 |
| | |||||
* | Use ref objects with inheritance in Tut2 (fixes #1817) | def | 2015-03-25 | 1 | -10/+12 |
| | |||||
* | updated the manual | Araq | 2015-03-23 | 2 | -34/+6 |
| | |||||
* | breaking change: 'concept' is now a keyword and used instead of 'generic' | Araq | 2015-03-23 | 4 | -64/+48 |
| | |||||
* | fixes #1805 | Araq | 2015-03-21 | 1 | -14/+10 |
| | |||||
* | 'constructor' pragma for C++ support | Araq | 2015-03-18 | 1 | -1/+15 |
| | |||||
* | Merge pull request #2327 from def-/installation | Andreas Rumpf | 2015-03-15 | 1 | -1/+1 |
|\ | | | | | Installation | ||||
| * | Rename compiler/nim.ini back to compiler/installer.ini | def | 2015-03-13 | 2 | -2/+2 |
| | | | | | | | | | | | | | | - Niminst has a new -m/--main option to set the main file, by default ini-file with .nim extension (old behaviour) - Koch uses this to pass --main:compiler/nim.nim - Fix includes/links of website.ini | ||||
| * | Move installer.ini back to nim.ini to fix ./koch csource | def | 2015-03-12 | 1 | -1/+1 |
| | | |||||
* | | improved the documentation; overloading resolution finally documented | Araq | 2015-03-14 | 2 | -10/+179 |
| | | |||||
* | | fixes #1819 | Araq | 2015-03-12 | 1 | -14/+1 |
| | | |||||
* | | fixes #1868 | Araq | 2015-03-12 | 1 | -0/+1 |
|/ | |||||
* | Fix derivable objects in documentation | def | 2015-03-09 | 1 | -2/+2 |
| | |||||
* | Export AsyncFile. Add asyncfile module to docgen. | Dominik Picheta | 2015-03-06 | 1 | -0/+3 |
| | |||||
* | improved --debugger switch; updated release plan | Araq | 2015-02-27 | 2 | -4/+1 |
| | |||||
* | Merge pull request #1840 from def-/extend-math | Andreas Rumpf | 2015-02-26 | 1 | -0/+3 |
|\ | | | | | Rational numbers and a few additions to math and complex | ||||
| * | Fix lib link to rationals module | def | 2015-02-16 | 1 | -1/+1 |
| | | |||||
| * | Add rational to standard library list | def | 2015-02-16 | 1 | -0/+3 |
| | | |||||
* | | Fix typos in docs | Jochen Van de Velde | 2015-02-24 | 2 | -3/+3 |
| | |