Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | Some style cleanup | def | 2015-03-17 | 1 | -3/+3 | |
| | * | Make respond a template again | def | 2015-03-17 | 1 | -11/+11 | |
| | * | Move recvInto to asyncnet and don't export it | def | 2015-03-17 | 2 | -120/+120 | |
| | * | Don't export readInto* templates | def | 2015-03-17 | 1 | -2/+2 | |
| | * | Make recvLineInto a proc instead of template | def | 2015-03-17 | 2 | -52/+50 | |
| | * | Rename resetStringTable to clearStringTable | def | 2015-03-17 | 2 | -2/+2 | |
| | * | Remove unused newRequest proc | def | 2015-03-17 | 1 | -3/+0 | |
| | * | Document asynchttpserver's respond template | def | 2015-03-17 | 1 | -1/+1 | |
| | * | PNimrodNode -> NimNode in asyncdispatch | def | 2015-03-17 | 1 | -3/+3 | |
| | * | Speed up asynchttpserver significantly using all the previous changes | def | 2015-03-17 | 2 | -47/+53 | |
| | * | Make asyncnet usable when avoiding allocations. | def | 2015-03-17 | 1 | -61/+98 | |
| | * | Make asyncdispatch usable when preventing allocations | def | 2015-03-17 | 1 | -0/+112 | |
| | * | Make strtabs module usable when avoiding allocations | def | 2015-03-17 | 1 | -0/+6 | |
| | * | Make uri module usable for faster URI parsing: | def | 2015-03-17 | 1 | -10/+23 | |
* | | | Merge pull request #2598 from jyapayne/devel | Andreas Rumpf | 2015-04-24 | 1 | -1/+1 | |
|\ \ \ | ||||||
| * | | | Removed explicit imports in compiler/nimfix/*.nim and added cfg path modifica... | Joey Payne | 2015-04-24 | 4 | -10/+6 | |
| * | | | Added explicit imports for compiler modules to fix compiling nimsuggest. | Joey Payne | 2015-04-24 | 3 | -5/+9 | |
* | | | | Merge pull request #2601 from def-/fix-termios | Andreas Rumpf | 2015-04-24 | 3 | -16/+14 | |
|\ \ \ \ | ||||||
| * | | | | Fix Termios wrapper | def | 2015-04-24 | 3 | -16/+14 | |
|/ / / / | ||||||
* | | | | cleanups for underscores in tuple unpacking | Araq | 2015-04-24 | 4 | -42/+67 | |
* | | | | finishes #2566 | Araq | 2015-04-24 | 1 | -2/+2 | |
* | | | | fixes #2466 | Araq | 2015-04-24 | 1 | -52/+52 | |
* | | | | fixes #2533 | Araq | 2015-04-24 | 2 | -2/+2 | |
* | | | | added test for #2536 | Araq | 2015-04-24 | 1 | -0/+38 | |
* | | | | fixes #2335 | Araq | 2015-04-24 | 2 | -3/+29 | |
* | | | | fixes #2524 | Araq | 2015-04-24 | 1 | -1/+1 | |
* | | | | Merge pull request #2566 from nanoant/parser-diagnostic-location | Andreas Rumpf | 2015-04-24 | 6 | -4/+50 | |
|\ \ \ \ | ||||||
| * | | | | Parser: Test for exact missing ':' location column | Adam Strzelecki | 2015-04-21 | 3 | -0/+39 | |
| * | | | | Parser: Fix location (line, col) for diagnostics | Adam Strzelecki | 2015-04-21 | 2 | -3/+7 | |
| * | | | | msg: Output column numbers starting from 1 | Adam Strzelecki | 2015-04-21 | 1 | -1/+4 | |
* | | | | | Merge pull request #2437 from Araq/underscore-tuple-unpack | Andreas Rumpf | 2015-04-24 | 4 | -2/+44 | |
|\ \ \ \ \ | ||||||
| * | | | | | Add sfGenSym for (_). | Dominik Picheta | 2015-04-23 | 2 | -12/+22 | |
| * | | | | | Merge branch 'devel' into underscore-tuple-unpack | Dominik Picheta | 2015-04-23 | 171 | -5423/+6930 | |
| |\ \ \ \ \ | | | |_|/ / | | |/| | | | ||||||
| * | | | | | Updated news.txt. | Dominik Picheta | 2015-04-08 | 1 | -0/+2 | |
| * | | | | | Get rid of tkUnderscore. Map _ to tkSymbol. | Dominik Picheta | 2015-04-08 | 4 | -13/+9 | |
| * | | | | | Rewrite in order to not introduce a new node kind. | Dominik Picheta | 2015-04-05 | 5 | -8/+9 | |
| * | | | | | Implements #2154. | Dominik Picheta | 2015-03-31 | 8 | -6/+39 | |
* | | | | | | system.locals is now a plugin for education | Araq | 2015-04-24 | 8 | -36/+62 | |
* | | | | | | fixes #2569 | Araq | 2015-04-23 | 3 | -155/+96 | |
* | | | | | | fixes #2589 | Araq | 2015-04-23 | 1 | -1/+1 | |
| |/ / / / |/| | | | | ||||||
* | | | | | removed a bit of cruft from koch | Araq | 2015-04-22 | 2 | -29/+21 | |
* | | | | | fix #2585 properly | Araq | 2015-04-22 | 1 | -1/+3 | |
* | | | | | fixes #2585 | Araq | 2015-04-22 | 3 | -5/+37 | |
* | | | | | fixes #2447 | Araq | 2015-04-22 | 2 | -2/+3 | |
* | | | | | fixed nil.add for JS | Araq | 2015-04-22 | 1 | -1/+1 | |
* | | | | | news.txt updates; fixes bootstrapping | Araq | 2015-04-22 | 2 | -2/+8 | |
* | | | | | todo.txt updates | Araq | 2015-04-22 | 1 | -2/+10 | |
* | | | | | added '..^' and '..<' operators; 'nil' is allowed for 'len'; added plugin sys... | Araq | 2015-04-22 | 10 | -18/+85 | |
* | | | | | fixes #2581 | Araq | 2015-04-22 | 2 | -9/+40 | |
* | | | | | cleaned up some magics to make room for new magics; added '..<' and '..^' tem... | Araq | 2015-04-22 | 7 | -21/+23 |