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 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
*
Implement setLineInfo (#21153)
Peter Munch-Ellingsen
2022-12-22
6
-5
/
+72
*
fixes #21144; try expression will not match the less indentation except (#21152)
ringabout
2022-12-21
2
-1
/
+30
*
bump csource_v2 to include fixes for macos m1 (#21147)
ringabout
2022-12-21
1
-1
/
+1
*
ucpu fix-up for arm64 value on macos m1 (#21142)
Luca Guzzon
2022-12-20
1
-0
/
+3
*
fixes #19292; fixes #21122; fixes putEnv and setEnv with vcc (#21143)
ringabout
2022-12-20
3
-15
/
+25
*
fix #20248;fix #6215;turns into simple CT error (#21141)
Bung
2022-12-20
2
-0
/
+16
*
disable "Warning: gc is deprecated" in compiler (#21137)
ringabout
2022-12-20
1
-0
/
+2
*
fix #21109 (#21127)
Bung
2022-12-19
2
-0
/
+15
*
add changelog for the new strict function checking algorithm (#21129)
ringabout
2022-12-19
1
-0
/
+2
*
close #11705; add a testcase (#21128)
ringabout
2022-12-18
1
-0
/
+17
*
fixes misplaced changelog entries; pre-existing issue (#21125)
ringabout
2022-12-17
2
-33
/
+19
*
remove unused imports (#21126)
ringabout
2022-12-17
1
-2
/
+0
*
add 2.0 changelog (#21107)
ringabout
2022-12-17
2
-293
/
+324
*
fixes #21116; always mangles the param (#21121)
ringabout
2022-12-17
3
-6
/
+12
*
Nim now ships nimble with 0.14.1 version (#21120)
ringabout
2022-12-17
1
-1
/
+1
*
Bump the devel version to 1.9.1 (#21117)
ringabout
2022-12-16
1
-2
/
+2
*
bump csource_v2 hash (#21118)
ringabout
2022-12-16
1
-1
/
+1
*
fix #12122 (#21096)
Bung
2022-12-16
23
-140
/
+140
*
csource building prefers `bin/nim` (#21115)
ringabout
2022-12-16
1
-2
/
+13
*
the devel branch now uses csources_v2 (#21108)
ringabout
2022-12-16
4
-6
/
+7
*
fixes chronicles (#21114)
ringabout
2022-12-16
1
-1
/
+1
*
Check file exists in `{.compile.}` pragma (#21105)
Jake Leahy
2022-12-15
2
-2
/
+10
*
fix #20588 (#21104)
Bung
2022-12-15
2
-0
/
+24
*
Make async stacktraces less verbose (#21091)
Jake Leahy
2022-12-15
6
-63
/
+33
*
fix #19580; add warning for bare except: clause (#21099)
ringabout
2022-12-15
14
-26
/
+50
*
generic `define` pragma + string alias (#20979)
metagn
2022-12-13
8
-53
/
+218
*
Fix #20416. Enable the recursion limit for ref/ptr types. (#21092)
Aditya Siram
2022-12-13
2
-4
/
+34
*
Document that system:pop() may raise IndexDefect (#21070)
Xavier Noria
2022-12-13
2
-3
/
+5
*
JS backend properly extends string with `setLen` (#21087)
Jake Leahy
2022-12-13
2
-1
/
+14
*
Refactor JS sourcemap generator (#21053)
Jake Leahy
2022-12-13
3
-373
/
+295
*
add CI for version-2-0 branch (#21084)
ringabout
2022-12-13
1
-0
/
+1
*
Nimsuggest now defines the backends symbol (#21083)
Jake Leahy
2022-12-12
3
-2
/
+13
*
fixes #21043; fixes a named exception in the infixAs expression which generat...
ringabout
2022-12-12
3
-1
/
+27
*
remove implicitDeref feature enum (#21075)
ringabout
2022-12-12
1
-2
/
+1
*
add a changelog for nimble (#21078)
ringabout
2022-12-12
1
-3
/
+1
*
work around chronos (#21079)
ringabout
2022-12-12
1
-1
/
+1
*
closes #20808 (#21077)
Andreas Rumpf
2022-12-12
1
-0
/
+35
*
Docs expand `using` parameters (#21076)
Jake Leahy
2022-12-12
6
-10
/
+52
*
ship a modern nimble with lock files support (#21061)
ringabout
2022-12-12
4
-5
/
+5
*
fix #15836 proc arg return type auto unexpectly match proc with concr… (#21...
Bung
2022-12-12
12
-12
/
+74
*
alternative, much simpler algorithm for strict func checking (#21066)
Andreas Rumpf
2022-12-11
14
-78
/
+187
*
`multisync` now allows tuples in return type (#21074)
Jake Leahy
2022-12-11
2
-2
/
+21
[next]