index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
js
Commit message (
Expand
)
Author
Age
Files
Lines
*
Adds TextAreaElement type.
Dominik Picheta
2018-05-14
1
-1
/
+7
*
Adds onpopstate and proc related to Events to dom module.
Dominik Picheta
2018-05-14
1
-0
/
+3
*
rename SomeReal to SomeFloat (#7617)
Arne Döring
2018-04-15
1
-7
/
+7
*
Support code hot reloading for JavaScript projects (#7362)
zah
2018-04-13
2
-6
/
+109
*
Add some missing things to dom.nim
treeform
2018-03-29
1
-0
/
+44
*
Use addPragma
Alexander Ivanov
2018-03-05
1
-5
/
+1
*
Stop replacing all pragmas of a function with asyncjs
Alexander Ivanov
2018-03-03
1
-1
/
+6
*
Fix return (#7225)
Alexander Ivanov
2018-02-27
1
-6
/
+8
*
Merge pull request #7023 from yglukhov/unify-async
Dominik Picheta
2018-01-17
1
-0
/
+4
|
\
|
*
Unify async macro and futures for js and native targets
Yuriy Glukhov
2018-01-05
1
-0
/
+4
*
|
Use generic for 'stateObject' in func 'pushState'
Renaud Chénard
2018-01-14
1
-1
/
+1
*
|
add missing methods in js backend
grazil
2018-01-11
1
-1
/
+2
|
/
*
Fix docs!
Alexander Ivanov
2017-12-20
1
-2
/
+2
*
Fix forward
Alexander Ivanov
2017-12-19
1
-13
/
+18
*
Make asyncjs Future[void] play nicely with last line discardable calls
Alexander Ivanov
2017-12-19
1
-3
/
+29
*
added asyncjs standard library module (#6841)
Alexander Ivanov
2017-12-19
1
-0
/
+110
*
Small fix for js dom
konqoro
2017-12-13
1
-2
/
+2
*
language change: change how the experimental dot operators work
Andreas Rumpf
2017-11-29
1
-11
/
+11
*
make tests green again
Andreas Rumpf
2017-09-26
1
-3
/
+3
*
Restore the old behavior of parsing "quote do:"
Zahary Karadjov
2017-08-19
1
-4
/
+3
*
allow StmtLists to pass through semExprWithType
Zahary Karadjov
2017-04-11
1
-4
/
+1
*
lift parameter-less do block to lambdas
Zahary Karadjov
2017-04-10
1
-2
/
+8
*
improve the usability of the jsffi module
Zahary Karadjov
2017-04-09
1
-6
/
+56
*
Add some extra methods and fields to DOM module.
Dominik Picheta
2017-04-06
1
-0
/
+11
*
Implement touch event types/procs in DOM module.
Dominik Picheta
2017-03-27
1
-0
/
+30
*
Implement requestAnimationFrame and cancelAnimationFrame in dom module.
Dominik Picheta
2017-03-23
1
-0
/
+2
*
Implement RFC #4873 improvements to JavaScript FFI (#5213)
Michael Jendrusch
2017-01-26
1
-0
/
+436
*
New version of js console using macros - avoid the use of .apply method
Andrea Ferretti
2016-10-06
1
-4
/
+22
*
Updated js console logging to avoid wrapping into array
Andrea Ferretti
2016-10-06
1
-17
/
+4
*
Update to allow varargs in js console logging
Andrea Ferretti
2016-09-22
1
-1
/
+8
*
Added js console object
Andrea Ferretti
2016-09-21
1
-0
/
+32
*
Added some useful JS procs to DOM module.
Dominik Picheta
2016-05-10
1
-0
/
+5
*
Dom refactoring
Yuriy Glukhov
2015-11-25
1
-133
/
+173
*
Reverted all changes
Perelandric
2015-06-04
1
-75
/
+69
*
lib/js - Dropped 'T' from types
pdw
2015-06-04
1
-69
/
+75
*
Added body and head properties to document.
yglukhov
2015-04-29
1
-0
/
+2
*
DOM types renamed.
yglukhov
2015-04-06
1
-51
/
+76
*
Correct dom objects inheritance.
yglukhov
2015-04-01
1
-89
/
+81
*
Some additions to dom.nim
d3m1gd
2015-02-20
1
-2
/
+18
*
docgen should work again
Araq
2014-10-05
1
-18
/
+18
*
Some docgen fixes.
Dominik Picheta
2014-09-13
1
-3
/
+3
*
Nimrod renamed to Nim
Araq
2014-08-28
1
-1
/
+1
*
Hyperlinks back JavaScript target.
Grzegorz Adam Hankiewicz
2014-06-21
1
-1
/
+2
*
Removes executable bit for text files.
Grzegorz Adam Hankiewicz
2013-03-16
1
-0
/
+0
*
EcmaScript => JS. Fixes #330
Simon Hafner
2013-02-15
1
-0
/
+451