add Outputable instance for OccIfaceEq
[ghc-hetmet.git] / compiler /
2007-12-06 Simon Marlowadd Outputable instance for OccIfaceEq
2007-12-06 Simon MarlowWorkaround for #1959: assume untracked names have changed
2007-12-06 Simon MarlowFIX part of #1959: declaration versions were not being...
2007-12-05 Simon MarlowFIX #1110: hackery also needed when running gcc for CPP
2007-12-04 Pepe IborraTeach :print to follow references (STRefs and IORefs)
2007-12-02 Pepe Iborrarefactoring only
2007-12-04 simonpj@microsoft.comMake eta reduction check more carefully for bottoms...
2007-12-04 simonpj@microsoft.comImprove inlining for INLINE non-functions
2007-12-04 Simon Marlowfix race conditions in sandboxIO (#1583, #1922, #1946)
2007-12-04 Simon Marlow:cd with no argument goes to the user's home directory
2007-12-03 simonpj@microsoft.comImprove eta reduction, to reduce Simplifier iterations
2007-11-28 simonpj@microsoft.comImprove pretty-printing for Insts
2007-11-28 simonpj@microsoft.comReorganise TcSimplify (again); FIX Trac #1919
2007-11-30 Simon MarlowFIX #1914: GHCi forgot all the modules that were loaded...
2007-11-30 Simon MarlowFIX #1744: ignore the byte-order mark at the beginning...
2007-11-28 simonpj@microsoft.comFIX Trac #1935: generate superclass constraints for...
2007-11-28 simonpj@microsoft.comPrint a bit more info in VarBinds (no need to merge)
2007-11-28 simonpj@microsoft.comCheck for duplicate bindings in CoreLint
2007-11-28 Simon Marlowadd comment
2007-11-22 Bertram FelgenhauerFIX #1916: don't try to convert float constants to...
2007-11-27 Simon Marlowgive a more useful message when the static flags have...
2007-11-27 Ian LynaghRemove the --print-docdir flag
2007-11-25 Ian LynaghMERGED: Make ":" in GHCi repeat the last command
2007-11-21 Bertram Felgenhauer(native gen) fix code generated for GDTOI on x86_32
2007-11-23 simonpj@microsoft.comTidy and trim the type environment in mkBootModDetails
2007-11-23 Simon Marlowrefactor: HscNothing and boot modules do not need desug...
2007-11-21 Bertram FelgenhauerFIX #1910: fix code generated for GDTOI on x86_32
2007-11-22 Manuel M T ChakravartyProperly ppr InstEqs in wanteds of implication constraints
2007-11-21 Bertram FelgenhauerFIX #1910: fix code generated for GDTOI on x86_32
2007-11-22 Roman LeshchinskiyAdd built-in Double operations to vectorisation
2007-11-21 Roman LeshchinskiyTeach vectorisation about Double
2007-11-21 Roman LeshchinskiyVectorise polyexprs with notes
2007-11-21 simonpj@microsoft.comMake rebindable do-notation behave as advertised
2007-11-16 simonpj@microsoft.comAdd DEBUG-only flag -dsuppress-uniques to suppress...
2007-11-21 simonpj@microsoft.comFix Trac #1913: check data const for derived types...
2007-11-20 simonpj@microsoft.comFIX Trac #1825: standalone deriving Typeable
2007-11-20 simonpj@microsoft.comFIX #1715: egregious bug in ifaceDeclSubBndrs
2007-11-08 claus.reinke@talk2... FIX #1847 (improve :browse! docs, fix unqual)
2007-11-20 Roman LeshchinskiyTrack changes to package ndp
2007-11-20 Roman LeshchinskiyTemporary hack for passing PArrays from unvectorised...
2007-11-19 Roman LeshchinskiyBind NDP stuff to [:.:] arrays
2007-11-19 Roman LeshchinskiyDon't treat enumerations specially during vectorisation...
2007-11-19 Roman LeshchinskiyFix bugs in vectorisation of case expressions
2007-11-19 Roman LeshchinskiyMore built-in NDP combinators
2007-11-18 Roman LeshchinskiyNew vectorisation built-ins
2007-11-18 Roman LeshchinskiyFix bug in conversion unvect/vect
2007-11-18 Roman LeshchinskiyExtend built-in vectorisation environments
2007-11-18 Roman LeshchinskiyFix bug in generation of environments for vectorisation
2007-11-18 Roman LeshchinskiyAdd builtin var->var mapping to vectorisation
2007-11-18 Roman LeshchinskiyExtend vectorisation built-in mappings with datacons
2007-11-18 Roman LeshchinskiyChange representation of parallel arrays of enumerations
2007-11-18 Roman LeshchinskiyAdd vectorisation-related builtin
2007-11-17 Roman LeshchinskiyTeach vectorisation about Bool
2007-11-17 Roman LeshchinskiyIncomplete support for boxing during vectorisation
2007-11-17 Roman LeshchinskiyMake sure some TyCons always vectorise to themselves
2007-11-17 Roman LeshchinskiySimple conversion vectorised -> unvectorised
2007-11-17 Roman LeshchinskiyFix bug in case vectorisation
2007-11-16 Roman LeshchinskiyVectorisation of algebraic case expressions
2007-11-16 Roman LeshchinskiyMore vectorisation-related built-ins
2007-11-16 Roman LeshchinskiyVectorisation utilities
2007-11-16 Roman LeshchinskiyAdd vectorisation built-ins
2007-11-16 Roman LeshchinskiyFix vectorisation of binders in case expressions
2007-11-19 simonpj@microsoft.comImprove the situation for Trac #959: civilised warning...
2007-11-19 simonpj@microsoft.comFIX Trac #1806: test for correct arity for datacon...
2007-11-16 Simon MarlowAttempt at fixing #1873, #1360
2007-11-16 simonpj@microsoft.comWibble to fix Trac #1901 (shorten messsage slightly)
2007-11-16 simonpj@microsoft.comFIX Trac #1901: check no existential context in H98...
2007-11-16 Simon Marlowuse "ghc-pkg latest --global" instead of "ghc-pkg list...
2007-11-16 Simon MarlowFIX BUILD (with GHC 6.2.x): update .hi-boot file
2007-11-15 Simon MarlowFIX #1828: installing to a patch with spaces in
2007-11-15 Simon MarlowAvoid the use of unversioned package dependencies
2007-11-14 Pepe Iborrawibble
2007-11-14 Pepe IborraMake pprNameLoc more robust in absence of loc information
2007-11-14 Pepe IborraTry to manage the size of the text rendered for ':show...
2007-11-14 Pepe IborraMake the Term ppr depth aware
2007-11-14 Pepe IborraUse paragraph fill sep where possible
2007-11-15 simonpj@microsoft.comMake SpecConstr work again
2007-11-14 David WaernAvoid making Either String an instance of Monad in...
2007-11-14 Simon MarlowFix #782, #1483, #1649: Unicode GHCi input
2007-11-14 David WaernFix build
2007-11-14 simonpj@microsoft.comFIX Trac 1662: actually check for existentials in proc...
2007-11-14 simonpj@microsoft.comFIX Trac 1888; duplicate INLINE pragmas
2007-11-14 simonpj@microsoft.comRun the -frule-check pass more often (when asked)
2007-11-13 Pepe IborraGHCi debugger: added a new flag, -fno-print-binding...
2007-11-13 Pepe IborraFix Trac 1865: GHCi debugger crashes with :print
2007-10-13 Pepe IborraReplaced two uses of head b explicit pattern matching
2007-10-06 Pepe IborraPrint binding contents in :show bindings
2007-10-04 Pepe Iborra Leftovers from the 1st GHCi debugger prototype
2007-09-28 Pepe IborraFollowing an indirection doesn't count as a RTTI step
2007-11-13 Simon MarlowFIX #1653 (partially): add -X flags to completion for...
2007-11-12 David WaernMerge from Haddock: Add <<url>> for images
2007-11-12 simonpj@microsoft.comImprove documentation of INLINE, esp its interactions...
2007-11-12 simonpj@microsoft.comComment re Trac #1220
2007-11-12 David WaernMerge from Haddock: Modify lexing of /../
2007-11-12 David WaernMerge from Haddock: allow blank lines inside code blocks
2007-11-12 David WaernMerge of a patch from the old Haddock branch:
2007-11-11 Ian LynaghTurn -fprint-bind-result off by default
2007-11-08 simonpj@microsoft.comFix Trac #1654: propagate name changes into CoreRules
2007-11-08 Simon MarlowPad static literals to word size in the code generator
2007-11-07 Simon MarlowFIX #1617: reloading didn't change the :browse output...
next