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 RFC #341: dot-like operators are now parsed with same precedence as `.` (...
Timothee Cour
2021-08-25
7
-5
/
+74
*
[minor]use `addInt` and `addFloat` (#18733)
flywind
2021-08-24
1
-2
/
+2
*
get rid of the warnings during bootstrapping (#18741)
Miran
2021-08-24
4
-5
/
+5
*
make deprecated message better (#18737)
flywind
2021-08-23
1
-1
/
+1
*
fix a typo (#18736)
flywind
2021-08-23
1
-1
/
+1
*
Fix #18718 (#18731)
konsumlamm
2021-08-23
2
-47
/
+59
*
Implement RFC-391 (#18585)
Juan Carlos
2021-08-22
3
-109
/
+107
*
fix #17898(randomPathName called twice in a row can return the same string on...
flywind
2021-08-22
1
-3
/
+17
*
replace wrt with proper word (#18724)
flywind
2021-08-22
5
-6
/
+8
*
fix deprecated example (#18721)
flywind
2021-08-21
2
-11
/
+27
*
add testcase for overloadable_enums (#18722)
flywind
2021-08-21
1
-0
/
+29
*
[docs]fix an item missing (#18717)
flywind
2021-08-20
1
-0
/
+1
*
sigmatch: support optional params with last block arg(s) (#18631)
Timothee Cour
2021-08-20
2
-1
/
+94
*
fix #18627(Program segfaults with ARC when using openArray[string]) (#18713)
flywind
2021-08-19
2
-1
/
+25
*
fix a typo (#18715)
flywind
2021-08-19
1
-1
/
+1
*
Add ceilDiv to math (#18596)
Tomohiro
2021-08-19
3
-0
/
+94
*
improvements to `addInt` and `$` for integer types (#18592)
Timothee Cour
2021-08-19
12
-187
/
+163
*
allow building 1.4.0 from devel (#18708)
Timothee Cour
2021-08-18
6
-7
/
+29
*
[wip]better hint message for JS (#18704)
flywind
2021-08-18
1
-10
/
+21
*
asynchttpserver: ipv6 support (#18706)
Emery Hemingway
2021-08-18
2
-7
/
+8
*
fix #18702(fix `parseutils.parseFloat`) (#18703) [backport:1.0]
flywind
2021-08-16
2
-6
/
+16
*
cross compilation targetting windows now supports `nim r`: `nim r -d:mingw ma...
Timothee Cour
2021-08-16
3
-5
/
+20
*
Documentation only, Terminal (#18696)
Juan Carlos
2021-08-14
1
-1
/
+15
*
fix #18692 AsyncHttpServer was hanging because client.close was not called (#...
Timothee Cour
2021-08-14
1
-1
/
+3
*
manual: minor improvements (#18687)
Andreas Rumpf
2021-08-13
1
-12
/
+9
*
properly fix #10053 ; `FieldDefect` msg now shows discriminant value + linein...
Timothee Cour
2021-08-13
18
-43
/
+151
*
initial fix for compiling Nim on Zephyr RTOS (issue #18684) (#18685)
Jaremy Creechley
2021-08-13
1
-1
/
+2
*
don't use space after proc names (#18681)
flywind
2021-08-12
1
-2
/
+2
*
fix a sqlite bug (#18669)
flywind
2021-08-12
3
-11
/
+47
*
fix #18670 quoteShellCommand, quoteShell, quoteShellWindows on windows (#18671)
Timothee Cour
2021-08-12
2
-6
/
+18
*
fixes #18643 [backport:1.0] (#18678)
Andreas Rumpf
2021-08-12
2
-1
/
+12
*
fix #18674 --nimcache now works better with --os:windows (#18675)
Timothee Cour
2021-08-11
1
-0
/
+4
*
fixes #18665 DFA generator bug (#18676)
Andreas Rumpf
2021-08-11
1
-0
/
+6
*
fix: `var a{.foo.} = expr` inside templates (refs #15920) (except when `foo` ...
Timothee Cour
2021-08-11
5
-20
/
+107
*
--cc:env now works correctly to assign linker executable, allowing to cross-c...
Timothee Cour
2021-08-11
1
-1
/
+1
*
Switch maintanance (#18668)
RSDuck
2021-08-11
5
-165
/
+15
*
Remove unused imports, and deprecated function usage (#18663)
Kyle Brown
2021-08-11
4
-5
/
+4
*
Add optional recursive arg to distinctBase (v2) (#18659)
Timothee Cour
2021-08-09
4
-10
/
+18
*
renamed: lib/std/private/vmutils.nim -> lib/std/private/bitops_utils.nim t...
Timothee Cour
2021-08-08
3
-4
/
+2
*
use lent (#18638)
flywind
2021-08-08
1
-2
/
+2
*
Only allow IPv4 literals in strict form (#18656)
Christian Ulrich
2021-08-08
3
-44
/
+106
*
Nim pretty and add void (#18652)
Kyle Brown
2021-08-08
1
-6
/
+12
*
improve several tests in testament (#18635)
Timothee Cour
2021-08-08
7
-39
/
+38
*
[nre]fix #17129 (#18632)
flywind
2021-08-08
1
-3
/
+2
*
Documentation only, add 1 example (#18621)
Juan Carlos
2021-08-08
1
-1
/
+21
*
Documentation only, add 1 example (#18633)
Juan Carlos
2021-08-03
1
-0
/
+18
*
improve runnableExamples and docs for std/nre (#18634)
Timothee Cour
2021-08-02
1
-68
/
+49
*
Add Artix to distro list (#18629)
Kyle Brown
2021-08-02
1
-2
/
+5
*
make proc names consistent (#18626)
flywind
2021-08-01
9
-13
/
+13
*
fix #18620 (#18624)
flywind
2021-08-01
2
-4
/
+18
[prev]
[next]