summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/util
Commit message (Expand)AuthorAgeFilesLines
* Fix typos in compiler and reflectJanek Bogucki2017-02-131-1/+1
* Merge pull request #5276 from som-snytt/issue/9750Seth Tisue2016-10-261-27/+17
|\
| * SI-9750 Remove isJavaAtLeast from util.StackTracingSom Snytt2016-07-291-27/+17
* | Reduce deprecations and warningsSimon Ochsenreither2016-08-021-6/+6
|/
* Debug flag to print a summary of the inliner's workLukas Rytz2016-05-241-1/+1
* Merge pull request #5112 from lrytz/dropRecursiveClasspathJason Zaugg2016-05-052-380/+65
|\
| * Remove abstraction layer in classpath implementationLukas Rytz2016-05-022-57/+55
| * remove recursive classpath implementationLukas Rytz2016-04-232-332/+19
* | SI-9684 Deprecate JavaConversionsSom Snytt2016-04-221-4/+3
|/
* Support :require when using the flat classpath representation.Lukas Rytz2016-03-222-8/+22
* Merge pull request #4727 from SethTisue/unset-stray-execute-bitsSeth Tisue2015-09-141-0/+0
|\
| * unset inappropriate execute bitsSeth Tisue2015-09-021-0/+0
* | Update Java and Sun URLs to replacement Java and Oracle URLsJanek Bogucki2015-09-021-1/+1
|/
* ScalaDoc fixes for compilerJanek Bogucki2015-07-291-2/+2
* Fix 25 typos (g-i)Janek Bogucki2015-06-221-1/+1
* Fix many typos in docs and commentsmpociecha2014-12-141-1/+1
* Create base classpath factory and an implementation for the flat cpmpociecha2014-11-301-26/+7
* Use new asClassPathString method and create FileUtils for classpathmpociecha2014-11-302-32/+32
* Abstract over ClassPath and ClassRepmpociecha2014-11-282-17/+68
* SI-6502 Refactorings suggested by reviewHeather Miller2014-11-101-1/+18
* Rename ClassPath.findSourceFile to ClassPath.findClassFileGrzegorz Kossakowski2014-09-241-1/+1
* Use Enumeration for MultiChoiceSettingSom Snytt2014-09-051-1/+1
* -Ystatistics accepts a list of phases, cleanups in MultiChoiceSettingLukas Rytz2014-09-021-3/+1
* SI-7933 REPL javax.script eval is cached resultRaphael Jolly2014-01-311-1/+12
* SI-8015 Count lines by EOLsSom Snytt2014-01-081-9/+17
* Removing deprecated code.Paul Phillips2013-11-181-32/+3
* Make parameters to implicit value classes privateJason Zaugg2013-11-121-1/+1
* move fresh name creator into scala.reflect.internal.utilDen Shabalin2013-10-181-40/+0
* Merge pull request #2977 from sjrd/topic/remove-classpath-logic-dependent-on-...Jason Zaugg2013-10-031-3/+1
|\
| * Don't avoid to load trait impl .class without inliner.Sébastien Doeraene2013-09-191-3/+1
* | Removing unused code.Paul Phillips2013-10-022-6/+2
* | Move logic checking valid names from ClassPath to ClassPathContextSébastien Doeraene2013-09-231-3/+9
|/
* SI-7781 REPL stack trunc shows causeSom Snytt2013-09-022-7/+87
* Merge remote-tracking branch 'scala/2.10.x'Grzegorz Kossakowski2013-08-291-2/+3
|\
| * [nomaster] SI-7733 reflective packages now more consistent with scalacEugene Burmako2013-08-132-3/+5
* | SI-7740 Trim stack trace before printing in REPLChristoffer Sawicki2013-08-191-0/+9
* | SI-7681 Clean up scala.reflect.internal.util.TableDefSimon Ochsenreither2013-07-201-6/+0
* | Merge pull request #2718 from soc/SI-7592-multihashmapAdriaan Moors2013-07-121-9/+0
|\ \
| * | SI-7592 Remove scala.tools.nsc.util.MultiHashMapSimon Ochsenreither2013-07-101-9/+0
* | | adds the lookahead routine to the parserDen Shabalin2013-07-081-10/+21
|/ /
* | Merge pull request #2663 from soc/SI-7592Adriaan Moors2013-07-011-64/+0
|\ \
| * | SI-7592 Replace s.t.n.u.TreeSet with s.c.m.TreeSetSimon Ochsenreither2013-06-191-64/+0
* | | SI-7591 Make s.t.p.n.ConsoleRunner use s.t.c.CommandLineSimon Ochsenreither2013-07-011-98/+0
* | | Remove dependency on combinators from CommandLinerParser.Adriaan Moors2013-06-251-45/+4
|/ /
* | Revert "SI-6039 Harden against irrelevant filesystem details"Paul Phillips2013-05-311-2/+0
* | Make all numeric coercions explicit.Paul Phillips2013-05-271-1/+1
* | Moves AbstractFileClassLoader to scala-reflect.jarEugene Burmako2013-05-203-246/+9
* | SI-6039 Harden against irrelevant filesystem detailsPaul Phillips2013-05-081-0/+2
* | Absolutized paths involving the scala package.Paul Phillips2013-05-033-3/+7
* | Merge pull request #2335 from retronym/topic/opt-file-accessJames Iry2013-04-101-5/+18
|\ \