summaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* PrelRules: Ensure that string unpack/append rule fires with source notesBen Gamari2019-06-131-11/+18
* Use DeriveFunctor throughout the codebase (#15654)Krzysztof Gogolewski2019-06-1245-197/+112
* Refine the GHCI macro into HAVE[_{INTERNAL, EXTERNAL}]_INTERPRETERAlp Mestanogullari2019-06-119-19/+30
* Warn about unused packagesYuras Shumovich2019-06-112-2/+72
* Comments only: document newtypes' DataConWrapIdRichard Eisenberg2019-06-101-0/+20
* Print role annotations in TemplateHaskell brackets (#16718)Vladislav Zavialov2019-06-101-0/+1
* Remove CPP ensuring word size is 32 or 64 bits around Addr# <-> int# primopsJohn Ericson2019-06-091-2/+0
* Comments only: document tcdDataCusk better.Richard Eisenberg2019-06-091-0/+5
* Do not report error if Name in pragma is unboundnineonine2019-06-091-1/+4
* Fix #16517 by bumping the TcLevel for method sigsRichard Eisenberg2019-06-099-87/+144
* Handle trailing path separator in package DB names (#16360)Kevin Buhr2019-06-091-2/+4
* Small refactorings in ExtractDocsSimon Jakobi2019-06-091-34/+31
* Introduce log1p and expm1 primopschessai2019-06-098-0/+50
* Remove trailing whitespaceMatthew Pickering2019-06-087-11/+11
* Pass preprocessor options to C compiler when building foreign C files (#16737)Zejun Wu2019-06-071-4/+12
* Preserve ShadowInfo when rewriting evidenceSimon Peyton Jones2019-06-072-17/+40
* Factor out 'getLibDir' / 'getBaseDir' into a new GHC.BaseDir ghc-boot moduleJohn Ericson2019-06-071-40/+3
* Fix #16700: Tiny errors in output of GHCi commands :forward and :infoRoland Senn2019-06-071-1/+2
* TmOracle: Replace negative term equalities by refutable PmAltConsSebastian Graf2019-06-0710-546/+592
* [skip ci] Improve the documentation of the CNF primops. In this context, the ...Andrew Martin2019-06-071-23/+40
* Add GHCi :instances commandXavier Denis2019-06-045-4/+184
* Use a better strategy for determining the offset applied to foreign function ...Andrew Martin2019-06-045-45/+139
* Fix rewriting invalid shifts to errorsÖmer Sinan Ağacan2019-06-011-1/+4
* Fix space leaks in dynLoadObjs (#16708)Ryan Scott2019-05-311-7/+7
* Reject nested foralls in foreign imports (#16702)Ryan Scott2019-05-311-6/+8
* Fix and enforce validation of header for .hie filesZubin Duggal2019-05-315-28/+134
* Put COMPLETE sigs into ModDetails with -fno-code (#16682)Ryan Scott2019-05-311-14/+15
* Fix arity type of coerced types in CoreArityÖmer Sinan Ağacan2019-05-311-2/+26
* Expose doCppNeil Mitchell2019-05-311-0/+1
* Use types already in AST when making .hie fileMatthew Pickering2019-05-311-1/+3
* powerpc32: fix stack allocation code generationSergei Trofimovich2019-05-311-1/+1
* powerpc32: fix 64-bit comparison (#16465)Sergei Trofimovich2019-05-311-0/+1
* Improve targetContents code docsDaniel Gröber2019-05-303-6/+9
* Add depanalPartial to make getting a partial modgraph easierDaniel Gröber2019-05-301-10/+32
* Catch preprocessor errors in downsweepDaniel Gröber2019-05-302-16/+13
* Make downsweep return all errors per-module instead of throwing someDaniel Gröber2019-05-303-21/+26
* Refactor summarise{File,Module} to extract checkSummaryTimestampDaniel Gröber2019-05-301-47/+55
* Refactor summarise{File,Module} to reduce code duplicationDaniel Gröber2019-05-301-84/+123
* Refactor downsweep to allow returning multiple errors per moduleDaniel Gröber2019-05-302-29/+27
* Export GhcMake.downsweepDaniel Gröber2019-05-301-0/+2
* Inline `Settings` into `DynFlags`John Ericson2019-05-2910-115/+140
* Break up `Settings` into smaller structsJohn Ericson2019-05-299-190/+541
* Provide details in `plusSimplCount` errorsJosh Meredith2019-05-291-1/+8
* tcMatchesFun s/rho/sigma #16692Vladislav Zavialov2019-05-292-3/+3
* downsweep: Allow TargetFile not to exist when a buffer is givenDaniel Gröber2019-05-292-1/+6
* Allow using tagetContents for modules needing preprocessingDaniel Gröber2019-05-293-38/+43
* Add hPutStringBuffer utilityDaniel Gröber2019-05-291-0/+6
* Fix missing unboxed tuple RuntimeReps (#16565)Krzysztof Gogolewski2019-05-294-34/+47
* In hole fits, don't show VTA for inferred variables (#16456)Krzysztof Gogolewski2019-05-291-7/+16
* Handle hs-boot files in -Wmissing-home-modules (#16551)Krzysztof Gogolewski2019-05-291-0/+4