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
...
*
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
*
exportC => exportc (#18625)
Timothee Cour
2021-07-31
1
-1
/
+1
*
Modify atlas test for short commit hashes (#18619)
Antonis Geralis
2021-07-30
3
-4
/
+2
*
fixes #18371 (#18617)
Andreas Rumpf
2021-07-30
2
-3
/
+6
*
[minor] reduce `substr` (#18611)
flywind
2021-07-30
2
-5
/
+7
*
refs #16613: check opcWrDeref for nil (#18613)
Timothee Cour
2021-07-30
1
-5
/
+4
*
fix #18385 followup, by building nimsuggest with -d:release during testing (#...
Timothee Cour
2021-07-29
2
-4
/
+16
*
Remove tracking of environment from osenv.nim v2 (#18575)
Timothee Cour
2021-07-29
6
-186
/
+240
*
docgen: draw frame around active anchors (#18607)
Andrey Makarov
2021-07-29
6
-75
/
+162
*
Update `lib.rst` (#18605)
konsumlamm
2021-07-29
1
-24
/
+20
*
Allow `nnkAccQuoted` in `genEnumCaseStmt` (#18606)
Vindaar
2021-07-29
1
-1
/
+5
*
various small documentation improvements (#18602)
Miran
2021-07-28
13
-97
/
+123
*
implements overloadable enum values; WIP (#18470)
Andreas Rumpf
2021-07-28
10
-11
/
+125
*
fix #17072: add times.dateTime with ISO 8601 order (#18590)
Timothee Cour
2021-07-28
2
-12
/
+23
*
support same-line doc comments in routines (#18595)
Timothee Cour
2021-07-27
6
-1
/
+205
*
fixes #18543 (#18601)
Andreas Rumpf
2021-07-27
4
-189
/
+112
*
fixes #18579 (#18600)
Andreas Rumpf
2021-07-27
2
-4
/
+28
*
fixes #18570 (#18599)
Andreas Rumpf
2021-07-27
1
-2
/
+3
*
delEnv now works at CT (#18568)
Timothee Cour
2021-07-27
1
-1
/
+2
*
Clarify use of import via pseudo dir... (#18569)
GordonBGood
2021-07-27
1
-0
/
+1
*
add comment to astalgo.debug (#18594)
Timothee Cour
2021-07-27
1
-0
/
+3
*
Fixed const tuples in inferred generics (#18598)
Jason Beetham
2021-07-27
2
-17
/
+30
*
fixes #18565 (#18593)
Andreas Rumpf
2021-07-27
5
-12
/
+33
*
fix #18578 (#18580)
flywind
2021-07-27
3
-6
/
+32
*
Update documentation for dynlib (#17356)
konsumlamm
2021-07-26
1
-44
/
+34
*
don't use plus instead of space (#18589)
Miran
2021-07-26
1
-2
/
+2
*
atlas tool: testing via mocking (#18588)
Andreas Rumpf
2021-07-26
13
-58
/
+387
*
optimize for the non-throwing case (#18587)
Antonis Geralis
2021-07-26
1
-4
/
+7
*
fixes #18558 again (#18586)
Andreas Rumpf
2021-07-26
1
-0
/
+2
*
added missing .inline for toCChar
Araq
2021-07-26
1
-1
/
+1
*
docgen: sort symbols (fix #17910) (#18560)
Andrey Makarov
2021-07-25
3
-349
/
+419
[prev]
[next]