summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Combined Step 1 and 3 for Trees That Grow, HsExpr #2wip/ttg3-2017-11-12Alan Zimmerman2017-11-1334-423/+640
* WIP on combined Step 1 and 3 for Trees That Grow, HsExprAlan Zimmerman2017-11-1147-1081/+1451
* Declare proper spec version in `base.cabal`Herbert Valerio Riedel2017-11-111-1/+2
* circleci: Bump down thread countBen Gamari2017-11-111-1/+1
* Use LICENSE instead of ../LICENSE in the compiler.cabal fileMoritz Angermann2017-11-111-1/+1
* Adds cmm-sources to baseMoritz Angermann2017-11-113-1/+5
* Windows: Bump to GCC 7.2 for GHC 8.4Tamar Christina2017-11-112-40/+39
* Merge commit '5229c43ccf77bcbffeced01dccb27398d017fa34'Ben Gamari2017-11-106-19/+7
|\
| * Squashed 'hadrian/' changes from 438dc576e7..5ebb69ae1eBen Gamari2017-11-106-19/+7
* | Fix PPC NCG after blockID patchPeter Trommler2017-11-095-20/+53
* | Change `OPTIONS_GHC -O` to `OPTIONS_GHC -O2`Douglas Wilson2017-11-096-6/+6
* | testsuite: Add test for #5889Douglas Wilson2017-11-093-2/+73
* | Remove unreliable Core Lint empty case checksDavid Feuer2017-11-093-19/+53
* | Update comment in GHC.Real (trac#14432)Bodigrim2017-11-091-3/+1
* | base: Fix #14425Ben Gamari2017-11-092-2/+4
* | base: Normalize style of approxRationalBen Gamari2017-11-091-22/+25
* | base: Add test for #14425Ben Gamari2017-11-093-0/+8
* | Merge initial Hadrian snapshotBen Gamari2017-11-09112-0/+8898
|\ \
| * \ Merge commit '7b0b9f603bb1215e2b7af23c2404d637b95a4988' as 'hadrian'Andrey Mokhov2017-11-06112-0/+8898
| |\ \ | | |/
| | * Squashed 'hadrian/' content from commit 438dc57Andrey Mokhov2017-11-06112-0/+8898
* | Update Win32 version for GHC 8.4.Tamar Christina2017-11-0916-17/+28
* | testsuite: Fix output of T14394Ben Gamari2017-11-091-1/+7
* | Remove left-overs from compareByteArray# inline conversionHerbert Valerio Riedel2017-11-093-16/+0
* | Invoke lintUnfolding only on top-level unfoldings (#14430)Joachim Breitner2017-11-082-20/+29
* | WIP on Doing a combined Step 1 and 3 for Trees That GrowAlan Zimmerman2017-11-0858-1691/+2432
* | Fix in-scope set in simplifierSimon Peyton Jones2017-11-083-25/+56
* | Minimise provided dictionaries in pattern synonymsSimon Peyton Jones2017-11-0829-114/+206
* | Fix another dark corner in the shortcut solverSimon Peyton Jones2017-11-084-34/+71
* | Imrpove comments about equality typesSimon Peyton Jones2017-11-082-12/+15
* | Merge remote-tracking branch 'github/pr/83'Ben Gamari2017-11-086-23/+370
|\ \
| * | Factor out builds into steps. Address ghc/ghc#83 comments.Mateusz Kowalczyk2017-11-073-86/+88
| * | Revert "Sdist -> bindist -> tests"Mateusz Kowalczyk2017-11-072-25/+6
| * | Sdist -> bindist -> testsMateusz Kowalczyk2017-11-072-6/+25
| * | Set up AppVeyor, Windows CI.Mateusz Kowalczyk2017-11-071-0/+43
| * | Set up Linux, OSX and FreeBSD on CircleCI.Mateusz Kowalczyk2017-11-076-23/+325
* | | base: Escape \ in CallStack exampleChris Martin2017-11-071-1/+1
* | | Update link to Haskeline user preferencesTaylor Fausak2017-11-071-1/+1
* | | Revert "WIP on combining Step 1 and 3 of Trees That Grow"Ben Gamari2017-11-0757-2333/+1615
* | | relnotes: Note enabling of -fllvm-pass-vectorse-in-regsBen Gamari2017-11-071-0/+4
* | | relnotes: Clarify a few thingsBen Gamari2017-11-071-4/+4
* | | testsuite: Bump haddock.compiler allocationsBen Gamari2017-11-071-1/+2
|/ /
* | WIP on combining Step 1 and 3 of Trees That GrowAlan Zimmerman2017-11-0756-1614/+2331
|/
* base: Add examples to Bifunctor documentationJulie Moronuki2017-11-061-1/+36
* Specialise lcm :: Word -> Word -> Word (trac#14424)Bodigrim2017-11-061-0/+1
* Update autoconf test for gcc to require 4.7 and upPeter Trommler2017-11-064-28/+3
* DynFlags: Introduce -show-mods-loaded flagBen Gamari2017-11-067-21/+50
* Update ErrorCall documentation for the location argumentÖmer Sinan Ağacan2017-11-061-2/+2
* Typo in glasgow_exts.rstDouglas Wilson2017-11-061-1/+1
* cmm/CBE: Fix a few more zip usesBen Gamari2017-11-061-3/+8
* cmm/CBE: Fix comparison between blocks of different lengthsBen Gamari2017-11-061-5/+9