summary refs log tree commit diff stats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix #16426 (#18377)Clyybber2021-06-281-0/+15
* Simplify addInt, remove digits10 (#18356)Clyybber2021-06-281-23/+0
* Peg captures get stack-like behavior (#18369)gemath2021-06-281-0/+28
* followup #18362: make `UnusedImport` work robustly (#18366)Timothee Cour2021-06-274-1/+154
* rst: fix bug 20 from #17340 (#18360)Andrey Makarov2021-06-261-0/+47
* even lighter version of #17938: fix most issues with UnusedImport, XDeclaredB...Timothee Cour2021-06-267-8/+91
* docs now show nimExperimentalX APIs (#18345)Timothee Cour2021-06-251-0/+3
* fixes #18240 (#18354)Andreas Rumpf2021-06-251-0/+32
* fixes #18287 (#18346)Andreas Rumpf2021-06-251-1/+50
* float parsing: Add test for a fixed issue (#18232)Kaushal Modi2021-06-241-11/+18
* enable VM tracing in user code via `{.define(nimVmTrace).}` (#18244)Timothee Cour2021-06-241-0/+31
* rst: allow comment to continue on second line (#18338)Andrey Makarov2021-06-241-0/+66
* fix #18332: XDeclaredButNotUsed hints now in deterministic order (#18336)Timothee Cour2021-06-241-11/+13
* fixes #18326 (#18335)Andreas Rumpf2021-06-231-2/+7
* Add some tests (#18333)Antonis Geralis2021-06-231-2/+70
* Markdown: allow to end URL with balanced parenthesis (#18321)Andrey Makarov2021-06-231-0/+41
* followup #18318: simplify `dollarImpl` and add a test (#18330)Timothee Cour2021-06-221-0/+23
* fix #18327 (#18328)flywind2021-06-221-0/+5
* close #13196 now that we have dragonbox (#18316)Timothee Cour2021-06-212-0/+22
* fixes #17768 [backport:1.4] (#18317)flywind2021-06-211-1/+8
* fix #18310 system.== in vm for NimNode (#18313)Timothee Cour2021-06-211-0/+11
* validate rst field for :number-lines:, :status: (#18304)Andrey Makarov2021-06-201-0/+12
* support `--hint:all:off --hint:x` (ditto with `--warnings` + friends) (#17852)Timothee Cour2021-06-201-6/+3
* Raise IndexDefect when deleting element at out of bounds index (#17821)Heiko Nickerl2021-06-203-12/+33
* move {.injectStmt.} to experimental; add a test (#18300)Timothee Cour2021-06-201-0/+48
* docgen: move to shared RST state (fix #16990) (#18256)Andrey Makarov2021-06-201-3/+4
* make privateAccess work with generic types and generic instantiations; fix a ...Timothee Cour2021-06-192-0/+71
* add more APIs to compiler/debugutils; re-export it (#18243)Timothee Cour2021-06-181-0/+38
* followup #17876: remove annoying enum name clashes in tests/enum/tenum.nim (#...Timothee Cour2021-06-171-12/+11
* tests/exception/tsetexceptions.nim not joinable (#18264)Timothee Cour2021-06-171-0/+3
* Revert "system/excpt: check if the exception is not nil before pop (#18247)" ...Andreas Rumpf2021-06-171-7/+0
* Fix doubly typed forward declarations (#18279)Clyybber2021-06-161-1/+21
* fixes #17696 (#18276)flywind2021-06-161-11/+42
* Don't report unused hints for consumed AST (#18270)Clyybber2021-06-161-0/+15
* add test case for pure enum redefinition error within enum (fixed in recent P...Timothee Cour2021-06-151-7/+14
* httpclient.nim Fixes #14794 and an issue where content-header is not set on p...Mark Pointing2021-06-141-1/+32
* Small scope refactoring (#18263)Clyybber2021-06-141-0/+12
* system/excpt: check if the exception is not nil before pop (#18247)alaviss2021-06-141-0/+7
* fixes #18235 - proc annotation type macro sym leak (#18249)Saem Ghani2021-06-142-0/+60
* merge BuildMode into SuccessX, remove code duplication w drnim, add useful in...Timothee Cour2021-06-141-1/+1
* followup #17777: declaredloc field error msgs now work with generics (#18259)Timothee Cour2021-06-141-15/+25
* fix #7717 roundtrip float to string; fix `parseFloat` for js (#18248)Timothee Cour2021-06-132-28/+84
* getType now works with tyInferred (arising from concepts); refs #18220 (#18241)Timothee Cour2021-06-121-22/+78
* added a test case ensuring exception inference continues to workAraq2021-06-111-0/+32
* fix #9437(fix `re.replace` wrong behaviour) (#17546)flywind2021-06-101-3/+6
* view types: spec changes (#18226)Andreas Rumpf2021-06-101-5/+4
* #18216 make moveDir work across partitions on windows (#18223)Fröhlich A2021-06-101-0/+45
* avoid re-exporting options from std/wrapnils (#18222)Timothee Cour2021-06-101-0/+1
* make strict funcs analysis smarter (#18219)Andreas Rumpf2021-06-092-0/+44
* change mimedb stroe stringtable to orderedtable (#18065)Bung2021-06-071-0/+1