summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge HsInstances and HsInstances2wip/ttg5-data-one-file-2017-11-17Alan Zimmerman2017-11-176-189/+14
* WIP on splitting out Data instance generation for hsSyn ASTAlan Zimmerman2017-11-1714-88/+374
* configure: Fix incorrect quotingBen Gamari2017-11-161-1/+5
* Document -ddump-timingsBen Gamari2017-11-161-0/+5
* Detect overly long GC syncSimon Marlow2017-11-168-6/+124
* Pull recent Hadrian changes from upstreamAndrey Mokhov2017-11-1512-66/+93
|\
| * Squashed 'hadrian/' changes from 5ebb69a..fa3771fAndrey Mokhov2017-11-1512-66/+93
* | users_guide: Fix "CancelSynchronousIo" casingNiklas Hambüchen2017-11-151-1/+1
* | Adjust AltCon Ord instance to match Core linter requirements.klebinger.andreas@gmx.at2017-11-151-4/+5
* | Cabalify all the thingsMoritz Angermann2017-11-153-0/+54
* | Allow the rts lib to be called rts-1.0Moritz Angermann2017-11-151-0/+12
* | rts: Fix gc timingDouglas Wilson2017-11-151-16/+21
* | Add dump flag for timing outputBen Gamari2017-11-152-9/+21
* | CLabels: Remove CaseLabelBen Gamari2017-11-151-32/+0
* | CLabel: Clean up unused label typesBen Gamari2017-11-151-45/+5
* | RTS: Disable warnings in ffi.hPeter Trommler2017-11-154-6/+19
* | Adds rts/rts.cabal.in fileMoritz Angermann2017-11-153-8/+471
* | StaticPointers: Clarify documentationFacundo Domínguez2017-11-155-8/+20
* | Add new mbmi and mbmi2 compiler flagsJohn Ky2017-11-1522-1/+646
* | TTG3 Combined Step 1 and 3 for Trees That GrowAlan Zimmerman2017-11-1435-423/+640
* | A bit more tc-tracingSimon Peyton Jones2017-11-142-2/+7
* | Fix a TyVar bug in the flattenerSimon Peyton Jones2017-11-146-7/+46
* | 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