summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-09-19testsuite: Add test for strictness of noinlinewip/no-inline-strictnessBen Gamari
2019-09-19stranal: Propagate strictness through noinlineBen Gamari
2019-09-17Deduplicate `HaskellMachRegs.h` and `RtsMachRegs.h` headersJohn Ericson
2019-09-17Improve error message for out-of-scope variables + VTASimon Peyton Jones
2019-09-17Comments onlySimon Peyton Jones
2019-09-17Fix #13571 by adding an extension flag checkRichard Eisenberg
2019-09-17eventlog: Add biographical and retainer profiling tracesMatthew Pickering
2019-09-16Encode shape information in `PmOracle`Sebastian Graf
2019-09-16Allow validation with Hadrian built with Stack [skip ci]Sylvain Henry
2019-09-16Fix Hadrian build with Stack (#17189)Sylvain Henry
2019-09-16Rename GHC.StgToCmm.Con -> GHC.StgToCmm.DataConBen Gamari
2019-09-14Fix CONLIKE typotaylorfausak
2019-09-13Add predicates for testing if IOError is ResourceVanished.Andrew Martin
2019-09-13Remove empty NCG.hJohn Ericson
2019-09-13gitlab: Add issue template for documentation issuesBen Gamari
2019-09-13Compiler should always get fingerprinting impl from baseJohn Ericson
2019-09-13Address review comments [skip CI]Zubin Duggal
2019-09-13Explain how to update HieAst [skip ci]Zubin Duggal
2019-09-13Add a test to make sure we don't regress on #17140 in the futureAlp Mestanogullari
2019-09-13Windows: Fix hsc2hs non-deterministic failures.Tamar Christina
2019-09-13Fix scoping of implicit parametersSimon Peyton Jones
2019-09-13Update mailmapBen Gamari
2019-09-12Fix StandaloneDerivingNingning Xie
2019-09-12Bump Cabal submodule to 3.1Sebastian Graf
2019-09-12Remove unused `#include`s from parser/cutils.cJohn Ericson
2019-09-12Do not throw away backpack instantiations for module lookup cacheJohn Ericson
2019-09-12Print the correct system memory in use with +RTS -s (#17158)Pranay Sashank
2019-09-11Windows: make openTempFile fully atomic.Tamar Christina
2019-09-11Refactor bad coercion checking in a few placesÖmer Sinan Ağacan
2019-09-11SetLevels: Fix potential panic in lvlBindBen Gamari
2019-09-11Remove dead `ncgDebugIsOn` and `NCG_DEBUG`John Ericson
2019-09-11Bump Hadrian's QuickCheck dependencyLuke Lau
2019-09-11testsuite: check for RTS linkerPeter Trommler
2019-09-11Remove COMPILING_GHCJohn Ericson
2019-09-11linker: Move -optl flags to end of linker invocation.Niklas Hambüchen
2019-09-09Module hierarchy: StgToCmm (#13009)Sylvain Henry
2019-09-09Replace queryCygwinTerminal with Win32's isMinTTYHandleRyan Scott
2019-09-09Update FastString docstringsDaniel Gröber
2019-09-09Use lazyness for FastString's z-encoding memoizationDaniel Gröber
2019-09-09Fix GHC version guard for Int32Rep/Word32RepMoritz Kiefer
2019-09-09Add a new flag -dno-typeable-binds for debuggingÖmer Sinan Ağacan
2019-09-07hadrian: fix _build/ghc-stage1 to make it callable from any directoryAlp Mestanogullari
2019-09-07Minor refactoring in deriveConstantsÖmer Sinan Ağacan
2019-09-05Make sure all boolean settings entries use `YES` / `NO`John Ericson
2019-09-05Make the C-- O and C types constructors with DataKindsJohn Ericson
2019-09-02Few tweaks in -ddump-debug output, minor refactoringÖmer Sinan Ağacan
2019-09-02Use C99 Fixed width types to avoid hack in base's configureJohn Ericson
2019-09-01cap max stack size at 32 bit limit (#17019)Gershom Bazerman
2019-08-31Remove redundant special case in STG pretty-printerÖmer Sinan Ağacan
2019-08-31Add additional step to T16804Eric Wolf