summaryrefslogtreecommitdiff
path: root/compiler/utils
Commit message (Expand)AuthorAgeFilesLines
* Globally replace "hackage.haskell.org" with "ghc.haskell.org"Simon Marlow2013-10-015-5/+5
* Discard unreachable code in the register allocator (#7574)Simon Marlow2013-09-231-5/+25
* Comments onlyJan Stolarek2013-09-191-0/+1
* Restore old names of comparison primopsJan Stolarek2013-09-185-8/+299
* Trailing whitespacesJan Stolarek2013-09-183-11/+11
* Implement checkable "minimal complete definitions" (#7633)Twan van Laarhoven2013-09-181-0/+167
* Outputable.isOrAre: "is" or "are" for correct grammarJoachim Breitner2013-09-131-1/+10
* Fix AMP warnings.Austin Seipp2013-09-111-1/+6
* Merge remote-tracking branch 'origin/master' into ghc-parmake-gsocghc-parmake-gsocPatrick Palka2013-09-081-0/+1
|\
| * Add basic support for GHCJSAustin Seipp2013-09-061-0/+1
| * Fix off-by-one error in FastString.getFastStringTable (#8110)Patrick Palka2013-08-301-1/+1
* | Binary: eradicate BinIO handlesPatrick Palka2013-08-261-44/+0
* | Binary: Make lazyGet more thread-safePatrick Palka2013-08-261-1/+6
* | FastString: make the string table thread-safePatrick Palka2013-08-261-86/+102
|/
* Fix validation failure in Fingerprint.hscAustin Seipp2013-08-231-1/+1
* Fingerprint.getFileHash: Fix not reading file at all.Niklas Hambüchen2013-08-231-1/+8
* Fingerprint: Fix comment typoNiklas Hambüchen2013-08-231-1/+1
* Remove trailing whitespace from Fingerprint.hscAustin Seipp2013-08-221-1/+1
* Fix -Werror failure in Fingerprint.hscAustin Seipp2013-08-221-0/+3
* Fix interface hashes including time stamp of dependent files.Niklas Hambüchen2013-08-221-2/+29
* Add a better implementation of dropTail, and use itSimon Peyton Jones2013-08-191-1/+9
* Implement "roles" into GHC.Richard Eisenberg2013-08-023-2/+15
* Add NegativeLiterals extensionIan Lynagh2013-07-311-1/+1
* De-orphan a load of Binary instancesIan Lynagh2013-07-271-0/+141
* adding FastString.string_table to the sharedCAF/Globals.c mechanismNicolas Frisby2013-07-161-7/+60
* This reverts commit 163de25813d12764aa5ded1666af7c06fee0d67e and commit 279ac...Nicolas Frisby2013-07-161-25/+2
* copy the plugin's FastStringTable changes back into the host compilerNicolas Frisby2013-07-041-2/+12
* include FastString.string_table in CoreMonad.reinitializeGlobalsNicolas Frisby2013-07-031-1/+14
* Use SDoc for all LLVM pretty-printingPeter Wortmann2013-06-271-0/+7
* Make sure that Pretty.text is inlined in stage 0,Simon Peyton Jones2013-06-242-1/+6
* Define chkAppend, and use itSimon Peyton Jones2013-05-301-1/+8
* Simplify kind generalisation, and fix Trac #7916Simon Peyton Jones2013-05-211-0/+3
* Don't use getPackageLinkOpts on iOS; fixes #7720.Ian Lynagh2013-04-271-0/+8
* Remove some __HADDOCK__ CPPIan Lynagh2013-04-091-2/+0
* Detab modules with tabs on 5 lines or fewerIan Lynagh2013-04-064-38/+9
* Fix typosGabor Greif2013-04-061-2/+2
* Fix stage2 build on ARM.Austin Seipp2013-03-181-0/+4
* Set the way to 'dynamic' when running GHCi if GHCi is dynamically linkedIan Lynagh2013-03-151-0/+1
* By default, use the dynamic way for programs in the GHC treeIan Lynagh2013-03-151-8/+1
* Remove some commented out SPECIALIZE pragmasIan Lynagh2013-03-101-20/+0
* Fix pretty printing of human-readable integers (#7750)Patrick Palka2013-03-091-1/+4
* Add OSiOS, and define and use platformUsesFrameworks; part of #7720Ian Lynagh2013-03-021-1/+12
* Use unicode quote characters in error messages etc; fixes #2507Ian Lynagh2013-02-241-1/+6
* Remove gblock and gunblockIan Lynagh2013-02-191-20/+4
* Add OverloadedLists, allowing list syntax to be overloadedSimon Peyton Jones2013-02-141-1/+3
* Use throwIO rather than throwIan Lynagh2013-01-301-1/+1
* Make MonadIO a superclass of ExceptionMonadIan Lynagh2013-01-301-1/+2
* Add throwGhcExceptionIO and change a few uses of throwGhcException to use itIan Lynagh2013-01-301-1/+6
* StaticFlags code cleanup (fixes #7595)Jan Stolarek2013-01-281-2/+3
* Added support to cross-compile to androidNathan2013-01-241-0/+2