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
...
*
genDepend: fix for module names that are reserved DOT keywords (#18392)
Ștefan Talpalaru
2021-06-30
1
-1
/
+1
*
remove isKeywordIgnoreCase from highlite, not used , can't even compile with ...
Bung
2021-06-30
1
-3
/
+0
*
improvements to hint:processing: show import stack, distinguish nims, show in...
Timothee Cour
2021-06-30
8
-19
/
+29
*
Add commas to docs for clarity (#18398)
Elliot Waite
2021-06-29
2
-3
/
+3
*
typo: enmRange => enumElementsAsSet (#18394)
Timothee Cour
2021-06-29
1
-2
/
+2
*
fixes #16270 (#18388)
Andreas Rumpf
2021-06-29
3
-3
/
+10
*
simplify rdstdin (#18382)
Timothee Cour
2021-06-28
1
-10
/
+4
*
Fix unused warning for $ on empty object (#18381)
Clyybber
2021-06-28
1
-1
/
+1
*
Cleanup lookups.nim again.. (#18379)
Clyybber
2021-06-28
1
-4
/
+4
*
Fix #16426 (#18377)
Clyybber
2021-06-28
2
-5
/
+23
*
`./koch tools` now builds bin/nim_dbg, a debug version of nim (#18289)
Timothee Cour
2021-06-28
2
-4
/
+11
*
fixes #18319 (#18375)
Andreas Rumpf
2021-06-28
1
-2
/
+12
*
Simplify addInt, remove digits10 (#18356)
Clyybber
2021-06-28
4
-68
/
+27
*
Peg captures get stack-like behavior (#18369)
gemath
2021-06-28
3
-34
/
+94
*
Switch IRC links to Libera Chat (#18370)
Federico Ceratto
2021-06-27
2
-3
/
+3
*
Switch packaging.rst to use makefile
Federico Ceratto
2021-06-27
1
-3
/
+4
*
followup #18362: make `UnusedImport` work robustly (#18366)
Timothee Cour
2021-06-27
14
-25
/
+186
*
rst: fix bug 20 from #17340 (#18360)
Andrey Makarov
2021-06-26
2
-1
/
+50
*
even lighter version of #17938: fix most issues with UnusedImport, XDeclaredB...
Timothee Cour
2021-06-26
13
-60
/
+155
*
ensure 'koch boot --gc:orc' stays green (#18353)
Andreas Rumpf
2021-06-25
1
-0
/
+5
*
Add sink annotation to option some() (#18358)
tomc1998
2021-06-25
1
-2
/
+2
*
docs now show nimExperimentalX APIs (#18345)
Timothee Cour
2021-06-25
4
-8
/
+12
*
fixes #18240 (#18354)
Andreas Rumpf
2021-06-25
2
-12
/
+57
*
fixes #18287 (#18346)
Andreas Rumpf
2021-06-25
2
-25
/
+74
*
couple tiny typo fixes (#18344)
Smooth Operator
2021-06-24
1
-2
/
+2
*
float parsing: Add test for a fixed issue (#18232)
Kaushal Modi
2021-06-24
1
-11
/
+18
*
fixes #18320 (#18343)
Andreas Rumpf
2021-06-24
2
-4
/
+6
*
enable VM tracing in user code via `{.define(nimVmTrace).}` (#18244)
Timothee Cour
2021-06-24
6
-2
/
+53
*
rst: allow comment to continue on second line (#18338)
Andrey Makarov
2021-06-24
2
-18
/
+76
*
fix #18334: handle path with spaces on windows during bootstrap (#18337)
Timothee Cour
2021-06-24
2
-13
/
+16
*
fix #18332: XDeclaredButNotUsed hints now in deterministic order (#18336)
Timothee Cour
2021-06-24
2
-15
/
+19
*
fixes #18326 (#18335)
Andreas Rumpf
2021-06-23
2
-4
/
+9
*
[std/times]getTime now uses high resolution API on windows (#17901)
flywind
2021-06-23
2
-2
/
+6
*
Add some tests (#18333)
Antonis Geralis
2021-06-23
1
-2
/
+70
*
OS.nim: style changes (#18331)
Andreas Rumpf
2021-06-23
1
-30
/
+28
*
Markdown: allow to end URL with balanced parenthesis (#18321)
Andrey Makarov
2021-06-23
2
-2
/
+75
*
followup #18318: simplify `dollarImpl` and add a test (#18330)
Timothee Cour
2021-06-22
2
-7
/
+23
*
merge similar procs regarding digits (#18318)
flywind
2021-06-22
5
-135
/
+107
*
fix #18327 (#18328)
flywind
2021-06-22
2
-1
/
+6
*
readAsText supports both Blob and File (fixes #18187) (#18189)
mantielero
2021-06-21
1
-2
/
+2
*
convert code-blocks to runnableExamples in io (#18315)
xioren
2021-06-21
1
-16
/
+15
*
add multi type exception catching to manual (#18258) (#18323)
xioren
2021-06-21
1
-4
/
+2
*
close #13196 now that we have dragonbox (#18316)
Timothee Cour
2021-06-21
2
-0
/
+22
*
fixes #17768 [backport:1.4] (#18317)
flywind
2021-06-21
2
-7
/
+12
*
fix #18310 system.== in vm for NimNode (#18313)
Timothee Cour
2021-06-21
2
-5
/
+17
*
close #17403; improve docs for tuple (#18312)
Timothee Cour
2021-06-21
1
-7
/
+8
*
followup #17852, disallow all:on for now (#18311)
Timothee Cour
2021-06-20
2
-1
/
+4
*
validate rst field for :number-lines:, :status: (#18304)
Andrey Makarov
2021-06-20
5
-8
/
+38
*
support `--hint:all:off --hint:x` (ditto with `--warnings` + friends) (#17852)
Timothee Cour
2021-06-20
5
-44
/
+45
*
Raise IndexDefect when deleting element at out of bounds index (#17821)
Heiko Nickerl
2021-06-20
5
-36
/
+70
[prev]
[next]