summaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* Change how the build system handles packagesIan Lynagh2013-03-011-4/+0
* Comment the fix to Trac #7702Simon Peyton Jones2013-03-011-1/+3
* Fix memory leak in CoreWriter (Trac #7702)Andrew Farmer2013-03-011-1/+1
* Small refactoring: Move the end-of-pipeline move into pipeLoopIan Lynagh2013-02-281-27/+31
* Small refactoring: Don't pass redundant stop_phase to runPipelineIan Lynagh2013-02-281-6/+6
* Small refactoring: Don't pass a redundant output_spec aroundIan Lynagh2013-02-281-6/+5
* Inline get_output_fnIan Lynagh2013-02-281-5/+2
* Small refactoringIan Lynagh2013-02-281-5/+4
* TypoGabor Greif2013-02-281-1/+1
* Minor doc typofix.Edward Z. Yang2013-02-271-1/+1
* Fix a TODO in the compilerIan Lynagh2013-02-262-13/+8
* Fix parsing of pragmas containing unicode characters; fixes #7671Ian Lynagh2013-02-261-2/+5
* Change how unboxed tuples are lexed; fixes #7627Ian Lynagh2013-02-251-1/+1
* Split SettingsCCompilerFlags into non-link and link portionsGabor Greif2013-02-251-1/+2
* Use unicode quote characters in error messages etc; fixes #2507Ian Lynagh2013-02-243-2/+21
* x86: promote arguments to C functions according to the ABI (#7383)Simon Marlow2013-02-231-6/+14
* Fix #7710: do not AutoDeriveTypeable for synonyms and type familiesJose Pedro Magalhaes2013-02-212-4/+15
* Some -dynamic-too fixesIan Lynagh2013-02-212-9/+23
* Remove printExceptionAndWarnings (deprecated since 7.2)Ian Lynagh2013-02-202-6/+1
* Add a "deprecated in" pragmaIan Lynagh2013-02-201-1/+1
* Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghcIan Lynagh2013-02-191-3/+3
|\
| * fix some dependenciesSimon Marlow2013-02-191-3/+3
* | Remove gblock and gunblockIan Lynagh2013-02-192-24/+4
|/
* DPH: free top-level variables don't prevent encapsulationManuel M T Chakravarty2013-02-191-3/+8
* fix PrimOp dependenciesSimon Marlow2013-02-181-3/+3
* Primitive bitwise operations on Int# (Fixes #7689)Jan Stolarek2013-02-183-0/+24
* Finish removing BootingFromHcIan Lynagh2013-02-171-2/+0
* Build system tweak: Do the package checks at configure timeIan Lynagh2013-02-151-0/+5
* Squash some typosGabor Greif2013-02-154-4/+4
* Look through type synonyms when deciding if something is a type literal.Iavor S. Diatchki2013-02-151-0/+4
* Make :kind in GHCi do kind generalisation, always (Trac #7688)Simon Peyton Jones2013-02-151-14/+29
* Another go at tidying VectInfoManuel M T Chakravarty2013-02-152-3/+12
* Merge branch 'master' of darcs.haskell.org:/home/darcs/ghcSimon Peyton Jones2013-02-146-26/+53
|\
| * Merge branch 'master' of http://darcs.haskell.org/ghcSimon Peyton Jones2013-02-1415-104/+126
| |\
| * | Better pretty-printing for TypeSimon Peyton Jones2013-02-141-23/+25
| * | Better pretty-printing for HsType, fixes Trac #7645Simon Peyton Jones2013-02-144-5/+30
| * | Comments onlySimon Peyton Jones2013-02-141-0/+2
* | | Merge branch 'master' of darcs.haskell.org:/home/darcs/ghcSimon Peyton Jones2013-02-142-2/+2
|\ \ \ | | |/ | |/|
| * | Fix comment to use correct option nameshelarcy2013-02-142-2/+2
* | | Add OverloadedLists, allowing list syntax to be overloadedSimon Peyton Jones2013-02-1425-146/+312
|/ /
* | Merge branch 'master' of darcs.haskell.org:/home/darcs/ghcSimon Peyton Jones2013-02-132-63/+56
|\ \
| * \ Merge branch 'master' of http://darcs.haskell.org/ghcSimon Peyton Jones2013-02-132-4/+8
| |\ \
| * | | Generate better derived code for EqSimon Peyton Jones2013-02-131-62/+51
| * | | Charge 1 for each case alternative in exprStatsSimon Peyton Jones2013-02-131-1/+5
| | |/ | |/|
* | | Desugar bang patterns correctly (fixes Trac #7649)Simon Peyton Jones2013-02-131-14/+28
* | | Simplify the base case for 'check', and thereby fix Trac #7669Simon Peyton Jones2013-02-131-1/+4
* | | Comments onlySimon Peyton Jones2013-02-131-1/+1
* | | Export tcIfaceExpr as requested by Trac #7683Simon Peyton Jones2013-02-131-1/+4
* | | Improve pretty-printing of strict lets with -dppr-case-as-letSimon Peyton Jones2013-02-131-11/+18
* | | Merge branch 'master' of darcs.haskell.org:/home/darcs/ghcSimon Peyton Jones2013-02-132-4/+8
|\ \ \ | | |/ | |/|