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
/
condsyms.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
fixes #20244; fixes castSizes warnings (#21102)
ringabout
2022-12-22
1
-0
/
+1
*
fix #19580; add warning for bare except: clause (#21099)
ringabout
2022-12-15
1
-0
/
+1
*
generic `define` pragma + string alias (#20979)
metagn
2022-12-13
1
-0
/
+2
*
An unnamed break in a block now gives an `UnnamedBreak` warning (#20901)
ringabout
2022-11-24
1
-0
/
+1
*
fixes #20026; marks system procs which can raise defects (#20864)
ringabout
2022-11-22
1
-0
/
+1
*
DAA and 'out' parameters (#20506)
Andreas Rumpf
2022-10-06
1
-0
/
+2
*
pragma for sfCallsite instead of name check + better semantics, test (#20464)
metagn
2022-10-03
1
-0
/
+1
*
closed ambiguous enum defaults to first overload (#20457)
metagn
2022-10-01
1
-0
/
+1
*
turn nimIncrSeqV3 into deadcode (#20388)
ringabout
2022-09-20
1
-1
/
+1
*
support cstring in `case` (#20130)
metagn
2022-09-01
1
-0
/
+1
*
top-down type inference, implements rfc 149 (#20091)
metagn
2022-08-24
1
-0
/
+1
*
new .redefine pragma for templates, warn on redefinition without it (#20211)
metagn
2022-08-23
1
-0
/
+1
*
fixes #19078 [backport] (#19090)
Andreas Rumpf
2021-11-02
1
-0
/
+2
*
strict effects (#18777)
Andreas Rumpf
2021-09-02
1
-0
/
+1
*
ORC: support for custom =trace procs (#18459)
Andreas Rumpf
2021-07-09
1
-0
/
+1
*
support `--hint:all:off --hint:x` (ditto with `--warnings` + friends) (#17852)
Timothee Cour
2021-06-20
1
-1
/
+1
*
use dragonbox algorithm; alternative to #18008 (#18139)
Andreas Rumpf
2021-06-01
1
-0
/
+2
*
`typeof(voidStmt)` now works (#17807)
Timothee Cour
2021-04-23
1
-0
/
+1
*
iterable[T] (#17196)
Timothee Cour
2021-04-11
1
-0
/
+1
*
unify tuple expressions (#13793)
Arne Döring
2021-03-30
1
-0
/
+1
*
followup custom literals (#17500)
Timothee Cour
2021-03-27
1
-0
/
+1
*
followup #16067 --spellSuggest (#17401)
Timothee Cour
2021-03-17
1
-0
/
+1
*
remove tests/deps/ (#17132)
Timothee Cour
2021-02-23
1
-1
/
+2
*
add -d:nimStrictMode in CI to keep code from regressing; fixes ConvFromXtoIts...
Timothee Cour
2021-02-17
1
-0
/
+1
*
remove all uses of condsyms symbols defined prior to bootstrap nim 0.20.0 (#1...
Timothee Cour
2021-02-17
1
-46
/
+48
*
remove conditionals on nimHasUserErrors, nimNoNilSeqs2, nimNoNilSeqs (#16861)
Timothee Cour
2021-01-29
1
-3
/
+3
*
`--hintAsError` (#16763)
Timothee Cour
2021-01-20
1
-0
/
+1
*
[backport 1.0] add backend support for js bigint (#16606)
Timothee Cour
2021-01-06
1
-0
/
+1
*
clean up old codes (#16284)
flywind
2020-12-09
1
-1
/
+0
*
Use modern enums in compiler (#15775)
cooldome
2020-11-02
1
-5
/
+5
*
condsyms: add nimHasDeclaredLocs (#15735)
Timothee Cour
2020-10-27
1
-0
/
+1
*
implements https://github.com/nim-lang/RFCs/issues/258 (#15503)
Andreas Rumpf
2020-10-06
1
-0
/
+2
*
finish the stacktraces.nim implementation [backport:1.2] (#15393)
Andreas Rumpf
2020-09-23
1
-0
/
+1
*
Big compiler Cleanup (#14777)
Clyybber
2020-08-28
1
-1
/
+1
*
Fix #5691 (#15158)
Clyybber
2020-08-27
1
-0
/
+1
*
fix #14421 items uses lent T (#14447)
Timothee Cour
2020-05-29
1
-0
/
+1
*
fixes #13881
Andreas Rumpf
2020-05-12
1
-0
/
+1
*
forward type alignment information to seqs (#12430)
Arne Döring
2020-04-19
1
-0
/
+1
*
DrNim (Nim compiler with Z3 integration) (#13743)
Andreas Rumpf
2020-03-31
1
-0
/
+1
*
stacktraces can now show custom runtime msgs per frame (#13351)
Timothee Cour
2020-03-30
1
-0
/
+1
*
catchable defects (#13626)
Andreas Rumpf
2020-03-12
1
-0
/
+1
*
sink parameter inference for types that have destructors (#13544)
Andreas Rumpf
2020-03-04
1
-0
/
+2
*
cleanup Ordinal (#13501)
Timothee Cour
2020-02-27
1
-0
/
+1
*
replace old problematic isNamedTuple implementation by TypeTrait isNamedTuple...
Timothee Cour
2020-02-07
1
-0
/
+1
*
enable testing -d:nimHasLibFFI mode (#13091)
Timothee Cour
2020-02-04
1
-0
/
+6
*
--exception:goto switch for deterministic exception handling (#12977)
Andreas Rumpf
2020-01-01
1
-0
/
+1
*
.cursor implementation (#12637)
Andreas Rumpf
2019-11-12
1
-0
/
+1
*
fixes a regression that caused that Nim devel cannot compile 1.0 anymore
Araq
2019-10-24
1
-0
/
+1
*
fixes a regression that caused that Nim devel cannot compile 1.0 anymore
Araq
2019-10-24
1
-0
/
+1
*
Refactor json macro (#12391)
Arne Döring
2019-10-17
1
-0
/
+1
[next]