index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
compiler
/
platform.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
prepare for the enforcement of `std` prefix (#22873)
ringabout
2023-10-29
1
-1
/
+1
*
use strictdefs for compiler (#22365)
ringabout
2023-08-06
1
-0
/
+2
*
Add support for NuttX RTOS. (#21372)
Century Systems
2023-02-16
1
-1
/
+6
*
move assertions out of system (#19599)
flywind
2022-03-23
1
-0
/
+4
*
Add support for LoongArch (#19223)
wenghongquan
2021-12-09
1
-2
/
+3
*
Add Zephyr Support (#19003)
Jaremy Creechley
2021-10-24
1
-1
/
+5
*
Add Elbrus 2000 architecture (#19024)
Danil Yarantsev
2021-10-21
1
-2
/
+4
*
ported Nim to proprietary CrossOS [backport] (#18889)
Andreas Rumpf
2021-09-24
1
-1
/
+5
*
closes #18433 (#18484)
Andreas Rumpf
2021-07-13
1
-4
/
+2
*
let's assume littleEndian in JS backend (#16886)
flywind
2021-02-01
1
-1
/
+1
*
some comments for amd64 and nimvm CPU (#16756)
Timothee Cour
2021-01-20
1
-1
/
+2
*
Add 32-bit RISC-V support (#16231)
Alf-André Walla
2020-12-03
1
-1
/
+2
*
Fixing issue #15302 -- lwip doesn't support signals (#15303)
Jaremy Creechley
2020-09-14
1
-1
/
+1
*
Changes for FreeRTOS/LwIP Port for the ESP32 (ESP-IDF) (#15250)
Jaremy Creechley
2020-08-31
1
-2
/
+7
*
Added 'ansic' os support for minimal (embedded) targets (#13088)
Ico Doornekamp
2020-01-15
1
-1
/
+5
*
Cosmetic compiler cleanup (#12718)
Clyybber
2019-11-28
1
-4
/
+4
*
Add build support for Linux/hppa (#12271)
John Paul Adrian Glaubitz
2019-09-26
1
-3
/
+4
*
Add --os:ios switch and docs. (#12204)
treeform
2019-09-18
1
-1
/
+5
*
styleCheck: make the compiler and large parts of the stdlib compatible with -...
Araq
2019-07-10
1
-1
/
+1
*
list available options for --cpu, --os and --cc if the passed option is not f...
Ico Doornekamp
2019-05-25
1
-0
/
+8
*
Replace countup(x, y) with x .. y
Clyybber
2019-05-07
1
-2
/
+2
*
add wasm32 platform
Jacek Sieka
2019-03-03
1
-2
/
+3
*
fixes #8081
Araq
2018-09-22
1
-4
/
+3
*
Nintendo switch support (#8069)
Joey
2018-06-27
1
-2
/
+7
*
rename 'nimrodVM' to 'nimVM'
Andreas Rumpf
2018-05-28
1
-4
/
+4
*
platform.nim doesn't use globals anymore; prepare msgs.nim for not using globals
Andreas Rumpf
2018-05-18
1
-28
/
+24
*
Add RISC-V (riscv64) support (#7417)
Federico Ceratto
2018-04-07
1
-2
/
+3
*
Introduce first class support for Android (#5772)
Fredrik Høisæther Rasch
2017-08-06
1
-2
/
+6
*
Add mips64 and mips64el CPU platforms (#5866)
James Cowgill
2017-08-03
1
-2
/
+5
*
support for the Genode OS framework (#5560)
Emery Hemingway
2017-03-31
1
-1
/
+6
*
Make DragonFlyBSD a first class BSD-like OS (#5548)
Eugene Kabanov
2017-03-16
1
-2
/
+9
*
define sparc64 platform
Sergey Avseyev
2016-07-21
1
-2
/
+3
*
nimrod -> nim
Erik Johansson Andersson
2016-02-05
1
-1
/
+1
*
add msp430 cpu support
Keerthan Jaic
2015-08-26
1
-2
/
+3
*
Add arm64 support (untested)
def
2015-07-31
1
-1
/
+2
*
Add powerpc64el support (untested)
def
2015-07-31
1
-2
/
+3
*
Add Mipsel CPU support (untested)
def
2015-07-31
1
-1
/
+2
*
codegen doesn't produce line tracing commands anymore; fixes #1344
Araq
2015-03-21
1
-142
/
+142
*
merged #2083 manually
Araq
2015-02-08
1
-1
/
+1
*
the compiler knows vxWorks is an OS
Araq
2015-01-28
1
-3
/
+7
*
minor improvement to the barrier implementation
Araq
2014-12-09
1
-1
/
+1
*
case consistency part 4
Araq
2013-12-27
1
-4
/
+4
*
case consistency part 1
Araq
2013-12-27
1
-6
/
+6
*
--os:standalone works again
Araq
2013-06-30
1
-1
/
+1
*
Removes executable bit for text files.
Grzegorz Adam Hankiewicz
2013-03-16
1
-0
/
+0
*
EcmaScript => JS. Fixes #330
Simon Hafner
2013-02-15
1
-4
/
+4
*
added some support for Haiku
Araq
2012-07-29
1
-1
/
+5
*
implemented support for the AVR CPU and standalone OS
Araq
2012-03-31
1
-4
/
+10
*
year 2012 for most copyright headers
Araq
2012-01-02
1
-1
/
+1
*
new compiler option tlsEmulation
Araq
2011-10-27
1
-5
/
+5
[next]