misc/vim: do not show the preview window when using the omnifunc
[nit.git] / src /
2016-03-11 Jean PrivatMerge: Interpreter FFI: support the pkgconfig annotation
2016-03-10 Alexis Laferrièreniti FFI: do not attempt to run extern methods returnin...
2016-03-10 Jean PrivatMerge: Misc text: some improvement on `join` and `to_base`
2016-03-10 Jean PrivatMerge: Interpreter FFI: custom compile_dir, use /tmp...
2016-03-10 Jean Privatlib/core/text: move `to_base` to the main base module...
2016-03-09 Alexis Laferrièreniti FFI: support the pkgconfig annotation
2016-03-07 Alexis Laferrièreniti FFI: create compile_dir with permissions 0o700
2016-03-05 Jean PrivatMerge: FFI: use more c_name and protect some macros...
2016-03-05 Alexis Laferrièreniti FFI: delete the nit_compile directory after execution
2016-03-05 Alexis Laferrièreniti FFI: cmd line option to change the nit_compile...
2016-03-03 Jean PrivatMerge: nitc: don't crash when checking if a broken...
2016-03-03 Jean PrivatMerge: New `optional` annotation on attributes
2016-03-03 Jean PrivatMerge: typing: include a hook to enable more precise...
2016-03-01 Alexis Laferrièrenitc: don't crash when checking if a broken method...
2016-03-01 Alexis Laferrièresrc/ffi: protect friendly macro names in type check...
2016-03-01 Alexis Laferrièresrc/ffi: fix use of c_name for mangled names
2016-02-26 Jean Privatengine: handle new attribute annotation `is_optional`
2016-02-26 Jean Privatmodelize: new attribute annotation `is optional`
2016-02-26 Jean Privatmodelize: use the signature of the setter in the initia...
2016-02-25 Jean Privattyping: include a hook to enable more precise error...
2016-02-20 Alexis Laferrièrenitc: do not define be32toh when it exists on Android
2016-02-17 Alexis Laferrièrenitc android: do not use quiet the call to ant as it...
2016-02-17 Alexis Laferrièrenitc android: move android specific folders (res/libs...
2016-02-16 Jean PrivatMerge: Revamp `Text::format`
2016-02-16 Alexis Laferrièrenitc: add -Wno-trigraph to CFLAGS
2016-02-16 Alexis Laferrièrefrontend/i18n: escape % in internationalized strings
2016-02-15 Alexis Laferrièrelib/text: `Text::format` uses an index starting at...
2016-02-15 Alexis Laferrièrenitc/ios: add Assets.xcassets
2016-02-15 Alexis Laferrièrenitc/ios: add LoadingScreen.storyboard
2016-02-15 Alexis Laferrièrenitc/ios: remove superfluous content of the generated...
2016-02-12 Jean PrivatMerge: Small cleanups related to constructors
2016-02-12 Jean Privatrta: improve code for methods of classes
2016-02-12 Jean Privatniti: rename `args` as `arguments` in `call`
2016-02-12 Jean Privatnitc: remove the redundant property `mfree_init`
2016-02-11 Alexis Laferrièrenitc: add permission for HTTP requests to iOS apps
2016-02-09 Alexis Laferrièrenitc: fix casts from Objective-C to internal C
2016-02-09 Alexis Laferrièrenitc: do not intercept signals on iOS either
2016-02-06 Jean PrivatMerge: compiler: add a native implementation of NativeA...
2016-02-04 Jean Privatcompiler: add a native implementation of NativeArray...
2016-02-03 Ait younes Mehdi... Introduction to Nit generators
2016-01-29 Jean Privatsrc/Makefile: use peflags to bootstrap on windows
2015-12-29 Lucas Bajoletsrc: Improve speed of interpreter when working with...
2015-12-29 Lucas Bajoletlib/core: Added prefetching of 4 chars at once on ...
2015-12-22 Jean PrivatMerge: model: migrate model_collect to model_views
2015-12-19 Alexandre Terrasanitsaf: add intraprocedural analysis
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: 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: Better mmodule location
2015-12-18 Jean PrivatMerge: hightlight: correctly highlight loose comments
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 Privathightlight: correctly highlight loose comments
2015-12-18 Jean PrivatMerge: model: Beefup model visitor
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 Jean PrivatMerge: FFI: Fix extern methods in generic classes with...
2015-12-17 Jean PrivatMerge: Alternative intern
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 Jean Privatnitni: can mangle all formal type, not just virtual...
2015-12-16 Jean PrivatMerge: Qualified class identifiers
2015-12-16 Jean PrivatMerge: niunit: fix after/before test calls
2015-12-16 Jean Privatnitc: update code to use qclassids
2015-12-16 Jean Privatparser: regenerate (with qclassid)
2015-12-16 Jean Privatparser: use qualified class ids in the AST (changes...
2015-12-16 Jean Privatparser: expose qualified class id (qclassid)
2015-12-16 Alexandre Terrasamodel: fix some warnings
2015-12-15 Jean Privatinterpreter: a method can be extern and intern, extern...
2015-12-15 Jean Privatnitni: can mangle all formal type, not just virtual...
2015-12-15 Jean Privatcompiler: a method can be extern and intern, extern...
2015-12-15 Alexandre Terrasanitunit: always call before/after methods
2015-12-15 Jean Privatcompiler: intern methods on NativeArray can fallback...
2015-12-15 Alexandre Terrasanitunit: clean warnings for testing_suite
2015-12-15 Jean PrivatMerge: nitweb: nitcorn based API to access model and...
2015-12-11 Alexandre Terrasanitweb: introduce nitweb binary
2015-12-11 Alexandre Terrasanitweb: introduce web actions
2015-12-11 Alexandre Terrasanitweb: introduce views used to render information
next