summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/backend/icode
Commit message (Expand)AuthorAgeFilesLines
* [nomerge] SI-10037 ASR/LSR switched in ICodeReaderSom Snytt2016-11-101-1/+1
* Fix typos in spec, docs and commentsMichał Pociecha2015-08-232-3/+3
* Fix 27 typos (p-r)Janek Bogucki2015-06-301-1/+1
* Fix 36 typos (d-f)Janek Bogucki2015-06-212-3/+3
* Fix many typosMichał Pociecha2015-04-212-5/+5
* SI-9264 An even-better diagnostic for an unexplained crashJason Zaugg2015-04-071-1/+6
* Improve diagnostic error on failed genLoadIdentJason Zaugg2015-03-241-7/+9
* Merge pull request #4201 from mpociecha/fix-typos-in-docs-and-commentsGrzegorz Kossakowski2015-01-143-4/+4
|\
| * Fix many typos in docs and commentsmpociecha2014-12-143-4/+4
* | [nomerge] SI-9030 don't call private BoxesRunTime.equalsNumCharLukas Rytz2014-12-111-1/+1
|/
* Abstract over ClassPath and ClassRepmpociecha2014-11-281-1/+2
* Avoid wasteful array creation in backendJason Zaugg2014-10-101-8/+10
* Rip out reporting indirection from CompilationUnitAdriaan Moors2014-07-041-1/+1
* SI-8625 fix unreachability analysis for boolean expressionsLukas Rytz2014-05-271-3/+10
* BCodeICodeCommon through composition rather than inheritanceLukas Rytz2014-05-081-1/+4
* SI-7852 for GenBCodeLukas Rytz2014-05-071-11/+1
* SI-8330: Mismatch in stack heightsGrzegorz Kossakowski2014-02-241-1/+2
* SI-8324 Fix regression in override checks for sealed classesJason Zaugg2014-02-221-2/+2
* SI-6732 deprecates internal#Symbol.isPackageEugene Burmako2014-02-141-1/+1
* Merge pull request #3449 from retronym/topic/opt11Grzegorz Kossakowski2014-02-052-6/+8
|\
| * Avoid work in GenICode#run when inactive.Jason Zaugg2014-01-311-2/+4
| * Avoid needless Name creationJason Zaugg2014-01-311-4/+4
* | SI-8233 Fix regression in backend with boxed nullsJason Zaugg2014-02-051-2/+12
|/
* Merge pull request #3368 from retronym/ticket/8151Grzegorz Kossakowski2014-01-211-1/+1
|\
| * SI-8151 Remove -Yself-in-annots and associated implementationJason Zaugg2014-01-151-1/+1
* | Merge commit '97b9b2c06a' from 2.10.x into masterAdriaan Moors2014-01-172-4/+5
|\ \ | |/ |/|
| * SI-8062 Fix inliner cycle with recursion, separate compilationJason Zaugg2013-12-102-4/+5
* | SI-7546 Use likely monotonic clock source for durationsSimon Ochsenreither2013-12-131-2/+3
* | deprecate Pair and TripleDen Shabalin2013-11-202-2/+2
* | SI-7678 Don't cache member symbols of TypeTags in Definitions.Jason Zaugg2013-11-081-2/+2
* | Removing unused code.Paul Phillips2013-10-024-13/+0
* | Merge pull request #2954 from retronym/ticket/7852Jason Zaugg2013-09-231-0/+19
|\ \
| * | SI-7852 Omit null check for SomeModule.==Jason Zaugg2013-09-181-2/+7
| * | SI-7852 Omit null check for "".==Jason Zaugg2013-09-171-0/+14
* | | Cull extraneous whitespace.Paul Phillips2013-09-182-4/+2
|/ /
* | Logging cleanup.Paul Phillips2013-08-251-5/+5
* | Address TODOs around SymbolLoaders and SymbolTable.Grzegorz Kossakowski2013-07-301-9/+2
* | Fix Platform type in Global to be JavaPlatform.Grzegorz Kossakowski2013-07-271-20/+8
* | Refactor the cake so SymbolTable does not depend on GlobalGrzegorz Kossakowski2013-07-272-2/+10
* | Remove dependency on typer phase in ClassfileParser.Grzegorz Kossakowski2013-07-271-0/+10
* | Merge pull request #2693 from lexspoon/semmle-lintAdriaan Moors2013-07-013-2/+10
|\ \
| * | Adds equals and hashCode to three classes that implement Ordered.Lex Spoon2013-06-261-0/+8
| * | Seals some case class hierarchies.Lex Spoon2013-06-262-2/+2
* | | new bytecode emitter, GenBCode, for now under a flagMiguel Garcia2013-06-011-0/+1
* | | an ICode InvokeStyle can now answer whether it isSuperMiguel Garcia2013-06-011-0/+3
|/ /
* | Make all numeric coercions explicit.Paul Phillips2013-05-271-1/+1
* | Concision contribution.Paul Phillips2013-05-232-11/+6
* | SI-7427 stop crashing under -Ydebug.Paul Phillips2013-05-192-19/+17
* | Merge pull request #2493 from paulp/pr/null-hardeningPaul Phillips2013-05-073-3/+5
|\ \
| * | Hardening against nulls for deserialization.Paul Phillips2013-05-033-3/+5