summaryrefslogtreecommitdiff
path: root/compiler/main
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Don't use getPackageLinkOpts on iOS; fixes #7720.Ian Lynagh2013-04-271-1/+7
* Remove extCoreName from DynFlagsIan Lynagh2013-04-264-40/+37
* Remove DynFlags's hscOutName fieldIan Lynagh2013-04-265-25/+19
* "ghc --info" now claims has "Support dynamic-too" as "YES"Ian Lynagh2013-04-261-2/+1
* Fix "-dynamic-too --make"; fixes #7864Ian Lynagh2013-04-262-27/+29
* We need to setModLocation in the HscOut phase, not the Hsc phaseIan Lynagh2013-04-261-2/+2
* Mark -dynamic-too as unsupported for nowIan Lynagh2013-04-261-1/+2
* Update the isStaticFlag predicateIan Lynagh2013-04-251-5/+0
* Remove some old commented-out code in StaticFlagsIan Lynagh2013-04-251-17/+0
* Whitespace only in StaticFlagsIan Lynagh2013-04-251-32/+25
* Add a "Support dynamic-too" field to the --info outputIan Lynagh2013-04-251-0/+1
* Display operators using parentheses/backticks in error messages (#7848)Krzysztof Gogolewski2013-04-211-1/+1