contrib/jwrapper: do not add `redef type SELF...` to generated extern classes
[nit.git] / src /
2015-01-05 Alexis Laferrièreandroid: copy user libs folder to the android project
2015-01-04 Alexis LaferrièreJava FFI: support array in extern types
2014-12-24 Jean PrivatMerge: lib/socket: fix, update style and intro features
2014-12-23 Alexis Laferrièrelib/socket: update socket clients
2014-12-20 Jean Privatffi: fix phase dependencies
2014-12-20 Jean Privatno_warning: automatically disable `missing-doc` on...
2014-12-20 Jean Privatfrontend: handle no-warnings before starting a modelize...
2014-12-20 Jean PrivatMerge: More documentation in src
2014-12-20 Jean PrivatMerge: nitdoc: Always escape
2014-12-20 Jean PrivatMerge: nitdoc: Always use `mdoc_or_fallback`.
2014-12-20 Jean PrivatMerge: Activate VM
2014-12-20 Jean PrivatMerge: Locally disable warnings
2014-12-20 Jean Privatsrc: finish documenting some module
2014-12-20 Jean Privatparser: document all properties of `parser_nodes`
2014-12-20 Jean Privatparser: add some factorization classes in `parser_nodes`
2014-12-19 Jean-Christophe... nitdoc: Always escape names.
2014-12-19 Jean-Christophe... nitdoc: Escape modifiers.
2014-12-19 Jean-Christophe... nitdoc: Escape links’ attributes.
2014-12-19 Jean-Christophe... nitdoc: Escape page title.
2014-12-19 Jean-Christophe... nitdoc: Factorize `nitdoc_name`.
2014-12-19 Jean-Christophe... nitdoc: Always use `mdoc_or_fallback`.
2014-12-19 Jean Privatnit: new experimental `--vm` option to run the vm
2014-12-19 Jean Privatvm: rename `run_naive_interpreter` as `run_virtual_mach...
2014-12-19 Jean PrivatMerge: Arrays comprehension
2014-12-19 Jean Privatparser: add `no_warning` in generated files to disable...
2014-12-19 Jean Privatfrontend: new phase and annotation `no_warning` to...
2014-12-19 Jean Privattoolcontext: enable blacklisting of warnings by source...
2014-12-19 Jean Privatparser: promote `collect_X` from `parser_util`
2014-12-18 Jean Privatparser_nodes: promote `get_annotation` and `AAnnotation...
2014-12-18 Jean Privatliteral: promote `as_X` from annotation
2014-12-18 Jean-Christophe... nitdoc: Avoid HTML ID collisions.
2014-12-18 Jean-Christophe... nitdoc: Shorten redundant IDs.
2014-12-18 Jean-Christophe... nitdoc: Remove the project’s name from the groups’...
2014-12-18 Jean-Christophe... nitdoc: Mangle names in IDs.
2014-12-18 Jean-Christophe... nitdoc: Document constraints on `nitdoc_id`.
2014-12-18 Jean-Christophe... nitdoc: Use a fully qualified ID for classes.
2014-12-18 Jean-Christophe... nitdoc: Group non-Nit entities at the bottom of `doc_mo...
2014-12-18 Jean-Christophe... nitdoc: Fix a minor documentation mistake.
2014-12-18 Jean PrivatMerge: Do not inline lazy getter
2014-12-18 Jean PrivatMerge: neo: Remove `full_name`.
2014-12-17 Jean Privatcompiler: do not inline lazy getters
2014-12-17 Jean Privattransform: transform array comprehension in simpler...
2014-12-17 Jean Privattransform: introduce `full_transform_visitor` for compl...
2014-12-17 Jean Privatnitg: handle direct compilation of comprehension arrays
2014-12-17 Jean Privatinterpreter: implements array comprehensions
2014-12-17 Jean Privattyping: mark expressions that belong to an array compre...
2014-12-17 Jean Privattyping: add `AArrayExpr::element_mtype`
2014-12-17 Jean Privatparser: regenerate with comprehension arrays
2014-12-17 Jean Privatgrammar: extends array_item to accept array extension...
2014-12-17 Jean Privatgrammar: new production `array_items` to replace arg_li...
2014-12-17 Jean PrivatMerge: Highlight line ids
2014-12-17 Jean PrivatMerge: Name entities
2014-12-17 Jean PrivatMerge: Check constructor name conflicts
2014-12-17 Jean PrivatMerge: Fast docunits
2014-12-17 Jean Privatmodel: promote `c_name` from abstract-compiler to model
2014-12-17 Jean Privatmodel: add `full_name` to entities that miss one
2014-12-17 Jean Privatmodel: promote `full_name` to MEntity
2014-12-17 Jean Privatnitlight: add option --no-line-id
2014-12-17 Jean Privatnitodoc: stop generating id for lines in examples
2014-12-17 Jean Privathighlight: add HighlightVisitor::line_id_prefix to...
2014-12-16 Jean Privatmodelize: check property name conflicts for constructor...
2014-12-16 Jean Privatmodelize: check_redef_property_visibility for root_init
2014-12-16 Jean-Christophe... neo: Remove `full_name`.
2014-12-16 Jean Privatnitunit: enable the execution of simple docunit in...
2014-12-16 Jean PrivatMerge: Improve construction of runtime structures
2014-12-16 Jean PrivatMerge: Doc down
2014-12-15 Jean Privatnitunit: separate extraction and execution of docunits
2014-12-15 Julien Pagèsnitvm: Improve construction of runtime structures
2014-12-15 Jean Privatcompiler: use correct recvtype in `AAttrPropdef::evalua...
2014-12-15 Jean Privatcompiler: associate escape_marks to to frame (because...
2014-12-14 Jean PrivatMerge: More macosx compat things
2014-12-14 Jean PrivatMerge: add changelog.sh to help the redactor of niteration
2014-12-14 Jean PrivatMerge: Fix misc warnings
2014-12-14 Jean PrivatMerge: nitdoc: Display the attributes
2014-12-14 Jean PrivatMerge: Detect variance constraints
2014-12-14 Jean PrivatMerge: Fix chomp and read_lines
2014-12-14 Jean PrivatMerge ... 'origin/master' to resolve conflicts with...
2014-12-13 Alexis Laferrièrenit: remove unused `PrimitiveNativeFile::file_stat`
2014-12-13 Jean Privatnitx: use less instad of pager that is a Debianism
2014-12-13 Jean Privatcompiler: add CFLAGS -Wno-attributes to quiet clang...
2014-12-13 Jean PrivatMerge: Fix visibility warnings
2014-12-13 Jean PrivatMerge: Raise nitc from the dead
2014-12-13 Jean PrivatMerge: model: register the implicitly injected Bool...
2014-12-13 Jean PrivatMerge: Newstreams
2014-12-13 Jean Privatadd changelog.sh to help the redactor of niteration
2014-12-12 Jean-Christophe... nitdoc: Display attribute types.
2014-12-12 Jean-Christophe... nitdoc: Include the attributes by default.
2014-12-12 Alexandre Terrasasrc/astprinter: fixes useless null comparison
2014-12-12 Alexandre Terrasasrc/doc: fixes useless empty init
2014-12-12 Alexandre Terrasasrc/semantize: fixes useless private visibility
2014-12-12 Alexandre Terrasasrc/nitx: fixes useless private visibility
2014-12-12 Alexandre Terrasasrc/frontend: fixes useless private visibility
2014-12-12 Jean Privatnitmetrics: add --detect-covar
2014-12-12 Jean Privatniti: do not create `true` and `false` if Bool does...
2014-12-12 Jean Privatmodel: register the implicitly injected Bool class...
2014-12-12 Jean PrivatMerge: nitunit: compile test-suite only once
2014-12-12 Jean PrivatMerge: Objective-C FFI with basic wrapper for the Cocoa...
2014-12-11 Jean-Christophe... nitdoc: Factorize filtering logic.
2014-12-11 Jean-Christophe... nitdoc: Add a property group for attributes.
2014-12-11 Jean-Christophe... nitdoc: Factorize property grouping logic.
next