tests: add some runtime error in nitin.input
[nit.git] / src /
2017-04-26 Jean PrivatMerge: Catch em all
2017-04-26 Jean Privatnitc: add `add_raw_throw` so raw_abortions are caught
2017-04-25 Jean Privatnitc: document add_raw_abort
2017-04-25 Jean Privatniti: make `catch_count` writable
2017-04-25 Jean Privatniti: keep the fatal_error information
2017-04-25 Jean Privatniti: all fatal errors are catchable, not just aborts
2017-04-21 Jean Privatnitc/toolcontext: make error_count writable
2017-04-21 Jean Privatnitc/loader: always build the module importation
2017-04-21 Jean Privatnitc/loader: load_rt_module returns the MModule
2017-04-21 Jean Privatnitc/interpreter: NaiveInterpreter::mainmodule is writable
2017-03-28 Jean PrivatMerge: intrepreter: Fix the documentation of `Primitive...
2017-03-28 Jean PrivatMerge: intrepreter: Fix the documentation of `Instance...
2017-03-28 Jean PrivatMerge: compiler: Refactor
2017-03-28 Jean PrivatMerge: gamnit: optimize the `flat` 2D api using GPU...
2017-03-28 Jean-Christophe... intrepreter: Fix the documentation of `PrimitiveInstance`
2017-03-28 Jean-Christophe... intrepreter: Fix the documentation of `Instance::is_true`
2017-03-26 Jean-Christophe... model: Make the `anchor` parameter of `MType::anchor_to...
2017-03-26 Jean-Christophe... model: Add a constant for the bottom type
2017-03-26 Jean-Christophe... model: Add precision to the documentation of type metrics
2017-03-26 Jean-Christophe... model: Fix indentation
2017-03-26 Jean-Christophe... java_compiler: Fix the documentation of `is_java_primitive`
2017-03-26 Jean-Christophe... compiler: Merge `maybenull` and `maybe_null`
2017-03-23 Alexis Laferrièrenitunit: intrude import modules to test private entities
2017-03-22 Jean-Christophe... model: Document base cases of `mdoc_or_fallback`
2017-03-22 Jean-Christophe... mdoc: Fix documentation of `mdoc_or_fallback`
2017-03-22 Jean-Christophe... highlight: Use `mdoc_or_fallback`
2017-03-22 Jean-Christophe... model: Promote definitions of `mdoc_or_fallback`
2017-03-20 Jean PrivatMerge: typing: add services for intersecting and subtra...
2017-03-20 Jean PrivatMerge: grammar: add union and intersection types
2017-03-20 Jean PrivatMerge: Docker, portability and crosscompiling tweaks
2017-03-14 Alexis Laferrièrenitc: let CC, CXX and NO_STACKTRACE use env value
2017-03-14 Alexis Laferrièrenitc: clean up makefile header generation
2017-03-10 Jean Privatparser: regenerate with union and intersection types
2017-03-10 Jean Privatparser: add syntax for union and intersection types
2017-03-10 Jean Privatnitc: adaptive typing apply non-nullness when fallbacking
2017-03-10 Jean Privatnitc/typing: isa uses intersect_types and diff_types
2017-03-10 Jean Privatnitc/typing: add intersect_types and diff_types
2017-03-10 Jean Privatnitc/typing: document `merge_types`
2017-03-09 Jean PrivatMerge: nitweb: load catalog at startup instead of first...
2017-03-06 Alexandre Terrasanitweb: load catalog at startup instead of first page...
2017-03-02 Alexis Laferrièrecompiler: detect many versions of mingw64
2017-02-28 Jean PrivatMerge: Nit Actor Model, with some examples
2017-02-27 BlackMinouAdding actor phases to the frontend
2017-02-27 BlackMinouAdding a hook on a module at the end of a phase
2017-02-27 BlackMinouActors support module generation phase
2017-02-21 BlackMinouActors model injection
2017-02-16 Jean PrivatMerge: Windows: last changes for a working bootstrap
2017-02-16 Jean PrivatMerge: new module annotation `is generated`
2017-02-10 Alexis Laferrièretoolcontext: support Windows PATH separator ';'
2017-02-10 Alexis Laferrièrenitc: silence pointer to int cast warnings on Windows
2017-02-10 Alexis Laferrièrenitc: link with pcreposix but not rt on Windows when...
2017-02-10 Alexis Laferrièrenitc: use '> nul' on windows
2017-02-10 Jean PrivatMerge: Use `UInt32` to manipulate Unicode chars and...
2017-02-10 Jean PrivatMerge: improve AST dump
2017-02-10 Jean Privatnitc: use is_generated in various tools and generated...
2017-02-10 Jean Privatnitc: add new module annotation `is generated`
2017-02-10 Jean PrivatMerge: nitrestful: async services and deserialize plain...
2017-02-09 Jean Privatnitc: test_parser use dump_tree instead of an adhoc...
2017-02-09 Alexis Laferrièrenitc: explicitly cast long to int
2017-02-09 Alexis Laferrièrenitc: fix large int constants
2017-02-09 Alexis Laferrièretext: use UInt32 to manipulate chars
2017-02-09 Jean Privatnitc: dump_tree can display the lines of the source...
2017-02-09 Jean Privatnitc: typing and modelbuilder extends dump_info
2017-02-09 Jean Privatnitc: ASTDump exposes color helpers
2017-02-09 Jean Privatnitc: ASTDump can display aditionnal information
2017-02-09 Jean Privatnitc: ANode::dump_tree can skip structural nodes
2017-02-09 Jean Privatnitc: add ANode::is_structural
2017-02-09 Jean Privatnitc: add Location::get_line
2017-02-06 Jean PrivatMerge: nitunit: fix before and after methods
2017-02-04 Alexis Laferrièrenitrestful & lib: use static type to limit and as heuri...
2017-02-04 Alexis Laferrièrenitrestful: use mclassdef instead of mclass
2017-02-04 Alexis Laferrièrenitrestful: generate code for async restful methods
2017-02-03 Alexis Laferrièrenitrestful: detect the async keyword
2017-02-03 Alexis Laferrièrenitrestful: intercept at `prepare_respond_and_close...
2017-02-03 Alexis Laferrièrenitrestful: fallback on other restful services if one...
2017-02-03 Alexandre Terrasatesting: compile before and after methods
2017-02-03 Alexandre Terrasatesting: fix `before_module` and `after_module` method...
2017-02-03 Alexandre Terrasatesting: extract `fail` method to make a test case...
2017-02-02 Jean Privatmodelbuilder: drop the fictive bottom module if unneeded
2017-02-02 Jean Privatmodelbuilder: add `inject_module_subimportation` to...
2017-02-02 Jean Privatphase: use a extensible work-list for `run_phases`
2017-02-02 Jean Privatloader: only apply conditional importation on strict...
2017-02-02 Jean Privatmodelbuilder: always create a main fictive module
2017-02-02 Jean Privatnitc: first_real_mmodule is now explicitly set.
2017-01-18 Jean PrivatMerge: nitweb: auto link entitites found in `span code`
2017-01-18 Jean PrivatMerge: Revamp the C string to Nit string services to...
2017-01-17 Alexandre Terrasanitweb: link entities from Markdown code span
2017-01-17 Alexandre Terrasanitweb: factorize md utilies to MDEmiter instead of...
2016-12-30 Jean PrivatMerge: Rename the extern class `NativeString` to `CString`
2016-12-27 Alexis Laferrière*: update all clients of the `CString::to_s` services
2016-12-13 Alexis Laferrièreupdate all indirect references to native strings
2016-12-13 Alexis Laferrièrerename `NativeString` to `CString`
2016-12-08 Jean PrivatMerge: nitweb: misc fixes
2016-12-08 Jean PrivatMerge: tests: use NIT_TESTING_ID in neo4j tests
2016-12-08 Jean PrivatMerge: nitweb: add READMEs summaries
2016-12-06 Alexandre Terrasanitweb: move github login configuration to its own...
2016-12-06 Alexandre Terrasatests: test_neo use NIT_TESTING_ID
2016-12-05 Jean PrivatMerge: nitweb: rewritte stars
2016-12-05 Jean PrivatMerge: nitweb: misc fixes
2016-12-05 Jean PrivatMerge: proposal: lib/config
next