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
...
*
fix #13899 defer now works with async (#14723)
Timothee Cour
2020-06-19
2
-7
/
+21
*
fixes #14718 [backport]
Araq
2020-06-19
1
-4
/
+4
*
Add testcases for #11811 and #14315 (#14726)
Clyybber
2020-06-19
2
-1
/
+22
*
improve the parser's error message
Araq
2020-06-19
1
-1
/
+1
*
added a space
Araq
2020-06-19
1
-1
/
+1
*
fix #14685 tests/async/t7758.nim flaky (#14721)
Timothee Cour
2020-06-19
1
-2
/
+7
*
add legacy workaround; improve test so that it actually tests for the bugfix
Timothee Cour
2020-06-19
4
-35
/
+14
*
Update tuple newLit
solo989
2020-06-19
2
-5
/
+44
*
make nim-gdb compatible with BSD systems (#14700)
BarrOff
2020-06-18
1
-6
/
+4
*
fix #14691 docgen works again for methods (#14701)
Timothee Cour
2020-06-18
5
-14
/
+110
*
[cleanups] doassert => doAssert; mark deadcode (#14711)
Timothee Cour
2020-06-17
4
-24
/
+26
*
Remove deprecated stuff from stdlib (#14699)
Miran
2020-06-17
41
-519
/
+155
*
remove compilerproc from `newIdentNode` (#14692)
Timothee Cour
2020-06-17
1
-1
/
+1
*
Documentation update nims.rst (#14683)
Juan Carlos
2020-06-17
1
-0
/
+13
*
Update macros.nim (#14697)
solo989
2020-06-17
1
-3
/
+2
*
use check to investigate #14685 flaky tests/async/t7758.nim (#14689)
Timothee Cour
2020-06-16
1
-2
/
+3
*
cleanup tests/test_nimscript.nims (#14686)
Timothee Cour
2020-06-16
1
-9
/
+1
*
Close#5586 (#14682)
Dylan Modesitt
2020-06-16
2
-3
/
+0
*
Set cincludes and clibdir for FreeBSD, OpenBSD and NetBSD. (#14680)
Euan
2020-06-16
2
-3
/
+3
*
`addQuitProc` now works with closures, and c, js(node/browser) backend; fix s...
Timothee Cour
2020-06-16
9
-44
/
+117
*
fix #14179, fix #14142, make CI 1.4x faster (2x faster locally) (#14658)
Timothee Cour
2020-06-16
5
-79
/
+81
*
Use cc on OpenBSD and link to libm when building result (#14672)
Euan
2020-06-16
1
-5
/
+16
*
`hintMsgOrigin` now works in VM code (#14678)
Timothee Cour
2020-06-16
2
-13
/
+11
*
misc cleanups in compiler msgs: use toHumanStr, etc (#14677)
Timothee Cour
2020-06-15
4
-12
/
+9
*
make tests/stdlib tests joinable (#14626)
Timothee Cour
2020-06-15
9
-20
/
+64
*
make `fromJson/toJson` work with `array[range, typ]`, + 1 bugfix (#14669)
Timothee Cour
2020-06-15
2
-8
/
+50
*
normalizeExe (#14668)
Timothee Cour
2020-06-15
4
-10
/
+28
*
Update newLit set[T] to work when set is empty. (#14662)
solo989
2020-06-15
1
-0
/
+4
*
Added --benchmarkVM to times.cpuTime() documentation (#14663)
Ico Doornekamp
2020-06-15
1
-0
/
+2
*
Change 'Future Directions' to link memory management documentation (#14664)
Juan Carlos
2020-06-15
1
-2
/
+2
*
fix codegen bug due to changing existing symbol declaration in template (#14666)
jcosborn
2020-06-15
2
-1
/
+107
*
compiler/commands: make gitHash settable at compile-time. (#14654)
alaviss
2020-06-14
1
-1
/
+1
*
add arc and orc to gc list (#14653)
Andy Davidoff
2020-06-14
1
-1
/
+1
*
fix #14655 setLen(seq) now zeros memory (#14656)
Timothee Cour
2020-06-14
2
-15
/
+23
*
Clarify imported exceptions note in manual
Dominik Picheta
2020-06-13
1
-1
/
+1
*
fix #13166 tioselectors flaky test on freebsd+OSX (#14634)
Timothee Cour
2020-06-12
3
-5
/
+55
*
reorder.nim: fixed typos
Araq
2020-06-12
1
-3
/
+3
*
remove tyOpt, mOpt (#14636)
Timothee Cour
2020-06-12
10
-23
/
+20
*
Add rstgen.rstToLatex convenience proc for renderRstToOut and initRstGenerato...
Juan Carlos
2020-06-12
2
-0
/
+13
*
httpcore: Add http code 308 Permanent Redirect (#14639)
djazz
2020-06-12
2
-1
/
+3
*
tools/kochdocs: add log folding supports for more CI services (#14643)
alaviss
2020-06-12
1
-1
/
+9
*
Disable tfdleak_multiple on platforms other than Windows (#14624)
Timothee Cour
2020-06-11
1
-1
/
+4
*
Add `proc find` to `heapqueue` (#14628)
c-blake
2020-06-10
2
-4
/
+15
*
fix #14545 windows CI docs (#14590)
Timothee Cour
2020-06-10
4
-3
/
+105
*
exceptions.nim: Fix a bad `Error` -> `Defect` renaming (#14621)
ee7
2020-06-10
1
-1
/
+1
*
parseutils: integerOutOfRangeDefect => integerOutOfRangeError (#14627)
Timothee Cour
2020-06-09
1
-7
/
+7
*
enable tioselectors on osx; more diagnostic for #13166 (#14625)
Timothee Cour
2020-06-09
1
-5
/
+3
*
Documentation update a description (#14619)
Juan Carlos
2020-06-09
1
-3
/
+2
*
fixes #14279 (#14618)
Andreas Rumpf
2020-06-09
2
-2
/
+21
*
fixes #14578 (#14615)
Andreas Rumpf
2020-06-09
1
-7
/
+6
[prev]
[next]