lib/socket: intro `TCPSocket`
[nit.git] / src /
2015-07-10 Jean PrivatMerge: Tweaks to the Android support
2015-07-09 Alexis Laferrièresrc/android: use the project to find the assets, res...
2015-07-09 Lucas Bajoletsrc: Compiler and interpreter updates for NativeString
2015-07-08 Jean PrivatMerge: Binary serialization
2015-07-07 Jean PrivatMerge: nitdoc: Use wikilinks on README files
2015-07-07 Alexandre Terrasanitdoc: generate README file doc pages
2015-07-07 Alexis Laferrièresrc/serialization: use how_serialize to fix generation...
2015-07-07 Alexis Laferrièresrc/serialization: call constructor only on concrete...
2015-07-07 Alexis Laferrièresrc/serialization: extract annotation search logic...
2015-06-30 Jean PrivatMerge: Remove niti hacks on NativeString and NativeFile
2015-06-30 Jean PrivatMerge: nitdoc: use svg instead of png
2015-06-30 Alexis Laferrièresrc/nitc: ignore SIGPIPE
2015-06-30 Jean PrivatMerge: Deserialization manage errors & easily create...
2015-06-29 Alexis Laferrièresrc/parellalization_phase: minor style tweaks
2015-06-29 Alexis Laferrièresrc/parallelisation_phase: do not rely on module name...
2015-06-29 Alexis Laferrièresrc/parellalization_phase: support nullable parameters...
2015-06-29 Alexis Laferrièresrc/parallelisation_phase: remove superfluous if block
2015-06-29 Alexis Laferrièrelib&src/serialization: use deserialize_class_intern...
2015-06-29 Alexis Laferrièresrc/serialization_phase: fix searching for `deserialize...
2015-06-29 Alexis Laferrièresrc/serialization_phase: generate code to be more toler...
2015-06-29 Alexis Laferrièresrc/serialization: use multiline strings
2015-06-26 Alexis Laferrièresrc/niti: mkdir the compile dir only if it doesn't...
2015-06-26 Alexis Laferrièresrc/niti: use a real NativeString
2015-06-26 Alexis Laferrièresrc/niti: remove hack on NativeFile
2015-06-26 Alexis Laferrièresrc/niti: remove intern implementations to extern methods
2015-06-24 Alexandre Terrasanitdoc: introduce DocCommand `list`
2015-06-24 Alexandre Terrasaloader: set correct location for README files
2015-06-24 Alexandre Terrasadoc_down: introduce `synopsis` service
2015-06-24 Alexandre Terrasadoc_down: make processors visibles from other modules
2015-06-24 Alexandre Terrasanitdoc: convert dot to svg instead of png
2015-06-24 Alexandre Terrasanitdoc: make `DocComposite::title` writable
2015-06-24 Alexandre Terrasanitdoc: remove `well` around level 2 titles
2015-06-24 Alexandre Terrasanitdoc: introduce `DocCommand` concept for nitdoc and...
2015-06-22 Jean PrivatMerge: Opportunity i18n & traduction française
2015-06-22 Jean PrivatMerge: Nitunit fails bad code
2015-06-22 Jean PrivatMerge: Adaptive typing: fix buggy warning messages
2015-06-21 Alexis Laferrièresrc/i18n_phase: there's no need to unescape
2015-06-21 Alexis Laferrièresrc/i18n_phase: breakup 2 complexe lines of code
2015-06-21 Alexis Laferrièresrc/i18n_phase: use an escape custom to gettext
2015-06-20 Alexis Laferrièresrc/i18n_phase: accepts string literals within a supers...
2015-06-19 Jean PrivatMerge: Check for errors in regex within string literals...
2015-06-19 Jean PrivatMerge: niti-ffi: NativeString is re-a `char*` since...
2015-06-19 Jean Privatniti-ffi: NativeString is re-a `char*` since #1502
2015-06-19 Jean PrivatMerge: Bug fixes in SSA module
2015-06-19 Jean PrivatMerge: Fix FFI with private extern classes not needing...
2015-06-18 Alexis Laferrièresrc/frontend: add a phase to validate regular expression
2015-06-18 Julien Pagèsssa: Delete an unused variable
2015-06-18 Julien Pagèsssa: Bug fixe with a wrong initialization
2015-06-18 Julien Pagèsssa: Make a property more general
2015-06-18 Alexis Laferrièresrc/ffi: do not declare the impl signature before the...
2015-06-18 Jean PrivatMerge: Do not compile dead modules
2015-06-18 Jean Privattyping: warn about useless null when the target is...
2015-06-18 Jean Privattyping: warnings related to adaptive typing are moved...
2015-06-18 Jean Privattyping: new PostTypingVisitor that is run after the...
2015-06-18 Jean Privattyping: factorize AEqExpr and ANeExpr into AEqFormExpr
2015-06-18 Jean Privatast: new class AEqFormExpr to factorize AEqExpr and...
2015-06-18 Jean Privattyping: `or else` on null is no more an error
2015-06-17 Jean PrivatMerge: Light FFI for the interpreter
2015-06-17 Jean PrivatMerge: code: cleanup some docunits
2015-06-17 Alexis Laferrièresrc: fix interpreter FFI to support nitvm
2015-06-17 Jean Privatnitunit: bad code count as code (to avoid more failures...
2015-06-17 Jean Privatnitunit: process failures (bad code) before leaving
2015-06-17 Jean Privatsep_comp: declare method __attribute__((weak)) to allow...
2015-06-17 Jean Privatsep_comp: SeparateRuntimeFunction::compile_to_c only...
2015-06-17 Jean Privatsep_compiler: move up declaration in SeparateRuntimeFun...
2015-06-17 Jean Privatsep_comp: remove unrobust SeparateRuntimeFunction:...
2015-06-17 Jean Privatsep_comp: SeparateRuntimeFunction::compile_trampolines...
2015-06-17 Jean Privatrta: add `RapidTypeAnalysis::live_mmodules`
2015-06-16 Jean Privatcompiler: no-on for `AIsaExpr` without a valid `cast_type`
2015-06-16 Jean Privatcompiler: no-op for expressions that return no RuntimeV...
2015-06-16 Jean Privatrta: no-op when AExpr::mtype or AExpr::cast_type is...
2015-06-16 Jean Privatrta: new method `allocate_mtype` to factorize some...
2015-06-13 Jean PrivatMerge master to solve conflicts
2015-06-12 Alexis Laferrièresrc/nitni: fix `is_cprimitive` for virtual types
2015-06-12 Jean Privatcode: cleanup some docunits
2015-06-12 Jean PrivatMerge: String split
2015-06-12 Jean PrivatMerge: Kill dead nitg
2015-06-12 Jean Privatmakefile: create ../bin is required
2015-06-12 Jean PrivatMerge: Kill big vararg in parser
2015-06-12 Jean PrivatMerge: compiler: NativeString is a char* to please...
2015-06-12 Jean Privatc_src: rename the primitive compiler to `c_src/nitc...
2015-06-12 Jean PrivatMerge: nitunit: use the Markdown parser from `lib/markdown`
2015-06-11 Jean Privatparser: regen parser.nit without the big vararg
2015-06-11 Jean Privatparser: `build_reduce_table` uses a sequence of add...
2015-06-11 Alexandre Terrasanitdoc: test pages structure
2015-06-11 Jean Privatcompiler: NativeString is a char* to please C library.
2015-06-11 Alexandre Terrasanitdoc: better pretty-printing
2015-06-10 Alexandre Terrasasrc: remove unused docdown parser and test
2015-06-10 Alexandre Terrasanitunit: use the Markdown parser from `lib/markdown...
2015-06-10 Alexis Laferrièresrc/niti: do not support extern methods with non primit...
2015-06-10 Alexis Laferrièresrc/niti: report a "not yet implemented" when using...
2015-06-10 Alexis Laferrièresrc: add README to dynamic_loading_ffi
2015-06-10 Alexis Laferrièresrc: activate FFI in interpreter
2015-06-10 Alexis Laferrièresrc: intro an FFI for the interpreter
2015-06-10 Jean PrivatMerge: Activate C warnings in FFI code and revert ...
2015-06-10 Jean PrivatMerge: Attribute and autoinit annotations
2015-06-10 Jean PrivatMerge: nitvm: Basic blocks generation and SSA-algorithm
2015-06-09 Julien Pagèsnitvm: Using SSA module in the nitvm
2015-06-09 Julien Pagèsnitvm: A method compile offers a unique entry point...
2015-06-09 Alexandre Terrasanitdoc: remove `require.js` dependency
next