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
/
ccgbugs
Commit message (
Expand
)
Author
Age
Files
Lines
*
fixes #22286; enforce Non-var T destructors by `nimPreviewNonVarDestructor` (...
ringabout
2023-11-25
1
-2
/
+1
*
fixes #16331; aliasing of tuple construction within a single assignme… (#22...
Andreas Rumpf
2023-06-16
1
-0
/
+15
*
fixes #21995: align C++ with C backend behavior for empty raise state… (#21...
heterodoxic
2023-06-07
1
-0
/
+9
*
shallow fix for #21972, #18552 by moving std::exception_ptr to the parent sco...
heterodoxic
2023-06-04
1
-0
/
+33
*
partially fixes #20787 by having a char dummy member prepended to objs only c...
heterodoxic
2023-06-01
1
-0
/
+4
*
fixes #15428 by updating deep open array copy codegen (#21935)
heterodoxic
2023-05-27
1
-0
/
+22
*
fix #10964 by honoring pointer deref syntax if a reified openarray is used to...
heterodoxic
2023-05-27
1
-0
/
+6
*
refactoring in preparation for better, simpler name mangling that wor… (#21...
Andreas Rumpf
2023-04-24
1
-1
/
+1
*
stdlib tests now check refc too (#21664)
ringabout
2023-04-21
1
-1
/
+1
*
fixes #21540; deref block at transf phase to make injectdestructors function ...
ringabout
2023-04-19
1
-2
/
+53
*
fixes #21505 (overload resolution of explicit constructors for imported C++ t...
heterodoxic
2023-03-27
1
-0
/
+39
*
fixes #20139; hash types based on its path relative to its package path (#212...
ringabout
2023-03-02
3
-0
/
+18
*
fixes #21116; always mangles the param (#21121)
ringabout
2022-12-17
2
-1
/
+11
*
replace data init function with consts for typeinfov2 (#20977)
ringabout
2022-12-01
1
-1
/
+0
*
move widestrs out of system (#20462)
metagn
2022-10-01
1
-0
/
+1
*
fixes #20141; dereferencing pointer to incomplete type error with cast (#20147)
ringabout
2022-09-28
1
-0
/
+27
*
defaults to ORC (#19972)
ringabout
2022-09-23
7
-4
/
+11
*
remove deprecated type pragma syntax, fix bugs that required it (#20199)
metagn
2022-09-03
3
-3
/
+3
*
fixes the regressions caused by the fix for #20107 [backport] (#20287)
Andreas Rumpf
2022-08-31
1
-0
/
+1
*
fixes #20107 (#20246) [backport]
Andreas Rumpf
2022-08-19
1
-0
/
+24
*
Refactor and doc package handling, module name mangling (#19821)
quantimnot
2022-05-30
1
-1
/
+1
*
output byref types into --header file [backport: 1.6] (#19505)
flywind
2022-03-23
2
-0
/
+16
*
fixes #19631 (#19618)
Andreas Rumpf
2022-03-20
1
-0
/
+31
*
mangle names in nimbase.h using cppDefine (#19395) [backport]
flywind
2022-01-17
1
-0
/
+16
*
deprecate unsafeAddr; extend addr (#19373)
flywind
2022-01-16
1
-1
/
+1
*
fix marshal bugs in VM (#19161) [backport:1.6]
flywind
2021-11-17
1
-4
/
+8
*
fixes #19051 [backport:1.6] (#19133)
Andreas Rumpf
2021-11-12
1
-1
/
+8
*
fix #10128 (#18852)
flywind
2021-09-14
1
-0
/
+18
*
add testcase for #7308 (#18849)
flywind
2021-09-14
1
-0
/
+43
*
improve tsets.nim, twrong_setconstr.nim and avoid name clashes with compiler ...
Timothee Cour
2021-04-29
1
-146
/
+0
*
type with same name in different scope now works (#17710)
Timothee Cour
2021-04-14
1
-0
/
+111
*
Fix #14325 (#17308)
Clyybber
2021-03-11
1
-0
/
+17
*
attempt to fix #16374 (#17232)
flywind
2021-03-02
1
-0
/
+38
*
`--nilseqs` is now a deprecated noop (#17211)
Timothee Cour
2021-03-01
1
-1
/
+1
*
use typeof instead type (#16962)
flywind
2021-02-08
2
-2
/
+2
*
Add testcase for #14880 (#16795)
Clyybber
2021-01-22
1
-0
/
+10
*
close #9655 add testcase (#16683)
flywind
2021-01-11
1
-0
/
+30
*
use doAssert in tests (#16486)
flywind
2020-12-28
2
-3
/
+3
*
testament: error instead of silently ignore invalid targets; remove pointless...
Timothee Cour
2020-12-14
2
-2
/
+2
*
make megatest consistent with unjoined tests wrt newlines, honor newlines in ...
Timothee Cour
2020-11-28
1
-0
/
+2
*
updated repr tests (#16147)
Andreas Rumpf
2020-11-26
1
-1
/
+0
*
fixes https://github.com/status-im/nimbus-eth2/issues/1549 (#16146)
Andreas Rumpf
2020-11-26
1
-0
/
+1
*
fix #6497 (#16027)
flywind
2020-11-18
1
-0
/
+13
*
Revert "fix #15623 (#16009)"
Andrey R (cooldome)
2020-11-17
2
-24
/
+0
*
fix #15623 (#16009)
flywind
2020-11-17
2
-0
/
+24
*
close #13062(add testcase for #13062) (#15956)
flywind
2020-11-13
1
-0
/
+27
*
closes #6036 (#15779)
flywind
2020-10-30
1
-0
/
+11
*
fixes a C code generator regression, no need to backport, only the 1.4 line i...
Andreas Rumpf
2020-10-14
1
-0
/
+18
*
added missing .noalias support for object fields (#15445)
Andreas Rumpf
2020-10-01
1
-1
/
+6
*
.noalias annotation; frontend support (#15419)
Andreas Rumpf
2020-09-28
1
-0
/
+8
[next]