examples/pnacl: add server option to Makefile
[nit.git] / tests /
2014-05-02 Lucas Bajoletlib/standard/string: Added implementations for to_upper...
2014-05-01 Lucas Bajoletlib/standard/string: Bugfix, forgot iterator on index_o...
2014-04-29 Jean PrivatMerge: introduce Nith, the ligHt Nit compiler
2014-04-28 Jean Privattests: add nith
2014-04-28 Jean Privattests: update nitmetric becase the name of the mainmodu...
2014-04-28 Jean PrivatMerge: Interactive parser
2014-04-28 Jean PrivatMerge: tests: better handling of tests without a sav...
2014-04-28 Jean Privattests: add more stuff from examples and contrib
2014-04-27 Jean Privattests: tests -i on test_parser
2014-04-27 Jean PrivatMerge: Fix some AST bugs
2014-04-27 Jean Privattests: niti skips test_markdown_args1
2014-04-26 Jean Privattests: remove empty sav files
2014-04-26 Jean Privattests: a res without sav is OK if empty else is failed
2014-04-26 Jean Privattests: add missing sav
2014-04-26 Jean Privattests: add `cc.skip` to skip the C compilation of some...
2014-04-26 Jean Privattests: niti fully skips tests in exec.skip
2014-04-26 Jean Privattests: add `exec.skip` to compile but not execute tests
2014-04-26 Jean Privattests: update sav/error_needed_method_alt4
2014-04-26 Jean PrivatMerge: Metrics nullables
2014-04-25 Alexandre Terrasametrics: update tests
2014-04-25 Jean PrivatMerge: improve nitls
2014-04-25 Jean Privattests: update nitls
2014-04-25 Jean Privattests: update sav/nitunit & sav/test_markdown
2014-04-23 Jean Privattests: update sav related to `cannot find module` errors
2014-04-22 Jean PrivatMerge: github_merge tool
2014-04-22 Jean Privattests: add github_merg
2014-04-22 Jean PrivatMerge: Inkscape tools
2014-04-18 Alexis LaferrièreMerge branch 'master' into inkscape-tool
2014-04-18 Jean Privattests: add test_native_array.nit
2014-04-17 Alexis Laferrièretests: add inkscape_tools to testfull.sh
2014-04-15 Jean PrivatMerge: Shoot for android
2014-04-15 Jean PrivatMerge: Modernize syntax
2014-04-15 Jean Privattests: remove `base_return_assing`
2014-04-15 Jean Privatsrc: remove old-style attribute from src/ (except parser)
2014-04-15 Jean Privattests: remove usage of old-style getters and setters
2014-04-15 Jean Privatsyntax: remove last usages of `=` in one liner function
2014-04-15 Jean Privatffi: update code with last syntax
2014-04-15 Jean Privattests: update sav/shoot_logic.res
2014-04-15 Jean Privattests: add sav/shoot_android.res
2014-04-14 Jean PrivatMerge: FFI with Java
2014-04-14 Alexis Laferrièretests: adds a test for java strings
2014-04-11 Jean Privattests: add error_prop_name*
2014-04-11 Jean Privattests: update base_virtual_type_redef.res
2014-04-10 Jean PrivatMerge: Qualified import
2014-04-10 Alexis Laferrièretests: intro tests for the FFI with Java
2014-04-09 Jean Privattest: test qualified importations
2014-04-09 Jean Privattests: add sav/nitdbg_websocket_server.res
2014-04-08 Jean Privattests: update base_gen_reassign for nitg-e
2014-04-08 Jean PrivatMerge: Numeric, a super-class to Int and Float
2014-04-07 Jean PrivatMerge: Extract sdl, mnit_display and mnit_input from...
2014-04-07 Jean PrivatMerge: Contrib: Github search tool to find JNI using...
2014-04-04 Alexis Laferrièretests: fix fixme/sav of base_gen_reassign for nitg...
2014-04-04 Alexis LaferrièreMerge branch 'privat' into numbers
2014-04-04 Jean PrivatMerge: lib/string: some cleaning, doc and unit tests
2014-04-04 Alexis Laferrièretests: adds sav for sdl, mnit_display, mnit_inputs
2014-04-04 Alexis Laferrièretests: fix fixme/sav of nitg-g and nitg-e for base_gen_...
2014-04-04 Jean Privatlib/string: teach clients to use non deprecated services.
2014-04-04 Jean PrivatMerge: contrib-pep8analysis
2014-04-04 Jean Privattests: skip tests that fail because of #375
2014-04-04 Jean PrivatMerge: Some FFI cleanup
2014-04-03 Alexis Laferrièretests: migrate tests using Char::+|- and Int::succ...
2014-04-03 Jean Privatballz: rename to `ballz_android` so tests can check it
2014-04-03 Alexis Laferrièretests: add github_search_for_jni to testfull.sh
2014-04-02 Jean Privattests: remove some forgotten old nitni files
2014-03-31 Alexis LaferrièreMerge branch 'privat' into contrib-pep8analysis
2014-03-28 Jean PrivatMerge: CallSite on AFor and ARange
2014-03-28 Jean Privattests: update error messages
2014-03-27 Jean PrivatMerge: Fix visibility importation
2014-03-27 Jean PrivatMerge branch 'strings'
2014-03-27 Jean PrivatMerge: Callgraph
2014-03-26 Jean PrivatMerge: More on Pipeline
2014-03-26 Jean Privattests: update sav/nitmetrics_args1.res for RTA-callsite...
2014-03-26 Jean Privattests: update sav/nitg-e/base_class_name.res because...
2014-03-26 Jean PrivatMerge origin/master to prepare the integration
2014-03-25 Lucas Bajoletstdlib/strings: Moved String as abstract, FlatString...
2014-03-25 Jean Privattests: update nitmetrics
2014-03-25 Jean Privattests: extends `base_prot` to check more visibility...
2014-03-25 Jean Privattests: update base_attr3
2014-03-25 Jean Privatsrc: remove clients of protected Pattern methods
2014-03-25 Jean Privattests: add base_prot_sig to test usage of private type...
2014-03-24 Jean PrivatMerge: Easy entry point for student
2014-03-24 Jean Privatlib: modify lib/pipeline to work on iterators instead...
2014-03-24 Lucas Bajoletstdlib/strings: Moved Buffer to FlatBuffer, Buffer...
2014-03-24 Lucas Bajoletstdlib/strings: Cleaned the old way of defining private...
2014-03-24 Lucas Bajoletstdlib/strings: Corrected test_isa to work on Text...
2014-03-24 Jean PrivatMerge: Toolcontext process options
2014-03-24 Jean Privatmerge: Reactivate networg debug
2014-03-21 Jean Privatlib/file: document and fix `file_extension`
2014-03-21 Jean Privattests: add src/test_test_phase
2014-03-21 Jean Privattests: update sav/ for tools
2014-03-21 Jean Privattests: add src/test_phase
2014-03-21 Jean Privatsrc: rename `dbgcli` and `netdbg` as `nitdbg_{client...
2014-03-20 Jean PrivatMerge branch 'doc_on_collection'
2014-03-20 Jean PrivatMerge branch 'module_paths'
2014-03-20 Jean Privattests: do not use now-private classes
2014-03-20 Jean Privattests: add and update test_markdown
2014-03-20 Jean Privatnitunit: adapt do MDoc
2014-03-19 Jean Privatnitls: add -M option do list dependencies
2014-03-19 Jean PrivatMerge remote-tracking branch 'alexis/more-jvm'
2014-03-18 Jean Privattests: update error_mod_unk.nit
next