nit.git
2016-01-12 Alexis Laferrièrelib/android: fix manipulation of Java stack from assets...
2016-01-12 Alexis Laferrièrelib/linux: implement `TextAsset`
2016-01-12 Alexis Laferrièrelib/app: intro `Asset` and `TextAsset`
2016-01-12 Alexis Laferrièrelib/core: add a factory to `Set` to instantiate a ...
2016-01-12 Alexis Laferrièretests: update test_string_is_numeric
2016-01-12 Alexis Laferrièrelib/core: remove support for ',' in `is_numeric`
2016-01-12 Alexis Laferrièrelib/core: `is_numeric` returns false on empty strings
2016-01-12 Alexis Laferrièrelib/core: extend is_numeric to support negatives (...
2016-01-06 Alexis Laferrièrelib/nitcorn: update examples as they don't need to...
2016-01-06 Alexis Laferrièrelib/nitcorn: skip the listening loop when running conti...
2015-12-29 Jean PrivatMerge: String block optimisations
2015-12-29 Lucas Bajoletsrc: Improve speed of interpreter when working with...
2015-12-29 Lucas Bajoletlib: Fixed text_stat with improvements from lib
2015-12-29 Lucas Bajoletlib/core: Avoid boxing when comparing two NativeString...
2015-12-29 Lucas Bajoletlib/core: Improve speed of `utf8_length` in NativeStrin...
2015-12-29 Lucas Bajoletlib/core: Perfize `substring` in `FlatString`
2015-12-29 Lucas Bajoletlib/core: Have `is_empty` work with `_bytelen` instead...
2015-12-29 Lucas Bajoletlib/core: Added shortcut for common ASCII-case in ...
2015-12-29 Lucas Bajoletlib/core: Improved cache mechanism in `ropes` for ...
2015-12-29 Lucas Bajoletlib/core: Improve speed of an indexed access in a UTF...
2015-12-29 Lucas Bajoletlib/core: Added `to_s_unsafe` method to `NativeString...
2015-12-29 Lucas Bajoletlib/core: Improved the speed of `clean_utf8`
2015-12-29 Lucas Bajoletlib/core: Added prefetching of 4 chars at once on ...
2015-12-28 Jean PrivatMerge: expanded the nit_env.sh script to register nit...
2015-12-28 Lucas Bajoletlib/core: Re-made `length` an attribute in `FlatString...
2015-12-28 Lucas Bajoletlib/core: Removed `last_byte` attribute in `FlatString...
2015-12-27 itsWillexpanded the nit_env.sh script to register nit within...
2015-12-22 Jean PrivatMerge: model: migrate model_collect to model_views
2015-12-19 Jean PrivatMerge: src: introduce Nit Static Analysis Framework
2015-12-19 Alexandre Terrasatests: skip nitsaf with niti and nitvm
2015-12-19 Alexandre Terrasanitsaf: add intraprocedural analysis
2015-12-19 Alexandre Terrasalib/collection: introduce init `HashMap::from`
2015-12-19 Alexandre Terrasanitsaf: add loop flow set merge
2015-12-19 Alexandre Terrasanitsaf: add flow merge on `if..else` blocks
2015-12-19 Alexandre Terrasanitsaf: add tests
2015-12-19 Alexandre Terrasanitsaf: introduce `nitsaf` binary
2015-12-19 Alexandre Terrasanitsaf: introduce reaching defs analysis
2015-12-19 Alexandre Terrasanitsaf: introduce Nit Static Analysis Framework
2015-12-19 Alexandre Terrasanitx: migrate client to new doc API
2015-12-19 Alexandre Terrasanitdoc: migrate client to new doc API
2015-12-19 Alexandre Terrasanitdoc: migrate phases to model view
2015-12-19 Alexandre Terrasanitdoc: make DocModel a ModelView
2015-12-19 Alexandre Terrasadoc_base: fix warnings
2015-12-19 Alexandre Terrasamodel: make Model::model behaves like for other mentities
2015-12-19 Alexandre Terrasanitmetrics: migrate nullables metrics to model_views
2015-12-19 Alexandre Terrasanitmetrics: migrate mendel metrics to model_views
2015-12-19 Alexandre Terrasanitmetrics: migrate mclasses metrics to model_views
2015-12-19 Alexandre Terrasaautocomplete: use model views
2015-12-19 Alexandre Terrasanituml: use ModelView
2015-12-19 Alexandre Terrasanitweb: use ModelTreeVisitor instead of custom tree...
2015-12-19 Alexandre Terrasanitweb: use MEntityTree instead of ad-hoc list
2015-12-19 Alexandre Terrasanitweb: use ModelView instead of model collect
2015-12-19 Alexandre Terrasanitweb: introduce ModelAction
2015-12-19 Alexandre Terrasanitweb: remove dependencies from `model_html` to `model...
2015-12-19 Alexandre Terrasamodel_collect: use model_views
2015-12-18 Jean PrivatMerge: Faster hex parsing
2015-12-18 Jean PrivatMerge: core: add Text::levenshtein_distance
2015-12-18 Jean PrivatMerge: Better mmodule location
2015-12-18 Jean PrivatMerge: hightlight: correctly highlight loose comments
2015-12-18 Jean PrivatMerge: readme: add information section
2015-12-18 Lucas Bajoletlib/core: Added an optimized `to_hex` function to ...
2015-12-18 Jean Privattests: update nitx sav because more information
2015-12-18 Jean Privatnitc: use mmodule.filepath at some place
2015-12-18 Jean Privatmodel: promote MModule::filename to model::mmodule
2015-12-18 Jean Privatloader: update the mmodule location once the source...
2015-12-18 Jean Privatcore: add Text::levenshtein_distance
2015-12-18 Jean Privathightlight: correctly highlight loose comments
2015-12-18 Jean Privatreadme: add information section
2015-12-18 Jean PrivatMerge: model: Beefup model visitor
2015-12-18 Jean PrivatMerge: Json benchmark
2015-12-18 Alexandre Terrasatests: update tests for model_visitor
2015-12-18 Alexandre Terrasamodel_view: introduce views to model based on model...
2015-12-18 Alexandre Terrasamodel: introduce MEntityTree
2015-12-18 Alexandre Terrasamodel: beef up ModelVisitor
2015-12-17 Lucas Bajoletcontrib/pep8analysis: Fix operand check in hexdigit
2015-12-17 Lucas Bajoletlib/json: Improved performance of Unicode-escaping...
2015-12-17 Lucas Bajoletlib: Perfized `to_hex` and have it work anywhere in...
2015-12-17 Lucas Bajoletlib: Added `is_surrogate` service to `Char`
2015-12-17 Lucas Bajoletlib: Added `from_hex` service to transform an hexadecim...
2015-12-17 Jean Privattests: rm sav/niti/fixme/test_intern_extern.res from...
2015-12-17 Jean PrivatMerge: FFI: Fix extern methods in generic classes with...
2015-12-17 Jean PrivatMerge: Alternative intern
2015-12-17 Jean PrivatMerge: Asteronits: add sounds and decouple app::audio...
2015-12-17 Lucas Bajoletbenchmarks: Added Makefile for bench_json
2015-12-17 Lucas Bajoletbenchmarks: Added multiplier for small JSON files
2015-12-17 Alexis LaferrièreFFI nith: fix using `void*` for generics and nullables...
2015-12-17 Alexis LaferrièreFFI niti: fix extern methods in generic classes
2015-12-17 Alexis Laferrièretests: add a test for extern methods in generic classes
2015-12-17 Jean Privatnitni: can mangle all formal type, not just virtual...
2015-12-16 Jean PrivatMerge: nitrpg: avoid race conditions in tests that...
2015-12-16 Jean PrivatMerge: Qualified class identifiers
2015-12-16 Jean PrivatMerge: niunit: fix after/before test calls
2015-12-16 Jean PrivatMerge: gamnit: simple 2D API, input events and the...
2015-12-16 Jean PrivatMerge: Json Ad-Hoc string parser
2015-12-16 Lucas Bajoletbenchmarks: Added JSON benchmark script
2015-12-16 Lucas Bajolettests: Update sav without escaped `/` characters in...
2015-12-16 Lucas Bajolettests: Added ad-hoc json parser test
2015-12-16 Lucas Bajoletlib/json: Added ad-hoc string parser for JSON
2015-12-16 Alexis Laferrièrelib/android: fix frenglish doc
2015-12-16 Alexis Laferrièrecontrib/asteronits: intro Android version with vibration
next