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
*
Merge pull request #9937 from cooldome/pragmablock_custom_pragma
Andreas Rumpf
2018-12-12
4
-9
/
+32
|
\
|
*
add test
Andrii Riabushenko
2018-12-11
1
-0
/
+22
|
*
Add changelog item
Andrii Riabushenko
2018-12-11
1
-0
/
+3
|
*
custom pragmas in pragma blocks
Andrii Riabushenko
2018-12-11
2
-9
/
+7
*
|
Merge pull request #9755 from flaviut/nre-missing-match
Andreas Rumpf
2018-12-12
6
-83
/
+126
|
\
\
|
*
|
Rework nil/option for nre in light of ""==nil
Flaviu Tamas
2018-12-11
6
-87
/
+126
|
*
|
Revert 7f49364fd0 for nre
Flaviu Tamas
2018-12-11
4
-12
/
+16
|
/
/
*
|
minor cleanups
Andreas Rumpf
2018-12-11
3
-18
/
+8
*
|
cleanup of excpt.nim
Andreas Rumpf
2018-12-11
1
-1
/
+4
*
|
Merge pull request #9805 from pacien/181126-list-append
Andreas Rumpf
2018-12-11
2
-1
/
+17
|
\
\
|
*
|
add SinglyLinkedList.append procs
pacien
2018-11-27
2
-1
/
+17
*
|
|
Merge pull request #9916 from timotheecour/pr_ref_9906_errorMax
Andreas Rumpf
2018-12-11
2
-0
/
+10
|
\
\
\
|
*
|
|
--errorMax:0 means: unlimited
Timothee Cour
2018-12-09
2
-4
/
+8
|
*
|
|
refs #9906; --errorMax:10 allows stopping after 10 errors
Timothee Cour
2018-12-09
2
-0
/
+6
*
|
|
|
Merge pull request #9923 from stefantalpalaru/calldepth
Andreas Rumpf
2018-12-11
1
-3
/
+5
|
\
\
\
\
|
*
|
|
|
replace misleading "stack overflow" message on call depth limit
Ștefan Talpalaru
2018-12-10
1
-3
/
+5
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
cleanup main.nim's code style
Andreas Rumpf
2018-12-11
1
-14
/
+10
*
|
|
|
destructors: defensive programming against wrong generated destructor for str...
Andreas Rumpf
2018-12-11
2
-6
/
+10
*
|
|
|
Merge pull request #9917 from timotheecour/pr_dump_msg
Andreas Rumpf
2018-12-11
2
-1
/
+18
|
\
\
\
\
|
*
|
|
|
enhance `dump --dump.format:json`
Timothee Cour
2018-12-09
2
-1
/
+18
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge pull request #9881 from timotheecour/pr_ref_9880
Andreas Rumpf
2018-12-11
9
-23
/
+64
|
\
\
\
\
|
*
|
|
|
refs #9880 show index and bound in lots of `index out of bounds` errors
Timothee Cour
2018-12-09
9
-23
/
+64
*
|
|
|
|
make tests green again
Araq
2018-12-11
1
-0
/
+2
*
|
|
|
|
don't skip tests that really were not joined
Araq
2018-12-11
1
-1
/
+1
*
|
|
|
|
remove outputGotten.txt file on success
Araq
2018-12-11
1
-0
/
+1
*
|
|
|
|
attempt to make travis green
Araq
2018-12-11
3
-4
/
+4
*
|
|
|
|
don't run megatest in parallel for better error messages
Araq
2018-12-11
2
-1
/
+4
*
|
|
|
|
megatest: make it green on Linux
Araq
2018-12-11
6
-9
/
+9
*
|
|
|
|
make more tests green
Araq
2018-12-11
3
-54
/
+10
*
|
|
|
|
make tests green; better output for when megatest execution fails
Araq
2018-12-11
6
-5
/
+6
*
|
|
|
|
testament megatest: furher refactorings making more tests green
Araq
2018-12-11
4
-85
/
+92
*
|
|
|
|
testament: joinable is now an explicit concept of a test spec
Andreas Rumpf
2018-12-11
17
-51
/
+55
*
|
|
|
|
the linking step doesn't mind Windows' 8K command line limit anymore
Araq
2018-12-11
1
-28
/
+48
*
|
|
|
|
fixes extccomp regressions
Araq
2018-12-11
1
-2
/
+2
*
|
|
|
|
fixes extccomp regressions
Araq
2018-12-11
1
-2
/
+2
*
|
|
|
|
fixes extccomp regressions
Araq
2018-12-11
1
-5
/
+5
*
|
|
|
|
Testament: refactoring; makes the test joiner green
Araq
2018-12-11
28
-231
/
+177
*
|
|
|
|
workaround against silly Windows command line length limitations for the upco...
Araq
2018-12-11
2
-17
/
+29
*
|
|
|
|
lots of small changes
Arne Döring
2018-12-11
85
-110
/
+180
*
|
|
|
|
megatest integrated in default test all
Arne Döring
2018-12-11
2
-58
/
+51
*
|
|
|
|
megatest checks output and nimout
Arne Döring
2018-12-11
16
-215
/
+231
*
|
|
|
|
megatest can be executed
Arne Döring
2018-12-11
22
-130
/
+150
*
|
|
|
|
tshouldfail is stricter
Arne Döring
2018-12-11
5
-4
/
+18
*
|
|
|
|
require errormsg to be specified before file.
Arne Döring
2018-12-11
264
-623
/
+305
*
|
|
|
|
allow to disable backend logging
Arne Döring
2018-12-11
2
-9
/
+20
*
|
|
|
|
test can fail because of invalid spec
Arne Döring
2018-12-11
3
-20
/
+35
*
|
|
|
|
fix htmlgen, that I broke
Arne Döring
2018-12-11
2
-10
/
+8
*
|
|
|
|
kill testnospec
Arne Döring
2018-12-11
2
-11
/
+7
*
|
|
|
|
fix js category
Arne Döring
2018-12-11
2
-4
/
+5
*
|
|
|
|
remove echo
Arne Döring
2018-12-11
1
-3
/
+0
[next]