summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | Merge pull request #2830 from yglukhov/logging-no-formatDominik Picheta2015-06-042-30/+27
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Removed formatting from logging.yglukhov2015-05-282-30/+27
| | |/ / / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge pull request #2848 from ozra/bugfix-2523-number-literal-lexingAndreas Rumpf2015-06-042-120/+164
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Change const def to cleaner code per suggestion.Oscar Campbell2015-06-021-2/+1
| * | | | | | | | | | | | Remove forgotten debug echo statement.Oscar Campbell2015-05-311-1/+0
| * | | | | | | | | | | | Clean up to compiler style. Refine error-msg for illegal octal 'O'Oscar Campbell2015-05-312-128/+68
| * | | | | | | | | | | | Fix #2523 - first commit. Needs some cleanup.Oscar Campbell2015-05-311-98/+204
| | |_|/ / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge pull request #2850 from ozra/docfix-2523-number-literalsAndreas Rumpf2015-06-041-9/+14
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Fix doc for #2523, regarding numeric literals.Oscar Campbell2015-05-311-9/+14
| |/ / / / / / / / / / /
* | | | | | | | | | | | Merge pull request #2861 from apense/patch-5Andreas Rumpf2015-06-041-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Added slight explanation for count{down|up}apense2015-06-021-2/+2
| | |_|/ / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge pull request #2849 from ozra/feature-2811-hump-snake-dashAndreas Rumpf2015-06-044-12/+57
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Restructure branching slighty. Fix error message.Oscar Campbell2015-06-012-9/+9
| * | | | | | | | | | | | Util funcs used by lib/hashes.nim and compiler/lexer.nimOscar Campbell2015-05-311-0/+23
| * | | | | | | | | | | | Implement #2811 - Unicode en-dash (U+2013) as hump/snake alt.Oscar Campbell2015-05-313-7/+29
| | |/ / / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge pull request #2863 from yglukhov/js-dotdotAndreas Rumpf2015-06-042-8/+18
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Fixed codegen for DotDot magicyglukhov2015-06-042-8/+18
| | |/ / / / / / / / / / | |/| | | | | | | | | |
* / | | | | | | | | | | Fix incorrect 400 reply in asynchttpserverDominik Picheta2015-06-031-0/+1
|/ / / / / / / / / / /
* | | | | | | | | | | FlowVar's ^ for refs is safe and convenient to useAraq2015-06-021-1/+7
* | | | | | | | | | | Merge pull request #2855 from x2f/develDominik Picheta2015-06-021-5/+13
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Documented bufSize param in logging.nimx2f2015-06-011-1/+5
| * | | | | | | | | | Expose bufSize parameter for file-based loggersx2f2015-05-311-5/+9
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #2831 from stedi67/develDominik Picheta2015-05-281-1/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | fix for https://github.com/nim-lang/Aporia/issues/69Stephan Diehl2015-05-281-1/+1
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #2829 from yglukhov/js-asm-rendererAndreas Rumpf2015-05-281-1/+2
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Fixed renderer for asm node in JSyglukhov2015-05-281-1/+2
| |/ / / / / / / / /
* | | | | | | | | | bootstrap.sh: cannot keep exec bit on windowsAraq2015-05-281-0/+0
* | | | | | | | | | added missing testAraq2015-05-281-0/+35
* | | | | | | | | | get rid of deprecated effectsAraq2015-05-281-18/+6
* | | | | | | | | | terminal: doc improvmentsAraq2015-05-281-1/+7
* | | | | | | | | | prepare for unidecode Nimble packageAraq2015-05-281-5/+0
* | | | | | | | | | development version is 0.11.3Araq2015-05-281-1/+1
|/ / / / / / / / /
* | | | | | | | | Merge pull request #2822 from yglukhov/js-taddr-testAndreas Rumpf2015-05-272-5/+15
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Enabled taddr and testobjs testsyglukhov2015-05-272-5/+15
|/ / / / / / / / /
* | | | | | | | | Merge pull request #2817 from flaviut/fix-unittestAndreas Rumpf2015-05-272-6/+28
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | |
| * | | | | | | | Fix #964, fix #1384Flaviu Tamas2015-05-261-0/+16
| * | | | | | | | Don't inspect typedescsFlaviu Tamas2015-05-262-6/+12
|/ / / / / / / /
* | | | | | | | Merge pull request #2816 from flaviut/optionals-to-optionsAndreas Rumpf2015-05-261-0/+0
|\ \ \ \ \ \ \ \
| * | | | | | | | Rename optionals module to optionsFlaviu Tamas2015-05-261-0/+0
|/ / / / / / / /
* | | | | | | | Merge pull request #2695 from transfuturist/develAndreas Rumpf2015-05-261-2/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | Add path directive to allow inclusion of config file's path itselftransfuturist2015-05-141-2/+4
* | | | | | | | | Merge pull request #2804 from yglukhov/minor-cosmeticsAndreas Rumpf2015-05-261-17/+5
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Minor cosmetic changes.yglukhov2015-05-261-17/+5
* | | | | | | | | | Merge pull request #2810 from yglukhov/js-codegen-obj-field-byvarAndreas Rumpf2015-05-262-2/+25
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Fixes #2798yglukhov2015-05-262-2/+25
| |/ / / / / / / / /
* | | | | | | | | | Merge pull request #2789 from ozra/develAndreas Rumpf2015-05-2611-66/+95
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / |/| | | | | | | | |
| * | | | | | | | | Fix introduced erroneous use of "canonical" back to original wording. Fix fau...Oscar Campbell2015-05-262-4/+5
| * | | | | | | | | Remove double punctuation. Change "contrained" wording to "constraint".Oscar Campbell2015-05-252-3/+4
| * | | | | | | | | Merge remote-tracking branch 'upstream/devel' into develOscar Campbell2015-05-258-16/+130
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Change to hard word wrap at 80.Oscar Campbell2015-05-254-17/+33