summary refs log tree commit diff stats
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* enable testing -d:nimHasLibFFI mode (#13091)Timothee Cour2020-02-042-0/+8
* CT FFI: fix for windows; fix case transition; error msg shows more useful con...Timothee Cour2020-01-301-3/+8
* fix critical bug discovered by #11591 (#13290) [backport]Timothee Cour2020-01-291-1/+1
* removed unused importTimothee Cour2020-01-281-1/+1
* refactor htmldocs; gitignore itTimothee Cour2020-01-281-4/+5
* fixes #13281 (#13282)cooldome2020-01-281-4/+4
* Clearer final objects error; fixes #13256 (#13257)hlaaftana2020-01-261-1/+2
* ARC: optimize complete object constructors to use nimNewObjUninitAraq2020-01-264-12/+23
* make goto based exceptions available for 'nim cpp' (#13244)Andreas Rumpf2020-01-258-12/+19
* nim dump: add libpath (#13249)Timothee Cour2020-01-241-0/+1
* Removed lib/system/allocators.nim. seqs_v2 and strs_v2 now uses allocShared0....Ico Doornekamp2020-01-233-9/+9
* Unexport even more symbols (#13214)alaviss2020-01-234-13/+17
* kochdocs: use a glob instead of hardcoded list; generate docs for compiler/; ...Timothee Cour2020-01-232-3/+3
* VM: allow overriding MaxLoopIterations without rebuilding nim (#13233)Timothee Cour2020-01-234-9/+11
* fix range[enum] type conversion (#13204) [backport]Jasper Jenkins2020-01-201-2/+3
* compiler/ccgtypes: hide exportc proc unless it has dynlib (#13199)alaviss2020-01-201-1/+1
* fixes #13195 (#13198)cooldome2020-01-202-4/+5
* fixes #13110 (#13197)Andreas Rumpf2020-01-192-2/+11
* Revert "fixes #13195"Andrii Riabushenko2020-01-192-4/+4
* revert last commitAndrii Riabushenko2020-01-192-4/+4
* Fixes #13186 (#13188)slangmgh2020-01-191-2/+4
* more on arc codegen (#13178)cooldome2020-01-192-18/+51
* fixes #13144 (#13145)Timothee Cour2020-01-181-9/+4
* fixes #13157Araq2020-01-171-3/+6
* Fix docs for subdirs too (#13180)Clyybber2020-01-171-11/+15
* make sink operator optional (#13068)cooldome2020-01-172-48/+42
* ARC works for async on Windows (#13179)Andreas Rumpf2020-01-171-2/+2
* make case-object transitions explicit, make unknownLineInfo a const, replace ...Jasper Jenkins2020-01-1732-201/+183
* fixes #13095 (#13181)cooldome2020-01-171-0/+3
* Cleanup DFA (#13173)Clyybber2020-01-162-36/+16
* fixes #12998 nim doc regression (#13117)Timothee Cour2020-01-164-3/+14
* Working towards arc codegen (#13153)cooldome2020-01-161-31/+39
* ARC: misc bugfixes (#13156)Andreas Rumpf2020-01-153-25/+87
* successX now correctly shows html output for `nim doc`, `nim jsondoc`; fix #1...Timothee Cour2020-01-155-6/+18
* Added 'ansic' os support for minimal (embedded) targets (#13088)Ico Doornekamp2020-01-151-1/+5
* fixes #9674 [backport] (#13143)Andreas Rumpf2020-01-141-1/+12
* fixes #13104 [backport] (#13142)Andreas Rumpf2020-01-141-0/+1
* pass platform argument only if vccexe is used (#13078)cooldome2020-01-141-10/+9
* fixes #10665 (#13141) [backport]Andreas Rumpf2020-01-141-22/+26
* fixes #13105 (#13138)Andreas Rumpf2020-01-141-1/+1
* fixes #13119 (#13128)Andreas Rumpf2020-01-143-3/+11
* fixes #13100 nim doc now treats `export localSymbol` correctly (#13123) [back...Timothee Cour2020-01-132-14/+26
* fixes #13112 (#13127)Andreas Rumpf2020-01-132-2/+18
* fixes #13122 (#13126)Andreas Rumpf2020-01-132-5/+5
* fix rtti sizeof for varargs in global scope (#13125) [backport]Jasper Jenkins2020-01-131-2/+2
* more arc features (#13098)Andreas Rumpf2020-01-104-1/+38
* fixes #13072; no test case because it will be added later with more exception...Araq2020-01-101-1/+1
* remove all remaining warnings when build nim (with -d:nimHasLibFFI) (#13084)Timothee Cour2020-01-093-14/+7
* fix crash due to errant symbols in nim.cfg (#13073) [backport]Andy Davidoff2020-01-081-2/+3
* make SuccessX show project file + output file (#13043)Timothee Cour2020-01-083-11/+22