summaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* Comments onlyJan Stolarek2014-07-281-2/+2
* Implement OVERLAPPING and OVERLAPPABLE pragmas (see #9242)Iavor S. Diatchki2014-07-277-52/+104
* Fix build on OS X due to macro-like string in commentEdward Z. Yang2014-07-261-2/+2
* Module reexports, fixing #8407.Edward Z. Yang2014-07-256-44/+113
* Refactor FFI error messagesSimon Peyton Jones2014-07-258-251/+279
* Check for boxed tau types in the LHS of type family instancesSimon Peyton Jones2014-07-251-1/+8
* Use the right kinds on the LHS in 'deriving' clausesSimon Peyton Jones2014-07-241-10/+26
* Fixed issue with detection of duplicate record fieldsGintautas Miliauskas2014-07-241-12/+19
* Add missing memory fence to atomicWriteIntArray#Johan Tibell2014-07-233-1/+7
* X86 codegen: make LOCK a real instruction prefixJohan Tibell2014-07-233-12/+8
* Always qualify on hi interface mismatch.Edward Z. Yang2014-07-211-1/+1
* Rename PackageId to PackageKey, distinguishing it from Cabal's PackageId.Edward Z. Yang2014-07-2153-335/+335
* Make 'ghc' a wired in package.Edward Z. Yang2014-07-213-1/+9
* Typos in noteGabor Greif2014-07-211-3/+3
* driver: use absolute paths in ld scripts (#7452)Austin Seipp2014-07-201-1/+3
* fix inconsistency in exported functions from TcSplice.lhs/lhs-boot files when...Karel Gardas2014-07-201-4/+4
* Adding more parser exports and some documentation.Andrew Gibiansky2014-07-201-3/+28
* types: detabify/dewhitespace KindAustin Seipp2014-07-201-28/+21
* utils: detabify/dewhitespace DigraphAustin Seipp2014-07-201-43/+36
* nativeGen: detabify/dewhitespace SPARC/CodeGen/BaseAustin Seipp2014-07-201-53/+41
* nativeGen: detabify/dewhitespace SPARC/CodeGen/Gen32Austin Seipp2014-07-201-373/+361
* nativeGen: detabify/dewhitespace SPARC/CodeGen/SanityAustin Seipp2014-07-201-53/+42
* nativeGen: detabify/dewhitespace SPARC/CodeGen/ExpandAustin Seipp2014-07-201-106/+91
* nativeGen: detabify/dewhitespace SPARC/CodeGen/AmodeAustin Seipp2014-07-201-23/+15
* nativeGen: detabify/dewhitespace SPARC/CodeGen/CondCodeAustin Seipp2014-07-201-29/+21
* nativeGen: detabify/dewhitespace SPARC/CondAustin Seipp2014-07-201-29/+21
* nativeGen: detabify/dewhitespace SPARC/RegsAustin Seipp2014-07-201-145/+137
* nativeGen: detabify/dewhitespace SPARC/InstrAustin Seipp2014-07-201-311/+302
* nativeGen: detabify/dewhitespace SPARC/ShortcutJumpAustin Seipp2014-07-201-21/+10
* nativeGen: detabify/dewhitespace SPARC/ImmAustin Seipp2014-07-201-42/+32
* nativeGen: detabify/dewhitespace SPARC/StackAustin Seipp2014-07-201-29/+20
* nativeGen: detabify/dewhitespace TargetRegAustin Seipp2014-07-201-22/+12
* nativeGen: detabify/dewhitespace RegClassAustin Seipp2014-07-201-28/+20
* nativeGen: detabify/dewhitespace PPC/RegInfoAustin Seipp2014-07-201-16/+7
* nativeGen: detabify/dewhitespace PPC/CondAustin Seipp2014-07-201-25/+17
* nativeGen: detabify/dewhitespace X86/RegInfoAustin Seipp2014-07-201-19/+11
* nativeGen: detabify/dewhitespace RegAustin Seipp2014-07-201-127/+116
* nativeGen: detabify/dewhitespace SizeAustin Seipp2014-07-201-51/+44
* prelude: detabify/unwhitespace PrelInfoAustin Seipp2014-07-201-35/+28
* main: detabify/unwhitespace PprTyThingAustin Seipp2014-07-201-15/+8
* ghci: detabify/unwhitespace ByteCodeInstrAustin Seipp2014-07-201-92/+84
* ghci: detabify/unwhitespace ByteCodeGenAustin Seipp2014-07-201-15/+8
* cmm: detabify/unwhitespace CmmLexAustin Seipp2014-07-201-104/+104
* cmm: detabify/unwhitespace CmmInfoAustin Seipp2014-07-201-56/+48
* profiling: detabify/unwhitespace CostCentreAustin Seipp2014-07-201-53/+45
* parser: detabify/dewhitespace cutils.cAustin Seipp2014-07-201-5/+3
* parser: detabify/dewhitespace CtypeAustin Seipp2014-07-201-27/+20
* ghci: detabify/dewhitespace RtClosureInspectAustin Seipp2014-07-201-89/+81
* Comments onlySimon Peyton Jones2014-07-201-4/+6
* Further improvements to floating equalitiesSimon Peyton Jones2014-07-181-120/+191