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 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
*
Ref #17831(synchapi.h: No such file or directory) (#17832)
flywind
2021-04-25
1
-2
/
+1
*
fix #17836 (typed macro isNil for proc params) (#17841)
Saem Ghani
2021-04-25
3
-2
/
+21
*
`--usenimcache` (implied by `nim r main`) now caches some compile options to ...
Timothee Cour
2021-04-25
6
-53
/
+92
*
Remove unmaintained dir (#17833)
Clyybber
2021-04-24
4
-205
/
+0
*
add colon (#17834)
flywind
2021-04-24
6
-6
/
+6
*
move travis, appveyor, ci.yml.disabled to `unmaintained/` (#17828)
Timothee Cour
2021-04-24
12
-19
/
+20
*
`--declaredlocs` now shows location for `T` instead of `static` in `proc fn(a...
Timothee Cour
2021-04-23
1
-1
/
+4
*
`typeof(voidStmt)` now works (#17807)
Timothee Cour
2021-04-23
8
-12
/
+78
*
manual: fix rendering of `Identifiers & Keywords` [skip ci] (#17811)
Timothee Cour
2021-04-23
1
-1
/
+2
*
typos (#17824)
Andreas Rumpf
2021-04-23
2
-6
/
+6
*
refactor all code that builds csources (#17815)
Timothee Cour
2021-04-23
22
-340
/
+137
*
followup #17561, skipping ci now implies green (#17813)
Timothee Cour
2021-04-23
4
-33
/
+44
*
add `--processing:dots|filenames|off` to customize `hintProcessing` (#17817)
Timothee Cour
2021-04-23
15
-30
/
+50
*
Windows: separate DLLs are not required anymore
Andreas Rumpf
2021-04-22
1
-4
/
+0
*
fix #17812 (repr fails to compile with ARC/ORC) (#17816)
flywind
2021-04-22
2
-1
/
+30
*
js generates spurious >>> on shr (#17767)
Sivchari
2021-04-21
2
-2
/
+50
*
fix #7535(Poor error message for spawn when a procedure (without calling it))...
flywind
2021-04-21
2
-2
/
+16
*
add RST highlighting for command line / shells (also fixes #16858) (#17789)
Andrey Makarov
2021-04-21
10
-140
/
+291
*
Revert localErrorNode param order changes (#17809)
Clyybber
2021-04-21
5
-13
/
+20
*
getCustomPragmaVal priority/override fixes (#17725)
Clyybber
2021-04-21
2
-38
/
+50
*
`--filenames:abs|canonical|legacyRelProj` for filenames in compiler msgs (rep...
Timothee Cour
2021-04-21
9
-41
/
+72
*
close #9372 add std/tempfiles (#17361)
flywind
2021-04-21
3
-0
/
+159
*
improve errmsg refs #17793 object ctor with generics (#17806)
Timothee Cour
2021-04-21
2
-2
/
+5
*
Fix Httpclient headers from being modified accidentally (#17808)
Joey
2021-04-21
1
-2
/
+5
*
CIs: attempt to use csources_v1 (#16282)
Andreas Rumpf
2021-04-21
58
-143
/
+142
*
close #13373 document `(ref Foo)(a: 1)` (#17804)
Timothee Cour
2021-04-21
1
-1
/
+11
*
fix `hintMsgOrigin` regression + simplify msgs code (#17805)
Timothee Cour
2021-04-21
6
-33
/
+23
*
[std/tasks]add gcsafe pragmas (#17799)
flywind
2021-04-21
1
-4
/
+4
*
[std/deques] move data instead of copy + destroy (#17800)
flywind
2021-04-20
1
-4
/
+2
*
unit separator (#17730)
Andreas Rumpf
2021-04-20
8
-39
/
+55
*
close #9691 and close #10913('spawn'ed function cannot have a 'typed' or 'unt...
flywind
2021-04-20
3
-1
/
+40
*
updated the documentation (#17796)
Andreas Rumpf
2021-04-20
2
-5
/
+5
*
followup #16714: add -d:nimLegacyUnarySlice + changelog (#17794)
Timothee Cour
2021-04-20
2
-0
/
+13
*
important_packages: `allowed_failures` batch (#17757)
Timothee Cour
2021-04-20
3
-12
/
+27
*
support skip ci in azure pipelines, and support it properly in github action...
Timothee Cour
2021-04-20
4
-11
/
+45
[next]