Rename REAMDE to README.md
[nit.git] / src / nitni /
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