rta: no-op when AExpr::mtype or AExpr::cast_type is null
[nit.git] / tests /
2015-06-14 Jean PrivatMerge: A more POLA to_s on Collection
2015-06-13 Jean Privattests: update sav/nitdoc_args4.res after merge with
2015-06-13 Jean PrivatMerge master to solve conflicts
2015-06-13 Jean Privattests: update with new `to_s` on collections
2015-06-12 Jean PrivatMerge: String split
2015-06-12 Jean PrivatMerge: Kill dead nitg
2015-06-12 Jean PrivatMerge: example: add boolean usage example from rosetta...
2015-06-12 Jean Privattests: rename compiler engines with `nitc*`, not `nitg*`
2015-06-12 Jean Privattests: use `nitc` in the `nitc.args`
2015-06-12 Jean PrivatMerge: nitunit: use the Markdown parser from `lib/markdown`
2015-06-11 Alexandre Terrasanitdoc: test pages structure
2015-06-10 Alexandre Terrasasrc: remove unused docdown parser and test
2015-06-10 Alexandre Terrasanitunit: update tests
2015-06-10 Alexandre Terrasaexample: add boolean usage example from rosetta code
2015-06-10 Jean Privatrosetta_code: sha1
2015-06-10 Jean PrivatMerge: Work on the Curl module
2015-06-10 Jean PrivatMerge: Attribute and autoinit annotations
2015-06-10 Jean PrivatMerge: example: add 24 game task of Rosetta code
2015-06-09 Jean Privattests: add base_attr_annot.nit
2015-06-09 Jean Privattests: add base_attr_abstract[34].nit
2015-06-09 Jean Privattests: update other tests related to init with setters
2015-06-09 Jean Privattests: add base_init_setter.nit
2015-06-09 Jean Privattests: update base_attr_abstract[12].nit
2015-06-08 Jean PrivatMerge: Fix support for Byte in the FFI
2015-06-08 Jean PrivatMerge: More keep going
2015-06-08 Jean PrivatMerge: Warn useless do block
2015-06-08 Jean PrivatMerge: Love contrib
2015-06-07 Alexis Laferrièretests: update test_curl to latest API
2015-06-07 Alexis Laferrièrelib/curl: revamp the curl_http example
2015-06-07 Alexis Laferrièrelib/curl: revamp and move the curl_mail example to...
2015-06-06 Alexis Laferrièretests: test Byte with the FFI
2015-06-06 Alexis Laferrièretests: update style of test_ffi_c_primitives
2015-06-05 Jean Privattests: add test_keep_going.nit
2015-06-04 Arthur Delamareexample: add 24 game task of Rosetta code
2015-06-04 Jean PrivatMerge: Floats in exponent notation
2015-06-04 Jean Privattests: update error message when module not found
2015-06-03 Jean Privattests: add base_do_block.nit
2015-06-03 Lucas Bajolettests: Updated test_float for new literals
2015-06-03 Lucas Bajoletnit/*: Fixed old imports of string and ropes
2015-06-03 Jean PrivatMerge: Native Types
2015-06-02 Lucas Bajoletlib/: removed UTF-8 related modules in anticipation...
2015-06-02 Lucas Bajoletcompiler: Changed types of Char to uint32_t and NativeS...
2015-05-31 Jean Privattests: add base_scope.nit
2015-05-30 Jean PrivatMerge: Kill `model_utils`
2015-05-30 Jean PrivatMerge: Clean nit compilation directory
2015-05-30 Jean PrivatMerge: Warn call on nullable receiver
2015-05-30 Jean PrivatMerge: Byte literals
2015-05-30 Jean PrivatMerge: Byte data type
2015-05-29 Alexandre Terrasatests: fix tests for nitmetrics
2015-05-29 Alexandre Terrasatests: fix tests for nituml
2015-05-29 Alexis Laferrièretests: update serialization tests for nitg-e
2015-05-29 Alexis Laferrièretests: update expected results of deserialization tests
2015-05-29 Alexis Laferrièretests: test double declaration of serialize on class...
2015-05-29 Alexis Laferrièretests: test `serialize` on attributes
2015-05-29 Alexis Laferrièretests: test `noserialize` and `serialize` at different...
2015-05-29 Alexis Laferrièretests: test the `serialize` annotation
2015-05-29 Alexis Laferrièretests: test `noserialize` with the `lazy` annotation
2015-05-29 Jean Privattests: compile dir is `nit_compile`, and cleannit
2015-05-29 Jean PrivatMakefile&gitignore: remove .nit_compile
2015-05-29 Lucas Bajolettests: Updated test for byte literals
2015-05-29 Lucas Bajolettests: Added test for Byte data type
2015-05-29 Jean Privattests: update error messages on exact call on null
2015-05-29 Jean PrivatMerge: introduce plain_to_s
2015-05-29 Jean Privattests: update sav/nitserial_args1.res because change...
2015-05-29 Jean PrivatMerge: Nitg-g new NativeArray fix
2015-05-29 Jean PrivatMerge: Annotation lateinit
2015-05-28 Lucas Bajolettests: Basic test for the allocation of NativeArray...
2015-05-28 Alexandre Terrasatests: fix tests with repeated types warnings
2015-05-28 Alexandre Terrasatests: test advice for useless repeated type in redef
2015-05-28 Jean PrivatMerge: Correct warn on noautoinit
2015-05-28 Jean PrivatMerge: Use self in the FFI
2015-05-28 Jean PrivatMerge: contrib/header_static: a cog in the toolchains...
2015-05-27 Jean Privattests: update tests for lateinit
2015-05-27 Jean Privattests: add alt to base_init_autoinit3 to check warning...
2015-05-27 Jean PrivatMerge: Rename all REAMDE to README.md
2015-05-27 Jean PrivatMerge: Intro an unrolled linked list, and fix `List...
2015-05-27 Jean PrivatMerge: Binary/Octal literal Ints
2015-05-27 Alexis Laferrièretests: remove utf_noindex_tests
2015-05-27 Alexis Laferrièretests: update expected results of nitpretty on the FFI
2015-05-27 Alexis Laferrièretests: update tests using the FFI
2015-05-26 Jean PrivatRename REAMDE to README.md
2015-05-26 Alexis Laferrièretests: update sav of nitserial to latest changes
2015-05-26 Lucas Bajolettests: Added tests for literal bases
2015-05-26 Jean PrivatMerge: nitx: finish migration to new nitdoc architecture
2015-05-25 Alexis Laferrièretests: test UnrolledList
2015-05-25 Alexis Laferrièrelib/serialization: support serializing Couple and Container
2015-05-24 Jean Privattests: update some tests to avoid infinite loops on...
2015-05-23 Jean PrivatMerge: metrics: `--nullables` distinguishes safe and...
2015-05-23 Jean PrivatMerge: Missing a unboxing when compiling a call to...
2015-05-22 Jean Privattests: update sav/nitmetrics_args1.res
2015-05-21 Alexandre Terrasanitx: update tests
2015-05-21 Jean Privattests: extends test_new_native.nit with non C-int length
2015-05-20 Alexis Laferrièretests: test serializing plain JSON
2015-05-20 Alexis Laferrièretests: extract JSON logic from test_deserialization
2015-05-20 Alexis Laferrièrelib/json: extract `StrictHashMap` from `json::serializa...
2015-05-20 Alexis Laferrièrelib/json: move `json_serialization` to `json::serializa...
2015-05-20 Jean PrivatMerge: Safe collection access
2015-05-20 Jean PrivatMerge: Read/Write binary data
2015-05-19 Jean Privattests: add test_coll_eq
2015-05-19 Alexis Laferrièretests: update sav for nitserial with types used in...
next