summaryrefslogtreecommitdiff
path: root/src/reflect/scala/reflect/api/Trees.scala
Commit message (Expand)AuthorAgeFilesLines
* Lower-case spelling of @deprecated messagesSimon Ochsenreither2016-05-281-27/+27
* ScalaDoc fixes for reflectJanek Bogucki2015-07-281-1/+1
* new{Term,Type}Name→{Term,Type}Name, tpename/nme→{type,term}NamesSimon Ochsenreither2015-03-261-2/+2
* Fix many typos in docs and commentsmpociecha2014-12-141-1/+1
* Update ScalaDoc code examples not to use deprecated constructsLukasz Piepiora2014-11-261-4/+4
* fixes compat for tree and type extractorsEugene Burmako2014-02-151-0/+48
* establishes scala.reflect.api#internalEugene Burmako2014-02-141-145/+3
* cleans up Trees a little bitEugene Burmako2014-02-141-7/+18
* ValOrDefDef.name is now TermNameEugene Burmako2014-02-141-1/+1
* SI-8190 erasure identities for types in reflection APIEugene Burmako2014-02-141-53/+53
* further limits discoverability of resetAttrsEugene Burmako2014-02-071-1/+1
* ExistentialTypeTree.whereClauses are now MemberDefsEugene Burmako2014-01-071-5/+11
* Tree traversal: more uniform and granular.Paul Phillips2013-10-121-7/+21
* SI-6762 rename emptyValDef to noSelfType.Paul Phillips2013-09-271-12/+8
* SI-7304 improve deprecation warnings for tree factory methodsDen Shabalin2013-09-111-12/+12
* DefDef.name is now TermName againEugene Burmako2013-08-101-3/+3
* refactors macro compilationEugene Burmako2013-05-281-0/+14
* Absolutized paths involving the scala package.Paul Phillips2013-05-031-1/+2
* Reduce visibility of implicit class tags.Paul Phillips2013-04-081-324/+0
* Eliminate a bunch of -Xlint warnings.Paul Phillips2013-03-121-2/+2
* Merge pull request #1823 from paulp/pr/eliminate-allocationsPaul Phillips2012-12-311-3/+6
|\
| * Eliminate allocations in Trees and Symbols.Paul Phillips2012-12-271-1/+2
| * Eliminate allocations in Trees.Paul Phillips2012-12-271-2/+4
| * Eliminate allocations in TypeMap.Paul Phillips2012-12-271-1/+1
* | Merge pull request #1814 from scalamacros/topic/reflectionEugene Burmako2012-12-291-2/+6
|\ \
| * | Adds extractors for TypeName, TermName and ModifiersDen Shabalin2012-12-251-2/+6
| |/
* / adds Tree.nonEmptyEugene Burmako2012-12-251-0/+6
|/
* Merge pull request #1668 from scalamacros/topic/pre-typemacrosAdriaan Moors2012-12-071-1/+26
|\
| * DummyTree => CannotHaveAttrsEugene Burmako2012-12-061-1/+17
| * introduces global.pendingSuperCallEugene Burmako2012-12-061-0/+9
* | TypeApply + Select and their type-level twinsEugene Burmako2012-12-061-1/+31
* | SI-6696 removes "helper" tree factory methodsEugene Burmako2012-12-061-5/+39
|/
* Merge pull request #1559 from heathermiller/copyright-updateJosh Suereth2012-11-041-1/+1
|\
| * Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-021-1/+1
* | SI-6132 Revisited, cleaned-up, links fixed, spelling errors fixed, rewordingsHeather Miller2012-11-021-53/+67
* | Labeling scala.reflect and scala.reflect.macros experimental in the API docsHeather Miller2012-11-021-2/+5
|/
* Changes Tree and Type members from vals to defs.Paul Phillips2012-10-131-88/+88
* Diagram tweakingVlad Ureche2012-10-111-0/+2
* Grouping for reflection and macrosVlad Ureche2012-10-111-141/+617
* simplified reflection docs for treesChristopher Vogt2012-10-111-216/+28
* docs for reflection and macrosEugene Burmako2012-10-111-88/+762
* removes extraneous methods from api.TreesEugene Burmako2012-10-031-3/+0
* removes EmptyTermName and EmptyTypeNameEugene Burmako2012-10-031-2/+2
* SI-6363 removes scala.reflect.baseEugene Burmako2012-09-191-60/+1358
* SI-6390 removes Trees#ArrayValue from the APIEugene Burmako2012-09-191-9/+0
* SI-6373 removes Trees#ApplyDynamic from the APIEugene Burmako2012-09-141-9/+0
* update and normalize copyright noticeAdriaan Moors2012-08-071-1/+1
* moves Expr from api to baseEugene Burmako2012-08-021-0/+2
* more refinements of reflection APIEugene Burmako2012-08-021-2/+10
* simplifies flag APIEugene Burmako2012-08-021-1/+1