summary refs log tree commit diff stats
path: root/compiler/condsyms.nim
Commit message (Expand)AuthorAgeFilesLines
* fixes #19078 [backport] (#19090)Andreas Rumpf2021-11-021-0/+2
* strict effects (#18777)Andreas Rumpf2021-09-021-0/+1
* ORC: support for custom =trace procs (#18459)Andreas Rumpf2021-07-091-0/+1
* support `--hint:all:off --hint:x` (ditto with `--warnings` + friends) (#17852)Timothee Cour2021-06-201-1/+1
* use dragonbox algorithm; alternative to #18008 (#18139)Andreas Rumpf2021-06-011-0/+2
* `typeof(voidStmt)` now works (#17807)Timothee Cour2021-04-231-0/+1
* iterable[T] (#17196)Timothee Cour2021-04-111-0/+1
* unify tuple expressions (#13793)Arne Döring2021-03-301-0/+1
* followup custom literals (#17500)Timothee Cour2021-03-271-0/+1
* followup #16067 --spellSuggest (#17401)Timothee Cour2021-03-171-0/+1
* remove tests/deps/ (#17132)Timothee Cour2021-02-231-1/+2
* add -d:nimStrictMode in CI to keep code from regressing; fixes ConvFromXtoIts...Timothee Cour2021-02-171-0/+1
* remove all uses of condsyms symbols defined prior to bootstrap nim 0.20.0 (#1...Timothee Cour2021-02-171-46/+48
* remove conditionals on nimHasUserErrors, nimNoNilSeqs2, nimNoNilSeqs (#16861)Timothee Cour2021-01-291-3/+3
* `--hintAsError` (#16763)Timothee Cour2021-01-201-0/+1
* [backport 1.0] add backend support for js bigint (#16606)Timothee Cour2021-01-061-0/+1
* clean up old codes (#16284)flywind2020-12-091-1/+0
* Use modern enums in compiler (#15775)cooldome2020-11-021-5/+5
* condsyms: add nimHasDeclaredLocs (#15735)Timothee Cour2020-10-271-0/+1
* implements https://github.com/nim-lang/RFCs/issues/258 (#15503)Andreas Rumpf2020-10-061-0/+2
* finish the stacktraces.nim implementation [backport:1.2] (#15393)Andreas Rumpf2020-09-231-0/+1
* Big compiler Cleanup (#14777)Clyybber2020-08-281-1/+1
* Fix #5691 (#15158)Clyybber2020-08-271-0/+1
* fix #14421 items uses lent T (#14447)Timothee Cour2020-05-291-0/+1
* fixes #13881Andreas Rumpf2020-05-121-0/+1
* forward type alignment information to seqs (#12430)Arne Döring2020-04-191-0/+1
* DrNim (Nim compiler with Z3 integration) (#13743)Andreas Rumpf2020-03-311-0/+1
* stacktraces can now show custom runtime msgs per frame (#13351)Timothee Cour2020-03-301-0/+1
* catchable defects (#13626)Andreas Rumpf2020-03-121-0/+1
* sink parameter inference for types that have destructors (#13544)Andreas Rumpf2020-03-041-0/+2
* cleanup Ordinal (#13501)Timothee Cour2020-02-271-0/+1
* replace old problematic isNamedTuple implementation by TypeTrait isNamedTuple...Timothee Cour2020-02-071-0/+1
* enable testing -d:nimHasLibFFI mode (#13091)Timothee Cour2020-02-041-0/+6
* --exception:goto switch for deterministic exception handling (#12977)Andreas Rumpf2020-01-011-0/+1
* .cursor implementation (#12637)Andreas Rumpf2019-11-121-0/+1
* fixes a regression that caused that Nim devel cannot compile 1.0 anymoreAraq2019-10-241-0/+1
* fixes a regression that caused that Nim devel cannot compile 1.0 anymoreAraq2019-10-241-0/+1
* Refactor json macro (#12391)Arne Döring2019-10-171-0/+1
* ungeneric unsigned ops (#12230)Jasper Jenkins2019-10-111-1/+0
* remove nimnomagic64 (#12243)Jasper Jenkins2019-09-241-1/+0
* add nodeId proc to macros (#11456)Arne Döring2019-09-181-0/+1
* hashes: implement murmur3 (#12022)Miran2019-09-011-0/+1
* fixes #12029; finish the 'unused import' feature (#12064)Andreas Rumpf2019-08-271-0/+1
* [refactoring] remove unused imports in the compiler and in some stdlib modulesAraq2019-07-181-1/+1
* styleCheck: make the compiler and large parts of the stdlib compatible with -...Araq2019-07-101-0/+1
* newruntime for async (#11650)Andreas Rumpf2019-07-051-0/+2
* [refactoring] remove zeroExtend and friends from the compiler builtins. (#11531)Arne Döring2019-06-241-0/+1
* Remove immediate pragma (#11308)Arne Döring2019-05-291-1/+0
* sizeof alignof offsetof macros api (#10855)Arne Döring2019-03-191-0/+1
* added system.default in order to prevent the abstraction inversion that 'temp...Andreas Rumpf2019-03-051-0/+1