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
...
*
fixes #17768 [backport:1.4] (#18317)
flywind
2021-06-21
1
-1
/
+8
*
fix #18310 system.== in vm for NimNode (#18313)
Timothee Cour
2021-06-21
1
-0
/
+11
*
validate rst field for :number-lines:, :status: (#18304)
Andrey Makarov
2021-06-20
1
-0
/
+12
*
support `--hint:all:off --hint:x` (ditto with `--warnings` + friends) (#17852)
Timothee Cour
2021-06-20
1
-6
/
+3
*
Raise IndexDefect when deleting element at out of bounds index (#17821)
Heiko Nickerl
2021-06-20
3
-12
/
+33
*
move {.injectStmt.} to experimental; add a test (#18300)
Timothee Cour
2021-06-20
1
-0
/
+48
*
docgen: move to shared RST state (fix #16990) (#18256)
Andrey Makarov
2021-06-20
1
-3
/
+4
*
make privateAccess work with generic types and generic instantiations; fix a ...
Timothee Cour
2021-06-19
2
-0
/
+71
*
add more APIs to compiler/debugutils; re-export it (#18243)
Timothee Cour
2021-06-18
1
-0
/
+38
*
followup #17876: remove annoying enum name clashes in tests/enum/tenum.nim (#...
Timothee Cour
2021-06-17
1
-12
/
+11
*
tests/exception/tsetexceptions.nim not joinable (#18264)
Timothee Cour
2021-06-17
1
-0
/
+3
*
Revert "system/excpt: check if the exception is not nil before pop (#18247)" ...
Andreas Rumpf
2021-06-17
1
-7
/
+0
*
Fix doubly typed forward declarations (#18279)
Clyybber
2021-06-16
1
-1
/
+21
*
fixes #17696 (#18276)
flywind
2021-06-16
1
-11
/
+42
*
Don't report unused hints for consumed AST (#18270)
Clyybber
2021-06-16
1
-0
/
+15
*
add test case for pure enum redefinition error within enum (fixed in recent P...
Timothee Cour
2021-06-15
1
-7
/
+14
*
httpclient.nim Fixes #14794 and an issue where content-header is not set on p...
Mark Pointing
2021-06-14
1
-1
/
+32
*
Small scope refactoring (#18263)
Clyybber
2021-06-14
1
-0
/
+12
*
system/excpt: check if the exception is not nil before pop (#18247)
alaviss
2021-06-14
1
-0
/
+7
*
fixes #18235 - proc annotation type macro sym leak (#18249)
Saem Ghani
2021-06-14
2
-0
/
+60
*
merge BuildMode into SuccessX, remove code duplication w drnim, add useful in...
Timothee Cour
2021-06-14
1
-1
/
+1
*
followup #17777: declaredloc field error msgs now work with generics (#18259)
Timothee Cour
2021-06-14
1
-15
/
+25
*
fix #7717 roundtrip float to string; fix `parseFloat` for js (#18248)
Timothee Cour
2021-06-13
2
-28
/
+84
*
getType now works with tyInferred (arising from concepts); refs #18220 (#18241)
Timothee Cour
2021-06-12
1
-22
/
+78
*
added a test case ensuring exception inference continues to work
Araq
2021-06-11
1
-0
/
+32
*
fix #9437(fix `re.replace` wrong behaviour) (#17546)
flywind
2021-06-10
1
-3
/
+6
*
view types: spec changes (#18226)
Andreas Rumpf
2021-06-10
1
-5
/
+4
*
#18216 make moveDir work across partitions on windows (#18223)
Fröhlich A
2021-06-10
1
-0
/
+45
*
avoid re-exporting options from std/wrapnils (#18222)
Timothee Cour
2021-06-10
1
-0
/
+1
*
make strict funcs analysis smarter (#18219)
Andreas Rumpf
2021-06-09
2
-0
/
+44
*
change mimedb stroe stringtable to orderedtable (#18065)
Bung
2021-06-07
1
-0
/
+1
*
macros.treeRepr + friends: collapse SymChoice (#18072)
Timothee Cour
2021-06-05
2
-28
/
+114
*
fixes #18058 (#18162)
Andreas Rumpf
2021-06-03
2
-4
/
+4
*
added float32 schubfach algorithm; wip (#18155)
Andreas Rumpf
2021-06-03
1
-0
/
+5
*
fix #16993, #18054, #17835 runnableExamples now works with templates and nest...
Timothee Cour
2021-06-02
3
-3
/
+67
*
add string-string tests for find and rfind (#18137)
n5m
2021-06-02
1
-3
/
+98
*
fixes #18059 (#18140)
Andreas Rumpf
2021-06-02
1
-0
/
+35
*
use dragonbox algorithm; alternative to #18008 (#18139)
Andreas Rumpf
2021-06-01
1
-4
/
+4
*
docs: Latex generation improvements (#18141)
Andrey Makarov
2021-06-01
1
-2
/
+2
*
close #18129 Add setCurrentException for JS backend (#18145)
flywind
2021-06-01
1
-0
/
+8
*
Fixes #5034 illformed AST from getImpl with proc returning value (#17976)
Dylan Modesitt
2021-05-31
1
-0
/
+31
*
jsonutils.toJson now serializes JsonNode as is by default (#18097)
Timothee Cour
2021-05-31
1
-0
/
+22
*
add `os.getCacheDir` (#18126)
Timothee Cour
2021-05-31
1
-0
/
+3
*
fix #16256: nimout: <empty> should give error (vacuously true); improve a few...
Timothee Cour
2021-05-31
6
-106
/
+68
*
fix #18113 (#18124)
Saem Ghani
2021-05-31
2
-0
/
+15
*
improve fast returns of find and rfind (#18127)
n5m
2021-05-31
1
-0
/
+28
*
document macros.unpackVarargs (#18106)
Timothee Cour
2021-05-31
2
-0
/
+51
*
hashes for refs should be an opt-in feature (#18098)
Miran
2021-05-30
2
-0
/
+2
*
Fixes #17849 (#18055) [backport:1.2]
Yuriy Glukhov
2021-05-30
1
-1
/
+15
*
Disable tasynchttpserver_transferencoding on FreeBSD (#18122)
vabresto
2021-05-29
1
-0
/
+1
[prev]
[next]