summaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* make inplace scripts less sensitive to /bin/sh quoting by avoiding \Simon Marlow2007-06-231-1/+1
* Making -fhpc work with a stage1 build, via the compat 'package'.andy@galois.com2007-06-262-18/+3
* Add a compileToCore function to the GHC APITim Chevalier2007-06-251-2/+33
* withExtendedLinkerState: don't revert the whole stateSimon Marlow2007-06-251-6/+20
* Print infix type constructors in an infix waysimonpj@microsoft.com2007-06-254-9/+28
* Clamp -O flag to beween 0 and 2simonpj@microsoft.com2007-06-251-3/+4
* Fix an error messageIan Lynagh2007-06-231-2/+1
* turning off -fhpc in stage1 built ghcandy@galois.com2007-06-221-1/+5
* removing -fhpc-tracer from ghc, is subsumed by the GHC debuggerandy@galois.com2007-06-223-38/+0
* Stage2 now used the package hpc to get the hpc datastructuresandy@galois.com2007-06-222-73/+22
* Unbreak the stage-2 compiler (record-type changes)simonpj@microsoft.com2007-06-212-16/+22
* -fglasgow-exts implies -X=GADTssimonpj@microsoft.com2007-06-211-0/+1
* FIX read040: patterns with type sig on LHS of do-bindingsimonpj@microsoft.com2007-06-211-1/+1
* Another wibble to the head-exploded error message (suggested by David Roundy)simonpj@microsoft.com2007-06-211-1/+1
* Use the correct flag for controlling scoped type variables in an instance declsimonpj@microsoft.com2007-06-211-5/+5
* Improve 'my head exploded' error message simonpj@microsoft.com2007-06-211-0/+1
* FIX BUILD: add missing prime!simonpj@microsoft.com2007-06-211-1/+1
* further fixes to the inplace scriptsLemmih2007-06-211-4/+4
* Fix problems with new inplace stuff on CygwinSimon Marlow2007-06-211-1/+6
* Fix a problem with package.mk being included too earlySimon Marlow2007-06-201-29/+27
* Use a real binary instead of scripts for ghc-inplaceSimon Marlow2007-06-211-60/+13
* Add several new record featuresLemmih2007-06-2126-332/+512
* Remove the unused HsExpr constructor DictPatLemmih2007-06-186-42/+2
* Fix a bug in MatchCon, and clarify what dataConInstOrigArgTys doesLemmih2007-06-076-29/+42
* Do not perform a worker/wrapper split for a NOINLINE functionLemmih2007-06-071-1/+6
* Fix Trac #1402: typo in specialiserLemmih2007-06-071-4/+38
* Wibble: make -fno-implicit-prelude worksimonpj@microsoft.com2007-06-211-0/+1
* Make building haddock docs opt-in rather than opt-outIan Lynagh2007-06-201-1/+1
* Trivial fix to clear Trac #1386simonpj@microsoft.com2007-06-201-1/+1
* Wibbles in flaggery, concerning backward compatibility with -f flagssimonpj@microsoft.com2007-06-201-3/+5
* Implement -X=GADTs and -X=RelaxedPolyRecsimonpj@microsoft.com2007-06-203-17/+22
* Use -X for language extensionssimonpj@microsoft.com2007-06-202-42/+111
* Unused importsimonpj@microsoft.com2007-06-201-1/+0
* turning back on case liberation when using hpcandy@galois.com2007-06-201-2/+1
* Improve the handling of deriving, in error casessimonpj@microsoft.com2007-06-202-32/+52
* More refactoring in TcSimplifysimonpj@microsoft.com2007-06-201-86/+106
* Fix egregious sharing bug in LiberateCasesimonpj@microsoft.com2007-06-201-4/+22
* Turning off case liberation when using the hpc option, for nowandy@galois.com2007-06-201-1/+2
* Improve misleading warning (Trac #1422)simonpj@microsoft.com2007-06-191-2/+2
* Fix a bug in the handling of implication constraints (Trac #1430)simonpj@microsoft.com2007-06-192-55/+107
* Comments onlysimonpj@microsoft.com2007-06-191-0/+4
* More debugger output order consistencyIan Lynagh2007-06-181-3/+8
* Several changes to the code dealing with newtypes in :printPepe Iborra2007-06-171-83/+76
* Remove now non-existant "Breakpoints" entry from package.conf.inPepe Iborra2007-06-131-1/+0
* Sort names before printing them in the debugger so output order is consistentIan Lynagh2007-06-171-13/+21
* I didn't quite fix #1424 completely - hopefully this gets it rightSimon Marlow2007-06-131-2/+2
* FIX #1424: x86_64 NCG generated wrong code for foreign call with >8 double argsSimon Marlow2007-06-131-2/+2
* FIX #1418 (partially)Simon Marlow2007-06-132-5/+10
* Tweak banner printing2007-06-12Ian Lynagh2007-06-125-58/+51
* FIX #1378 Add option for a shorter banner on GHCi startupcdsmith@twu.net2007-06-013-4/+15