summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* add extra packages to $(EXTRA_PACKAGES), so we avoid installing them by defaultSimon Marlow2010-09-201-0/+1
* Fix indexing error in archive loaderIan Lynagh2010-09-211-1/+1
* Add some -Dl belchesIan Lynagh2010-09-211-0/+8
* Add casts to fix warningsIan Lynagh2010-09-211-2/+2
* Add support for BSD-variant large filenames in .a archivesIan Lynagh2010-09-211-11/+40
* Tell Cabal that we're not building GHCi libs if UseArchivesForGhci=YESIan Lynagh2010-09-201-0/+6
* "UseArchivesForGhci = YES" on darwinIan Lynagh2010-09-201-0/+4
* Add a dependency that my OS X build has recently started tripping up overIan Lynagh2010-09-201-1/+1
* Add "Use archives for ghci" to --info outputIan Lynagh2010-09-201-0/+1
* Implement archive loading for ghciIan Lynagh2010-09-209-43/+262
* Tweak gen_contents_index now dph may not be thereIan Lynagh2010-09-201-3/+6
* Filter out the FFI library when loading package in ghciIan Lynagh2010-09-201-1/+7
* Loosen the conditions for -XUndecidableInstances; fixes Trac #4200simonpj@microsoft.com2010-09-191-8/+6
* Further improvements in error messagessimonpj@microsoft.com2010-09-193-89/+100
* Add a flag -fwarn-missing-local-sigs, and improve -fwarn-mising-signaturessimonpj@microsoft.com2010-09-197-101/+141
* Include the "stupid theta" in the type of $con2tagsimonpj@microsoft.com2010-09-191-1/+1
* Add a release note about the typecheckerIan Lynagh2010-09-191-0/+8
* Enable shared libs on OpenBSDMatthias Kilian2010-09-186-3/+21
* Add separate functions for querying DynFlag and ExtensionFlag optionsIan Lynagh2010-09-1831-164/+159
* Fix mkUserGuidePart depsIan Lynagh2010-09-181-1/+1
* Fix build on cygwin: Normalise slashes in .depend files to be /Ian Lynagh2010-09-181-1/+7
* extra packages info is now read from packages fileIan Lynagh2010-09-172-36/+52
* Tweak darcs-allIan Lynagh2010-09-172-2/+27
* Bump dependenciesIan Lynagh2010-09-173-3/+3
* Library release notes for 7.0.1Ian Lynagh2010-09-171-4/+596
* Fix overriding of implicit parameters in the solversimonpj@microsoft.com2010-09-171-12/+14
* Minor type printing amomalysimonpj@microsoft.com2010-09-171-2/+5
* Spaces onlysimonpj@microsoft.com2010-09-171-1/+1
* Minor refactoringsimonpj@microsoft.com2010-09-171-1/+2
* Add types of implicit parameters as untouchablesimonpj@microsoft.com2010-09-171-4/+16
* Better pretty printing of implicit parameterssimonpj@microsoft.com2010-09-171-1/+1
* Yet more error message improvementsimonpj@microsoft.com2010-09-172-43/+54
* More error message wibblessimonpj@microsoft.com2010-09-171-25/+30
* More error refactoringsimonpj@microsoft.com2010-09-171-36/+41
* Refactor type errors a bitsimonpj@microsoft.com2010-09-175-86/+126
* Fix a very subtle shadowing bug in optCoercionsimonpj@microsoft.com2010-09-161-20/+67
* Fix bad error in tyVarsOfTypesimonpj@microsoft.com2010-09-161-6/+12
* More assertionssimonpj@microsoft.com2010-09-161-3/+11
* Add more location info in CoreLintsimonpj@microsoft.com2010-09-161-10/+16
* Print coercion variables as such (debugging change only)simonpj@microsoft.com2010-09-161-1/+2
* Remove pprTracesimonpj@microsoft.com2010-09-151-4/+3
* Remove dead code dealing with type refinementsimonpj@microsoft.com2010-09-151-128/+0
* Use mkAppTysimonpj@microsoft.com2010-09-152-3/+3
* Comments onlysimonpj@microsoft.com2010-09-151-2/+3
* Extend eta reduction to work with casted argumentssimonpj@microsoft.com2010-09-151-6/+63
* Allow "INLINEABLE" as a synonymsimonpj@microsoft.com2010-09-151-0/+2
* Documentation for INLINABLEsimonpj@microsoft.com2010-09-152-15/+107
* Implement TH reification of instances (Trac #1835)simonpj@microsoft.com2010-09-154-4/+56
* errno corresponding to ERROR_NO_DATA should be EPIPE (non-threaded RTS)Simon Marlow2010-09-151-1/+10
* Windows: use a thread-local variable for myTask()Simon Marlow2010-09-152-3/+6