Tyler
|
799674168d
|
Patch the PEG library to work with the JS backend (#7866)
* Added compiler check on transformFile
|
2018-05-23 05:27:28 +03:00 |
|
Andreas Rumpf
|
c6a9a9c30b
|
hotfix: fixes SSL initialization for httpclient with --threads:on (#7863)
* hotfix: fixes SSL initialization for httpclient with --threads:on
|
2018-05-22 23:07:02 +02:00 |
|
genotrance
|
1d72ec3f1b
|
Detect gcc arch in build.bat (#7856)
* Detect gcc arch in build.bat
* Fix 64-bit test
|
2018-05-22 20:53:29 +02:00 |
|
data-man
|
4da0135ace
|
fixes filter bug for empty lines
|
2018-05-22 18:56:27 +03:00 |
|
andri lim
|
c12726d41e
|
fixes #7696, add ConfigRef.arguments initialization (#7858)
|
2018-05-22 13:17:09 +02:00 |
|
data-man
|
a39b989ce2
|
fixes #7855
|
2018-05-21 23:41:32 +03:00 |
|
Andreas Rumpf
|
e55a1051ea
|
fixes yet another index out of bounds issue in renderer.nim
|
2018-05-21 19:53:52 +02:00 |
|
Andreas Rumpf
|
cb6a4ffa86
|
Merge branch 'devel' into araq-big-refactoring
|
2018-05-21 17:31:23 +02:00 |
|
Araq
|
dc809bd485
|
fixes yet another indexing bug caused by the strict strings
|
2018-05-21 14:22:02 +02:00 |
|
Araq
|
5472574f72
|
json.nim: delete should raise KeyError, not IndexError, minor cleanup of the tests
|
2018-05-20 23:00:39 +02:00 |
|
Dmitry Atamanov
|
90afb1baa7
|
binarySearch improvements (#7850)
|
2018-05-20 20:11:25 +02:00 |
|
Dominik Picheta
|
f890f60736
|
Merge pull request #7843 from koranza/devel
os.findExe: check string lengths to avoid index out of bound
|
2018-05-20 12:58:50 +01:00 |
|
koranza
|
f9358e85ca
|
remove unneeded check on length
|
2018-05-19 14:48:19 -05:00 |
|
data-man
|
dedf0f3e19
|
Removed space between "array" and a square bracket in the docs
|
2018-05-19 20:28:27 +03:00 |
|
Dmitry Atamanov
|
94c45136ea
|
Fixes #6832 (#7813)
Fixes #6832
|
2018-05-19 18:32:18 +03:00 |
|
data-man
|
2a9843c68f
|
Merge branch 'devel' of https://github.com/nim-lang/Nim into fix_2753
|
2018-05-19 16:19:29 +03:00 |
|
Andreas Rumpf
|
04ddd069a1
|
added experimental undokumented std/varints module
|
2018-05-19 11:17:22 +02:00 |
|
koranza
|
aefa6547c3
|
check string lengths to avoid index out of bound
|
2018-05-18 18:25:49 -05:00 |
|
koranza
|
39988eb1cf
|
Merge pull request #1 from nim-lang/devel
updating my fork with the head repo
|
2018-05-18 16:20:13 -05:00 |
|
Dmitry Atamanov
|
06bdf8392b
|
Fixes CritBitTree.inc's bug (#7838)
* Fixes CritBitTree.inc's bug
* Update changelog
|
2018-05-18 21:13:29 +02:00 |
|
Andreas Rumpf
|
feef109e60
|
make tests green again
|
2018-05-18 20:53:41 +02:00 |
|
Andreas Rumpf
|
3af5a5d9e3
|
os.nim: don't use echo for error reporting
|
2018-05-18 20:16:30 +02:00 |
|
Dmitry Atamanov
|
508dfdabee
|
Merge pull request #7841 from coffeepots/patch-5
Fix typo in "out of bounds" error message
|
2018-05-18 20:43:35 +03:00 |
|
coffeepots
|
43b1ac07d4
|
Fix typo in "out of bounds" error message
|
2018-05-18 18:37:28 +01:00 |
|
Emery Hemingway
|
5b176f14a2
|
Provide configuration for Genode toolchain
|
2018-05-18 16:52:08 +02:00 |
|
Andreas Rumpf
|
f86ca02960
|
make semantic checking free of globals
|
2018-05-18 15:59:44 +02:00 |
|
Andreas Rumpf
|
a4e2b0c153
|
platform.nim doesn't use globals anymore; prepare msgs.nim for not using globals
|
2018-05-18 15:18:00 +02:00 |
|
Araq
|
221b34ad83
|
move parsejson logic into its own standard lib module
|
2018-05-18 01:49:49 +02:00 |
|
Araq
|
4e63f0c267
|
keep unicode.nim warning free
|
2018-05-18 01:35:53 +02:00 |
|
Araq
|
4b3ad4f00c
|
keep algorithm.nim warning free
|
2018-05-18 01:35:09 +02:00 |
|
Dmitry Atamanov
|
072cd073ba
|
Merge pull request #7835 from data-man/fix_fac
Fixes factorial's bug
|
2018-05-17 20:55:44 +03:00 |
|
data-man
|
173c92d374
|
Fixes factorial's bug
|
2018-05-17 19:54:41 +03:00 |
|
Andreas Rumpf
|
b2c7910fb6
|
compiler/ropes.nim has no global error handler anymore
|
2018-05-17 15:45:41 +02:00 |
|
Andreas Rumpf
|
bf6c2c5ccf
|
preparations of making compiler/msgs.nim free of global variables
|
2018-05-17 15:21:22 +02:00 |
|
Yuriy Glukhov
|
6c0185d4b7
|
Allow better optimisations by removing NOINLINE from module init procs
|
2018-05-16 19:56:30 +02:00 |
|
Araq
|
2a7fc84c86
|
remove ast.emptyNode global; cleanup configuration.nim
|
2018-05-16 03:06:07 +02:00 |
|
Araq
|
479212995a
|
ccgutils: code cleanup, no globals
|
2018-05-16 02:05:00 +02:00 |
|
Araq
|
635451591d
|
extccomp: no globals anymore
|
2018-05-16 02:01:55 +02:00 |
|
Yuriy Glukhov
|
cfe40a3e6e
|
Merge branch 'devel' into yield-in-try
|
2018-05-15 19:54:52 +03:00 |
|
Araq
|
02f01470ab
|
Merge branch 'devel' into araq-big-refactoring
|
2018-05-15 15:29:48 +02:00 |
|
Andreas Rumpf
|
c73cd5349e
|
documentation generator works again
|
2018-05-15 10:03:06 +02:00 |
|
Andreas Rumpf
|
5bf6ad9fa3
|
make tests green on Unix
|
2018-05-15 01:39:56 +02:00 |
|
Araq
|
f8e23daa20
|
fixes #7817
|
2018-05-14 23:27:44 +02:00 |
|
data-man
|
606d8b2f6d
|
Added test
|
2018-05-15 00:12:44 +03:00 |
|
Araq
|
02b78d3f94
|
make tests green again
|
2018-05-14 21:38:18 +02:00 |
|
data-man
|
5e8faaf710
|
Fixes #2753
|
2018-05-14 19:13:11 +03:00 |
|
Araq
|
5526252fa0
|
fixes testament compilation
|
2018-05-14 17:45:44 +02:00 |
|
Andreas Rumpf
|
1616c6e029
|
make nimsuggest compile again
|
2018-05-14 13:04:18 +02:00 |
|
Dominik Picheta
|
6b5ad56ab3
|
Adds TextAreaElement type.
|
2018-05-14 13:03:18 +02:00 |
|
Dominik Picheta
|
5fcfc43a20
|
Adds onpopstate and proc related to Events to dom module.
|
2018-05-14 13:03:18 +02:00 |
|