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
*
strutils, rstgen: avoid deprecated `strutils.delete` (#20488)
ee7
2022-10-05
3
-5
/
+9
*
Add proxy basic auth documentation (#20498)
TerrorTrace
2022-10-05
1
-0
/
+8
*
enable important packages which pass tests (#20501)
ringabout
2022-10-05
1
-2
/
+2
*
cleanup nfFirstWrite flags (#20500)
Andreas Rumpf
2022-10-05
5
-6
/
+5
*
fixes #19231; newFinalize doesn't work with ORC (#20291)
ringabout
2022-10-05
2
-31
/
+46
*
enable ORC tests for nimsl (#20497)
ringabout
2022-10-04
1
-1
/
+1
*
remove deprecation messages for `unsafeAddr`; add warnings to docs (#20496)
ringabout
2022-10-04
1
-13
/
+3
*
add default field support for object in ARC/ORC (#20480)
ringabout
2022-10-04
23
-80
/
+727
*
decrease iteration count of btree test (#20491)
Bung
2022-10-04
1
-1
/
+1
*
allocator: disable unnecessary stuff for ORC [backport] (#20489)
Andreas Rumpf
2022-10-03
1
-95
/
+44
*
[ARC] fixes #18645; C Compiler error when initializing {.global.} with a bloc...
ringabout
2022-10-03
2
-12
/
+35
*
close #11415; add testcase (#20486)
ringabout
2022-10-03
1
-0
/
+25
*
pragma for sfCallsite instead of name check + better semantics, test (#20464)
metagn
2022-10-03
13
-25
/
+73
*
fixes nim check with orc (#20456)
ringabout
2022-10-02
5
-1
/
+27
*
less test time costs (#20479)
Bung
2022-10-02
3
-12
/
+8
*
disable threads when booting the compiler (#20478)
ringabout
2022-10-02
1
-0
/
+1
*
Fix #19224 For loops over a hardcoded empty array crash the compiler (#20476)
Bung
2022-10-01
2
-0
/
+15
*
move widestrs out of system (#20462)
metagn
2022-10-01
29
-8
/
+64
*
fix #19678 Broken behavior with string ranges in case labels (#20475)
Bung
2022-10-01
2
-0
/
+19
*
new move analyser2 (#20471)
Andreas Rumpf
2022-10-01
19
-687
/
+475
*
closed ambiguous enum defaults to first overload (#20457)
metagn
2022-10-01
8
-8
/
+37
*
remove hack for deprecated csize in compiler (#20463)
metagn
2022-10-01
2
-7
/
+2
*
add plausibleAnalytics support for koch docs[backport:1.6] (#20454)
ringabout
2022-09-30
3
-4
/
+10
*
koch boot compiler with orc (#20467)
ringabout
2022-09-30
5
-11
/
+6
*
make koch and tools work with `nimPreviewSlimSystem` (#20459)
ringabout
2022-09-30
8
-4
/
+28
*
fixes postgres with `nimPreviewSlimSystem` (#20455)
ringabout
2022-09-29
1
-0
/
+4
*
Undeprecate isvalidfilename (#19643)
Juan Carlos
2022-09-29
3
-33
/
+60
*
refactor dbFormat (#19746)
ringabout
2022-09-29
5
-34
/
+34
*
fixed tstrimpl (#20452)
Andreas Rumpf
2022-09-29
1
-0
/
+2
*
Unicode Operators are no longer experimental (#20444)
ringabout
2022-09-28
6
-30
/
+23
*
fix #19500; remove find optimization [backport: 1.6] (#19714)
ringabout
2022-09-28
4
-20
/
+49
*
moderate system cleanup & refactor (#20355)
metagn
2022-09-28
37
-1079
/
+1144
*
fixes changelog links (#20446)
ringabout
2022-09-28
1
-1
/
+1
*
Use vccexe when generating static lib with vcc (#19843)
Tomohiro
2022-09-28
1
-2
/
+3
*
store full definition AST for consts, fix noRewrite (#20115)
metagn
2022-09-28
26
-65
/
+176
*
fixes #19986; mutable view from immutable location (#20134)
ringabout
2022-09-28
2
-15
/
+66
*
Update message for checking `cast` (#20145)
konsumlamm
2022-09-28
3
-7
/
+7
*
fixes #20141; dereferencing pointer to incomplete type error with cast (#20147)
ringabout
2022-09-28
2
-0
/
+32
*
fixes #19457 seqs are not properly updated in loop with ARC/ORC (#19922)
ringabout
2022-09-28
3
-15
/
+48
*
remove deprecated and broken nimweb tools (#20442)
ringabout
2022-09-28
5
-842
/
+2
*
follow up #19408; bump devel version and deprecated unsafeAddr (#20432)
ringabout
2022-09-28
1
-2
/
+3
*
Refactor initOptParser (#19656)
Nan Xiao
2022-09-27
1
-22
/
+5
*
fixes #19401; fixes #19402; rework Forward declaration and finalizer for ORC ...
ringabout
2022-09-27
3
-24
/
+112
*
make more standard libraries work with `nimPreviewSlimSystem` (#20343)
ringabout
2022-09-27
194
-54
/
+299
*
allow more simple expressions in js (#20270)
Amjad Ben Hedhili
2022-09-27
1
-1
/
+3
*
Compute small nim string lit at CT (#20439)
Amjad Ben Hedhili
2022-09-27
1
-3
/
+18
*
no ropes WIP (#20433)
Andreas Rumpf
2022-09-27
24
-1003
/
+1059
*
Fix issue with fields trying to use wrong name (#12655)
Peter Munch-Ellingsen
2022-09-26
2
-5
/
+5
*
use almostEqual in tstats.nim (#20431)
n5m
2022-09-26
1
-8
/
+9
*
fixes #20426; remove `maincommand` and `m` options since they are a no op sin...
ringabout
2022-09-26
2
-1
/
+3
[next]