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 getting custom pragma from generic object (#20481)
Jake Leahy
2023-01-11
2
-1
/
+19
*
testament: make valgrind optional (#21238)
Anna
2023-01-11
2
-1
/
+12
*
parseopt.nim documentation clarity - default values & cmdEnd in getopt (#21047)
Russell Brinson
2023-01-11
1
-2
/
+27
*
fix typeRel of typeDesc (#21227)
Bung
2023-01-09
2
-2
/
+10
*
fixes #21232; highlite.getNextToken() returns gtOperator for '/' in C (#21234)
ringabout
2023-01-08
2
-0
/
+13
*
fixes #21209; exclude threads options for JS (#21233)
ringabout
2023-01-08
3
-0
/
+9
*
disable bump (#21241)
ringabout
2023-01-08
1
-1
/
+1
*
underscores for routine parameters (#21192)
metagn
2023-01-08
5
-3
/
+131
*
adds changelog for more architectures support and fixes a link (#21229)
ringabout
2023-01-06
1
-1
/
+2
*
docgen: implement cross-document links (#20990)
Andrey Makarov
2023-01-04
45
-494
/
+1866
*
make it printer friendly (#21218)
Bung
2023-01-04
2
-0
/
+18
*
fixes #21207; reports redefinition error in the definition of enums (#21217)
ringabout
2023-01-03
2
-2
/
+11
*
bump csource_v2 to include fix for linking parameter maximum length (#21216)
ringabout
2023-01-02
1
-1
/
+1
*
minor code cleanups (#21215)
Andreas Rumpf
2023-01-02
6
-36
/
+32
*
Update nim.cfg (#21204)
Chavdar Ivanov
2023-01-02
1
-2
/
+1
*
fixes pragmas reorder (#21205)
ringabout
2023-01-01
2
-0
/
+20
*
fixes #20906; update copyright year [backport 1.6] (#21210)
ringabout
2023-01-01
3
-3
/
+3
*
avoiding unnecessary allocation for dollar IpAddress (#21199)
rockcavera
2022-12-30
1
-2
/
+2
*
fix #15117 zero size array cause incorrect codegen for VCC compiler (#21197)
Bung
2022-12-30
2
-0
/
+29
*
fixes #21195; `std/assertions` continue to use `sysFatal` when `nimPreviewSli...
ringabout
2022-12-29
7
-30
/
+63
*
fixes #14444; add `genLineDir` before assignment (#21201)
ringabout
2022-12-29
2
-0
/
+15
*
fixes #19997; ships changelogs directory for a release (#21200)
ringabout
2022-12-29
1
-0
/
+1
*
less verbose type mismatch messages (#21191)
ringabout
2022-12-28
7
-27
/
+105
*
fixes warnings when building csources (#21194)
ringabout
2022-12-28
1
-6
/
+6
*
fixes #21171; dynamic acyclic refs need to use dyn decRef (#21184)
ringabout
2022-12-28
3
-0
/
+97
*
fix #14667 (#21190)
Bung
2022-12-28
3
-0
/
+17
*
Fix nimsuggest not suggesting fields in when theres static parameters (#21189)
Jake Leahy
2022-12-28
2
-1
/
+19
*
[backport: 2.0] prevents the jsonscript command from exceeding the maximum le...
rockcavera
2022-12-28
1
-9
/
+13
*
std/encodings: Fix open() documentation in regard to exception raised (#21187)
Phil Krylov
2022-12-28
1
-1
/
+1
*
fix for bad error message with const in case statement (#21182)
metagn
2022-12-27
2
-0
/
+11
*
atlas: minor doc improvements (#21183)
Andreas Rumpf
2022-12-27
1
-1
/
+5
*
add test case for #20289 (#21180)
Bung
2022-12-27
1
-0
/
+15
*
fix in msg `doAssert()` to update grammar.txt (#21179)
rockcavera
2022-12-27
1
-1
/
+1
*
remove legacy code (#21134)
ringabout
2022-12-26
27
-1066
/
+466
*
sync some changes from release notes (#21173)
ringabout
2022-12-26
1
-4
/
+2
*
enforce void for nkWhileStmt [backport: 2.0] (#21170)
ringabout
2022-12-24
2
-1
/
+11
*
Make search results be relative to documentation root (#21145)
Jake Leahy
2022-12-23
1
-18
/
+30
*
re and nre now link to regex and tinyre (#21161)
ringabout
2022-12-23
2
-3
/
+9
*
add the cpp target (#21164)
ringabout
2022-12-23
1
-0
/
+4
*
fix #20997 calling system.card[T](x: set[T]) with T of int8 or uint8 … (#21...
Bung
2022-12-23
3
-4
/
+24
*
fix #11634 (#21146)
Bung
2022-12-23
2
-3
/
+26
*
fix #12946 Bad C++ codegen on distinct generics C++ types (#21157)
Bung
2022-12-23
2
-4
/
+9
*
fix socket send for string types (#21155)
Jaremy Creechley
2022-12-22
1
-9
/
+30
*
Don't repeat suggestions for same symbol (#21140)
Jake Leahy
2022-12-22
5
-35
/
+71
*
remove misleading slimsystem deprecated warnings (#21156)
metagn
2022-12-22
2
-5
/
+0
*
add link to setutils in system module docs (#21130)
Peder Bergebakken Sundt
2022-12-22
1
-0
/
+1
*
Feature/xmltree additions (#20988)
Michael Voronin
2022-12-22
9
-3
/
+552
*
fixes #20244; fixes castSizes warnings (#21102)
ringabout
2022-12-22
4
-3
/
+20
*
Use `ErrorColor` when a warning that is turned into an error is raised (#21131)
Jake Leahy
2022-12-22
1
-1
/
+2
*
fix #16541 (#21148)
Bung
2022-12-22
2
-0
/
+14
[prev]
[next]