misc/vim: highlight the new Int literals
[nit.git] / src /
2015-07-28 Lucas Bajoletsrc: Update literal to properly support underscores...
2015-07-28 Lucas BajoletParser regeneration
2015-07-28 Lucas Bajoletparser: Update parser for underscores support in decima...
2015-07-24 Alexis Laferrièreffi/java: pointers are stored as `long` so they grow...
2015-07-23 Jean PrivatMerge: UTF-8 Strings
2015-07-23 Jean PrivatMerge: Fix lib/realtime on osx
2015-07-23 Lucas Bajoletsrc: Compiler, interpreter and parser updates for UTF-8
2015-07-23 Jean Privatcompiler: filter out -lrt flaf for OXS
2015-07-23 Jean PrivatMakefile: compile nitc_0 with --semi-global as it make...
2015-07-23 Jean PrivatMakefile: do not rely in multiple targets as it may...
2015-07-23 Jean PrivatMakefile: remove now useless `rm .nitcompile`
2015-07-22 Jean PrivatMerge: Fix nitpick return value
2015-07-22 Jean PrivatMerge: Conditional importation
2015-07-22 Jean PrivatMerge: Nitj: A compiler to Java code.
2015-07-22 Jean Privatnitpick: return 1 if errors occurred
2015-07-21 Alexandre Terrasanitj: improve Ant cache by not rewritting unchanged...
2015-07-21 Alexandre Terrasanitj: faster recompilation with Ant
2015-07-21 Alexandre Terrasanitj: implement ACastExprs
2015-07-21 Alexandre Terrasanitj: avoid dead code execution
2015-07-21 Alexandre Terrasanitj: implement bool exprs
2015-07-21 Alexandre Terrasanitj: factorize frame initialization for method, attrib...
2015-07-21 Alexandre Terrasanitj: implement non-generic type tests
2015-07-21 Alexandre Terrasanitj: implement ADoExpr, AWhileExpr, ALoopExpr
2015-07-21 Alexandre Terrasanitj: implement ANotExpr
2015-07-21 Alexandre Terrasanitj: implement AIFExpr
2015-07-21 Alexandre Terrasanitj: implement AParExpr
2015-07-21 Alexandre Terrasanitj: implement super calls
2015-07-21 Alexandre Terrasanitj: implement attributes expressions
2015-07-21 Alexandre Terrasanitj: implement main call
2015-07-21 Alexandre Terrasanitj: compile java main function stub
2015-07-21 Alexandre Terrasanitj: implement instances initialization
2015-07-21 Alexandre Terrasanitj: compile attributes accesses
2015-07-21 Alexandre Terrasanitj: compile intern methods bodies
2015-07-21 Alexandre Terrasatyping: also type signature for intern methods
2015-07-21 Alexandre Terrasanitj: compile concrete methods bodies
2015-07-21 Alexandre Terrasanitj: implement instance initialization and ANewExprs
2015-07-21 Alexandre Terrasanitj: avoid calls to abstract methods
2015-07-21 Alexandre Terrasanitj: implements AReturnExprs
2015-07-21 Alexandre Terrasanitj: shortcut calls on primitive instances
2015-07-21 Alexandre Terrasanitj: implement static and polymorphic sends
2015-07-21 Alexandre Terrasanitj: implement boxing for Java primitives
2015-07-21 Alexandre Terrasanitj: implement variable declaration
2015-07-21 Alexandre Terrasanitj: compile native instances of Int, Byte, Float...
2015-07-21 Alexandre Terrasanitj: implement `self` accesses
2015-07-21 Alexandre Terrasanitj: implement aborts
2015-07-21 Alexandre Terrasanitj: implement static frame to handle calls
2015-07-21 Alexandre Terrasanitj: prepare node visit of method bodies
2015-07-21 Alexandre Terrasanitj: implement variable handling
2015-07-21 Alexandre Terrasanitj: build naive type tables using Java HashMaps
2015-07-21 Alexandre Terrasanitj: build naive vfts using Java HashMaps
2015-07-21 Alexandre Terrasanitj: generate runtime mmethodef structure stubs
2015-07-21 Alexandre Terrasanitj: generate runtime class structure stubs
2015-07-21 Alexandre Terrasanitj: introduce JavaRuntimeModel used to represent...
2015-07-21 Alexandre Terrasanitj: introduce JavaCompilerVisitor to generate java...
2015-07-21 Alexandre Terrasanitj: compile generated Java files using make and Javac
2015-07-21 Alexandre Terrasanitj: introduce compiler to Java code
2015-07-21 Jean Privatloader: restore -m with module name (eg -m android)
2015-07-21 Jean Privatmodelbuilder: apply conditional_importations on mixins
2015-07-21 Jean Privatloader: basic implementation of conditional importations
2015-07-21 Jean Privatmodel: remove requirement unique_invocation of `MModule...
2015-07-21 Jean Privatloader: extract the resolution and the loading of modul...
2015-07-21 Jean Privatloader: extract `load_module_path` from `get_mmodule_by...
2015-07-21 Jean Privatsrc: move up `AExpr::as_id` from literal to parser_work
2015-07-20 Jean PrivatMerge: Faster write
2015-07-20 Jean PrivatMerge: Apply optional params in strip_extension, basena...
2015-07-18 Alexis Laferrièresrc & lib: use the default behavior of `basename` where...
2015-07-18 Alexis Laferrièrecontrib & examples..: update users of `join("")`
2015-07-18 Jean PrivatMerge: Protected setters
2015-07-18 Jean PrivatMerge: Fix autosuperinit
2015-07-17 Jean Privatniti: update intern implementation of `io_write`.
2015-07-16 Jean Privatsep_comp: do not lose potential mcasttype information...
2015-07-16 Jean Privatsep_comp: do not rely on RTA in autobox
2015-07-16 Jean Privatsep_comp: improve deadness management in compile_class_to_c
2015-07-13 Jean Privatmodelize: improve message in case of inherited autoinit...
2015-07-13 Jean Privatmodelize_property: setters are protected by default...
2015-07-13 Jean Privatautosuperinit: constructors can be defined in interface...
2015-07-13 Jean Privatsrc/niti: PrimitiveNativeFile use autoinit in named...
2015-07-13 Jean Privatsrc/location: use `nosuper in some specific named const...
2015-07-10 Jean PrivatMerge: Tweaks to the Android support
2015-07-09 Alexis Laferrièresrc/android: use the project to find the assets, res...
2015-07-09 Lucas Bajoletsrc: Compiler and interpreter updates for NativeString
2015-07-08 Jean PrivatMerge: Binary serialization
2015-07-07 Jean PrivatMerge: nitdoc: Use wikilinks on README files
2015-07-07 Alexandre Terrasanitdoc: generate README file doc pages
2015-07-07 Alexis Laferrièresrc/serialization: use how_serialize to fix generation...
2015-07-07 Alexis Laferrièresrc/serialization: call constructor only on concrete...
2015-07-07 Alexis Laferrièresrc/serialization: extract annotation search logic...
2015-06-30 Jean PrivatMerge: Remove niti hacks on NativeString and NativeFile
2015-06-30 Jean PrivatMerge: nitdoc: use svg instead of png
2015-06-30 Alexis Laferrièresrc/nitc: ignore SIGPIPE
2015-06-30 Jean PrivatMerge: Deserialization manage errors & easily create...
2015-06-29 Alexis Laferrièresrc/parellalization_phase: minor style tweaks
2015-06-29 Alexis Laferrièresrc/parallelisation_phase: do not rely on module name...
2015-06-29 Alexis Laferrièresrc/parellalization_phase: support nullable parameters...
2015-06-29 Alexis Laferrièresrc/parallelisation_phase: remove superfluous if block
2015-06-29 Alexis Laferrièrelib&src/serialization: use deserialize_class_intern...
2015-06-29 Alexis Laferrièresrc/serialization_phase: fix searching for `deserialize...
2015-06-29 Alexis Laferrièresrc/serialization_phase: generate code to be more toler...
2015-06-29 Alexis Laferrièresrc/serialization: use multiline strings
2015-06-26 Alexis Laferrièresrc/niti: mkdir the compile dir only if it doesn't...
next