summaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* Accept underscores in the module parser. (Thanks spinda for the fix.)Edward Z. Yang2015-09-031-1/+1
* Injective type familiesJan Stolarek2015-09-0348-744/+2201
* Testsuite: don't warn about missing specialisationsThomas Miedema2015-09-021-0/+1
* Improve the error messages for class instance errorsSimon Peyton Jones2015-09-022-18/+90
* Expand declaration QQs first (#10047)Michael Smith2015-09-022-1/+10
* Allow annotations though addTopDecls (#10486)Michael Smith2015-09-021-1/+3
* Use a response file for linker command line arguments #10777Michael Snoyman2015-09-021-2/+54
* Fix trac #10413Ben Gamari2015-09-021-2/+5
* Use IP based CallStack in error and undefinedEric Seidel2015-09-0213-81/+150
* Anchor type family instances deterministicallyBartosz Nitka2015-08-311-6/+1
* Fix 7.10 validateMatthew Pickering2015-08-301-1/+1
* StgCmmHeap: Re-add check for large static allocationsBen Gamari2015-08-291-0/+9
* Dwarf: Produce .dwarf_aranges sectionBen Gamari2015-08-293-21/+77
* Dwarf: Produce {low,high}_pc attributes for compilation unitsBen Gamari2015-08-292-2/+13
* Dwarf: Fix DW_AT_use_UTF8 attributeBen Gamari2015-08-292-5/+6
* TysWiredIn: Shuffle code aroundBen Gamari2015-08-271-73/+71
* MkIface: Introduce PatSynId, ReflectionId, DefMethIdBen Gamari2015-08-272-3/+29
* IfaceEnv: Clean up updNameCache a bitBen Gamari2015-08-272-14/+15
* Move newImplicitBinder to from IfaceEnv to BuildTyClBen Gamari2015-08-272-19/+19
* PrelNames: introduce dcQual in place of conNameBen Gamari2015-08-271-20/+18
* Revert "Clean up handling of knownKeyNames"Ben Gamari2015-08-272-56/+56
* Clean up handling of knownKeyNamesBen Gamari2015-08-262-56/+56
* BinIface: Clean up whitespaceBen Gamari2015-08-261-3/+2
* PrelNames: Clean up list a bitBen Gamari2015-08-261-10/+11
* TcDeriv: Kill dead codeBen Gamari2015-08-261-76/+10
* tcRnDeclsi can use tcRnSrcDeclsSimon Peyton Jones2015-08-261-38/+3
* Implement lookupGlobal in TcEnv, and use itSimon Peyton Jones2015-08-263-12/+33
* Comments and white spaceSimon Peyton Jones2015-08-263-5/+6
* Delete ExtsCompat46 (#8330)Thomas Miedema2015-08-247-327/+24
* Check options before warning about source imports.Alex Rozenshteyn2015-08-221-1/+2
* Refactor: delete most of the module FastTypesThomas Miedema2015-08-2126-535/+266
* Delete FastBoolThomas Miedema2015-08-2114-122/+29
* Implement getSizeofMutableByteArrayOp primopBen Gamari2015-08-213-2/+23
* Bag: Add Foldable instanceBen Gamari2015-08-211-0/+4
* GhcMake: Fix spelling in commentBen Gamari2015-08-211-1/+1
* Comments reformating/correctionsDivam2015-08-183-25/+26
* Add selectors for common fields (DataCon/PatSyn) to ConLikeMatthew Pickering2015-08-188-25/+65
* Fix rdynamic flag and test on WindowsTamar Christina2015-08-181-1/+1
* Dump files always use UTF8 encoding #10762Michael Snoyman2015-08-181-0/+7
* Transliterate unknown characters at outputMichael Snoyman2015-08-181-0/+16
* Name: Show NameSort in warningBen Gamari2015-08-131-1/+10
* DynFlags: Prohibit hpc and byte-code interpreterBen Gamari2015-08-131-0/+4
* SysTools: Fix whitespace in error messageBen Gamari2015-08-121-1/+1
* Upgrade GCC to 5.2.0 for Windows x86 and x86_64Tamar Christina2015-08-121-1/+27
* Pretty: improving the space/time performance of vcat, hsep, hcat (#10735)Thomas Miedema2015-08-121-3/+16
* Pretty: show rational as is (#10735)Thomas Miedema2015-08-121-3/+1
* Pretty: fix a broken invariant (#10735)Thomas Miedema2015-08-121-4/+14
* Pretty: fix potential bad formatting of error message (#10735)Thomas Miedema2015-08-121-1/+4
* Pretty: bugfix fillNB (#10735)Thomas Miedema2015-08-121-0/+1
* Replace HsBang type with HsSrcBang and HsImplBangAdam Sandberg Eriksson2015-08-1013-174/+263