update copyrights in rts/sm
[ghc-hetmet.git] / compiler /
2008-06-16 Ian LynaghTweak a comment to talk about UnboxedTuples rather...
2008-06-16 Ian LynaghSuggest -XRelaxedPolyRec rather than -fglasgow-exts...
2008-06-16 Ian LynaghRemove some build system code that can't happen
2008-06-14 simonpj@microsoft.comFix Trac #2358: 1-tuples in Template Haskell
2008-06-14 simonpj@microsoft.comFix nasty Simplifier scoping bug
2008-06-14 simonpj@microsoft.comCoreLint should check for out-of-scope worker
2008-06-16 Ian LynaghMore commandline flag improvements
2008-06-16 Ian LynaghRemove an ifdef
2008-06-15 Ian LynaghRemove an ifdef
2008-06-15 Ian LynaghRemove a typo
2008-06-15 Ian LynaghAllow -X flags to be deprecated, and deprecate RecordPu...
2008-06-14 Ian LynaghFix a warning in DsForeign
2008-06-14 Ian LynaghFix warnings in Linker
2008-06-14 Ian LynaghUse the right set of linkables in unload_wkr
2008-06-14 Ian LynaghUse bracket_ rather than bracket in withExtendedLinkEnv
2008-06-14 Ian LynaghRemove more ifdeffery
2008-06-14 Ian LynaghRemove more ifdeffery
2008-06-14 Ian LynaghRemove more ifdeffery
2008-06-14 Ian LynaghRemove some ifdeffery
2008-06-14 Ian LynaghFix some warnings in ParsePkgConf
2008-06-14 Ian LynaghFix warnings in DsForeign
2008-06-14 Ian LynaghFix warnings in PprCore
2008-06-14 Ian LynaghFix warnings in Main
2008-06-14 Ian LynaghSet -Wall in compiler/Makefile.ghcbin
2008-06-14 Ian LynaghUse maybePrefixMatch in StaticFlags rather than redefin...
2008-06-14 Ian LynaghUse -fforce-recomp rather than -no-recomp
2008-06-14 Ian LynaghTweak the deprecated flags warning
2008-06-14 Ian LynaghUse -O0 rather than -Onot in compiler/Makefile
2008-06-14 Ian LynaghDon't use -recomp whem compiling GHC, as it's the defau...
2008-06-14 Ian LynaghGet -recomp and -no-recomp the right way round
2008-06-14 Ian LynaghFix conversions between Double/Float and simple-integer
2008-06-14 Ian LynaghHandle errors in an OPTIONS pragma when preprocessing
2008-06-14 Ian LynaghAllow flags to be marked as deprecated
2008-06-14 Ian Lynagheta-reduce a Monad type synonym, so we can use it non...
2008-06-14 Ian LynaghUse a proper datatype, rather than pairs, for flags
2008-06-14 Ian LynaghFix warnings in DriverMkDepend
2008-06-14 Ian LynaghFix whitespace in DriverMkDepend
2008-06-14 Ian LynaghFix the last warnings in DynFlags
2008-06-14 Ian LynaghPass dynflags down to loadPackageConfig rather than...
2008-06-14 Ian LynaghMake initSysTools use the dflags it is passed, rather...
2008-06-14 Ian LynaghRemove some unused bindings from HaddockLex
2008-06-14 Ian LynaghPass dynflags down through to pragState
2008-06-14 Ian LynaghWhitespace only in DynFlags
2008-06-13 Ian LynaghDefine and use is_decdigit for lexing escapes; fixes...
2008-06-12 Ian LynaghMake SysTools warning-free
2008-06-12 Ian LynaghRemove some CPPery with the help of a new value isWindo...
2008-06-12 Ian LynaghRemove unused FFI import GetTempPathA (getTempPath)
2008-06-11 Ian LynaghWhitespace only, in SysTools
2008-06-11 Ian LynaghGet rid of the last remnants of PROJECT_DIR
2008-06-10 Ian LynaghFix warnings in LexCore
2008-06-10 Ian LynaghFix warnings in Ctype
2008-06-10 Ian LynaghFix warnings in TcPat
2008-06-10 Ian LynaghFix warnings in TcEnv
2008-06-06 Ian LynaghFix warnings in TcRnTypes
2008-06-06 Ian LynaghFix warnings in TcTyClsDecls
2008-06-06 Ian LynaghFix warnings in TcHsType
2008-06-06 Ian LynaghFix warnings in TcSimplify
2008-06-06 Ian LynaghFix warnings in TcRules
2008-06-06 Ian LynaghFix warnings in TcInstDcls
2008-06-06 Ian LynaghFix warnings in TcMType
2008-06-06 Ian LynaghFix warnings in TcForeign
2008-06-06 Ian LynaghFix warnings in TcClassDcl
2008-06-06 Ian LynaghFix a bug in eqPatType
2008-06-06 Ian LynaghShow whether DEBUG is on in ghc --info
2008-06-06 simonpj@microsoft.comFix Trac #2334: validity checking for type families
2008-06-05 simonpj@microsoft.comVital follow-up to fix of Trac #2045
2008-06-05 simonpj@microsoft.comFix Trac #2045: use big-tuple machiney for implication...
2008-06-05 simonpj@microsoft.comComments only
2008-06-05 simonpj@microsoft.comDesugar multiple polymorphic bindings more intelligently
2008-06-05 simonpj@microsoft.comAdd non-recursive let-bindings for types
2008-06-04 simonpj@microsoft.comFix Trac #2339: reify (mkName "X")
2008-06-04 simonpj@microsoft.comFix Trac #2310: result type signatures are not supporte...
2008-06-04 simonpj@microsoft.comSort modules and packages in debug print (reduce test...
2008-06-04 Simon MarlowFix #2334: tyvar binders can have Names inside (equalit...
2008-06-03 simonpj@microsoft.comFix Trac #2331 (error message suggestion)
2008-06-03 Simon Marlowadd debugDumpTcRn and use it for some debugging output
2008-06-03 Simon MarlowTurn "NOTE: Simplifier still going..." message into...
2008-06-03 Simon Marlowremove the "expanding to size" messages
2008-06-03 Simon MarlowNew flag: -dno-debug-output
2008-06-03 Simon Marlow-no-link-chk has been a no-op since at least 6.0; remove it
2008-06-03 Simon Marlow-no-link-chk is a relic
2008-06-03 simonpj@microsoft.comShorten debug messages
2008-06-02 simonpj@microsoft.comFix minor layout issue (whitespace only)
2008-06-02 Simon MarlowFix validate: -Werror bug in patch "Replacing copyins...
2008-06-02 Simon Marlow-fforce-recomp should be unnecessary for Main.hs in...
2008-06-02 dias@eecs.harvard.eduMissing import in C-- parser
2008-05-30 Simon MarlowFix a bug to do with recursive modules in one-shot... 2008-06-01
2008-05-29 dias@eecs.harvard.eduReplacing copyins and copyouts with data-movement instr...
2008-05-30 Simon Marlowdisable SAT for now (see #2321)
2008-05-29 Simon MarlowFIX BUILD with GHC 6.4.x
2008-05-28 Simon MarlowFIX #1970: ghci -hide-all-packages should work
2008-05-29 dias@eecs.harvard.eduCmm back end upgrades
2008-05-28 Simon MarlowUse MD5 checksums for recompilation checking (fixes...
2008-05-23 Simon Marlowdon't make -ddump-if-trace imply -no-recomp
2008-05-27 Simon Marlowclarify that unsafeCoerce# :: Float# -> Int# is not...
2008-05-21 Ian LynaghFix warnings in TcTyDecls
2008-05-21 Ian LynaghFix whitespace in TcTyDecls
2008-05-21 simonpj@microsoft.comFix Trac #1061: refactor handling of default methods
2008-05-21 simonpj@microsoft.comComment typo
2008-05-20 simonpj@microsoft.comFix Trac #2292: improve error message for lone signatures
next