nit.git
2015-04-08 Jean PrivatMerge: Not null types
2015-04-08 Jean PrivatMerge: Improve checking of virtual types
2015-04-08 Jean PrivatMerge: Clean benches
2015-04-08 Jean PrivatMerge: Robust keep-going
2015-04-08 Jean Privatsrc/hightlight: hightlight and do not crash on MNotNullType
2015-04-08 Jean Privattests: add base_not_null.nit and base_notnull_lit.nit
2015-04-08 Jean Privatcode: remove useless `or else` now that they are detected
2015-04-08 Jean Privattests: update test_new_native_alt1.res because line...
2015-04-08 Jean Privattests: update because resolved types are in error messages
2015-04-08 Jean Privattyping: on type error, also indicate the resolved type
2015-04-08 Jean PrivatUpdate tests error message on null adaptation and tests
2015-04-08 Jean Privatlib/array: suppress a warning to be compatible with...
2015-04-08 Jean Privatmodel: rename `as_notnullable` to `undecorate`
2015-04-08 Jean Privattyping: add `check_can_be_null` to fix and factorize...
2015-04-08 Jean Privatmodel: add new type `MNotNullType` to force that null...
2015-04-07 Jean Privattests: update sav/base_virtual_type7.res
2015-04-07 Jean Privattests: add error_virtual_type.nit and error_virtual_typ...
2015-04-06 Jean Privatmodelize_property: improve the search of circularity...
2015-04-06 Jean Privatmodelize_property: use resolve_mtype_unchecked during...
2015-04-06 Jean Privatmodelize_property: remove unused ASignature::build_sign...
2015-04-04 Jean Privatlib/ai: remove randomness in puzzle so benches can...
2015-04-04 Jean Privatmodel: extract a common proxy from MNullableType
2015-04-04 Jean Privatsrc: use MFormalType for type checks when it makes...
2015-04-04 Jean Privatmodel: introduce MFormalType as a superclass of MVirtua...
2015-04-03 Jean Privatbenches/strings: add .gitignore and `make clean`
2015-04-03 Jean Privatbenches/engines: remove nitcc generated files for calc
2015-04-03 Jean Privatbenchs/markdown: add a .gitignore to avoid cruft
2015-04-03 Jean Privatbenchs/markdown: add a root Makefile
2015-04-03 Jean Privattests: update fatal error messages.
2015-04-03 Jean Privattoolcontext: call only `errors_info` once at the end
2015-04-03 Jean Privatmodelbuilder: run_global_phases do nothing for an empty...
2015-04-03 Jean Privattyping: do not rely on `MModule.object_type` that will...
2015-04-03 Jean Privatmodel: get_primitive_class filter classes by module
2015-04-03 Jean Privattyping: be more robust on missing/buggy information
2015-04-03 Jean Privatmodelize_class: make the class-name-conflict a warning
2015-04-03 Jean Privatmodelize_property: invalidate information to avoid...
2015-04-03 Jean Privatmodelize_class: make various steps more robust if the...
2015-04-03 Jean Privatmodelbuilder: promote `get_mclass_by_name` from typing
2015-04-03 Jean Privatmodelbuilder: resolve_mtype does not crash when the...
2015-04-03 Jean Privatmodel: protect MClassDef.is_intro and provide MClass...
2015-04-03 Jean Privatloader: build_module_importation invalidates the mmodul...
2015-04-03 Jean Privatloader: the AModule.mmodule can be null if the mmodule...
2015-04-03 Jean Privatvarious phases: more robust for keep-going
2015-04-03 Jean Privatbenchs/markdown: fix location of nitc
2015-04-03 Jean PrivatMerge: parser: add a basic sabblecc3 parser in Java
2015-04-03 Jean PrivatMerge: Unite app.nit metadata annotations common to...
2015-04-03 Jean PrivatMerge: Updated bench scripts for strings
2015-04-03 Jean Privatparser: add a basic sabblecc3 parser in Java
2015-04-02 Jean PrivatMerge: benches/markdown: add `pandoc` engine.
2015-04-02 Jean PrivatMerge: Test compilation of OS X and iOS programs, on...
2015-04-02 Jean PrivatMerge: lib/standard/string: Added faster to_cstring...
2015-04-02 Alexis Laferrièrelib/ios: add metadata annotations to "Hello iOS"
2015-04-02 Alexis Laferrièrenitc: the iOS platform use app.nit annotations
2015-04-02 Alexis Laferrièrelib & examples: update modules using the java_package...
2015-04-02 Alexis Laferrièrenitc: move up the default values of a project from...
2015-04-02 Alexis Laferrièrenitc: extract common app.nit annotations from Android
2015-04-02 Alexis Laferrièremodel: intro `MModule::first_real_mmodule` to get the...
2015-04-02 Lucas Bajoletbenchmarks/string: Added README
2015-04-02 Jean PrivatMerge: Improve loader
2015-04-02 Jean PrivatMerge: nitdoc: introduce Bootstrap components
2015-04-02 Jean PrivatMerge: Bench markdown --semi-global
2015-04-01 Lucas Bajoletbenchmarks/strings: Added Makefile for tests with defau...
2015-04-01 Lucas Bajoletbenchmarks/string: Updated bench scripts for strings
2015-04-01 Alexandre Terrasabenches/markdown: add `pandoc` engine.
2015-04-01 Alexis Laferrièretests: add the testosx.sh script to run OSX and iOS...
2015-04-01 Alexis Laferrièretests: add savs file for ios tests
2015-04-01 Alexis Laferrièretests: tests.sh detects directories before trying to...
2015-04-01 Jean Privatloader: get_mgroup can be given the root directory...
2015-04-01 Jean Privatloader: get_mgroup search README in src first then...
2015-04-01 Jean Privatloader: parse_full look inside directories of projects
2015-03-31 Alexandre Terrasasrc/doc: uniformize name display
2015-03-31 Alexandre Terrasasrc/doc: migrate topmenu to new templates.
2015-03-31 Alexandre Terrasasrc/doc: introduce bootstrap components abstraction.
2015-03-31 Lucas Bajoletlib/standard/string: Added faster cstring method on...
2015-03-31 Jean Privatversion 0.7.3 v0.7.3
2015-03-31 Jean Privatbench_markdown: add a new engine, nitmd-o that is nitmd...
2015-03-31 Jean Privatbench_markdown: increase $s so that times are more...
2015-03-31 Jean PrivatMerge: lib/std/union_find: make DisjointSet Cloneable
2015-03-31 Jean PrivatMerge: Rewrite the coloration for properties and types.
2015-03-31 Jean PrivatMerge: Misc for lib
2015-03-31 Jean PrivatMerge: iOS support
2015-03-31 Jean PrivatMerge: sepcomp: fixup trampoline with tagged primitive...
2015-03-31 Jean PrivatMerge: Fix escape to c
2015-03-31 Jean PrivatMerge: Fix warnings from clang on OS X
2015-03-31 Jean Privatlib/template: migrate the example to new constructors
2015-03-31 Jean Privatlib/geometry: document ILine
2015-03-31 Jean Privatlib: move privileges.nit to its subdirectory
2015-03-31 Jean Privatlib/standard: document FileReader::from_fd
2015-03-31 Jean Privatlib/standard: factorize File*::close
2015-03-31 Jean Privatlib/standard: add Collection::not_empty
2015-03-31 Jean Privatlib/sorter: add `MapRead::keys_sorted_by_values` and...
2015-03-30 Alexis Laferrièretests: skip iOS tests on GNU/Linux
2015-03-30 Alexis Laferrièrelib/ios: add the simple hello_ios app
2015-03-30 Alexis Laferrièretests: add a very minimal test for the iOS platform
2015-03-30 Alexis Laferrièrelib: intro the iOS library
2015-03-30 Alexis Laferrièrenitc: support compiling for the iOS platform
2015-03-30 Alexis Laferrièrenitc: `Toolchain` keeps the compiler as an attribute
2015-03-30 Jean Privatlib/sorter: add `MapRead::values_sorted_by_key`
2015-03-30 Jean Privattest_phase: use parse_full
2015-03-29 Jean Privatlib/std/union_find: make DisjointSet Cloneable
next