summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update .gitignoreÖmer Sinan Ağacan2018-02-261-0/+2
* testsuite: Bump allocations for T9630Ben Gamari2018-02-251-1/+2
* boot: Create GNUmakefiles for librariesBen Gamari2018-02-251-0/+11
* Introduce the flag -dsuppress-timestamps to avoid timestamps in dumps.Andreas Klebinger2018-02-253-6/+20
* RTS: Remove unused retainer schemesSimon Jakobi2018-02-253-172/+1
* RTS: Remember to free some pointersSimon Jakobi2018-02-251-3/+12
* driver/utils/dynwrapper.c: Remove unused variableSimon Jakobi2018-02-251-1/+0
* Update Hadrian submoduleAndrey Mokhov2018-02-241-22/+8
* Comments in Unify, fixing #12442Richard Eisenberg2018-02-221-0/+46
* Don't use ld.gold when building libraries for GHCiSimon Marlow2018-02-214-5/+18
* Add references to #6087Ömer Sinan Ağacan2018-02-211-1/+3
* Revert "Move `iserv` into `utils` and change package nameBen Gamari2018-02-2021-619/+108
* Slight refactor of stock deriving internalsRyan Scott2018-02-202-17/+9
* Add ghc-prim.buildinfo to .gitignoreRyan Scott2018-02-201-1/+2
* circleci: Skip performance testsBen Gamari2018-02-201-2/+2
* Document missing dataToTag# . tagToEnum# ruleDavid Feuer2018-02-191-0/+13
* Change how includes for input file directory worksTamar Christina2018-02-196-16/+63
* testsuite: Bump allocations for T1969 and T5837Ben Gamari2018-02-191-2/+4
* Bump text submodule to 1.2.3.0Ben Gamari2018-02-191-0/+0
* Bump haskeline submodule to 0.7.4.2Ben Gamari2018-02-191-0/+0
* Bump parsec submodule to 0.3.13.0Ben Gamari2018-02-192-1/+1
* Bump primitive submodule to 0.6.3.0Ben Gamari2018-02-191-0/+0
* Bump stm submodule to 2.4.5.0Ben Gamari2018-02-191-0/+0
* Bump pretty submoduleBen Gamari2018-02-191-0/+0
* Bump filepath submoduleBen Gamari2018-02-191-0/+0
* Bump process submoduleBen Gamari2018-02-191-0/+0
* Bump haddock submodule againBen Gamari2018-02-191-0/+0
* Increase the amount of parallelism in circleci.Facundo Domínguez2018-02-191-1/+1
* Rename the types in a GADT constructor in toposorted orderRyan Scott2018-02-184-3/+17
* StgLint overhaulÖmer Sinan Ağacan2018-02-185-338/+196
* Improve error message for UNPACK/strictness annotations.HE, Tao2018-02-187-3/+35
* testsuite: Add newline to test outputDouglas Wilson2018-02-181-2/+2
* CBE: re-introduce bgamari's fixesMichal Terepeta2018-02-181-3/+8
* myThreadId# is trivial; make it an inline primopSimon Marlow2018-02-184-7/+3
* Tidy up and consolidate canned CmmReg and CmmGlobalsSimon Marlow2018-02-1813-77/+83
* Remove doubled wordsAdam Sandberg Eriksson2018-02-182-4/+3
* Build Haddocks with --quickjumpBen Gamari2018-02-182-0/+1
* Add valid refinement substitution suggestions for typed holesMatthías Páll Gissurarson2018-02-189-79/+857
* Implement stopgap solution for #14728Ryan Scott2018-02-186-3/+92
* base: Fix changelog entry for openTempFileBen Gamari2018-02-181-3/+2
* circleci: Add nightly build using devel2 flavourBen Gamari2018-02-181-0/+19
* Fix #14811 by wiring in $tcUnit#Ryan Scott2018-02-163-3/+8
* Move `iserv` into `utils` and change package name from `iserv-bin` to `iserv`Moritz Angermann2018-02-1521-108/+619
* Get eqTypeRep to inlineDavid Feuer2018-02-151-3/+11
* rts.cabal.in: advertise profiling flavours of libraries, behind a flagAlp Mestanogullari2018-02-151-1/+12
* Update .cabal files for Cabal 2.1Moritz Angermann2018-02-154-9/+9
* Adds `smp` flag to rts.cabal.Moritz Angermann2018-02-151-0/+4
* adds -latomic to. ghc-primMoritz Angermann2018-02-156-24/+38
* Various documentation improvementsSergey Vinokurov2018-02-144-6/+6
* Raise parse error for `data T where`.HE, Tao2018-02-1310-10/+52