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
path:
root
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
[add testcase] NRVO does not occur with init procedures (#19462)
flywind
2022-01-29
1
-0
/
+28
*
Merge pull request from GHSA-ggrq-h43f-3w7m
Dominik Picheta
2022-01-29
1
-7
/
+38
*
nvro don't touch cdecl types [backport: 1.6] (#19461)
flywind
2022-01-28
1
-0
/
+18
*
New/better macro pragmas, mark some as experimental (#19406)
metagn
2022-01-20
3
-63
/
+155
*
Fix #11923 (#19427)
Regis Caillaud
2022-01-20
1
-0
/
+10
*
Resolve cross file resolution errors in atomics (#19422) [backport:1.6]
James
2022-01-20
2
-0
/
+20
*
Added `std/envvars` for env vars handling (#19421)
flywind
2022-01-20
1
-0
/
+59
*
Don't reject types directly on AST (#19407)
metagn
2022-01-19
1
-0
/
+9
*
fix term rewriting with sideeffect (#19410)
flywind
2022-01-19
1
-0
/
+19
*
Added `std/oserrors` for OS error reporting (#19390)
flywind
2022-01-17
1
-0
/
+9
*
Optimize lent in JS [backport:1.6] (#19393)
hlaaftana
2022-01-17
2
-8
/
+45
*
mangle names in nimbase.h using cppDefine (#19395) [backport]
flywind
2022-01-17
1
-0
/
+16
*
add mm to compilesettings; deprecate gc (#19394)
flywind
2022-01-16
1
-1
/
+2
*
deprecate unsafeAddr; extend addr (#19373)
flywind
2022-01-16
24
-39
/
+39
*
Use openarray of bytes in md5 (#19307)
hlaaftana
2022-01-15
3
-9
/
+16
*
Fixed concept constraints for static types (#19391)
Jason Beetham
2022-01-15
1
-25
/
+62
*
Generic parameters now can constrain statics in type definitions (#19362)
Jason Beetham
2022-01-14
1
-0
/
+42
*
nrvo shouldn't touch bycopy object[backport:1.2] (#19385)
flywind
2022-01-14
2
-0
/
+30
*
fix stylecheck error with asyncdispatch (#19350)
flywind
2022-01-10
2
-0
/
+34
*
Fix `remove` on last node of singly-linked list [backport:1.6] (#19353)
gecko
2022-01-10
1
-0
/
+13
*
style usages part one (openarray => openArray) (#19321)
flywind
2022-01-04
49
-76
/
+76
*
Fix #19314 - fixing broken `DoublyLinkedList` after adding empty `DoublyLinke...
rockcavera
2022-01-03
1
-0
/
+12
*
Add Week-Of-Year Implementation to Times Module (#17223)
Carlo Capocasa
2022-01-03
1
-0
/
+95
*
Allow full commands and blocks in type sections (#19181)
hlaaftana
2022-01-02
5
-0
/
+368
*
Update JS and nimscript import tests (#19306)
hlaaftana
2022-01-01
2
-40
/
+53
*
Fix #19297 - fixing broken list after adding empty list (#19299)
rockcavera
2021-12-30
1
-0
/
+12
*
Fixed object field access of static objects in generics (#19283) [backport]
Jason Beetham
2021-12-23
1
-0
/
+8
*
Extract runnables that specify `doccmd` (#19275) [backport:1.6]
Jake Leahy
2021-12-20
1
-0
/
+20
*
fix #19244 - solves the problem of the InAddr object constructor in Windows. ...
rockcavera
2021-12-17
1
-0
/
+6
*
[backport:1.0] json: limit recursion depth (#19252)
Miran
2021-12-14
1
-0
/
+32
*
fix: fixes bug in CVerifyPeerUseEnvVars (#19247)
Nick Wilburn
2021-12-14
1
-0
/
+16
*
fix bug #14468 zero-width split (#19248)
Carlo Capocasa
2021-12-13
1
-0
/
+6
*
Various std net improvements (#19132)
Jaremy Creechley
2021-12-12
1
-43
/
+45
*
fixes a possible 'javascript:' protocol exploit [backport:1.0] (#19134)
Andreas Rumpf
2021-12-10
1
-4
/
+31
*
nimRawSetjmp: support Windows (#19197)
Ștefan Talpalaru
2021-12-10
2
-2
/
+134
*
fixes an old ARC bug: the produced copy/sink operations don't copy the hidden...
Andreas Rumpf
2021-12-09
1
-0
/
+15
*
fixes a converter handling regression that caused private converters to leak ...
Andreas Rumpf
2021-12-09
2
-0
/
+13
*
allow `HSlice` bounded by constants of distinct types (#19219) [backport:1.2]
Etan Kissling
2021-12-06
1
-0
/
+2
*
treat do with pragmas but no parens as proc (#19191)
hlaaftana
2021-12-05
1
-2
/
+17
*
fixes #19159 [backport:1.6] (#19210)
Andreas Rumpf
2021-12-04
1
-0
/
+12
*
fixes #19198 [backport:1.6] (#19209)
Andreas Rumpf
2021-12-04
1
-2
/
+21
*
fixes #19015 [backport:1.6] (#19204)
Andreas Rumpf
2021-12-04
1
-0
/
+3
*
accept object type node from macros (#19179)
hlaaftana
2021-11-24
1
-0
/
+16
*
parseExpr/parseStmt accept filename, fixes #13540 (#19182)
hlaaftana
2021-11-24
2
-0
/
+15
*
fix #12274 (#19180)
hlaaftana
2021-11-24
1
-0
/
+9
*
`caseStmtMacros` no longer experimental, experimental manual refactor (#19173)
hlaaftana
2021-11-23
1
-2
/
+0
*
implement RST & Markdown quote blocks (#19147)
Andrey Makarov
2021-11-23
1
-0
/
+361
*
Accept nnkTypeSection from typedef macro pragmas (#19168)
hlaaftana
2021-11-22
1
-0
/
+66
*
fix marshal bugs in VM (#19161) [backport:1.6]
flywind
2021-11-17
1
-4
/
+8
*
Enable customizing PageShift to set PageSize for embedded targets (#19129)
Jaremy Creechley
2021-11-16
1
-2
/
+5
[next]