summaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* rebindable-clash-warning-fix : correct warning logicShayne Fletcher2018-12-281-1/+1
* Simplify Core output with -dsuppress-type-signaturesÖmer Sinan Ağacan2018-12-241-1/+7
* LoadIface: Fix another CPP/Clang issueBen Gamari2018-12-221-1/+1
* TcRnDriver: Fix haddock-like commentBen Gamari2018-12-211-6/+6
* remove optionGabor Greif2018-12-211-1/+0
* Fix treatment of hi-boot files and dfunsSimon Peyton Jones2018-12-214-194/+253
* Tiny refactor to tcExtendRecEnvSimon Peyton Jones2018-12-211-2/+7
* Comments onlySimon Peyton Jones2018-12-212-11/+17
* Make candidateQTvs contain tyvar with zonked kindsSimon Peyton Jones2018-12-211-68/+82
* Fix #16002 by moving a validity check to the renamerRyan Scott2018-12-202-23/+43
* Refine the suppression of RuntimeRep variablesSimon Peyton Jones2018-12-201-56/+77
* Add solveLocalEqualities to tcHsPatSigTypeSimon Peyton Jones2018-12-201-1/+5
* Remove an old OPTIONS_GHCÖmer Sinan Ağacan2018-12-201-4/+0
* Fix #16030 by refactoring IfaceSyn's treatment of GADT constructorsRyan Scott2018-12-192-31/+72
* Use unicode arrows with -fprint-unicode-syntaxKrzysztof Gogolewski2018-12-191-1/+1
* don't suggest Rank2Types in error messages (Fixed #16000)chessai2018-12-191-2/+2
* ghci: Fix unused binder warnings when building with integer-simpleBen Gamari2018-12-171-2/+0
* Stomp a few typos and grammarosGabor Greif2018-12-1710-22/+22
* Merge sections in profiling .a to .p_o and use it whenever it existsZejun Wu2018-12-171-7/+4
* Use https links in user-facing startup and error messagesBen Gamari2018-12-142-2/+2
* llvmGen: Fix minor correctness issueGabor Greif2018-12-131-1/+1
* Remove another unused import from WwLibSimon Peyton Jones2018-12-131-1/+1
* Show recursive Stg bindings in Rec {} blocksÖmer Sinan Ağacan2018-12-131-2/+3
* Fix recompilation checking of pure pluginsDaniel Gröber2018-12-122-11/+55
* Remove dead codeSimon Peyton Jones2018-12-121-14/+0
* Improvements to demand analysisSimon Peyton Jones2018-12-124-166/+201
* Typo fix, replace a foldl with foldl'Ömer Sinan Ağacan2018-12-121-3/+3
* Enable rebindable fail with overloaded stringsShayne Fletcher2018-12-114-32/+89
* Explicitly pass -fno-PIC to C compiler on linuxZejun Wu2018-12-111-1/+3
* Support generating HIE filesAlec Theriault2018-12-1117-52/+3295
* RTS linker: don't crash early when not finding extra-librariesKyrill Briantsev2018-12-112-9/+71
* dmdAnal: Move handling of datacon strictness to mkWWstr_oneBen Gamari2018-12-112-59/+81
* PPC NCG: Generate MO_?_QuotRem for subword sizesPeter Trommler2018-12-112-43/+37
* Support registering Plugins through the GHC APIDaniel Gröber2018-12-117-36/+65
* PPC NCG: Implement MachOps for smaller sizesPeter Trommler2018-12-111-161/+146
* Misleading msg with qualified imports "No module named X imported"Roland Senn2018-12-111-22/+28
* Fix recompilation bug with default class methods (#15970)Simon Marlow2018-12-111-13/+65
* Fix #16008 with a pinch of addConsistencyConstraintsRyan Scott2018-12-112-9/+12
* Fix minor mistake in comment about data decls.Richard Eisenberg2018-12-091-2/+2
* Use --no-as-needed with LLD tooSimon Marlow2018-12-071-1/+3
* Add -fno-safe-haskell flagMatthew Pickering2018-12-073-5/+18
* Fix StgLint bound id check, generalize StgLintÖmer Sinan Ağacan2018-12-074-59/+107
* Add haddock for Node in Digraph. [skip ci]klebinger.andreas@gmx.at2018-12-071-8/+16
* Rename "changed" to "no-change" in HscMainÖmer Sinan Ağacan2018-12-071-8/+8
* Careful tweaking to exprOkForSpeculationSimon Peyton Jones2018-12-076-111/+149
* Wibble to Taming the Kind Inference MonsterSimon Peyton Jones2018-12-076-34/+86
* Windows: Use the "big" PE object format on amd64Ben Gamari2018-12-061-1/+37
* Don't use a generic apply thunk for known callsSebastian Graf2018-12-061-0/+1
* Remove a tcTraceSimon Peyton Jones2018-12-061-1/+2
* Remove duplicates in -ddump-minimial-importsSimon Peyton Jones2018-12-051-17/+25