nit.git
2015-02-08 Alexis Laferrièremisc/vim: update README with latest features
2015-02-08 Alexis Laferrièremisc/vim: use shorter … char
2015-02-08 Alexis Laferrièremisc/vim: use separately class types, constructors...
2015-02-08 Alexis Laferrièrenitpick autocomplete: differenciate between class types...
2015-02-08 Alexis Laferrièrenitpick autocomplete: do not list properties beginning...
2015-02-07 Jean PrivatMerge: nitrpg: more statistics
2015-02-07 Jean PrivatMerge: Detect covariance
2015-02-07 Jean PrivatMerge: Regen c_src without libunwind
2015-02-07 Jean PrivatMerge: Vim omnifunc for Nit
2015-02-07 Jean Privattests: update sav/test_test_phase_args1.res
2015-02-07 Jean Privattests: update sav/nitmetrics_args*.res
2015-02-07 Jean Privatmetrics: rename title of detect_variance_constraints
2015-02-07 Jean Privatmetrics: add --detect-covariance
2015-02-06 Alexandre Terrasacontrib/nitrpg: clean stats display in panels
2015-02-06 Alexandre Terrasacontrib/nitrpg: do stats on players
2015-02-06 Alexandre Terrasacontrib/nitrpg: do not save Game for all received events
2015-02-06 Alexandre Terrasacontrib/nitrpg: do stats on merged commits
2015-02-06 Alexandre Terrasacontrib/nitrpg: move statistics to GameEntity
2015-02-06 Alexandre Terrasacontrib/nitrpg: extends GameStats API with Counter
2015-02-06 Alexis Laferrièremisc: update README on info for the Nit omnifunc
2015-02-06 Alexis Laferrièremisc/vim: use the metadata files for a better autocompl...
2015-02-06 Alexis Laferrièrenitpick: generate metadata files for the Vim plugin
2015-02-06 Jean Privattest_test_phase: count projects, classdefs and methods
2015-02-06 Jean Privatmodelbuilder: add `check_subtype` and `check_sametype`
2015-02-06 Alexis Laferrièremisc/vim: always use the standard library for autocompl...
2015-02-06 Jean Privatc_src: regenerate
2015-02-06 Jean Privatmkcsrc: temporally disable stacktrace (libunwind) for...
2015-02-06 Jean PrivatMerge: Generalize instance creation service so FFI...
2015-02-06 Jean PrivatMerge: GitHub merge: some improvements
2015-02-06 Jean PrivatMerge: Makefile: initial make use --semi-global
2015-02-06 Jean PrivatMerge: Global for filenames
2015-02-06 Jean PrivatMerge: String memory fixes
2015-02-06 Jean PrivatMerge: nitdoc: introduces phases
2015-02-05 Alexis Laferrièretests: test calling extern constructors from extern...
2015-02-05 Alexis Laferrièrenitc: fix calling extern constructors from extern code...
2015-02-05 Lucas Bajoletniti: Fixed method NativeString::copy_to in intern_call
2015-02-05 Lucas Bajoletlib/standard/time: Fixed String-related memory leak
2015-02-05 Lucas Bajoletlib/standard/string: Removed Float.to_precision_native
2015-02-05 Lucas Bajoletlib/standard/string: Fixed leaking Int.to_s method
2015-02-05 Jean Privatmodelize: move resolve_mtype to modelbuilder_base.nit
2015-02-05 Jean Privatgithub_merge: show cover letter after successful merge.
2015-02-05 Jean Privatgithub_merge: do not crash if the mergeable status...
2015-02-05 Jean Privatgithub_merge: always to a merge commit (--no-ff)
2015-02-05 Jean PrivatMerge: loader: get_mgroup look in path
2015-02-05 Jean PrivatMerge: contrib: Introduce nitrpg
2015-02-05 Jean PrivatMakefile: initial make use --semi-global
2015-02-04 Alexandre Terrasanitdoc: remove unused module `doc_pages`
2015-02-04 Alexandre Terrasanitdoc: adapt `doc_model` to avoid diff with new phases
2015-02-04 Alexandre Terrasanitdoc: introduce IndexingPhase
2015-02-04 Alexandre Terrasanitdoc: introduce RenderHTMLPhase
2015-02-04 Alexandre Terrasanitdoc: introduce IntroRedefListPhase
2015-02-04 Alexandre Terrasanitdoc: introduce InheritanceListsPhase
2015-02-04 Alexandre Terrasanitdoc: introduce GraphsPhase
2015-02-04 Alexandre Terrasanitdoc: introduce POSetPhase
2015-02-04 Alexandre Terrasanitdoc: introduce StructurePhase
2015-02-04 Alexandre Terrasanitdoc: introduce ConcernsPhase
2015-02-04 Alexandre Terrasanitdoc: introduce MakePagePhase
2015-02-04 Alexandre Terrasanitdoc: introduce ExtractionPhase
2015-02-04 Alexandre Terrasanitdoc: migrate nitdoc from `doc_pages` to `doc_phases`
2015-02-04 Alexandre Terrasanitdoc: create `doc_phases` group
2015-02-04 Alexandre Terrasanitdoc: introduce `doc_base` module
2015-02-04 Alexandre Terrasacontrib/nitrpg: gitignore binaries, cache and game...
2015-02-04 Alexandre Terrasacontrib/nitrpg: add a Makefile
2015-02-04 Alexandre Terrasacontrib/nitrpg: introduce the tool that run the website
2015-02-04 Alexandre Terrasacontrib/nitrpg: introduce templates to render the game...
2015-02-04 Alexandre Terrasacontrib/nitrpg: add a listener tool to update the game...
2015-02-04 Alexandre Terrasacontrib/nitrpg: add some basic reactors
2015-02-04 Alexandre Terrasacontrib/nitrpg: enable statistics collection from Githu...
2015-02-04 Alexandre Terrasacontrib: introduce nitrpg base structures
2015-02-04 Jean Privatcompiler: use global constant instead of literal to...
2015-02-04 Jean Privatloader: attach mmodule to sourcefile
2015-02-04 Jean PrivatMerge: GitHub misc
2015-02-04 Jean PrivatMerge: Optimize get_or_null
2015-02-04 Jean PrivatMerge: jwrapper: interfaces, "Compiled from" line and...
2015-02-04 Jean PrivatMerge: Better Vim autocomplete by scanning all imported...
2015-02-04 Jean Privatloader: get_mgroup look in path
2015-02-04 Jean Privatmodel: precise contracts for `lookup_*_definition?`
2015-02-03 Alexandre Terrasagithub/api: add `search_issue` service in Repo
2015-02-03 Alexandre Terrasagithub/api: move `html_url` to GithubEntity since it...
2015-02-03 Alexandre Terrasagithub/api: return an empty list instead of crashing...
2015-02-03 Alexandre Terrasagithub/api: uniformize `load_issue_event` implementatio...
2015-02-03 Jean Privatrosetacode: improve doors_with_class (add optional...
2015-02-03 Jean Privatlib/more_collections: simplify by using `Map::get_or_null`
2015-02-03 Jean Privatmodel: use `Map::get_or_null` for `get_x_by_name`
2015-02-03 Jean Privatmodel: move guards `lookup_first_definition` after...
2015-02-03 Jean Privatlib/standard: redef a fast path for `HashMap#get_or_null`
2015-02-03 Alexis Laferrièrejwrapper: accept interfaces
2015-02-03 Alexis Laferrièrejwrapper: accept output files that do not look like...
2015-02-03 Alexis Laferrièremisc: rename README to README.md
2015-02-03 Alexis Laferrièremisc: intro a vim plugin with better autocomplete
2015-02-03 Alexis Laferrièrejwrapper: deal with the optional "Compiled from" line...
2015-02-01 Jean PrivatMerge: Fix virtual types in string
2015-02-01 Jean PrivatMerge: Set accept null
2015-02-01 Jean PrivatMerge: parser: slight improvement of the README
2015-02-01 Jean PrivatMerge: Clean up to prepare for NitActivity
2015-01-30 Jean Privatparser: slight improvement of the README
2015-01-30 Jean Privatversion 0.7.1 v0.7.1
2015-01-30 Alexis Laferrièrelib/android: Bundle do not need a context or to import...
2015-01-30 Alexis Laferrièrelib/android: extract activities from native_app_glue
2015-01-30 Alexis Laferrièrelib/android: in Java, use Activity instead of NativeAct...
next