2009-04-09 |
simonpj@microsoft.com | Fix Trac #3155: better error message when -XRankNTypes... |
blob | commitdiff |
2009-04-02 |
simonpj@microsoft.com | Float constants to top-level even in first full lazines... |
blob | commitdiff | diff to current |
2009-03-18 |
Simon Marlow | FIX unregisterised target by #ifdefing targetPlatform... |
blob | commitdiff | diff to current |
2009-02-15 |
Ben.Lippmeier@anu... | NCG: Split up the native code generator into arch speci... |
blob | commitdiff | diff to current |
2009-02-02 |
simonpj@microsoft.com | Add the ability to derive instances of Functor, Foldabl... |
blob | commitdiff | diff to current |
2009-01-13 |
simonpj@microsoft.com | Make -XTypeFamilies imply -XRelaxedPolyRec (Trac #2944) |
blob | commitdiff | diff to current |
2008-12-31 |
simonpj@microsoft.com | -XImpredicativeTypes implies -XRankNTypes, and improve... |
blob | commitdiff | diff to current |
2008-12-31 |
simonpj@microsoft.com | Remove -XImpredicativeTypes from -fglasgow-exts |
blob | commitdiff | diff to current |
2008-12-18 |
Ian Lynagh | Use DynFlags to work out if we are doing ticky ticky... |
blob | commitdiff | diff to current |
2008-12-11 |
Ian Lynagh | Make the lists of files and directories to be cleaned... |
blob | commitdiff | diff to current |
2008-12-09 |
Ian Lynagh | Make some profiling flags dynamic |
blob | commitdiff | diff to current |
2008-12-02 |
Thomas Schilling | Add 'needsTemplateHaskell' utility function and documen... |
blob | commitdiff | diff to current |
2008-11-30 |
Ian Lynagh | Remove the v_Split_info global variable and use a field... |
blob | commitdiff | diff to current |
2008-11-28 |
Ian Lynagh | Remove dead code |
blob | commitdiff | diff to current |
2008-08-14 |
dias@eecs.harvard.edu | Merging in the new codegen branch |
blob | commitdiff | diff to current |
2008-11-18 |
Simon Marlow | Add optional eager black-holing, with new flag -feager... |
blob | commitdiff | diff to current |
2008-11-13 |
Thomas Schilling | Fix a bug in the recompilation checking logic. |
blob | commitdiff | diff to current |
2008-10-30 |
simonpj@microsoft.com | Add (a) CoreM monad, (b) new Annotations feature |
blob | commitdiff | diff to current |
2008-10-14 |
Clemens Fruhwirth | Undefine __PIC__ before defining it to work around... |
blob | commitdiff | diff to current |
2008-10-01 |
Clemens Fruhwirth | use ghcError for error in command line |
blob | commitdiff | diff to current |
2008-10-02 |
Roman Leshchinskiy | Prevent excessive inlining with DPH |
blob | commitdiff | diff to current |
2008-09-27 |
Simon Marlow | Add -outputdir flag (#2295) |
blob | commitdiff | diff to current |
2008-09-25 |
Bertram Felgenhauer | Fix parsing of -ignore-package flag. |
blob | commitdiff | diff to current |
2008-09-23 |
Simon Marlow | Disallow package flags in OPTIONS_GHC pragmas (#2499) |
blob | commitdiff | diff to current |
2008-09-22 |
Simon Marlow | add -XNewQualifiedOperators (Haskell' qualified operato... |
blob | commitdiff | diff to current |
2008-09-18 |
pepe | Fix a couple of issues with :print |
blob | commitdiff | diff to current |
2008-09-18 |
Chaddai Fouche | RichTokenStream support |
blob | commitdiff | diff to current |
2008-09-17 |
simonpj@microsoft.com | Re-adjust interaction between -ddump flags and force... |
blob | commitdiff | diff to current |
2008-09-17 |
simonpj@microsoft.com | Add Outputable GhcMode instance |
blob | commitdiff | diff to current |
2008-09-16 |
Roman Leshchinskiy | Improve handling of -fdph-* flags |
blob | commitdiff | diff to current |
2008-09-16 |
Roman Leshchinskiy | Add -fdph-this |
blob | commitdiff | diff to current |
2008-09-12 |
Roman Leshchinskiy | Expose the dph packages automatically if -dph-* is set |
blob | commitdiff | diff to current |
2008-09-10 |
Roman Leshchinskiy | -Odph implies -fno-spec-constr-count |
blob | commitdiff | diff to current |
2008-09-15 |
simonpj@microsoft.com | Do not use the Static Arg Transformation by default... |
blob | commitdiff | diff to current |
2008-09-14 |
Thomas Schilling | Haddockify DynFlags (partial). |
blob | commitdiff | diff to current |
2008-09-15 |
Tim Chevalier | Slightly more helpful panic message in DynFlags |
blob | commitdiff | diff to current |
2008-09-14 |
Tim Chevalier | Comments only: ".core" => ".hcr" |
blob | commitdiff | diff to current |
2008-09-10 |
simonpj@microsoft.com | Robustify the setting of implied flags |
blob | commitdiff | diff to current |
2008-08-26 |
Ian Lynagh | Give locations of flag warnings/errors |
blob | commitdiff | diff to current |
2008-08-26 |
Ian Lynagh | Remove a now-redundant comment |
blob | commitdiff | diff to current |
2008-08-26 |
simonpj@microsoft.com | Fix flaggery for RULES (cf Trac #2497) |
blob | commitdiff | diff to current |
2008-08-12 |
Simon Marlow | put back -fwarn-depcrecations |
blob | commitdiff | diff to current |
2008-08-13 |
simonpj@microsoft.com | Improve error message for deprecated flags (Trac #2513) |
blob | commitdiff | diff to current |
2008-08-05 |
Simon Marlow | Add -XPackageImports, new syntax for package-qualified... |
blob | commitdiff | diff to current |
2008-07-31 |
Max Bolingbroke | Document DynFlags and expand API |
blob | commitdiff | diff to current |
2008-08-05 |
Simon Marlow | Add -fno-implicit-import-qualified (#2452) |
blob | commitdiff | diff to current |
2008-07-30 |
Ian Lynagh | Follow extensible exception changes |
blob | commitdiff | diff to current |
2008-07-22 |
Ian Lynagh | Warn about unrecognised pragmas; these often mean we... |
blob | commitdiff | diff to current |
2008-07-22 |
Ian Lynagh | Add replacements for the -optdep flags, and deprecate... |
blob | commitdiff | diff to current |
2008-07-20 |
Ian Lynagh | First step for getting rid of the old -optdep flags |
blob | commitdiff | diff to current |
2008-07-20 |
Thomas Schilling | Fix Haddock errors. |
blob | commitdiff | diff to current |
2008-07-20 |
Ian Lynagh | Add a WARNING pragma |
blob | commitdiff | diff to current |
2008-07-11 |
Simon Marlow | FIX #2302: print FastStrings in UTF-8 in error messages |
blob | commitdiff | diff to current |
2008-07-12 |
Ian Lynagh | Add PostfixOperators flag for (e op) postfix operators... |
blob | commitdiff | diff to current |
2008-07-09 |
Ian Lynagh | Remove all references to -mno-cygwin |
blob | commitdiff | diff to current |
2008-07-09 |
Simon Marlow | add -fwarn-dodgy-foreign-imports (see #1357) |
blob | commitdiff | diff to current |
2008-07-08 |
Ian Lynagh | Extend the flag for not automatically linking haskell98 |
blob | commitdiff | diff to current |
2008-07-05 |
Ian Lynagh | Add a flag to disable linking with the haskell98 package |
blob | commitdiff | diff to current |
2008-07-02 |
Roman Leshchinskiy | Command-line options for selecting DPH backend |
blob | commitdiff | diff to current |
2008-06-16 |
simonpj@microsoft.com | Fix Trac #2321: bug in SAT |
blob | commitdiff | diff to current |
2008-06-16 |
Ian Lynagh | More commandline flag improvements |
blob | commitdiff | diff to current |
2008-06-15 |
Ian Lynagh | Allow -X flags to be deprecated, and deprecate RecordPu... |
blob | commitdiff | diff to current |
2008-06-14 |
Ian Lynagh | Get -recomp and -no-recomp the right way round |
blob | commitdiff | diff to current |
2008-06-14 |
Ian Lynagh | Allow flags to be marked as deprecated |
blob | commitdiff | diff to current |
2008-06-14 |
Ian Lynagh | Use a proper datatype, rather than pairs, for flags |
blob | commitdiff | diff to current |
2008-06-14 |
Ian Lynagh | Fix the last warnings in DynFlags |
blob | commitdiff | diff to current |
2008-06-14 |
Ian Lynagh | Whitespace only in DynFlags |
blob | commitdiff | diff to current |
2008-06-06 |
Ian Lynagh | Show whether DEBUG is on in ghc --info |
blob | commitdiff | diff to current |
2008-06-03 |
Simon Marlow | New flag: -dno-debug-output |
blob | commitdiff | diff to current |
2008-05-30 |
Simon Marlow | disable SAT for now (see #2321) |
blob | commitdiff | diff to current |
2008-05-23 |
Simon Marlow | don't make -ddump-if-trace imply -no-recomp |
blob | commitdiff | diff to current |
2008-05-20 |
Roman Leshchinskiy | Add -Odph |
blob | commitdiff | diff to current |
2008-05-20 |
Roman Leshchinskiy | Make -f[no-]method-sharing a dynamic flag |
blob | commitdiff | diff to current |
2008-05-07 |
Roman Leshchinskiy | Vectorise even with -O0 |
blob | commitdiff | diff to current |
2008-04-11 |
simonpj@microsoft.com | Revive the static argument transformation |
blob | commitdiff | diff to current |
2008-03-29 |
Ian Lynagh | Don't import FastString in HsVersions.h |
blob | commitdiff | diff to current |
2008-03-06 |
simonpj@microsoft.com | Improve SpecConstr for local bindings: seed specialisat... |
blob | commitdiff | diff to current |
2008-02-22 |
simonpj@microsoft.com | Add type sigs and minor refactoring |
blob | commitdiff | diff to current |
2008-02-07 |
Simon Marlow | Remove old code to get TMPDIR, use System.Directory... |
blob | commitdiff | diff to current |
2008-02-11 |
Roman Leshchinskiy | Symbolic tags for simplifier phases |
blob | commitdiff | diff to current |
2008-02-11 |
Roman Leshchinskiy | Allow -ddump-simpl-phases to specify which phases to... |
blob | commitdiff | diff to current |
2008-01-30 |
Ian Lynagh | Fix warnings on non-Windows |
blob | commitdiff | diff to current |
2008-01-27 |
Twan van Laarhoven | Fixed warnings in main/DynFlags |
blob | commitdiff | diff to current |
2008-01-18 |
simonpj@microsoft.com | Add quasi-quotation, courtesy of Geoffrey Mainland |
blob | commitdiff | diff to current |
2008-01-16 |
Clemens Fruhwirth | Add -dynload flag as dynamic flag. |
blob | commitdiff | diff to current |
2008-01-16 |
Ian Lynagh | Fix typo |
blob | commitdiff | diff to current |
2008-01-14 |
Ian Lynagh | Remove an extra ) that was breaking the build on Windows |
blob | commitdiff | diff to current |
2008-01-12 |
Ian Lynagh | Use System.FilePath |
blob | commitdiff | diff to current |
2008-01-10 |
simonpj@microsoft.com | Fix 2030: make -XScopedTypeVariables imply -XRelaxedPolyRec |
blob | commitdiff | diff to current |
2008-01-09 |
Roman Leshchinskiy | More refactoring in getCoreToDo |
blob | commitdiff | diff to current |
2008-01-09 |
Roman Leshchinskiy | Add -fsimplifier-phases option |
blob | commitdiff | diff to current |
2008-01-09 |
Roman Leshchinskiy | Refactor getCoreToDo slightly |
blob | commitdiff | diff to current |
2008-01-07 |
simonpj@microsoft.com | Add -XImpredicativeTypes, and tighten up type-validity... |
blob | commitdiff | diff to current |
2007-12-25 |
Tim Chevalier | Extend API for compiling to and from Core |
blob | commitdiff | diff to current |
2007-12-20 |
simonpj@microsoft.com | Implement generalised list comprehensions |
blob | commitdiff | diff to current |
2007-12-14 |
Roman Leshchinskiy | Separate and optional size thresholds for SpecConstr... |
blob | commitdiff | diff to current |
2007-12-13 |
Roman Leshchinskiy | Allow more than 3 simplifier iterations to be run in... |
blob | commitdiff | diff to current |
2007-12-13 |
Roman Leshchinskiy | New flag: -ddump-simpl-phases |
blob | commitdiff | diff to current |
2007-11-14 |
simonpj@microsoft.com | Run the -frule-check pass more often (when asked) |
blob | commitdiff | diff to current |
2007-11-13 |
Pepe Iborra | GHCi debugger: added a new flag, -fno-print-binding... |
blob | commitdiff | diff to current |
next |