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
...
*
Only suggest symbols that could be pragmas when typing a pragma (#23040)
Jake Leahy
2023-12-07
5
-3
/
+85
*
Don't process a user pragma if its invalid (#23041)
Jake Leahy
2023-12-07
2
-1
/
+13
*
lexer cleanups (#23037)
Jacek Sieka
2023-12-06
7
-76
/
+20
*
Don't recurse into inner functions during asyncjs transform (#23036)
Jake Leahy
2023-12-06
2
-0
/
+7
*
fixes #23019; Regression from 2.0 to devel with raise an unlisted exc… (#23...
ringabout
2023-12-05
2
-1
/
+23
*
forbides adding sons for `PType` (#23030)
ringabout
2023-12-04
4
-16
/
+7
*
Also show the `raises` pragma when converting proc types to string (#23026)
Nikolay Nikolov
2023-12-04
2
-2
/
+10
*
Fix nimsuggest `def` being different on proc definition/use (#23025)
Jake Leahy
2023-12-04
3
-6
/
+26
*
strutils.multiReplace: Making order of replacement explicit (#23022)
Joachim Hereth
2023-12-02
1
-2
/
+3
*
Show proper error message if trying to run a Nim file in a directory that doe...
Jake Leahy
2023-12-02
1
-1
/
+4
*
fixes #22552 (#23014)
Andreas Rumpf
2023-12-02
6
-10
/
+84
*
related #22534; fixes documentation rendering of custom number literal routin...
Erich Reitz
2023-12-01
1
-11
/
+12
*
fixes #22852; real bugfix is tied to bug #22672 (#23013)
Andreas Rumpf
2023-11-30
1
-1
/
+4
*
fixes #23001; give a better warning for PtrToCstringConv (#23005)
ringabout
2023-11-30
1
-1
/
+1
*
fixes #23006; newSeqUninit -> CT Error; imitate `newStringUninit` (#23007)
ringabout
2023-11-30
1
-1
/
+4
*
enable vtable implementation for C++ and make it an experimental feature (#23...
ringabout
2023-11-30
15
-24
/
+42
*
Fix endsInNoReturn for case statements (#23009)
SirOlaf
2023-11-30
3
-14
/
+64
*
table.`mgetOrPut` without default val (#22994)
inv2004
2023-11-30
3
-4
/
+81
*
Silence several Hint[Performance] warnings (#23003)
c-blake
2023-11-29
4
-6
/
+5
*
fixes #22926; Different type inferred when setting a default value for an arr...
ringabout
2023-11-29
3
-6
/
+36
*
fixes #22996; `typeAllowedCheck` for default fields (#22998)
ringabout
2023-11-29
3
-2
/
+15
*
rework the vtable implementation embedding the vtable array directly with new...
ringabout
2023-11-28
28
-197
/
+555
*
Don't try and get enum value if its invalid (#22997)
Jake Leahy
2023-11-28
2
-3
/
+12
*
Register declaration of enum field has a use (#22990)
Jake Leahy
2023-11-27
2
-0
/
+16
*
fix: std/marshal unmarshaling of ref objects (#22983)
John Viega
2023-11-26
2
-2
/
+43
*
remove unnecessary side-effects from base64.encode(mime) (#22986)
tersec
2023-11-25
2
-12
/
+8
*
fixes #22286; enforce Non-var T destructors by `nimPreviewNonVarDestructor` (...
ringabout
2023-11-25
13
-41
/
+84
*
nimsuggest: Added optional command line option '--clientProcessId:XXX' (#22969)
Nikolay Nikolov
2023-11-24
3
-0
/
+42
*
build nimble with ORC and bump nimble version (#22978)
ringabout
2023-11-24
1
-2
/
+2
*
progress: 'm' command line switch (#22976)
Andreas Rumpf
2023-11-22
3
-2
/
+9
*
fixes #22971; `inferGenericTypes` does not work with method call syntax (#22972)
Pylgos
2023-11-22
2
-3
/
+25
*
closes #12464; adds a test case (#22967)
ringabout
2023-11-20
1
-0
/
+13
*
Don't provide suggestions for enum fields (#22959)
Jake Leahy
2023-11-20
2
-0
/
+20
*
IC: progress and refactorings (#22961)
Andreas Rumpf
2023-11-20
45
-360
/
+456
*
fixes #22939; fixes #16890; push should but doesn't apply to importc … (#22...
ringabout
2023-11-19
3
-16
/
+26
*
fixes #22913; fixes #12985 differently push-ing pragma exportc genera… (#22...
ringabout
2023-11-19
3
-1
/
+46
*
enable nimwc testing (#22960)
ringabout
2023-11-19
1
-1
/
+1
*
Introduced version 4 of the NimSuggest protocol. The InlayHints feature made ...
Nikolay Nikolov
2023-11-18
1
-2
/
+8
*
let `InotifyEvent` type `sizeof`-able (#22958)
Derek
2023-11-18
1
-1
/
+2
*
fixes #22947; static integers in quote do [backport] (#22948)
ringabout
2023-11-18
2
-1
/
+14
*
Fix OSError `errorCode` field is not assigned a value (#22954)
握猫猫
2023-11-17
6
-54
/
+54
*
'j' format specifier docs (#22928)
Angel Ezquerra
2023-11-17
2
-5
/
+11
*
Minor documentation change (#22951)
Marko Schütz-Schmuck
2023-11-17
1
-3
/
+2
*
doc: update manual_experimental.md (#22949)
Ikko Eltociear Ashimine
2023-11-16
1
-1
/
+1
*
nimsuggest: Instead of checking for protocol version 3 exactly, check for ver...
Nikolay Nikolov
2023-11-15
2
-5
/
+5
*
Added new command line option `--info:X` to nimsuggest for obtaining informat...
Nikolay Nikolov
2023-11-15
1
-0
/
+14
*
minor fixes for changelog (#22938)
ringabout
2023-11-14
1
-1
/
+1
*
fixes #22932; treats closure iterators as pointers (#22934)
ringabout
2023-11-14
2
-3
/
+9
*
Add strformat support for Complex numbers (#22924)
Angel Ezquerra
2023-11-10
1
-1
/
+36
*
Fix using `--stdout` with `jsondoc` (#22925)
Jake Leahy
2023-11-09
2
-1
/
+3
[prev]
[next]