summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/util
Commit message (Expand)AuthorAgeFilesLines
* [nomaster] SI-7733 reflective packages now more consistent with scalacEugene Burmako2013-08-132-3/+5
* Take the N^2 out of the compiler's TreeSet.Paul Phillips2013-04-031-5/+15
* an amazing discovery made by IulianEugene Burmako2013-03-181-1/+1
* SI-6194, repl crash.Paul Phillips2012-12-271-2/+6
* Merge branch '2.10.0-wip' into merge-2.10.0Josh Suereth2012-11-0512-12/+12
|\
| * Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-0212-12/+12
* | Merge pull request #1501 from vigdorchik/doc_stringsAdriaan Moors2012-10-191-12/+14
|\ \ | |/ |/|
| * Remove unneeded calls to substring()Eugene Vigdorchik2012-10-151-12/+14
* | Fixed SI-6505. Respond to ask calls by immediate failure even after compiler ...Iulian Dragos2012-10-101-1/+4
|/
* Removed many @inline annotations and final modifiers.Paul Phillips2012-09-181-3/+3
* More relative path elimination.Paul Phillips2012-09-151-1/+1
* Eliminate breaking relative names in source.Paul Phillips2012-09-143-5/+5
* update and normalize copyright noticeAdriaan Moors2012-08-0712-12/+12
* Adds method askForResponseMartin Odersky2012-07-272-1/+17
* address "this would catch all throwables" warningsMartin Odersky2012-07-201-2/+3
* Scaladoc: GroupsVlad Ureche2012-07-191-0/+6
* Statistics reorganizationMartin Odersky2012-06-192-200/+38
* Reduce time spent in lubsMartin Odersky2012-06-081-0/+3
* moves positions to scala.reflect.internal.utilEugene Burmako2012-06-088-600/+57
* removes tags and their incantations from PredefEugene Burmako2012-06-083-0/+3
* ClassTag.erasure => ClassTag.runtimeClassEugene Burmako2012-06-081-2/+2
* The new reflectionEugene Burmako2012-06-082-27/+18
* Unreachability analysis for pattern matchesAdriaan Moors2012-06-011-3/+26
* Partial redesign of incremental compiler invalidation.Martin Odersky2012-05-301-3/+5
* Implemented functionality to invalidate classpath entries, to enable incremen...Martin Odersky2012-05-281-0/+5
* Removing more unneeded code.Paul Phillips2012-05-152-104/+2
* Removing extraneous files.Paul Phillips2012-05-1510-832/+8
* Don't forget to execute pending interrupt requests when shutting down the pre...Iulian Dragos2012-05-101-0/+4
* Eliminating reflective calls.Paul Phillips2012-05-021-1/+2
* migrates stdlib and compiler to tagsEugene Burmako2012-04-232-11/+11
* implements reification of tough typesEugene Burmako2012-04-141-1/+9
* Merge branch 'master' into topic/sip18Martin Odersky2012-04-131-25/+30
|\
| * performance counters for macros expansionsEugene Burmako2012-04-131-25/+30
* | Enabling postfix ops feature warning, and working on libs to avoid them.Martin Odersky2012-04-122-2/+4
* | Various improvements to SIP 18 diagnostics. Made scala library and compiler f...Martin Odersky2012-04-123-2/+4
|/
* Next generation of macrosEugene Burmako2012-04-122-85/+43
* minimalist refactoring to allow annotating treesAdriaan Moors2012-03-221-1/+12
*-. Merge remote-tracking branches 'VladUreche/feature/inheritdoc-clean', 'acruis...Paul Phillips2012-03-161-15/+72
|\ \
| * | Merged and cleaned the 'feature/inheritdoc' branchVlad Ureche2012-03-161-15/+72
| |/
* | Merge branch 'master' into merge-inlinePaul Phillips2012-03-144-3/+85
|\|
| * Merge remote-tracking branches 'VladUreche/issue/5527' and 'dragos/master' in...Paul Phillips2012-02-291-0/+60
| * Whitespace commit.Paul Phillips2012-02-292-9/+9
| * Toward a higher level abstraction than atPhase.Paul Phillips2012-02-251-1/+1
| * Fixed misplaced @usecase annotationVlad Ureche2012-02-081-2/+2
| * Scaladoc @usecase annotation overriding / SI-5287Vlad Ureche2012-02-061-2/+24
* | Restored msil.Paul Phillips2012-02-041-11/+10
* | ant and diff friendlier msil-disabling.Paul Phillips2012-02-041-161/+162
* | Disabled all things MSIL.Paul Phillips2012-02-031-169/+169
* | Mostly eliminated ScalaObject.Paul Phillips2012-02-031-1/+1
|/
* Intercept assert and require calls.Paul Phillips2012-01-261-2/+2