summary refs log tree commit diff stats
path: root/compiler/parampatterns.nim
Commit message (Expand)AuthorAgeFilesLines
* deprecated unary '<'Andreas Rumpf2017-10-291-3/+3
* support the full range of type modifiers when declaring concept vars and test...Zahary Karadjov2017-03-241-0/+7
* fixes #4608Andreas Rumpf2016-10-181-0/+2
* some progress on #3832Andreas Rumpf2016-02-081-0/+3
* preparations for better handling of 'a[i]' in generics; stmt lists can be lva...Araq2015-09-121-1/+4
* added system.unsafeAddrAraq2015-08-041-9/+11
* fix #2585 properlyAraq2015-04-221-1/+3
* fixes #2585Araq2015-04-221-1/+1
* implemented a[^1] notationAraq2015-03-261-3/+4
* fixes #2346Araq2015-03-161-2/+6
* fixes #1809; implements overloading based on 'var T'Araq2015-03-141-19/+22
* nimsuggest improvementsAraq2015-01-301-1/+1
* Nimrod renamed to NimAraq2014-08-281-1/+1
* implemented builtin noncopying sliceAraq2014-05-021-1/+4
* case consistency improvementsAraq2014-01-111-1/+1
* case consistency: next stepsAraq2013-12-291-4/+4
* case consistency part 4Araq2013-12-271-2/+2
* implemented large parts of the 'not nil' checkingAraq2013-06-091-0/+2
* make some tests greenAraq2013-03-031-4/+7
* constraint now part of the parameter symbol and not of the typeAraq2012-12-051-2/+2
* term rewriting improvementsAraq2012-09-081-3/+56
* activated tests for tr macrosAraq2012-09-061-3/+4
* bugfixes and improvements for term rewriting macrosAraq2012-09-041-1/+1
* term rewriting macros fully implemented; still buggyAraq2012-09-031-0/+205
>281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381