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
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
add logging to help investigate why tests/vm/tconst.nim is flaky (#17934)
Timothee Cour
2021-05-04
1
-1
/
+1
*
highlite: fix #17890 - tokenize Nim escape seq-s (#17919)
Andrey Makarov
2021-05-03
1
-0
/
+13
*
close #16123 std/sets with closures in cpp (#17921)
Timothee Cour
2021-05-03
1
-5
/
+13
*
typo: nonexistant => nonexistent (#17918)
Timothee Cour
2021-05-02
10
-25
/
+25
*
fix #17911 rawProc for cpp (#17912)
Timothee Cour
2021-05-01
2
-4
/
+72
*
system.nim cleanup some exported constants which should never have be… (#17...
Andreas Rumpf
2021-05-01
1
-1
/
+1
*
misc fixes: remove `forceConst` (obsolete by static), add more runnableExampl...
Timothee Cour
2021-05-01
3
-43
/
+37
*
Fix nim-lang/nimforum#285 - punctuation after URL (#17908)
Andrey Makarov
2021-05-01
1
-0
/
+50
*
close #16646; `since` now works with bootstrap nim post csources_v1 (#17895)
Timothee Cour
2021-04-30
1
-1
/
+1
*
Small parser loop fix (#17904)
Clyybber
2021-04-30
1
-1
/
+4
*
more strict RST inline markup parsing (#17827)
Andrey Makarov
2021-04-29
1
-0
/
+161
*
improve tsets.nim, twrong_setconstr.nim and avoid name clashes with compiler ...
Timothee Cour
2021-04-29
2
-338
/
+63
*
fix #17853 (ascii message separator broke json nim dump) (#17887)
Timothee Cour
2021-04-29
2
-2
/
+16
*
[std/encodings]move to tests (#17866)
flywind
2021-04-29
1
-0
/
+73
*
Implement https://forum.nim-lang.org/t/7848#50018 (#17874)
c-blake
2021-04-29
1
-1
/
+1
*
Fix #17712 (#17873)
Clyybber
2021-04-27
1
-0
/
+11
*
testament: add `nimoutFull: bool` spec (#17867)
Timothee Cour
2021-04-27
2
-2
/
+8
*
[std/pegs] increase test coverage (#17871)
flywind
2021-04-27
1
-4
/
+154
*
fix #17859; rename tests so they run in CI; merge several tests with nim chec...
Timothee Cour
2021-04-27
7
-54
/
+44
*
fix typo in test name undeclared_routime.nim => undeclared_routine.nim (#17861)
Timothee Cour
2021-04-26
7
-17
/
+17
*
fix gbk encodings on windows (#17843)
flywind
2021-04-26
1
-0
/
+25
*
Remove confusing <//> (#17830)
flywind
2021-04-26
1
-1
/
+6
*
fix #17836 (typed macro isNil for proc params) (#17841)
Saem Ghani
2021-04-25
1
-0
/
+15
*
`--usenimcache` (implied by `nim r main`) now caches some compile options to ...
Timothee Cour
2021-04-25
2
-12
/
+39
*
add colon (#17834)
flywind
2021-04-24
1
-1
/
+1
*
move travis, appveyor, ci.yml.disabled to `unmaintained/` (#17828)
Timothee Cour
2021-04-24
5
-15
/
+3
*
`typeof(voidStmt)` now works (#17807)
Timothee Cour
2021-04-23
1
-0
/
+61
*
add `--processing:dots|filenames|off` to customize `hintProcessing` (#17817)
Timothee Cour
2021-04-23
1
-1
/
+1
*
fix #17812 (repr fails to compile with ARC/ORC) (#17816)
flywind
2021-04-22
1
-0
/
+29
*
js generates spurious >>> on shr (#17767)
Sivchari
2021-04-21
1
-0
/
+49
*
fix #7535(Poor error message for spawn when a procedure (without calling it))...
flywind
2021-04-21
1
-0
/
+11
*
add RST highlighting for command line / shells (also fixes #16858) (#17789)
Andrey Makarov
2021-04-21
1
-8
/
+12
*
getCustomPragmaVal priority/override fixes (#17725)
Clyybber
2021-04-21
1
-0
/
+10
*
`--filenames:abs|canonical|legacyRelProj` for filenames in compiler msgs (rep...
Timothee Cour
2021-04-21
1
-1
/
+1
*
close #9372 add std/tempfiles (#17361)
flywind
2021-04-21
1
-0
/
+17
*
unit separator (#17730)
Andreas Rumpf
2021-04-20
2
-4
/
+4
*
close #9691 and close #10913('spawn'ed function cannot have a 'typed' or 'unt...
flywind
2021-04-20
2
-0
/
+29
*
fix https://github.com/nim-lang/RFCs/issues/311 remove unary slice (#16714)
Timothee Cour
2021-04-19
2
-6
/
+7
*
IC navigator: added support for include files (#17784)
Andreas Rumpf
2021-04-19
3
-2
/
+33
*
fix #12521(type alias for openArray) (#17593)
flywind
2021-04-19
1
-0
/
+26
*
privateAccess now works with ref | ptr (#17760)
Timothee Cour
2021-04-19
4
-10
/
+122
*
fix #17749 ignore SIGPIPE signals, fix nim CI #17748 (#17752)
Timothee Cour
2021-04-18
2
-6
/
+28
*
IC exposes typedesc implementation shenanigans (#17759)
Andreas Rumpf
2021-04-18
1
-0
/
+15
*
fix range to unsigned conversion (#17754)
Tanguy Cizain
2021-04-17
1
-0
/
+12
*
replace defer with try ... finally (#17753)
flywind
2021-04-17
1
-2
/
+9
*
fix nim CI following #17455 (same postmortem as #17721) (#17740)
Timothee Cour
2021-04-16
1
-6
/
+2
*
refs #17292 fix `repr`: `(discard)` now does't render as `discard` which gave...
Timothee Cour
2021-04-16
1
-12
/
+38
*
std/hashes: hash(ref|ptr|pointer) + other improvements (#17731)
Timothee Cour
2021-04-16
3
-6
/
+36
*
start using import {.all.} (#17736)
Timothee Cour
2021-04-16
1
-0
/
+19
*
ic navigator tests (#17735)
Andreas Rumpf
2021-04-16
1
-0
/
+33
[prev]
[next]