summary refs log tree commit diff stats
path: root/lib/core
Commit message (Expand)AuthorAgeFilesLines
* nnkArglist => nnkArgList + special case stylecheck:error (#17529)Timothee Cour2021-03-271-1/+1
* remove {.compileTime.} for procs with NimNode: redundant because of tfTrigger...Timothee Cour2021-03-231-99/+94
* fix #17454 (#17461)Timothee Cour2021-03-231-11/+9
* Add documentation to the `macrocache` module (#17431)Danil Yarantsev2021-03-211-15/+176
* Fix macros.quote custom op symbol interpolation. (#17256)quantimnot2021-03-051-2/+6
* Replace double backticks with single backticks - Part 2 out of ~6 (#17206)Danil Yarantsev2021-02-281-79/+79
* Change stdlib imports to use std prefix in most examples (#17202)Danil Yarantsev2021-02-281-2/+2
* use single backtick (#17100)flywind2021-02-181-24/+24
* remove all uses of condsyms symbols defined prior to bootstrap nim 0.20.0 (#1...Timothee Cour2021-02-171-113/+72
* use typeof instead type (#16962)flywind2021-02-081-3/+3
* fix floats slice (#16853)flywind2021-01-291-1/+1
* refactor cmpNimIdentifier (#16611)flywind2021-01-132-9/+3
* macros.quote: document hard to use `op`; add more useful examples (#16489)Timothee Cour2021-01-061-23/+71
* refactor cmpIgnoreStyle and cmpIgnoreCase (#16399)flywind2020-12-312-36/+9
* fix cmpIgnoreStyle bug (#16392)flywind2020-12-181-0/+1
* Fixes #16219, `hasArgOfName` ignoring argument sets. (#16233)Aditya Siram2020-12-031-4/+4
* typeinfo minor improvement (#16083)flywind2020-11-231-111/+52
* alternative way to fix #16022 (#16064) [backport:1.4]flywind2020-11-201-2/+2
* fix #15934 and #15620 (#15938) [backport:1.4]Andreas Rumpf2020-11-151-1/+4
|\
| * nilflywind2020-11-131-0/+2
| * make workaround for #15934 and #15620flywind2020-11-121-1/+2
* | Correct all eggs (#15906)Miran2020-11-101-2/+2
|/
* ARC now capable of custom extra alignment. Ref, closure and seq support. (#15...cooldome2020-10-281-2/+2
* fix rlock compilation failure (#15584)shirleyquirk2020-10-151-1/+1
* fixes #9754 [backport] (#15342)Andreas Rumpf2020-09-161-4/+1
* allow old styled RTTI for arc/orc (#15331)Andreas Rumpf2020-09-161-54/+113
* enable,document,test getImplTransformed, very useful for understanding how ni...Timothee Cour2020-07-181-2/+5
* Clean up macros (#14959)Juan Carlos2020-07-141-34/+0
* fix #14846; add macros.extractDocCommentsAndRunnables (#14849)Timothee Cour2020-07-011-0/+36
* init checks and 'out' parameters (#14521)Andreas Rumpf2020-06-231-3/+4
* add legacy workaround; improve test so that it actually tests for the bugfixTimothee Cour2020-06-191-3/+5
* Update tuple newLitsolo9892020-06-191-5/+12
* Remove deprecated stuff from stdlib (#14699)Miran2020-06-171-6/+0
* remove compilerproc from `newIdentNode` (#14692)Timothee Cour2020-06-171-1/+1
* Update macros.nim (#14697)solo9892020-06-171-3/+2
* `addQuitProc` now works with closures, and c, js(node/browser) backend; fix s...Timothee Cour2020-06-161-3/+10
* Update newLit set[T] to work when set is empty. (#14662)solo9892020-06-151-0/+4
* remove tyOpt, mOpt (#14636)Timothee Cour2020-06-121-1/+1
* simple typo in locks.nim (#14297)Andy Davidoff2020-05-111-1/+1
* move since from inclrtl to std/private/since (#14188)hlaaftana2020-05-021-0/+1
* parseEnum_regression (#14150)cooldome2020-04-281-1/+1
* Error -> Defect for defects (#13908)Jacek Sieka2020-04-281-4/+4
* forward type alignment information to seqs (#12430)Arne Döring2020-04-191-7/+10
* Fix a 'See XXX' on documentation, clean out (#13820)Juan Carlos2020-03-311-2/+1
* add nnkMacroDef to RoutineNodes (#13676)Jasper Jenkins2020-03-171-1/+1
* add expectIdent to macros (#12778)Arne Döring2020-03-111-0/+7
* Remove dead magics (#13551)Arne Döring2020-03-031-1/+1
* Minor doc change in macros, future -> sugar (#13475) [ci skip]hlaaftana2020-02-241-1/+1
* expectLen now shows the length that we got (#13387)Clyybber2020-02-111-3/+3
* style fix: change 'JS' to 'js' to make it consistent (#13168)Miran2020-01-161-1/+1