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
/
compiler
/
ccgutils.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
fixes #23354; [backport] (#23685)
Andreas Rumpf
2024-06-07
1
-0
/
+3
*
Skips generic owner when mangling instances (#23563)
Juan M Gómez
2024-05-07
1
-1
/
+1
*
apply the new mangle algorithm to JS backend for parameters and procs (#23476)
ringabout
2024-04-05
1
-48
/
+1
*
fixes an issue with string to 'var openArray' at compile-time; [backp… (#23...
Andreas Rumpf
2024-03-03
1
-20
/
+20
*
MangleProcs following the Itanium spec so they are demangled in the debugger ...
Juan M Gómez
2024-02-09
1
-1
/
+60
*
prepare for the enforcement of `std` prefix (#22873)
ringabout
2023-10-29
1
-1
/
+3
*
use strictdefs for compiler (#22365)
ringabout
2023-08-06
1
-1
/
+4
*
implements: "Allow bycopy to work in params #21874" (#21877)
Juan M Gómez
2023-05-21
1
-1
/
+3
*
implements allow byref to work in params #21873 (#21875)
Juan M Gómez
2023-05-21
1
-1
/
+2
*
fixes #20244; fixes castSizes warnings (#21102)
ringabout
2022-12-22
1
-1
/
+1
*
move assertions out of system (#19599)
flywind
2022-03-23
1
-0
/
+3
*
Fix #17412 (#17560)
Clyybber
2021-03-29
1
-2
/
+38
*
Cosmetic compiler cleanup (#12718)
Clyybber
2019-11-28
1
-8
/
+8
*
[refactoring] remove unused imports in the compiler and in some stdlib modules
Araq
2019-07-18
1
-1
/
+1
*
right shift is now by default sign preserving (#11322)
Arne Döring
2019-05-29
1
-17
/
+17
*
Replace countup(x, y-1) with x ..< y
Clyybber
2019-05-07
1
-2
/
+2
*
name mangling: also special case the backslash character
Araq
2018-09-17
1
-0
/
+1
*
remove more global variables in the Nim compiler
Andreas Rumpf
2018-05-27
1
-1
/
+1
*
platform.nim doesn't use globals anymore; prepare msgs.nim for not using globals
Andreas Rumpf
2018-05-18
1
-2
/
+2
*
ccgutils: code cleanup, no globals
Araq
2018-05-16
1
-108
/
+1
*
C code generator compiles again
Andreas Rumpf
2018-05-12
1
-1
/
+1
*
remove dead code elimination option (#7669)
Jacek Sieka
2018-04-23
1
-4
/
+0
*
preparations for language extensions: 'sink' and 'lent' types
Andreas Rumpf
2018-01-07
1
-2
/
+2
*
deprecated unary '<'
Andreas Rumpf
2017-10-29
1
-2
/
+2
*
first steps of making 'opt' a first class type for Nim
Andreas Rumpf
2017-09-25
1
-1
/
+1
*
some work to make 'opt' a first class type
Andreas Rumpf
2017-09-24
1
-2
/
+2
*
a few tiny cleanups (#5712)
Jacek Sieka
2017-05-29
1
-16
/
+4
*
Ascii character code 127 (DEL) is not printable.
Markus F.X.J. Oberhumer
2017-05-16
1
-1
/
+1
*
introduce tyInferred for the unbound concept type params
Zahary Karadjov
2017-03-24
1
-1
/
+1
*
support for accessing the inferred concept type params with the dot operator
Zahary Karadjov
2017-03-24
1
-0
/
+2
*
Fixes #5452
Yuriy Glukhov
2017-02-28
1
-1
/
+1
*
fixes a minor codegen issue where name mangling could produce an identifier u...
Araq
2017-02-26
1
-1
/
+1
*
removed compiler internal list implementation (#5371)
Arne Döring
2017-02-22
1
-1
/
+1
*
name mangling bugfixes; ndi file generation for debugger support
Andreas Rumpf
2017-02-03
1
-4
/
+8
*
new name mangling rules for easier debugging
Andreas Rumpf
2017-02-02
1
-14
/
+32
*
removed tyArrayConstr completely from the compiler; introduced tyAlias instea...
Araq
2016-11-14
1
-2
/
+2
*
signature hashing: more progress
Araq
2016-11-11
1
-75
/
+65
*
clean up tyMutable remnants
Jacek Sieka
2016-10-24
1
-2
/
+2
*
clean up tyConst remnants
Jacek Sieka
2016-10-24
1
-2
/
+2
*
clean up tyBigNum remnants
Jacek Sieka
2016-10-24
1
-2
/
+2
*
remove remnants of tyIter
Jacek Sieka
2016-10-24
1
-1
/
+2
*
get rid of deprecated toLower/toUpper
Andreas Rumpf
2016-07-19
1
-1
/
+1
*
fixes #4371
Andreas Rumpf
2016-07-08
1
-1
/
+1
*
fixes #3329
Araq
2015-09-18
1
-1
/
+4
*
fixes #2551; fixes #2212; breaks bootstrapping in debug mode; bootstrap with ...
Araq
2015-04-25
1
-1
/
+1
*
Get rid of deprecation warnings
def
2015-04-07
1
-3
/
+3
*
prevent name mangling for C++ DLLs
Araq
2015-03-05
1
-29
/
+29
*
test tsets2.nim compiles again
Araq
2015-03-01
1
-3
/
+3
*
fixes #2199, fixes #2197
Araq
2015-02-24
1
-22
/
+26
*
Fix typos
Federico Ceratto
2015-02-15
1
-1
/
+1
[next]