summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix #13594wip/T13594Ben Gamari2017-04-2119-56/+74
* Bump haskeline and terminfo submodulesBen Gamari2017-04-211-0/+0
* linters/check-cpp: Demote #if lints to warningsBen Gamari2017-04-211-3/+6
* catch the case where there is no symCmdMoritz Angermann2017-04-212-1/+5
* Fix build on DragonflyBSDBen Gamari2017-04-212-3/+6
* base: Fix hWaitForInput with timeout on POSIXBen Gamari2017-04-213-12/+35
* testsuite: Bump timeout multiplier for T11195Ben Gamari2017-04-211-1/+1
* base: Fix offset initialization of Windows hLock implementationBen Gamari2017-04-211-3/+2
* Sync up haskeline submodule to 0.7.4.0 release tagHerbert Valerio Riedel2017-04-211-0/+0
* utils/debugNCG: remove old toolSergei Trofimovich2017-04-213-445/+0
* pprDebugCLabel: drop duplicate trailing ')'Sergei Trofimovich2017-04-201-2/+2
* testsuite: disable 'optllvm' for unregisterised compilerSergei Trofimovich2017-04-201-1/+1
* Simplify StgCases when all alts refer to the case binderJoachim Breitner2017-04-182-2/+31
* Revert "linker/mach-o: Catch the case where there is no symCmd"Ben Gamari2017-04-182-5/+1
* Add failing test case for #13588Joachim Breitner2017-04-184-0/+230
* Fix LaTeX in core-specJoachim Breitner2017-04-182-1/+1
* Update xhtml submodule to potential 3000.2.2 release commitHerbert Valerio Riedel2017-04-181-0/+0
* Caret diag.: Avoid decoding whole module if only specific line is neededalexbiehl2017-04-172-15/+52
* Use intersect and minus instead of filterBartosz Nitka2017-04-175-6/+13
* Fix "Glasgow Haskell Compiler <release> Users Guide"Bartosz Nitka2017-04-171-1/+1
* Remove redundant flag (-O) registration (fixes #13392)Santiago Munin2017-04-174-1/+9
* [iserv] drop cryptonite dependency.Moritz Angermann2017-04-174-20/+11
* utils: Lazily decode UTF8 stringsBen Gamari2017-04-174-19/+26
* Fix space leak in sortByGregory2017-04-171-3/+6
* base: Track timer PSQ timeouts as Word64 instead of DoubleBen Gamari2017-04-177-24/+33
* aclocal.m4: respect user's --with-ar= choiceSergei Trofimovich2017-04-171-1/+3
* configure.ac: print resolved 'ar' and 'ranlib' toolsSergei Trofimovich2017-04-171-0/+2
* hs_add_root() RTS API removalSergei Trofimovich2017-04-1710-100/+3
* UNREG: fix spelling of '-split-objs' in warningSergei Trofimovich2017-04-161-1/+1
* UNREG: remove dead code around -split-objsSergei Trofimovich2017-04-163-27/+4
* rts/RtsUtils.c: drop stale commentsSergei Trofimovich2017-04-161-3/+3
* linker/mach-o: Catch the case where there is no symCmdMoritz Angermann2017-04-152-1/+5
* linters/cpp: Catch #ifndefBen Gamari2017-04-131-0/+2
* Fix typo in TcErrors.hsMatthías Páll Gissurarson2017-04-131-1/+1
* Doc typoAlex Biehl2017-04-131-1/+1
* Comments only in Type.isPredTySimon Peyton Jones2017-04-131-4/+8
* Remove dead quantifyTyVarsSimon Peyton Jones2017-04-135-56/+54
* Yet more work on TcSimplify.simplifyInferSimon Peyton Jones2017-04-138-139/+225
* Fix a couple of user-manual typosSimon Peyton Jones2017-04-131-2/+2
* Split up RnEnv into 4 modules, RnUnbound, RnUtils and RnFixityMatthew Pickering2017-04-1222-924/+1060
* Drop special handling of iOSMoritz Angermann2017-04-124-27/+3
* Fix typo in ReadP (succeds -> succeeds)Chris Martin2017-04-121-1/+1
* [linker] Remove dead code (ELF_FUNCTION_DESC)Moritz Angermann2017-04-121-107/+0
* Allow qualified names to be children in export listsMatthew Pickering2017-04-123-1/+16
* Suggest correct replacement flag name for -dppr-ticksReid Barton2017-04-121-5/+5
* Remove GhcDynamic (in favor of DYNAMIC_GHC_PROGRAMS)Reid Barton2017-04-122-4/+2
* arc-linters: Add linting of #ifdef x and #if defined xBen Gamari2017-04-121-16/+61
* base: Implement bit casts between word and float typesErik de Castro Lopo2017-04-126-3/+396
* RnEnv cleanupMatthew Pickering2017-04-121-75/+66
* Use -G1 for reliable peak mem usageSimon Peyton Jones2017-04-121-0/+1