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
*
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
*
IC: use better packed line information format (#22917)
Andreas Rumpf
2023-11-07
7
-147
/
+135
*
Inlay hints for types of consts (#22916)
Nikolay Nikolov
2023-11-07
4
-6
/
+20
*
fixes #22673; Cannot prove that result is initialized for a placehold… (#22...
ringabout
2023-11-06
3
-2
/
+24
*
NIR: C codegen additions (#22914)
Andreas Rumpf
2023-11-06
3
-58
/
+121
*
reserve `sysFatal` for `Defect` (#22158)
Jacek Sieka
2023-11-06
4
-18
/
+15
*
NIR: C codegen, WIP (#22903)
Andreas Rumpf
2023-11-05
10
-92
/
+1072
*
fixes #22898; fix #22883 differently (#22900)
ringabout
2023-11-05
4
-4
/
+10
*
Add missing std prefix (#22910)
Solitude
2023-11-04
1
-1
/
+1
*
fixes #22860; suppress `AnyEnumConv` warning when iterating over set (#22904)
ringabout
2023-11-04
1
-1
/
+4
*
Inlay hints support (#22896)
Nikolay Nikolov
2023-11-04
6
-44
/
+149
*
fixes #22902; borrow from proc return type mismatch (#22908)
ringabout
2023-11-04
3
-2
/
+11
*
adds C++ features to change log (#22906)
Juan M Gómez
2023-11-03
1
-0
/
+3
*
fixes #22866; fixes #19998; ensure destruction for Object construction with c...
ringabout
2023-11-02
3
-11
/
+19
*
Fix `IndexDefect` errors in httpclient on invalid/weird headers (#22886)
Yardanico
2023-11-01
2
-11
/
+26
*
fixes #22883; replace `default(typeof(` with `reset`; suppress `Unsaf… (#22...
ringabout
2023-11-01
4
-7
/
+11
*
so close... (#22885)
Andreas Rumpf
2023-10-31
7
-159
/
+255
*
minor fixes for node20 (#22894)
ringabout
2023-10-31
2
-3
/
+3
*
bump node to 20.x; since 16.x is End-of-Life (#22892)
ringabout
2023-10-30
3
-9
/
+9
*
fixes nightlies; fixes incompatible types with csource_v2 (#22889)
ringabout
2023-10-30
1
-3
/
+3
*
complete std prefixes for stdlib (#22887)
ringabout
2023-10-30
142
-275
/
+277
*
NIR: progress (#22884)
Andreas Rumpf
2023-10-29
3
-19
/
+96
*
prepare for the enforcement of `std` prefix (#22873)
ringabout
2023-10-29
88
-149
/
+244
*
NIR: VM + refactorings (#22835)
Andreas Rumpf
2023-10-29
11
-649
/
+1538
*
Fix #22862 - change the httpclient user-agent to be valid spec-wise (#22882)
Yardanico
2023-10-29
2
-1
/
+2
*
build documentation for `htmlparser` (#22879)
ringabout
2023-10-27
1
-1
/
+4
[next]