summary refs log tree commit diff stats
path: root/compiler/nim.nim
Commit message (Expand)AuthorAgeFilesLines
* refactoring: explict config state instead of globalsAndreas Rumpf2017-02-011-6/+6
* fixes 'nim c file_without_nim_ext' regression; refs #5183Andreas Rumpf2017-01-061-1/+2
* disallow recursive module dependenciesAraq2016-11-231-3/+3
* new dependency tracking for nimsuggestAraq2016-11-051-4/+4
* refactoring complete: explicit ident cacheAraq2016-10-311-6/+6
* Added icons support for Visual Studio compilerFredrik Høisæther Rasch2016-09-301-0/+5
* Nimscript knows about the command line definesAndreas Rumpf2016-05-241-2/+2
* first version of an PHP codegenAndreas Rumpf2016-02-061-0/+8
* Nimscript: the compiler supports a directory wide config.nims fileAraq2015-09-291-0/+3
* NimScript: setCommand takes an optional project filenameAraq2015-09-291-1/+1
* implements experimental new config system based on NimScriptAraq2015-08-161-2/+7
* Give a nice error when no command is givenRyan Gonzalez2015-08-151-0/+2
* Turn GC_getStatistics into hintGCStatsAdam Strzelecki2015-07-031-1/+1
* Use gProjectIsStdin insteaddef2015-05-171-0/+1
* Clean up stdin file reading of compiler.def2015-05-161-3/+5
* When compiling from stdin write binary to stdinfiledef2015-02-281-0/+2
* nimrod -> nim in some filenamesdef2015-02-141-2/+2
* Merge pull request #2017 from reactormonk/nodejs-binaryAndreas Rumpf2015-01-281-2/+3
|\
| * added suggested fixesSimon Hafner2015-01-271-1/+1
| * find the nodejs binarySimon Hafner2015-01-271-2/+3
* | nimsuggest: first versionAraq2015-01-271-1/+1
|/
* fixes #903, fixes #1513Araq2014-09-031-3/+3
* koch now uses nim.exeAraq2014-08-291-0/+92
ref='#n273'>273 274 275 276 277 278 279 280 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 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462