summary refs log tree commit diff stats
path: root/compiler/semstmts.nim
Commit message (Expand)AuthorAgeFilesLines
* some love for the testsuite; fixed regressionsAraq2015-03-011-1/+2
* reprocess pragmas after macro annotation for SqueakNimAraq2015-02-271-4/+10
* Fix typosFederico Ceratto2015-02-151-1/+1
* Fix typosFederico Ceratto2015-02-151-3/+3
* fixes #1131Araq2015-02-101-0/+4
* fixes #2073Araq2015-02-081-2/+2
* fixes #2057Araq2015-02-041-4/+9
* nimsuggest improvementsAraq2015-01-301-2/+3
* non-destructible context only produces a warning for nowAraq2015-01-241-3/+3
* better error message for 'invalid type'Araq2015-01-231-3/+4
* fixes #1915Araq2015-01-121-1/+2
* fixes #1903Araq2015-01-111-1/+2
* fixes tconfusing_arrow bugAraq2015-01-101-1/+3
* support for static params in the user defined type classesZahary Karadjov2015-01-021-4/+8
* fixes #1774Araq2014-12-311-1/+2
* fixes #1120Araq2014-12-251-1/+4
* fixes #1742Araq2014-12-241-5/+9
* fixed typos so docgen works againAraq2014-12-201-0/+1
* extracted the fields iterator magic to its own fileAraq2014-12-121-147/+1
* destuctors are experimental; 'func' is now a keywordAraq2014-12-101-1/+4
* implements 'defer'Araq2014-12-041-4/+17
* user defined pragmas work for generics instantiated in different modulesAraq2014-11-061-1/+1
* updated some testsAraq2014-10-041-1/+1
* deprecated string case statements without 'else'Araq2014-10-021-1/+5
* deepCopy is instantiated when its corresponding type is instantiatedAraq2014-09-261-1/+6
* made some tests greenAraq2014-09-211-1/+1
* implemented 'guard' annotationAraq2014-09-211-2/+7
* minor changes to manual.txtAraq2014-09-131-1/+1
* 'pretty' command does not exist anymore; improvements for nimfixAraq2014-09-101-0/+3
* nimfix can fix obsolete statement commentsAraq2014-09-081-0/+5
* fix #959Zahary Karadjov2014-09-041-3/+8
* fixes #1511Araq2014-09-031-14/+17
* Nimrod renamed to NimAraq2014-08-281-1/+1
* check there is only one deepCopy per typeAraq2014-08-051-1/+4
* progress on deepCopyAraq2014-08-011-1/+23
* fixes #1362Araq2014-07-151-1/+2
* fixes #1285Araq2014-06-301-2/+2
* Fixing issue #1090Clay Sweetser2014-06-151-0/+3
* Fixed #1172 (for real)Clay Sweetser2014-06-011-2/+8
* Renamed considerAccents to considerQuotedIdentClay Sweetser2014-05-261-2/+2
* Renamed 'considerAcc' to 'considerAccents' for clarityClay Sweetser2014-05-241-2/+2
* bugfix: bool for case statementsAraq2014-05-061-1/+1
* small bugfix for iteratorsAraq2014-04-301-1/+1
* implemented region pointersAraq2014-04-091-2/+2
* fixes #911Araq2014-03-281-0/+6
* fixes a typoAraq2014-03-271-1/+1
* reference implementation of a vector swizzle libraryZahary Karadjov2014-03-201-9/+6
* fix #715 againZahary Karadjov2014-03-161-1/+3
* implements higher-order inline iterators and return type inference for iteratorsZahary Karadjov2014-03-081-8/+10
* Merge branch 'devel' of github.com:Araq/Nimrod into develZahary Karadjov2014-03-061-1/+1
|\