Merge: doc: fixed some typos and other misc. corrections
[nit.git] / src / nitni /
2019-12-21 Florian Deljarrysrc: Update init
2019-11-06 Florian DeljarryMerge remote-tracking branch 'upstream/master' into...
2017-06-02 Jean-Christophe... modelbuilder_base: Refactor the signature of `resolve_m...
2016-12-13 Alexis Laferrièrerename `NativeString` to `CString`
2016-03-31 Jean PrivatMerge remote-tracking branch 'origin/master' into init_auto
2016-03-01 Alexis Laferrièresrc/ffi: fix use of c_name for mangled names
2016-02-26 Jean Privatmodel: the anonymous constructor is now called `autoinit`
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-10-16 Jean Privatsrc: move pseudo-toplevel methods from Object
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-26 Alexis Laferrièresrc: update core FFI to use `self` instead of `recv...
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-04-15 Jean Privatsrc: improve messages (and sometime location) of errors...
2015-04-08 Jean Privatmodel: rename `as_notnullable` to `undecorate`
2015-04-04 Jean Privatsrc: use MFormalType for type checks when it makes...
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-11-05 Jean Privatsrc: update most tools to new constructors
2014-10-23 Jean Privatmodel: `new` factories are named "new", not init.
2014-09-09 Jean Privatffi: use `AMethPropdef` instead of `AExternPropdef`
2014-07-24 Jean Privatsrc: use `as_notnullable` in code
2014-07-22 Alexis Laferrièrenitg/ffi: Nit Int are C longs
2014-07-17 Alexis LaferrièreFFI with Java: correctly resolve the return types of...
2014-06-10 Alexis Laferrièrenitg: add support for unary - as an extern method
2014-06-03 Jean Privatmodelbuilder: `resolve_mtype` require a MClassDef inste...
2014-05-13 Jean PrivatMerge: Refactor FFI, the framework is now based on...
2014-05-13 Alexis Laferrièreffi: fix support for generated calls with generic types...
2014-05-12 Jean Privatsrc: use `AMethPropdef` instead of subclasses when...
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-03-11 Jean Privatffi: ASuperExternCall set mpropdef.has_supercall as...
2014-03-06 Alexis Laferrièrenitg: fix FFI error with arguments name of extern methods
2014-02-17 Alexis Laferrièrenitg: intro the nitni module