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
...
*
parsecsv fix style (#17933)
Juan Carlos
2021-05-04
1
-67
/
+64
*
add logging to help investigate why tests/vm/tconst.nim is flaky (#17934)
Timothee Cour
2021-05-04
1
-1
/
+1
*
IC: codegen: fix (#17931)
Andreas Rumpf
2021-05-04
1
-1
/
+3
*
mention -d:nimLegacyConvEnumEnum in error msg (#17928)
Timothee Cour
2021-05-03
1
-0
/
+2
*
treetab: minor code cleanups (#17927)
Andreas Rumpf
2021-05-03
1
-6
/
+6
*
fix #17913 build_all.sh on M1 mac (#17917); temporary workaround
Timothee Cour
2021-05-03
1
-0
/
+2
*
highlite: fix #17890 - tokenize Nim escape seq-s (#17919)
Andrey Makarov
2021-05-03
2
-19
/
+46
*
close #16123 std/sets with closures in cpp (#17921)
Timothee Cour
2021-05-03
1
-5
/
+13
*
CI Update (#17923)
Juan Carlos
2021-05-02
2
-3
/
+3
*
typo: nonexistant => nonexistent (#17918)
Timothee Cour
2021-05-02
16
-38
/
+38
*
ref #17913; fix typo in tools/ci_generate.nim generating build_all.sh (#17915)
Timothee Cour
2021-05-01
2
-2
/
+2
*
fix #17911 rawProc for cpp (#17912)
Timothee Cour
2021-05-01
4
-14
/
+93
*
system.nim cleanup some exported constants which should never have be… (#17...
Andreas Rumpf
2021-05-01
10
-29
/
+32
*
WIP: Added missing functions to jsre module (#17881)
Yanis Zafirópulos
2021-05-01
1
-0
/
+30
*
[std/base64] uses runnableExamples (#17882)
flywind
2021-05-01
1
-32
/
+30
*
misc fixes: remove `forceConst` (obsolete by static), add more runnableExampl...
Timothee Cour
2021-05-01
5
-88
/
+78
*
reuse config/build_config.txt for all bootstrap scripts (posix + windows + ci...
Timothee Cour
2021-05-01
7
-23
/
+134
*
Fix nim-lang/nimforum#285 - punctuation after URL (#17908)
Andrey Makarov
2021-05-01
2
-11
/
+67
*
Document the difference between toFloat/toInt and type conversion (#17894)
Gabriel Huber
2021-04-30
1
-2
/
+3
*
bring back std/ prefix within compiler and ensure it works in bootstrap + bsd...
Timothee Cour
2021-04-30
7
-33
/
+65
*
fix #17905: hash(closure) was not being tested (#17906)
Timothee Cour
2021-04-30
1
-12
/
+20
*
close #16646; `since` now works with bootstrap nim post csources_v1 (#17895)
Timothee Cour
2021-04-30
3
-6
/
+5
*
Small parser loop fix (#17904)
Clyybber
2021-04-30
2
-1
/
+5
*
gitutils: add diffStrings, diffFiles, and use it in testament to compare expe...
Timothee Cour
2021-04-30
8
-52
/
+99
*
more strict RST inline markup parsing (#17827)
Andrey Makarov
2021-04-29
3
-13
/
+207
*
follow-up #17692: more inline syntax highlighting (#17837)
Andrey Makarov
2021-04-29
5
-181
/
+287
*
Fix `insert` calling wrong function (#17856)
Fröhlich A
2021-04-29
1
-1
/
+1
*
improve tsets.nim, twrong_setconstr.nim and avoid name clashes with compiler ...
Timothee Cour
2021-04-29
2
-338
/
+63
*
improve nimsuggest/tester, minor improvements to koch.nim (#17879)
Timothee Cour
2021-04-29
4
-23
/
+24
*
fix #17888: remove undefined behavior for posix.open; fix tempfiles.createTem...
Timothee Cour
2021-04-29
3
-4
/
+16
*
improve cache line size (#17885)
flywind
2021-04-29
1
-6
/
+3
*
fix #17853 (ascii message separator broke json nim dump) (#17887)
Timothee Cour
2021-04-29
6
-4
/
+24
*
[std/encodings]move to tests (#17866)
flywind
2021-04-29
2
-72
/
+73
*
externalToLink: use quoteShell to avoid issues with spaces in paths for {.lin...
Timothee Cour
2021-04-29
1
-13
/
+9
*
Implement https://forum.nim-lang.org/t/7848#50018 (#17874)
c-blake
2021-04-29
6
-13
/
+17
*
Fix documentation of strutils.stripLineEnd (#17883)
Michael Krieger
2021-04-28
1
-1
/
+1
*
[std/encodings] fix iconv headers on OpenBSD (#17872)
flywind
2021-04-27
1
-1
/
+3
*
Fix #17712 (#17873)
Clyybber
2021-04-27
2
-3
/
+15
*
testament: add `nimoutFull: bool` spec (#17867)
Timothee Cour
2021-04-27
7
-9
/
+43
*
[std/pegs] increase test coverage (#17871)
flywind
2021-04-27
2
-148
/
+154
*
fix #17859; rename tests so they run in CI; merge several tests with nim chec...
Timothee Cour
2021-04-27
7
-54
/
+44
*
[std/parsecfg]use runnableExamples (#17868)
flywind
2021-04-27
1
-96
/
+95
*
add -d:nimLegacyNoHashRef for a transition period which avoids defining hash(...
Timothee Cour
2021-04-27
2
-17
/
+23
*
correct changelog[skip CI] (#17870)
flywind
2021-04-26
1
-1
/
+1
*
fix typo in changelog refs #17746 [skip ci] (#17869)
Timothee Cour
2021-04-26
1
-1
/
+1
*
fix typo in test name undeclared_routime.nim => undeclared_routine.nim (#17861)
Timothee Cour
2021-04-26
7
-17
/
+17
*
disable telebot, refs https://github.com/ba0f3/telebot.nim/issues/59 (#17860)
Timothee Cour
2021-04-26
1
-1
/
+1
*
fix gbk encodings on windows (#17843)
flywind
2021-04-26
2
-0
/
+26
*
Remove confusing <//> (#17830)
flywind
2021-04-26
7
-31
/
+29
*
bring back jstin after forking a new one (#17844)
flywind
2021-04-25
1
-0
/
+1
[prev]
[next]