summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
| | * Some style cleanupdef2015-03-171-3/+3
| | * Make respond a template againdef2015-03-171-11/+11
| | * Move recvInto to asyncnet and don't export itdef2015-03-172-120/+120
| | * Don't export readInto* templatesdef2015-03-171-2/+2
| | * Make recvLineInto a proc instead of templatedef2015-03-172-52/+50
| | * Rename resetStringTable to clearStringTabledef2015-03-172-2/+2
| | * Remove unused newRequest procdef2015-03-171-3/+0
| | * Document asynchttpserver's respond templatedef2015-03-171-1/+1
| | * PNimrodNode -> NimNode in asyncdispatchdef2015-03-171-3/+3
| | * Speed up asynchttpserver significantly using all the previous changesdef2015-03-172-47/+53
| | * Make asyncnet usable when avoiding allocations.def2015-03-171-61/+98
| | * Make asyncdispatch usable when preventing allocationsdef2015-03-171-0/+112
| | * Make strtabs module usable when avoiding allocationsdef2015-03-171-0/+6
| | * Make uri module usable for faster URI parsing:def2015-03-171-10/+23
* | | Merge pull request #2598 from jyapayne/develAndreas Rumpf2015-04-241-1/+1
|\ \ \
| * | | Removed explicit imports in compiler/nimfix/*.nim and added cfg path modifica...Joey Payne2015-04-244-10/+6
| * | | Added explicit imports for compiler modules to fix compiling nimsuggest.Joey Payne2015-04-243-5/+9
* | | | Merge pull request #2601 from def-/fix-termiosAndreas Rumpf2015-04-243-16/+14
|\ \ \ \
| * | | | Fix Termios wrapperdef2015-04-243-16/+14
|/ / / /
* | | | cleanups for underscores in tuple unpackingAraq2015-04-244-42/+67
* | | | finishes #2566Araq2015-04-241-2/+2
* | | | fixes #2466Araq2015-04-241-52/+52
* | | | fixes #2533Araq2015-04-242-2/+2
* | | | added test for #2536Araq2015-04-241-0/+38
* | | | fixes #2335Araq2015-04-242-3/+29
* | | | fixes #2524Araq2015-04-241-1/+1
* | | | Merge pull request #2566 from nanoant/parser-diagnostic-locationAndreas Rumpf2015-04-246-4/+50
|\ \ \ \
| * | | | Parser: Test for exact missing ':' location columnAdam Strzelecki2015-04-213-0/+39
| * | | | Parser: Fix location (line, col) for diagnosticsAdam Strzelecki2015-04-212-3/+7
| * | | | msg: Output column numbers starting from 1Adam Strzelecki2015-04-211-1/+4
* | | | | Merge pull request #2437 from Araq/underscore-tuple-unpackAndreas Rumpf2015-04-244-2/+44
|\ \ \ \ \
| * | | | | Add sfGenSym for (_).Dominik Picheta2015-04-232-12/+22
| * | | | | Merge branch 'devel' into underscore-tuple-unpackDominik Picheta2015-04-23171-5423/+6930
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | Updated news.txt.Dominik Picheta2015-04-081-0/+2
| * | | | | Get rid of tkUnderscore. Map _ to tkSymbol.Dominik Picheta2015-04-084-13/+9
| * | | | | Rewrite in order to not introduce a new node kind.Dominik Picheta2015-04-055-8/+9
| * | | | | Implements #2154.Dominik Picheta2015-03-318-6/+39
* | | | | | system.locals is now a plugin for educationAraq2015-04-248-36/+62
* | | | | | fixes #2569Araq2015-04-233-155/+96
* | | | | | fixes #2589Araq2015-04-231-1/+1
| |/ / / / |/| | | |
* | | | | removed a bit of cruft from kochAraq2015-04-222-29/+21
* | | | | fix #2585 properlyAraq2015-04-221-1/+3
* | | | | fixes #2585Araq2015-04-223-5/+37
* | | | | fixes #2447Araq2015-04-222-2/+3
* | | | | fixed nil.add for JSAraq2015-04-221-1/+1
* | | | | news.txt updates; fixes bootstrappingAraq2015-04-222-2/+8
* | | | | todo.txt updatesAraq2015-04-221-2/+10
* | | | | added '..^' and '..<' operators; 'nil' is allowed for 'len'; added plugin sys...Araq2015-04-2210-18/+85
* | | | | fixes #2581Araq2015-04-222-9/+40
* | | | | cleaned up some magics to make room for new magics; added '..<' and '..^' tem...Araq2015-04-227-21/+23