summaryrefslogtreecommitdiff
path: root/compiler/main
Commit message (Expand)AuthorAgeFilesLines
* simplified the .hi format and added the -flate-dmd-anal flag (fixes #7782)Nicolas Frisby2013-08-292-5/+5
* Display the full type environment when reporting type holesSimon Peyton Jones2013-08-291-0/+6
* Fix validate failure.Austin Seipp2013-08-281-1/+1
* Implement -XNumDecimals (#7266)Austin Seipp2013-08-281-0/+2
* Applicative instance for Ghc and GhcTDan Frumin2013-08-281-0/+8
* Rework how iOS does linking (#8127)Austin Seipp2013-08-285-42/+93
* Actually, split that last comment a bit.Austin Seipp2013-08-221-4/+6
* Add some more comments to UsageFile.Austin Seipp2013-08-221-1/+8
* Remove trailing whitespace from HscTypesAustin Seipp2013-08-221-7/+6
* Fix interface hashes including time stamp of dependent files.Niklas Hambüchen2013-08-221-5/+5
* Only add -O to C compilations if there was -O on the command lineSimon Marlow2013-08-221-3/+5
* iOS: generate archive files when compiling.Austin Seipp2013-08-141-5/+6
* Added support for writing and checking closed type families is hs-boot files.Richard Eisenberg2013-08-051-2/+7
* Implement "roles" into GHC.Richard Eisenberg2013-08-021-0/+2
* Add a warning for empty enumerations; fixes #7881Ian Lynagh2013-08-011-0/+3
* Add NegativeLiterals extensionIan Lynagh2013-07-311-0/+2
* Add a warning for overflowing literals; fixes #7895Ian Lynagh2013-07-311-0/+3
* Rename doDynamicToo to dynamicTooMkDynamicDynFlagsIan Lynagh2013-07-303-14/+15
* Remove an out-of-date comment (see #8101)Ian Lynagh2013-07-281-5/+0
* desugar code even when -fno-code is used; fixes #8101Ian Lynagh2013-07-281-2/+2
* Beautify a few Binary instancesIan Lynagh2013-07-271-2/+3
* De-orphan a load of Binary instancesIan Lynagh2013-07-272-0/+215
* Sync the list of default warnings with reality; fixes #8060.Ian Lynagh2013-07-211-10/+9
* Disable executable stack for the linker note, fixing #703 (again)Edward Z. Yang2013-07-091-1/+11
* Always have LLVM optimize globalsPeter Wortmann2013-07-051-2/+2
* Major Llvm refactoringPeter Wortmann2013-06-271-5/+1
* Re-adjust whitespaceIan Lynagh2013-06-231-9/+10
* Allow the GHCi messages to be overridden via the GHC API; fixes #7456Ian Lynagh2013-06-233-2/+13
* Whitespace only in HeaderInfoIan Lynagh2013-06-221-34/+27
* Revise implementation of overlapping type family instances.Richard Eisenberg2013-06-216-18/+25
* Fix many ASSERT uses under Clang.Austin Seipp2013-06-182-3/+2
* Use assembler-with-cpp mode when running CPP.Austin Seipp2013-06-181-4/+8
* Detect linker information at runtime. Fixes Trac #6063Austin Seipp2013-06-162-6/+137
* Add --show-options to list all flags (Fixes #7843)Jan Stolarek2013-06-061-3/+10
* Implement cardinality analysisSimon Peyton Jones2013-06-061-1/+5
* Make 'SPECIALISE instance' work againSimon Peyton Jones2013-05-301-1/+2
* Print kinds of non-* tyvar binders in pprTyThingSimon Peyton Jones2013-05-281-5/+6
* Don't try to use -dynamic-too on WindowsIan Lynagh2013-05-251-1/+6
* Revert "Fix -dynamic-too on Windows"Ian Lynagh2013-05-251-14/+1
* Handle -opt<blah> options more consistently (#7909)Simon Marlow2013-05-213-99/+83
* Fix -dynamic-too on WindowsIan Lynagh2013-05-201-1/+14
* Fix a build problem with integer-simpleIan Lynagh2013-05-191-3/+1
* Update a comment; spotted by Carter SchonwaldIan Lynagh2013-05-181-1/+1
* Link to the right RTS whenever we build a .dll on WindowsIan Lynagh2013-05-152-4/+16
* Fix ghci on Windows when GHC is dynamically linkedIan Lynagh2013-05-141-1/+4
* Fix the GHC package DLL-splittingIan Lynagh2013-05-144-16/+57
* Make the current module available to labelDynamicIan Lynagh2013-05-131-4/+4
* Make -fno-flat-cache use a dynamic, rather than static, flagIan Lynagh2013-05-102-5/+3
* Don't suppress foralls in the RHS of a type synonym definition!Simon Peyton Jones2013-05-031-2/+2
* Enable -funbox-small-strict-fields by defaultJohan Tibell2013-04-301-0/+1