summary refs log tree commit diff stats
path: root/compiler/semfields.nim
Commit message (Expand)AuthorAgeFilesLines
* Replace countup(x, y-1) with x ..< yClyybber2019-05-071-1/+1
* void object fields are now ignored by codegen and fields/fieldPairs iterator ...Neelesh Chandola2019-01-101-0/+3
* extended system.type/typeof to support an upcoming 'collect' macro that works...Andreas Rumpf2018-09-111-2/+2
* refactoring: remove idents.legacy global variable and pass the IdentCache aro...Andreas Rumpf2018-05-271-5/+5
* remove ast.emptyNode global; cleanup configuration.nimAraq2018-05-161-1/+1
* semstmts compiles againAndreas Rumpf2018-05-121-10/+13
* more modules compile againAndreas Rumpf2018-05-121-5/+5
* deprecated unary '<'Andreas Rumpf2017-10-291-1/+1
* fix #5642Zahary Karadjov2017-04-071-2/+3
* fixes #5430Araq2017-02-261-1/+1
* big compiler refactoring; avoid globals for multi method dispatcher generationAndreas Rumpf2017-02-221-1/+1
* fixes #4673Andreas Rumpf2016-09-011-1/+1
* compiler: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-041-5/+5
* fixes #2134Araq2015-02-201-1/+1
* fixes #1902Araq2015-02-201-4/+5
* nimsuggest improvementsAraq2015-01-301-1/+1
* Happy new year!Guillaume Gelin2015-01-061-1/+1
* fixes #1352Araq2014-12-141-1/+5
* extracted the fields iterator magic to its own fileAraq2014-12-121-0/+159
id='n208' href='#n208'>208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283