summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* adds gitignorewip/angerman/binary-instance-all-the-thingsMoritz Angermann2018-12-021-0/+1
* Bunch of Cmm Binary instancesMoritz Angermann2018-08-0221-132/+992
* 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
* Make :doc work for the ghc librarySimon Jakobi2018-07-271-2/+5
* rts: Flush eventlog in hs_init_ghc (fixes #15440)Mitsutoshi Aoe2018-07-273-0/+12
* Bump haddock submoduleBen Gamari2018-07-271-0/+0
* Small refactor in desugar of pattern matchingSimon Peyton Jones2018-07-275-20/+54
* Refactor (~) to reduce the suerpclass stackSimon Peyton Jones2018-07-2717-119/+130
* Comments onlySimon Peyton Jones2018-07-252-5/+12
* Fix PrelRules.caseRules to account for out-of-range tagsSimon Peyton Jones2018-07-256-32/+90
* Comments onlySimon Peyton Jones2018-07-251-12/+18
* tc-tracing onlySimon Peyton Jones2018-07-253-3/+14
* Fix and document cloneWCSimon Peyton Jones2018-07-257-35/+61
* Treat isConstraintKind more consistentlySimon Peyton Jones2018-07-2516-149/+156
* Improve error message on un-satisfied importSimon Peyton Jones2018-07-253-35/+51
* Set GenSigCtxt for the argument part of tcSubTypeSimon Peyton Jones2018-07-258-11/+59
* Build more implicationsSimon Peyton Jones2018-07-251-8/+53
* Clone relevant constraints to avoid side-effects on HoleDests. Fixes #15370.Matthías Páll Gissurarson2018-07-245-8/+77
* Remove dead code in TcUnifyKrzysztof Gogolewski2018-07-241-13/+1
* Suppress -Winaccessible-code in derived codeRyan Scott2018-07-2410-138/+209
* Fix a nasty bug in piResultTysSimon Peyton Jones2018-07-244-12/+49
* Stop marking soluble ~R# constraints as insolubleSimon Peyton Jones2018-07-234-15/+53
* Fix some casts.Richard Eisenberg2018-07-235-4/+92