lib: intro `Float.lerp` for simple linear interpolation
[nit.git] / src /
2015-03-07 Jean PrivatMerge: Optimize nitc
2015-03-06 Jean Privatcompiler: do not initialize attributes at NULL in NEW_*
2015-03-06 Jean Privatastvalidatior: small refactorisation to make it more...
2015-03-06 Jean Privatphase: do not display the each phase for each module
2015-03-06 Jean Privatautosuperinit: remove old FIXME that prevented autosupe...
2015-03-06 Jean Privatautosuperinit: verbose info for debuging
2015-03-06 Jean Privatparser: fix default init for ALabel and ASelfExpr
2015-03-03 Jean PrivatMerge: compiler: fast path is the hot path in once...
2015-03-02 Jean Privatcompiler: fast path is the hot path in once and literal...
2015-02-27 Jean Privatsepcomp: shortcut an inline most intern methods of...
2015-02-27 Jean Privatsepcomp: extract `direct_call` from `compile_callsite`
2015-02-27 Jean Privatsepcomp: fix compilation of NativeArray[] in an inlined...
2015-02-27 Jean PrivatMerge: Use --log
2015-02-26 Jean Privatrta: log results of analysis in the log directory
2015-02-26 Jean Privattoolcontext: log all verbose infos in the log directory
2015-02-26 Jean Privatmodelize: prevent the use of `lazy` on methods
2015-02-26 Jean Privatfrontend: remove deprecated cached annotation and phase
2015-02-26 Jean Privatcode: replace `is cached` by `is lazy`
2015-02-26 Jean PrivatMerge: Guard call
2015-02-26 Jean PrivatMerge: Nitdoc: HTML templates related cleaning
2015-02-26 Jean PrivatMerge: Generalized class members
2015-02-24 Jean Privatnitpretty: handle super and class-level annotation...
2015-02-24 Jean Privatserialization: generate ASuperPropdef instead of ASuper...
2015-02-24 Jean Privatastvalidation: skip individual annotations
2015-02-24 Jean Privattransform: skip if no mpropdef instead of abort
2015-02-24 Jean Privatmodelize: implements services of APropdef as noop ...
2015-02-24 Jean Privatparser: regenerate with generalized class members
2015-02-24 Jean Privatgrammar: introduce AAnnotPropdef for annotation in...
2015-02-24 Jean Privatgrammar: introduce ASuperPropdef for super-classes
2015-02-24 Jean Privatgrammar: remove `line_annotations_forclass` and `superc...
2015-02-24 Jean Privatgrammar: propdefs returns a list
2015-02-24 Alexandre Terrasasrc/doc: uniformize HTML output for topmenu
2015-02-24 Alexandre Terrasasrc/doc: clean DocPage rendering API.
2015-02-24 Alexandre Terrasasrc/doc: make DocPage render itself instead of using...
2015-02-24 Alexandre Terrasasrc/doc: move `doc_templates` to `html_templates` group.
2015-02-24 Jean Privatsepcomp: add option -direct-call-monomorph0 a less...
2015-02-24 Jean PrivatMerge: parser: add `ASTDump` and `ANode::dump_tree`
2015-02-24 Jean PrivatMerge: nitunit: fix running last test of a module,...
2015-02-24 Jean Privatsepcomp: add option `--guard-call`
2015-02-23 Jean Privatsepcomp: move out opt_substitute_monomorph from compile...
2015-02-21 Jean PrivatMerge: Support Android on 2 different ARMs, x86 and...
2015-02-21 Jean PrivatMerge: class annotation `autoinit` to explicitly lists...
2015-02-21 Jean Privatparser: add `ASTDump` and `ANode::dump_tree`
2015-02-20 Alexis Laferrièrenitunit: fix executing last test which was previously...
2015-02-20 Alexis Laferrièrenitc/android: compile Android projects for x86, mips...
2015-02-20 Jean Privatmodelize: add class annotation `noautoinit` to clear...
2015-02-20 Jean Privatmodelize: accepts `noautoinit` the new name of `noinit`.
2015-02-20 Jean Privatmodelize: add class-annotation `autoinit` to explicitly...
2015-02-18 Alexandre Terrasasrc/doc: move remaining services from `doc_model` to...
2015-02-18 Alexandre Terrasasrc/doc: move HTML output related services from `doc_mo...
2015-02-18 Alexandre Terrasasrc/doc: use `nitdoc_name` rather than `nitdoc_id`...
2015-02-18 Alexandre Terrasasrc/doc: introduce `html_templates` group.
2015-02-18 Alexandre Terrasasrc/doc: make ImportationListSection and InheritanceLis...
2015-02-18 Alexandre Terrasasrc/doc: make GraphArticle a MEntity article since...
2015-02-18 Alexandre Terrasasrc/doc: rename `DocComposite::add` into `add_child...
2015-02-10 Lucas Bajoletlib/standard/stream: Renamed streams for more explicit...
2015-02-10 Jean Privatmodel: add MProperty::is_autoinit to identify method...
2015-02-10 Jean PrivatMerge: Vim omnifunc diffentiate between types, class...
2015-02-10 Jean PrivatMerge: Link boost
2015-02-10 Jean Privatfixup tramp
2015-02-10 Jean Privatsep_compiler: add alias option --link-boost
2015-02-10 Jean Privatsep_compiler: table_send take the original entity inste...
2015-02-10 Jean Privatsep_compiler: add option --substitute-monomorph to...
2015-02-10 Jean Privatsep_compiler: optionally use a trampoline before the...
2015-02-09 Jean Privatsep_compiler: SeparateRuntimeFunction save its arguments
2015-02-08 Alexis Laferrièrenitpick autocomplete: differenciate between class types...
2015-02-08 Alexis Laferrièrenitpick autocomplete: do not list properties beginning...
2015-02-07 Jean Privatsep_compiler: add RuntimeFunction::c_fun_ptr
2015-02-07 Jean PrivatMerge: Detect covariance
2015-02-07 Jean PrivatMerge: Regen c_src without libunwind
2015-02-07 Jean Privatmetrics: rename title of detect_variance_constraints
2015-02-07 Jean Privatmetrics: add --detect-covariance
2015-02-06 Alexis Laferrièrenitpick: generate metadata files for the Vim plugin
2015-02-06 Jean Privattest_test_phase: count projects, classdefs and methods
2015-02-06 Jean Privatmodelbuilder: add `check_subtype` and `check_sametype`
2015-02-06 Jean Privatmkcsrc: temporally disable stacktrace (libunwind) for...
2015-02-06 Jean PrivatMerge: Generalize instance creation service so FFI...
2015-02-06 Jean PrivatMerge: Makefile: initial make use --semi-global
2015-02-06 Jean PrivatMerge: Global for filenames
2015-02-06 Jean PrivatMerge: String memory fixes
2015-02-06 Jean PrivatMerge: nitdoc: introduces phases
2015-02-05 Alexis Laferrièrenitc: fix calling extern constructors from extern code...
2015-02-05 Lucas Bajoletniti: Fixed method NativeString::copy_to in intern_call
2015-02-05 Lucas Bajoletlib/standard/string: Fixed leaking Int.to_s method
2015-02-05 Jean Privatmodelize: move resolve_mtype to modelbuilder_base.nit
2015-02-05 Jean PrivatMerge: loader: get_mgroup look in path
2015-02-05 Jean PrivatMakefile: initial make use --semi-global
2015-02-04 Alexandre Terrasanitdoc: remove unused module `doc_pages`
2015-02-04 Alexandre Terrasanitdoc: adapt `doc_model` to avoid diff with new phases
2015-02-04 Alexandre Terrasanitdoc: introduce IndexingPhase
2015-02-04 Alexandre Terrasanitdoc: introduce RenderHTMLPhase
2015-02-04 Alexandre Terrasanitdoc: introduce IntroRedefListPhase
2015-02-04 Alexandre Terrasanitdoc: introduce InheritanceListsPhase
2015-02-04 Alexandre Terrasanitdoc: introduce GraphsPhase
2015-02-04 Alexandre Terrasanitdoc: introduce POSetPhase
2015-02-04 Alexandre Terrasanitdoc: introduce StructurePhase
2015-02-04 Alexandre Terrasanitdoc: introduce ConcernsPhase
2015-02-04 Alexandre Terrasanitdoc: introduce MakePagePhase
2015-02-04 Alexandre Terrasanitdoc: introduce ExtractionPhase
2015-02-04 Alexandre Terrasanitdoc: migrate nitdoc from `doc_pages` to `doc_phases`
next