summary refs log tree commit diff stats
path: root/tests/ccgbugs
Commit message (Expand)AuthorAgeFilesLines
* fixes #21116; always mangles the param (#21121)ringabout2022-12-172-1/+11
* replace data init function with consts for typeinfov2 (#20977)ringabout2022-12-011-1/+0
* move widestrs out of system (#20462)metagn2022-10-011-0/+1
* fixes #20141; dereferencing pointer to incomplete type error with cast (#20147)ringabout2022-09-281-0/+27
* defaults to ORC (#19972)ringabout2022-09-237-4/+11
* remove deprecated type pragma syntax, fix bugs that required it (#20199)metagn2022-09-033-3/+3
* fixes the regressions caused by the fix for #20107 [backport] (#20287)Andreas Rumpf2022-08-311-0/+1
* fixes #20107 (#20246) [backport]Andreas Rumpf2022-08-191-0/+24
* Refactor and doc package handling, module name mangling (#19821)quantimnot2022-05-301-1/+1
* output byref types into --header file [backport: 1.6] (#19505)flywind2022-03-232-0/+16
* fixes #19631 (#19618)Andreas Rumpf2022-03-201-0/+31
* mangle names in nimbase.h using cppDefine (#19395) [backport]flywind2022-01-171-0/+16
* deprecate unsafeAddr; extend addr (#19373)flywind2022-01-161-1/+1
* fix marshal bugs in VM (#19161) [backport:1.6]flywind2021-11-171-4/+8
* fixes #19051 [backport:1.6] (#19133)Andreas Rumpf2021-11-121-1/+8
* fix #10128 (#18852)flywind2021-09-141-0/+18
* add testcase for #7308 (#18849)flywind2021-09-141-0/+43
* improve tsets.nim, twrong_setconstr.nim and avoid name clashes with compiler ...Timothee Cour2021-04-291-146/+0
* type with same name in different scope now works (#17710)Timothee Cour2021-04-141-0/+111
* Fix #14325 (#17308)Clyybber2021-03-111-0/+17
* attempt to fix #16374 (#17232)flywind2021-03-021-0/+38
* `--nilseqs` is now a deprecated noop (#17211)Timothee Cour2021-03-011-1/+1
* use typeof instead type (#16962)flywind2021-02-082-2/+2
* Add testcase for #14880 (#16795)Clyybber2021-01-221-0/+10
* close #9655 add testcase (#16683)flywind2021-01-111-0/+30
* use doAssert in tests (#16486)flywind2020-12-282-3/+3
* testament: error instead of silently ignore invalid targets; remove pointless...Timothee Cour2020-12-142-2/+2
* make megatest consistent with unjoined tests wrt newlines, honor newlines in ...Timothee Cour2020-11-281-0/+2
* updated repr tests (#16147)Andreas Rumpf2020-11-261-1/+0
* fixes https://github.com/status-im/nimbus-eth2/issues/1549 (#16146)Andreas Rumpf2020-11-261-0/+1
* fix #6497 (#16027)flywind2020-11-181-0/+13
* Revert "fix #15623 (#16009)"Andrey R (cooldome)2020-11-172-24/+0
* fix #15623 (#16009)flywind2020-11-172-0/+24
* close #13062(add testcase for #13062) (#15956)flywind2020-11-131-0/+27
* closes #6036 (#15779)flywind2020-10-301-0/+11
* fixes a C code generator regression, no need to backport, only the 1.4 line i...Andreas Rumpf2020-10-141-0/+18
* added missing .noalias support for object fields (#15445)Andreas Rumpf2020-10-011-1/+6
* .noalias annotation; frontend support (#15419)Andreas Rumpf2020-09-281-0/+8
* better support for slices as views (#15414)Andreas Rumpf2020-09-271-27/+0
* borrow checking (#15282)Andreas Rumpf2020-09-091-0/+27
* :DClyybber2020-07-111-0/+28
* Add testcase for some old fixed issues (#14960)Clyybber2020-07-101-18/+0
* Fix #14396 (#14793)Clyybber2020-07-041-0/+70
* warn about observerable stores but don't prevent them for 1.2.2 [backport:1.2...Andreas Rumpf2020-05-301-4/+6
* fixes #14126 [backport:1.2] (#14390)Andreas Rumpf2020-05-201-3/+45
* Fix #14160 (#14161)Clyybber2020-04-301-0/+15
* fix #13902 distinct uint64 type corruption on 32-bit with borrow (#13907) [ba...Timothee Cour2020-04-081-0/+12
* fix some codegen bugs: NIM_BOOL, NIM_STATIC_ASSERT, --passc:-std=... (etc) (#...Timothee Cour2020-04-072-0/+17
* faster CIs (#13803)Miran2020-03-301-27/+0
* fixes #13281 (#13282)cooldome2020-01-281-1/+17