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
Commit message (
Expand
)
Author
Age
Files
Lines
*
manual: document the 'unsafeAddr' operator; closes #5038
Araq
2018-09-03
1
-0
/
+13
*
document 'var T' and 'typedesc' restriction in generics; closes #1156
Araq
2018-09-03
1
-0
/
+28
*
fixes #8852
Araq
2018-09-03
1
-5
/
+5
*
fix items for cstring for the JS target; makes tests green again
Araq
2018-09-03
2
-6
/
+13
*
fixes #5745
Araq
2018-09-03
3
-7
/
+11
*
closes #5252
Araq
2018-09-03
1
-0
/
+19
*
closes #4750
Araq
2018-09-03
1
-0
/
+19
*
document usage of marshal.to; fixes #3150
Araq
2018-09-03
1
-0
/
+11
*
fixes the remaining fixable Nimrod->Nim renamings; closes #2032
Araq
2018-09-03
4
-14
/
+14
*
deprecate system.onRaise; fixes #1652
Araq
2018-09-03
1
-1
/
+4
*
fixes #8797
Araq
2018-09-03
1
-2
/
+2
*
fixes #8740
Araq
2018-09-03
2
-1
/
+16
*
fixes #8847
Araq
2018-09-03
2
-2
/
+10
*
fixes #8028
Andreas Rumpf
2018-09-03
1
-1
/
+1
*
runnableExample: put each example to its own file; fixes #7285
Andreas Rumpf
2018-09-03
2
-30
/
+27
*
fixes #8831
Andreas Rumpf
2018-09-03
1
-1
/
+1
*
Make sure addGotoOut always inserts its node (#8843)
LemonBoy
2018-09-03
1
-1
/
+1
*
change runnableExamples implementation; fixes #8641; fixes #7135; runnableExa...
Andreas Rumpf
2018-09-02
5
-42
/
+70
*
fixes #8694
Andreas Rumpf
2018-09-02
1
-2
/
+2
*
Exports dom.Style (#8444)
Dominik Picheta
2018-09-01
1
-1
/
+1
*
strutils: don't deprecate escape/unescape, too much code uses it
Araq
2018-08-31
1
-6
/
+2
*
fixes #8052
Araq
2018-08-31
2
-1
/
+24
*
Constant folding for integer casts (#8095)
LemonBoy
2018-08-31
3
-8
/
+86
*
Do not materialize empty varargs[untyped] arrays (#8715)
LemonBoy
2018-08-31
2
-6
/
+38
*
Update html elements to current html spec (#8791)
Nathan Cahill
2018-08-31
1
-50
/
+241
*
system/excpt: nil is no longer vaild for seqs (#8825)
alaviss
2018-08-31
1
-1
/
+1
*
merged #8624 manually; fixes #8442; closes #8575
Araq
2018-08-31
2
-2
/
+36
*
Improve enumerate macro (#8819)
Vindaar
2018-08-31
1
-8
/
+12
*
fixes #8066
Araq
2018-08-31
4
-10
/
+46
*
times.nim: minor code cleanup
Araq
2018-08-31
1
-3
/
+2
*
Tutorial 1: Simplifiy the discription of enums; it is a tutorial, not a manual
Araq
2018-08-31
1
-11
/
+2
*
fixes a parseopt regression (#8820)
Andreas Rumpf
2018-08-30
1
-2
/
+5
*
introduce precise string '[]', '[]=' accessors; fixes #8049 (#8817)
Andreas Rumpf
2018-08-30
4
-3
/
+33
*
fixes #8768 properly
Araq
2018-08-30
3
-17
/
+18
*
fixes #7854
Araq
2018-08-30
2
-1
/
+38
*
unidecode module: change the default to: embed resource file into the applica...
Araq
2018-08-30
1
-10
/
+10
*
fixes #8768
Araq
2018-08-30
3
-430
/
+430
*
fix tests/coroutines/texceptions.nim (#8810)
Timothee Cour
2018-08-30
1
-1
/
+6
*
make config.nims behave like nim.cfg in terms of where these scripts are sear...
Timothee Cour
2018-08-30
7
-118
/
+156
*
add nim c -r nimsuggest/tester to travis (#8805)
Timothee Cour
2018-08-29
10
-3
/
+27
*
Allow Nimble to override the ``task`` template in nimscript. (#8798)
Dominik Picheta
2018-08-28
1
-18
/
+18
*
Allow `hint` and `warning` to specify its loc info (#8771)
LemonBoy
2018-08-28
4
-12
/
+40
*
Net module fixes (#8597)
Dominik Picheta
2018-08-28
2
-17
/
+19
*
make parseopt work with DLLs on Unix
Araq
2018-08-28
1
-7
/
+8
*
make parsopt compile under --taintMode:on
Araq
2018-08-28
1
-6
/
+6
*
parseopt: keep the seq of arguments as given; fixes various command line pars...
Araq
2018-08-28
1
-34
/
+75
*
fixes #4766
Araq
2018-08-28
2
-1
/
+21
*
added a test to ensure that for-loop-variables cannot be mutated
Araq
2018-08-28
1
-0
/
+15
*
Fix nkImportAs regression (#8796)
Oscar NihlgÄrd
2018-08-28
2
-9
/
+19
*
show all mismatching overloads again
Araq
2018-08-27
1
-9
/
+11
[next]