Merge: doc: fixed some typos and other misc. corrections
[nit.git] / src / nitni / nitni_base.nit
2016-12-13 Alexis Laferrièrerename `NativeString` to `CString`
2015-12-17 Alexis LaferrièreFFI nith: fix using `void*` for generics and nullables...
2015-12-17 Jean Privatnitni: can mangle all formal type, not just virtual...
2015-12-15 Jean Privatnitni: can mangle all formal type, not just virtual...
2015-08-13 Lucas Bajoletsrc/compiler: Added fixint variants to compiler
2015-06-17 Jean PrivatMerge: Light FFI for the interpreter
2015-06-12 Alexis Laferrièresrc/nitni: fix `is_cprimitive` for virtual types
2015-06-09 Alexis LaferrièrePartial Revert "compiler: Changed types of Char to...
2015-06-08 Jean PrivatMerge: FFI clean up
2015-06-08 Alexis Laferrièresrc/nitni: fix doc of `is_cprimitive`
2015-06-06 Alexis Laferrièresrc: prepare `MType::cname_blind` to be more customizable
2015-06-06 Alexis Laferrièresrc: fix support of Byte in the FFI
2015-06-02 Lucas Bajoletcompiler: Changed types of Char to uint32_t and NativeS...
2015-05-29 Lucas Bajoletlib/standard: Introduce Byte type in kernel
2015-05-08 Alexis Laferrièresrc/nitni: add indirection for the C type name of norma...
2015-04-24 Jean Privatsrc: handle new bitwise operators
2015-04-15 Jean Privatsrc: implement unary plus
2015-01-13 Alexis Laferrièrenitc: FFI and nitni use MModule::c_name
2014-12-10 Alexis Laferrièrenitni: add indirection to use `MModule::c_name` without...
2014-07-22 Alexis Laferrièrenitg/ffi: Nit Int are C longs
2014-06-10 Alexis Laferrièrenitg: add support for unary - as an extern method
2014-05-08 Alexis Laferrièrenitg/ffi: move most FFI services from AModule to MModule
2014-04-04 Jean Privatlib/string: teach clients to use non deprecated services.
2014-02-17 Alexis Laferrièrenitg: intro the nitni module