summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* User's Guide: forall is a keyword nowadayswip/users-guide-forall-keywordVladislav Zavialov2019-02-221-6/+4
* Bump nofib submodule.klebinger.andreas@gmx.at2019-02-211-0/+0
* compiler: Refactor: extract `withAtomicRename`Niklas Hambüchen2019-02-212-8/+29
* compiler: Write .o files atomically. See #14533Niklas Hambüchen2019-02-211-1/+6
* Set builder envTamar Christina2019-02-211-0/+2
* Testsuite: opt-in to symlinks on WindowsTamar Christina2019-02-211-1/+1
* Handle the (~) type operator in 'tyconsym'Vladislav Zavialov2019-02-212-8/+8
* Dot/bang operators in export lists (Trac #16339)Vladislav Zavialov2019-02-214-5/+29
* Fix test runner crash when not in a git repoDavid Eichmann2019-02-213-14/+18
* Text.ParserCombinators.ReadP: use NonEmpty in FinalVaibhav Sagar2019-02-211-19/+22
* Comments only, in GhcPreludeSimon Peyton Jones2019-02-201-1/+5
* Improve the very simple optimiser slightlySimon Peyton Jones2019-02-205-0/+21
* Tiny refactor in isUnliftedRuntimeRepSimon Peyton Jones2019-02-201-11/+17
* Add comments about how zip fusionSimon Peyton Jones2019-02-202-26/+65
* Test bit-manipulating primops under respective arch flags like -msse4.2Dmitry Ivanov2019-02-204-4/+122
* Bump ghc version to 8.9Ryan Scott2019-02-205-7/+12
* CI: Run `cabal update` before trying to build HadrianMatthew Pickering2019-02-201-0/+1
* Hadrian: Fix untracked dependenciesAndrey Mokhov2019-02-2025-335/+369
* Fix two bugs in stg_ap_0_fast in profiling runtimeÖmer Sinan Ağacan2019-02-201-7/+11
* Remove arc scriptsÖmer Sinan Ağacan2019-02-197-276/+0
* base: Document errno behaviour in haddocks.Niklas Hambüchen2019-02-191-1/+5
* Look through newtype wrappers (Trac #16254)Krzysztof Gogolewski2019-02-197-8/+81
* Make constructor wrappers inline only during the final phaseArnaud Spiwack2019-02-1914-61/+289
* Disable binder swap in OccurAnal (Trac #16288)Krzysztof Gogolewski2019-02-196-7/+78
* Fix Haddock comment for Integer datatypeAlexandre Baldé2019-02-181-2/+6
* Uphold AvailTC Invariant for associated data famsAlec Theriault2019-02-182-26/+68
* Fix warnings and fatal parsing errorsVladislav Zavialov2019-02-1722-156/+245
* Get rid of tcm_smart from TyCoMapperSimon Peyton Jones2019-02-174-55/+39
* Testsuite: implement use_specs.Tamar Christina2019-02-172-0/+29
* Run some of Haddock's tests in the testsuiteAlec Theriault2019-02-163-0/+89
* Cmm: Promote stack arguments to word sizePeter Trommler2019-02-161-7/+29
* HIE: Save module name and module exportsMatthew Pickering2019-02-163-5/+25
* Remove `parallel` as a submoduleAlec Theriault2019-02-168-15/+3
* Minor documentation fix in GHC.ForeignPtrÖmer Sinan Ağacan2019-02-161-5/+3
* Remove Simon's special number from typecheck/should_fail/all.twip/unexpected-testMatthew Pickering2019-02-161-1/+0
* Fix tests which were made to pass by "Make a smart mkAppTyM"Matthew Pickering2019-02-163-3/+3
* Fix and Reapply "Performance tests: recover a baseline from ancestor commits ...David Eichmann2019-02-167-66/+374
* Don't wrap the entry map for LiveInfo in Maybe.klebinger.andreas@gmx.at2019-02-156-26/+27
* Properly escape character literals in HaddocksAlec Theriault2019-02-157-19/+19
* 'forall' always a keyword, plus the dot type operatorVladislav Zavialov2019-02-1516-87/+74
* Hadrian: enable -Wcompat=error in the testsuiteVladislav Zavialov2019-02-151-0/+1
* Fail fast in solveLocalEqualitiesSimon Peyton Jones2019-02-1424-442/+50
* Make a smart mkAppTyMSimon Peyton Jones2019-02-1425-760/+839
* Implement -Wredundant-record-wildcards and -Wunused-record-wildcardsMatthew Pickering2019-02-1423-63/+365
* NCG: fast compilation of very large strings (#16190)Sylvain Henry2019-02-146-12/+73
* Add perf test for #16190Sylvain Henry2019-02-143-0/+30
* Add `liftedTyped` to `Lift` classAlec Theriault2019-02-133-4/+66
* Fix typos [skip ci]Alexandre Esteves2019-02-131-2/+2
* Update parallel submoduleHerbert Valerio Riedel2019-02-131-0/+0
* Fix checkStackChunk() call in Interepter.c, enable an assertionÖmer Sinan Ağacan2019-02-132-2/+2