summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Experimental fix for pretty:32wip/pretty32Thomas Miedema2016-02-061-4/+4
* Use default xz compression levelBen Gamari2016-02-051-1/+1
* Remove unused LiveVars and SRT fields of StgCase and StgLetNoEscapeÖmer Sinan Ağacan2016-02-0410-305/+134
* Fix a few loose ends from D1795Ben Gamari2016-02-043-4/+9
* Overhaul the Overhauled Pattern Match CheckerGeorge Karachalias2016-02-0424-851/+914
* Allow all RTS options to iservSimon Marlow2016-02-031-0/+1
* Update binary submodule to 0.8.2.0 releaseHerbert Valerio Riedel2016-02-021-0/+0
* Update cabal_macros_boot.hHerbert Valerio Riedel2016-02-021-9/+20
* TcMType: Add some elementary notesBen Gamari2016-02-023-2/+58
* Add (failing) test for #11247Thomas Miedema2016-02-027-0/+25
* Make TypeError a newtype, add changelog entryRyanGlScott2016-02-023-1/+14
* Use a correct substitution in tcCheckPatSynDeclBartosz Nitka2016-02-023-1/+26
* Fix Windows build after D1874Tamar Christina2016-02-021-2/+24
* Remote GHCi: parallelise BCO serializationSimon Marlow2016-02-025-6/+52
* Remote GHCi: batch the creation of stringsSimon Marlow2016-02-027-81/+148
* Remote GHCi: Optimize the serialization/deserialization of byte codeSimon Marlow2016-02-022-11/+67
* TyCoRep: Implement some helpers for dropping/checking Levity argumentsÖmer Sinan Ağacan2016-02-013-5/+21
* Update unix submodule to latest snapshotHerbert Valerio Riedel2016-02-011-0/+0
* Avoid mangled/derived names in GHCi autocomplete (fixes #11328)Adam Gundry2016-02-015-3/+16
* Fix runtime linker error message when old symbol had no ownerReid Barton2016-02-011-0/+1
* Typo in docsBen Gamari2016-02-011-2/+2
* Add some Outputable instancesOleg Grenrus2016-02-012-1/+13
* Fix LOOKS_LIKE_PTR for 64-bit platformsReid Barton2016-02-011-1/+1
* Implement basic uniform warning set towerHerbert Valerio Riedel2016-02-011-4/+24
* Hide the CallStack implicit parameterEric Seidel2016-02-019-153/+245
* Simplify ghc-boot database representation with new type class.Edward Z. Yang2016-02-015-105/+93
* Suppress substitution assertions to fix testsBartosz Nitka2016-02-011-1/+1
* Missing @since annotations in GHC.Genericswip/gadtpm-prefix-treeRyanGlScott2016-01-311-0/+28
* Minor doc fixes to GHC.GenericsRyanGlScott2016-01-311-5/+23
* When encountering a duplicate symbol, show source of the first symbolReid Barton2016-01-311-1/+5
* Fix Trac issue #11487.Geoffrey Mainland2016-01-312-8/+33
|\
| * Properly track live registers when saving the CCCS.Geoffrey Mainland2016-01-312-6/+29
| * Code formatting cleanup.Geoffrey Mainland2016-01-311-3/+3
| * Add type signatures.Geoffrey Mainland2016-01-311-0/+2
|/
* Put docs in /usr/share/doc/ghc-<version>Thomas Miedema2016-01-311-7/+4
* Update unix submodule to latest snapshotHerbert Valerio Riedel2016-01-311-0/+0
* Define CTYPE for more Posix typesHerbert Valerio Riedel2016-01-301-10/+10
* Add asserts to other substitution functionsBartosz Nitka2016-01-3013-70/+222
* Add release note about flexible RebindableSyntaxRichard Eisenberg2016-01-291-0/+8
* Add closing parenthesis in comment for eqString (#11507)Thomas Miedema2016-01-291-1/+1
* Fix the Windows buildThomas Miedema2016-01-293-2/+3
* Mark dynamic-paper as expect_fail_for optasm and optllvm (#11330)Thomas Miedema2016-01-291-1/+4
* Fixup test for #10728Thomas Miedema2016-01-292-12/+8
* Use the in_scope set in lint_appBartosz Nitka2016-01-281-7/+10
* fix validate breakageSimon Marlow2016-01-271-2/+0
* Update profiling test outputSimon Marlow2016-01-271-25/+26
* Remote GHCi: create cost centre stacks in batchesSimon Marlow2016-01-274-38/+30
* Fix cost-centre-stack bug when creating new PAP (#5654)Simon Marlow2016-01-278-11/+116
* Rename "open" subst functionsBartosz Nitka2016-01-2718-72/+64
* Refactor the typechecker to use ExpTypes.Richard Eisenberg2016-01-27128-1720/+2666