2006-09-29 |
simonpj@microsoft.com | Improve unification error messages (again) (push to... |
commit | commitdiff | tree | snapshot |
2006-09-29 |
Simon Marlow | :edit runs notepad by default on Windows |
commit | commitdiff | tree | snapshot |
2006-09-28 |
Simon Marlow | unbreak :edit patch on Windows |
commit | commitdiff | tree | snapshot |
2006-09-28 |
Simon Marlow | Fix #906, and do #914 while I'm in here (it wasn't... |
commit | commitdiff | tree | snapshot |
2006-09-28 |
Simon Marlow | Add basic :edit support |
commit | commitdiff | tree | snapshot |
2006-09-28 |
Simon Marlow | tiny fix in porting docs I just spotted |
commit | commitdiff | tree | snapshot |
2006-09-28 |
Simon Marlow | only make stdin/stdout unbuffered in GHCi, not runghc... |
commit | commitdiff | tree | snapshot |
2006-09-28 |
Simon Marlow | testsuite *is* boring |
commit | commitdiff | tree | snapshot |
2006-09-14 |
Andres Loeh | fix typo in comment |
commit | commitdiff | tree | snapshot |
2006-09-15 |
Norman Ramsey | remove non-boring directories |
commit | commitdiff | tree | snapshot |
2006-09-17 |
rjmccall@gmail.com | Modify toArgs to parse quotes/escapes like /bin/sh |
commit | commitdiff | tree | snapshot |
2006-09-28 |
Ian Lynagh | Fix mulIntMayOflo on 64-bit arches; fixes trac #867 |
commit | commitdiff | tree | snapshot |
2006-09-27 |
Ian Lynagh | Handle clock_gettime failing |
commit | commitdiff | tree | snapshot |
2006-09-02 |
Ian Lynagh | Change default repo root for the 6.6 branch |
commit | commitdiff | tree | snapshot |
2006-09-06 |
Ian Lynagh | Tell the 6.6 branch where to find extralibs |
commit | commitdiff | tree | snapshot |
2006-09-27 |
simonpj@microsoft.com | Fix exprIsConApp_maybe (wasn't dealing properly with... |
commit | commitdiff | tree | snapshot |
2006-09-26 |
sof@galois.com | unbreak mingw-on-cygwin (/=MSYS) builds |
commit | commitdiff | tree | snapshot |
2006-09-27 |
Simon Marlow | Rename -no-recomp to -fforce-recomp, and document it |
commit | commitdiff | tree | snapshot |
2006-09-27 |
Simon Marlow | Make printing of binding results optional in GHCi,... |
commit | commitdiff | tree | snapshot |
2006-09-06 |
Ian Lynagh | Tell the 6.6 branch where to find extralibs |
commit | commitdiff | tree | snapshot |
2006-09-02 |
Ian Lynagh | Change default repo root for the 6.6 branch |
commit | commitdiff | tree | snapshot |
2006-09-08 |
Simon Marlow | Add source code links to Haddock docs |
commit | commitdiff | tree | snapshot |
2006-09-26 |
simonpj@microsoft.com | Fix derived instances (again); prevents infinite superc... |
commit | commitdiff | tree | snapshot |
2006-09-25 |
Ian Lynagh | Various documentation improvements suggested by Bulat... |
commit | commitdiff | tree | snapshot |
2006-09-25 |
Ian Lynagh | Fix comment/code inconsistency spotted by Bulat Ziganshin |
commit | commitdiff | tree | snapshot |
2006-09-25 |
sof@galois.com | rejig library include/ files |
commit | commitdiff | tree | snapshot |
2006-09-25 |
simonpj@microsoft.com | Fix newtype deriving properly (un-doing Audreys patch) |
commit | commitdiff | tree | snapshot |
2006-09-25 |
Ian Lynagh | Document -F in the flag reference |
commit | commitdiff | tree | snapshot |
2006-09-18 |
bjorn@bringert.net | Added Darwinports path to DocBook XSL stylesheets to... |
commit | commitdiff | tree | snapshot |
2006-09-24 |
audreyt@audreyt.org | Comment-only: Fix a typo, and note that the PredTy... |
commit | commitdiff | tree | snapshot |
2006-09-24 |
audreyt@audreyt.org | In tcSplittyConApp_maybe, add the PredTy case |
commit | commitdiff | tree | snapshot |
2006-09-23 |
sven.panne... | Fixed DocBook XML once again, "make validate" is your... |
commit | commitdiff | tree | snapshot |
2006-09-23 |
simonpj@microsoft.com | Trim more imports |
commit | commitdiff | tree | snapshot |
2006-09-23 |
simonpj@microsoft.com | Fix origin for addDataConStupidTheta |
commit | commitdiff | tree | snapshot |
2006-09-23 |
simonpj@microsoft.com | Remove ASSERT from mkDataCon, and add comments to expla... |
commit | commitdiff | tree | snapshot |
2006-09-23 |
simonpj@microsoft.com | The unboxed tuple kind is (#), not (##) |
commit | commitdiff | tree | snapshot |
2006-09-23 |
simonpj@microsoft.com | Complete definition of cmPredX to take account of EqPred |
commit | commitdiff | tree | snapshot |
2006-09-23 |
simonpj@microsoft.com | Correct crucial typo in isSubKind (kc1 -> kc2)! |
commit | commitdiff | tree | snapshot |
2006-09-23 |
simonpj@microsoft.com | Re-work the newtype-deriving support |
commit | commitdiff | tree | snapshot |
2006-09-23 |
simonpj@microsoft.com | Add TcRnMonad.newSysLocalIds, and use it |
commit | commitdiff | tree | snapshot |
2006-09-23 |
simonpj@microsoft.com | Remove dead code concerning coercions from TypeRep |
commit | commitdiff | tree | snapshot |
2006-09-23 |
simonpj@microsoft.com | Move snocView in the file, nearer the other spliting... |
commit | commitdiff | tree | snapshot |
2006-09-23 |
simonpj@microsoft.com | Improve documentation of newtype-deriving (todo: check... |
commit | commitdiff | tree | snapshot |
2006-09-23 |
simonpj@microsoft.com | Add VarSet.disjointVarSet, and use it |
commit | commitdiff | tree | snapshot |
2006-09-23 |
simonpj@microsoft.com | Trim imports, and remove some dead code |
commit | commitdiff | tree | snapshot |
2006-09-22 |
simonpj@microsoft.com | Improve specialisation in SpecConstr |
commit | commitdiff | tree | snapshot |
2006-09-22 |
simonpj@microsoft.com | Remove duplicate call to getDOpts |
commit | commitdiff | tree | snapshot |
2006-09-22 |
simonpj@microsoft.com | Remove use of isVanillaDataCon, which was wrong under... |
commit | commitdiff | tree | snapshot |
2006-09-22 |
simonpj@microsoft.com | Trim imports, reformatting |
commit | commitdiff | tree | snapshot |
2006-09-22 |
simonpj@microsoft.com | Add a crucial missing prime in tcConPat |
commit | commitdiff | tree | snapshot |
2006-09-23 |
sven.panne... | 64bit fixes for the symbol lookup table |
commit | commitdiff | tree | snapshot |
2006-09-23 |
audreyt@audreyt.org | In ByteCodeGen, correctly passthru AnnCast in all relev... |
commit | commitdiff | tree | snapshot |
2006-09-23 |
audreyt@audreyt.org | Add explicit eta-reduction to GHCI's schemeE such that... |
commit | commitdiff | tree | snapshot |
2006-09-22 |
audreyt@audreyt.org | Repair "ghci" under FC+AT by handling AnnCast in byteco... |
commit | commitdiff | tree | snapshot |
2006-09-21 |
Manuel M T... | Fix Linker import when BREAKPOINT is off |
commit | commitdiff | tree | snapshot |
2006-09-21 |
Manuel M T... | Extend IfaceSyn.eqIfTc to cover type kind variants... |
commit | commitdiff | tree | snapshot |
2006-09-21 |
Don Stewart | Use --export-dynamic to ensure ghci works on newer... |
commit | commitdiff | tree | snapshot |
2006-09-21 |
audreyt@audreyt.org | * TypeRep.lhs and TypeRep.lhs-boot didn't agree on... |
commit | commitdiff | tree | snapshot |
2006-09-21 |
audreyt@audreyt.org | * Fix stray comma in HsTypes.lhs's import line. |
commit | commitdiff | tree | snapshot |
2006-09-20 |
Manuel M T... | Correct substitution into theta types (after merge) After_FC_branch_merge |
commit | commitdiff | tree | snapshot |
2006-09-20 |
Manuel M T... | Fix import list of TcTyClsDecls after merge |
commit | commitdiff | tree | snapshot |
2006-09-20 |
Manuel M T... | Adding FamInstEnv & FamInst modules |
commit | commitdiff | tree | snapshot |
2006-09-20 |
Manuel M T... | Adapt FC-code in TcUnify to pre-subsumption |
commit | commitdiff | tree | snapshot |
2006-09-20 |
Manuel M T... | Some more ASSERTs |
commit | commitdiff | tree | snapshot |
2006-09-20 |
Manuel M T... | SPJ's fix to resolve conflict in instFun |
commit | commitdiff | tree | snapshot |
2006-09-20 |
Manuel M T... | Adjust code from manual merges |
commit | commitdiff | tree | snapshot |
2006-09-20 |
Manuel M T... | Adapt TcFix imports |
commit | commitdiff | tree | snapshot |
2006-09-20 |
Manuel M T... | Basic set up for global family instance environment |
commit | commitdiff | tree | snapshot |
2006-09-20 |
Manuel M T... | Import/export of data constructors in family instances |
commit | commitdiff | tree | snapshot |
2006-09-20 |
Manuel M T... | Use smart lookup for tycons |
commit | commitdiff | tree | snapshot |
2006-09-20 |
Manuel M T... | Fix type checking of imported data instances |
commit | commitdiff | tree | snapshot |
2006-09-20 |
Manuel M T... | Fix category of representation tycon |
commit | commitdiff | tree | snapshot |
2006-09-20 |
Manuel M T... | Option -findexed-types |
commit | commitdiff | tree | snapshot |
2006-09-20 |
Manuel M T... | Get of fam inst index in ifaces |
commit | commitdiff | tree | snapshot |
2006-09-20 |
Manuel M T... | Clean up and refactor in SimplUtils.mkCase1 (identity... |
commit | commitdiff | tree | snapshot |
2006-09-20 |
Manuel M T... | ATs are now implicitTyThings |
commit | commitdiff | tree | snapshot |
2006-09-20 |
Manuel M T... | Straightened out implicit coercions for indexed types |
commit | commitdiff | tree | snapshot |
2006-09-20 |
Manuel M T... | Fixed two bugs concerning fanilies |
commit | commitdiff | tree | snapshot |
2006-09-20 |
Manuel M T... | Indexed newtypes |
commit | commitdiff | tree | snapshot |
2006-09-20 |
Manuel M T... | Check category of type instances and some newtype famil... |
commit | commitdiff | tree | snapshot |
2006-09-20 |
Manuel M T... | Better error message for indexes that must be variables |
commit | commitdiff | tree | snapshot |
2006-09-20 |
Manuel M T... | Checking conformance of AT indexes with instance heads |
commit | commitdiff | tree | snapshot |
2006-09-20 |
Manuel M T... | Warn of missing ATs and complain about bad ATs |
commit | commitdiff | tree | snapshot |
2006-09-20 |
Manuel M T... | Check that AT instance is in a class |
commit | commitdiff | tree | snapshot |
2006-09-20 |
Manuel M T... | Kind sig for toplevel family decls is optional |
commit | commitdiff | tree | snapshot |
2006-09-20 |
Manuel M T... | Fixed bug in coercion for indexed data types |
commit | commitdiff | tree | snapshot |
2006-09-20 |
Manuel M T... | Pattern matching of indexed data types |
commit | commitdiff | tree | snapshot |
2006-09-20 |
Manuel M T... | Introduce coercions for data instance decls |
commit | commitdiff | tree | snapshot |
2006-09-20 |
Manuel M T... | Fixed two data family bugs |
commit | commitdiff | tree | snapshot |
2006-09-20 |
Manuel M T... | Fix the tyvars used for data con signatures |
commit | commitdiff | tree | snapshot |
2006-09-20 |
Manuel M T... | Extend TyCons and DataCons to represent data instance... |
commit | commitdiff | tree | snapshot |
2006-09-20 |
Manuel M T... | Fix TcSplice after some type family related changes |
commit | commitdiff | tree | snapshot |
2006-09-20 |
Manuel M T... | Make sure ATs are included into the temporary env for... |
commit | commitdiff | tree | snapshot |
2006-09-20 |
Manuel M T... | Extend Class.Class to include the TyCons of ATs |
commit | commitdiff | tree | snapshot |
2006-09-20 |
Manuel M T... | Fix kind lookup in kcIdxTyPats |
commit | commitdiff | tree | snapshot |
2006-09-20 |
Manuel M T... | Extended TyCon and friends to represent family declarations |
commit | commitdiff | tree | snapshot |
2006-09-20 |
Manuel M T... | Kind and type checking of indexed types |
commit | commitdiff | tree | snapshot |
2006-09-20 |
Manuel M T... | Another comment |
commit | commitdiff | tree | snapshot |
2006-09-20 |
Manuel M T... | Add missing co_vars to tcIfaceDataAlt |
commit | commitdiff | tree | snapshot |
2006-09-20 |
Manuel M T... | Comments only |
commit | commitdiff | tree | snapshot |
next |