summaryrefslogtreecommitdiff
path: root/compiler/GHC/Runtime
Commit message (Expand)AuthorAgeFilesLines
* GHC Exactprint main commitAlan Zimmerman2021-03-201-6/+7
* Ignore breakpoint for a specified number of iterations. (#19157)Roland Senn2021-03-102-6/+23
* template-haskell: Add putDoc, getDoc, withDecDoc and friendsLuke Lau2021-03-101-3/+3
* Simplify shadowing of DuplicateRecordFields in GHCi (fixes #19314)Adam Gundry2021-03-101-1/+1
* Do not remove shadowed record selectors from interactive context (fixes #19322)Adam Gundry2021-03-101-1/+4
* Move Hooks into HscEnvSylvain Henry2021-02-221-1/+4
* Refactor LoggerSylvain Henry2021-02-133-24/+35
* Fix typosBrian Wignall2021-02-061-1/+1
* Add explicit import lists to Data.List importsOleg Grenrus2021-01-291-1/+1
* Put hole instantiation typechecking in the module graph and fix driver batch ...John Ericson2020-12-281-1/+3
* Refactor renamer datastructuresAdam Gundry2020-12-242-3/+3
* Kill floatEqualities completelySimon Peyton Jones2020-12-201-1/+1
* Move Unit related fields from DynFlags to HscEnvSylvain Henry2020-12-142-6/+7
* Parser: move parser utils into their own moduleSylvain Henry2020-12-111-58/+0
* ghc-heap: partial TSO/STACK decodingDavid Eichmann2020-11-281-2/+2
* [Sized Cmm] properly retain sizes.Moritz Angermann2020-11-261-0/+4
* Move Plugins into HscEnv (#17957)Sylvain Henry2020-11-213-20/+26
* Use tcSplitForAllInvisTyVars (not tcSplitForAllTyVars) in more placesRyan Scott2020-11-151-1/+1
* Name (tc)SplitForAll- functions more consistentlyRyan Scott2020-11-151-1/+1
* Linker: reorganize linker related codeSylvain Henry2020-11-036-1977/+25
* Add the proper HLint rules and remove redundant keywords from compilerHécate2020-11-015-27/+27
* Remove unnecessary gender from comments/docsRichard Eisenberg2020-10-291-1/+1
* Split GHC.Driver.TypesSylvain Henry2020-10-299-101/+584
* Implement -Woperator-whitespace (#18834)Vladislav Zavialov2020-10-191-1/+1
* Initial ShortText code and conversion of package db codeWander Hillen2020-10-131-10/+12
* Lint the compiler for extraneous LANGUAGE pragmasHécate2020-10-102-3/+1
* Cache HomeUnit in HscEnv (#17957)Sylvain Henry2020-10-093-4/+4
* Expose RTS-only ways (#18651)Sylvain Henry2020-10-091-1/+1
* Make the parser module less dependent on DynFlagsSylvain Henry2020-09-291-9/+9
* Implement Quick Look impredicativitySimon Peyton Jones2020-09-242-43/+49
* [macOS] improved runpath handlingMoritz Angermann2020-09-071-12/+14
* Turn on -XMonoLocalBinds by default (#18430)Sebastian Graf2020-09-021-0/+1
* Refactor UnitId pretty-printingSylvain Henry2020-08-261-1/+1
* Add HomeUnit typeSylvain Henry2020-08-132-5/+6
* DynFlags: disentangle OutputableSylvain Henry2020-08-127-3/+12
* Document loadFramework changes. (#18446)Matthias Andreas Benkard2020-07-261-0/+35
* Remove platform constant wrappersSylvain Henry2020-07-251-89/+94
* Rename GHC.Driver.Ways into GHC.Platform.WaysSylvain Henry2020-07-252-2/+2
* Minor refactoring of Unit displaySylvain Henry2020-07-221-8/+11
* Replace HscTarget with BackendSylvain Henry2020-07-222-2/+2
* loadFramework: Output the errors collected in all loading attempts.Matthias Andreas Benkard2020-07-141-6/+8
* macOS: Load frameworks without stating them first.Matthias Andreas Benkard2020-07-141-7/+14
* Give Uniq[D]FM a phantom type for its key.Andreas Klebinger2020-07-121-1/+2
* Fix GHCi :print on big-endian platformsStefan Schulze Frielinghaus2020-07-091-14/+15
* Replace Opt_SccProfilingOn flag with sccProfilingEnabled helper functionSylvain Henry2020-07-021-2/+2
* DynFlags: don't store buildTagSylvain Henry2020-06-271-1/+0
* Clean up haddock hyperlinks of GHC.* (part2)Takenobu Tani2020-06-252-6/+6
* Fix issue #18262 by zonking constraints after solvingXavier Denis2020-06-231-17/+13
* Update compilerSylvain Henry2020-06-171-70/+48
* Various performance improvementsKrzysztof Gogolewski2020-06-172-7/+6