log graal/com.oracle.truffle.api/src/com/oracle/truffle/api/vm/TruffleVM.java @ 21889:45083be8a812

age author description
Fri, 05 Jun 2015 18:05:13 -0700 Michael Van De Vanter Truffle: add a version string to the information provided with Language registration
Thu, 04 Jun 2015 08:08:05 +0200 Jaroslav Tulach Give languages a chance to do implicit exports. Prefer explicit exports over implicit ones.
Mon, 01 Jun 2015 17:47:28 -0700 Michael Van De Vanter Merge with 645f170013a451083414ff695412c465e9d2ebf0
Wed, 27 May 2015 13:32:18 +0200 Doug Simon Merge.
Tue, 26 May 2015 23:21:15 +0200 Doug Simon renamed com.oracle.graal.[debug|options|hotspotvmconfig]* modules to com.oracle.jvmci.[debug|options|hotspotvmconfig]* modules (JBS:GRAAL-53)
Tue, 26 May 2015 19:11:36 +0200 Jaroslav Tulach Introducing standard I/O and error into Env and using TruffleVM to execute SL test cases. Adding SLTckTest to verify SL language interop.
Mon, 25 May 2015 12:26:53 +0200 Jaroslav Tulach Enforcing public, one parameter constructor for each TruffleLanguage by annotation processor and required call to super.
Mon, 25 May 2015 08:49:16 +0200 Jaroslav Tulach Hardcoding .sl mimetype for now. Should have an API so language implementations can declare their own supported mime types.
Fri, 22 May 2015 13:41:10 +0200 Jaroslav Tulach Introducing TruffleVM - a central place to invoke code in any registered TruffleLanguage.