summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use -fobject-code in the GHCi script for loading GHCMichael Sloan2018-08-063-2/+11
* Mention #15050 in the release notes for 8.8.1Joachim Breitner2018-08-061-0/+4
* Move 8.8.1-notes.rst to the right directoryRyan Scott2018-08-061-0/+0
* Create 8.8.1 release notesRyan Scott2018-08-063-466/+20
* Allow scoped type variables refer to typesJoachim Breitner2018-08-0511-122/+68
* circleci: Don't build validate-x86_64-linux-debug unregisterisedBen Gamari2018-08-051-1/+1
* Fix typosKrzysztof Gogolewski2018-08-056-8/+8
* Refactor printMinimalImports (#15439)vrom9112018-08-051-21/+27
* Bump hadrian submoduleBen Gamari2018-08-051-21/+5
* testsuite: Bump T3064 expected allocationsBen Gamari2018-08-041-1/+2
* Bump filepath submoduleBen Gamari2018-08-031-0/+0
* Bump binary submoduleBen Gamari2018-08-036-5/+5
* Bump Cabal submoduleBen Gamari2018-08-036-8/+4
* Remove decideKindGeneralisationPlanRichard Eisenberg2018-08-0262-415/+621
* Remove obsolete fileHerbert Valerio Riedel2018-08-021-4/+0
* Fix #15415 and simplify tcWildCardBindersVladislav Zavialov2018-08-018-28/+67
* Fix #15450 by refactoring checkEmptyCase'Ryan Scott2018-08-014-40/+119
* linker: Nub rpathsMoritz Angermann2018-08-011-10/+8
* Plugin dependency information is stored separatelyChristiaan Baaij2018-08-0111-22/+152
* Remove the type-checking knot.Richard Eisenberg2018-08-0121-236/+232
* Revert "Don't inline functions with RULES too early"Ben Gamari2018-08-018-87/+10
* rts: Fix unused functionBen Gamari2018-08-011-1/+2
* base: Fix documentation of System.Environment.BlankBen Gamari2018-07-311-15/+12
* users-guide: Document default +RTS -I valueBen Gamari2018-07-311-1/+1
* testsuite: Add test for #14346Sylvain Henry2018-07-312-0/+22
* Bump Cabal submoduleBen Gamari2018-07-312-3/+1
* doc: Fix command for creating a shared library.Mathieu Boespflug2018-07-311-1/+1
* Enable two-step allocator on FreeBSDBen Gamari2018-07-311-53/+88
* rts: Disable -fkeep-inline-functions due to lack of support on ClangBen Gamari2018-07-311-2/+3
* Add the paper "Evidence normalisation in System FC"Simon Peyton Jones2018-07-317-0/+9992
* Don't inline functions with RULES too earlySimon Peyton Jones2018-07-318-10/+87
* base: Make Foreign.Marshal.Alloc.allocBytes[Aligned] NOINLINEBen Gamari2018-07-302-1/+19
* Fix minor formatting issue in users_guide/bugs.rstJosh Price2018-07-301-0/+2
* Bump terminfo submodule to 0.4.1.2Ben Gamari2018-07-301-0/+0
* GHC doesn't handle ./ prefixed paths correctly (#12674)roland2018-07-306-3/+40
* Fix #15385 by using addDictsDs in matchGuardsRyan Scott2018-07-307-44/+76
* Fix #15453: bug in ForAllCo case in opt_trans_ruleNingning Xie2018-07-293-1/+32
* Fix Git commit ID detection in Git worktreesSylvain Henry2018-07-281-1/+1
* Fix Ar crashing on odd-sized object files (Trac #15396)Krzysztof Gogolewski2018-07-274-2/+22
* Remove dead code in testsuite driverKrzysztof Gogolewski2018-07-273-35/+4
* Fix endian issues in ghc-heapPeter Trommler2018-07-272-3/+23
* Disable GNUC_ATTR_HOT when compiling with DEBUGBen Gamari2018-07-271-1/+1
* rts: More forceful cc debugging flagsBen Gamari2018-07-271-1/+3
* Modifications to support loading GHC into GHCiMichael Sloan2018-07-2711-8/+50
* update core-spec for GRefl and re-factored Reflningning2018-07-275-15/+41
* Add an expect_broken test for #14185Krzysztof Gogolewski2018-07-272-0/+31
* Fix gcCAFs()Simon Marlow2018-07-271-1/+4
* Run StgCse after unarise, fixes #15300Ömer Sinan Ağacan2018-07-275-35/+38
* Fail instead of panic-ing when qAddTopDecls has conversion errorMichael Sloan2018-07-274-1/+17
* Add a script for running a ghci that can load and run ghcMichael Sloan2018-07-275-0/+86