log truffle/com.oracle.truffle.api/src/com/oracle/truffle/api/source/Source.java @ 22157:dc83cc1f94f2

age author description
Wed, 16 Sep 2015 11:33:22 +0200 Jaroslav Tulach Using fully qualified imports
Mon, 24 Aug 2015 09:07:43 +0200 Jaroslav Tulach Formating and lints
Mon, 24 Aug 2015 08:46:21 +0200 Jaroslav Tulach TruffleVM.eval and Source.withMimeType
Fri, 21 Aug 2015 16:10:16 -0700 Michael Van De Vanter Truffle/Source: modify behavior of factory Source.fromFileName((CharSequence, String). If a Source already exists with this file name, and it was created with this method originally, then the original Source will be returned with contents replaced.
Wed, 19 Aug 2015 15:20:43 +0200 Christian Wirth read files in UTF-8 encoding
Mon, 17 Aug 2015 15:24:00 -0700 Michael Van De Vanter Truffle/instrumentation: remove SourceTag machinery, not used so far. It will eventually be restored in the new API framework.
Thu, 30 Jul 2015 17:36:34 +0200 Jaroslav Tulach TruffleLanguage.parse method to convert a source to CallTarget. Basic caching to make sure the code is shared among tenants in one JVM.
Thu, 23 Jul 2015 16:52:50 -0700 Mick Jordan fixes for empty sources
Thu, 02 Jul 2015 17:33:58 +0200 Michael Van De Vanter Truffle/Source: close the Reader when finished.
Wed, 01 Jul 2015 10:23:36 +0200 Jaroslav Tulach Less classes in the source API package. Merging interfaces and their only implementation into final classes. Hiding NullSourceSection behind factory method. Using JDK's standard CharsetDecoder instead of proprietary BytesDecoder.
Tue, 23 Jun 2015 12:44:41 +0200 Jaroslav Tulach Providing package-info for most of API packages. Feel free to provide your package-info.java for anything that has API in its name.
Mon, 22 Jun 2015 10:16:27 -0700 Christian Wimmer Help the partial evaluator / language developer by marking API methods as neverPartOfCompilation() when they are too complicated to be compiled.
Sat, 20 Jun 2015 09:01:47 +0200 Jaroslav Tulach Using protected access modifier in non-subclassable class is suspicious. Making package private.
Wed, 17 Jun 2015 10:58:08 +0200 Jaroslav Tulach Moving all sources into truffle subdirectory base graal/com.oracle.truffle.api/src/com/oracle/truffle/api/source/Source.java@b73f9b006a24