summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* integrated realtimegc stuff into testamentSimon Hafner2015-04-137-38/+78
|
* 15 minutes, bit better messagesSimon Hafner2015-04-043-8/+8
|
* Merge branch 'devel' into jpoirier-realtimeGCTestSimon Hafner2015-04-0142-409/+672
|\
| * fixes #2355Araq2015-03-282-1/+16
| |
| * Merge pull request #2419 from def-/dotdotAndreas Rumpf2015-03-2810-93/+93
| |\ | | | | | | Dotdot
| | * Use `^` instead of `-` in slicesdef2015-03-2810-93/+93
| |/
| * fixes #2420; negative indexing for slicing is obsolete (breaking change!)Araq2015-03-288-79/+82
| |
| * fixes another regressionAraq2015-03-271-1/+2
| |
| * Merge pull request #2417 from fowlmouth/patch-2Andreas Rumpf2015-03-272-0/+50
| |\ | | | | | | Make the symbols returned from getType() usable for that type
| | * Merge branch 'patch-2' of github.com:fowlmouth/Nimrod into patchfowlmouth2015-03-271-0/+1
| | |\ | | | | | | | | | | | | | | | | Conflicts: compiler/vmdeps.nim
| | | * set type for symbols from getType()Billingsly Wetherfordshire2015-03-271-0/+1
| | |/ | |/|
| | * added test for symbol typefowlmouth2015-03-271-0/+49
| |/
| * preparations for dealing with the 'echo $foo' gotchaAraq2015-03-274-9/+19
| |
| * fixes a regression related to the new typeOf parsingAraq2015-03-271-0/+4
| |
| * todo updateAraq2015-03-272-2/+1
| |
| * disallow negative indexingAraq2015-03-277-148/+164
| |
| * Merge pull request #2410 from def-/refobjAndreas Rumpf2015-03-263-32/+38
| |\ | | | | | | Use ref objects with inheritance in Tut2 (fixes #1817)
| | * Also use ref objects with inheritance in manualdef2015-03-262-22/+23
| | |
| | * Rework explanation a bit (thanks flaviu)def2015-03-261-3/+3
| | |
| | * Add explanation why we use ref objectsdef2015-03-261-0/+3
| | |
| | * Use ref objects with inheritance in Tut2 (fixes #1817)def2015-03-251-10/+12
| | |
| * | Merge pull request #2413 from def-/fix-gcusebitvectorsAndreas Rumpf2015-03-261-1/+1
| |\ \ | | | | | | | | Fix proc call in gc_ms
| | * | Fix proc call in gc_msdef2015-03-261-1/+1
| | |/ | | | | | | | | | This fixes compilation with --gc:markandsweep -d:gcUseBitvectors
| * | implemented a[^1] notationAraq2015-03-2613-50/+209
| | |
* | | Merge branch 'realtimeGCTest' of https://github.com/jpoirier/Nim into ↵Simon Hafner2015-03-268-1/+219
|\ \ \ | |/ / |/| | | | | jpoirier-realtimeGCTest
| * | proper windows get process function name, fix batch file, add echoes backJoseph Poirier2015-01-083-4/+5
| | |
| * | add test note to the readmeJoseph Poirier2015-01-061-1/+4
| | |
| * | add proper cdm strings and comment out all echosJoseph Poirier2015-01-062-10/+10
| | |
| * | properly typecast the function pointersJoseph Poirier2015-01-061-3/+3
| | |
| * | fixed import object nameJoseph Poirier2015-01-061-3/+3
| | |
| * | Test the realtime GC, via long running process in a shared object, without ↵Joseph Poirier2015-01-067-0/+214
| | | | | | | | | | | | linking nimrtl.dll/so.
* | | cannot gen symbol -> must be compile timeSimon Hafner2015-03-262-6/+2
| |/ |/|
* | fixes #2405Araq2015-03-252-2/+6
| |
* | made test greenAraq2015-03-251-2/+3
| |
* | fixes #2404Araq2015-03-253-13/+20
| |
* | fixes #2401Araq2015-03-252-1/+12
| |
* | fixes #2400Araq2015-03-251-1/+4
| |
* | fixes #2397Araq2015-03-252-16/+26
| |
* | fixes #1700Araq2015-03-242-182/+206
| |
* | fixes #2395Araq2015-03-241-6/+4
| |
* | fixes #2395Araq2015-03-241-0/+8
| |
* | Merge pull request #2398 from yglukhov/patch-1Andreas Rumpf2015-03-241-1/+1
|\ \ | | | | | | uint support for JS.
| * | uint support for JS.Yuriy Glukhov2015-03-241-1/+1
| | |
* | | Merge pull request #2396 from def-/fpradixAndreas Rumpf2015-03-242-10/+8
|\ \ \ | |/ / |/| | Fix fenv.fpRadix
| * | Clean up returns in xmldom a bitdef2015-03-241-9/+7
| | |
| * | Fix fenv.fpRadixdef2015-03-241-1/+1
|/ /
* | added missing test caseAraq2015-03-231-0/+15
| |
* | minor todo updateAraq2015-03-232-2/+3
| |
* | updated the manualAraq2015-03-232-34/+6
| |
* | concept example from the manual now works againAraq2015-03-235-32/+18
| |