projects
/
ghc-hetmet.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Remove redundant packages.git file
[ghc-hetmet.git]
/
compiler
/
iface
/
2011-02-14
simonpj@microsoft.com
Fix Trac #4953: local let binders can have IdInfo with...
tree
|
commitdiff
2011-01-26
simonpj@microsoft.com
Look through type synonyms when computing orphans
tree
|
commitdiff
2010-12-22
simonpj@microsoft.com
Make mkDFunUnfolding more robust
tree
|
commitdiff
2010-12-15
simonpj@microsoft.com
Tighten up what it means to be an "enumeration data...
tree
|
commitdiff
2010-12-13
simonpj@microsoft.com
Fix recursive superclasses (again). Fixes Trac #4809.
tree
|
commitdiff
2010-12-02
Simon Marlow
Fix a recomp bug: make classes/datatypes depend directl...
tree
|
commitdiff
2010-11-18
simonpj@microsoft.com
Fix the generation of in-scope variables for IfaceLint...
tree
|
commitdiff
2010-10-27
simonpj@microsoft.com
Buglet in tcIface, now that nested binders can have...
tree
|
commitdiff
2010-10-25
simonpj@microsoft.com
Serialise nested unfoldings across module boundaries
tree
|
commitdiff
2010-10-21
Ian Lynagh
Switch more uniqFromSupply+splitUniqSupply's to takeUni...
tree
|
commitdiff
2010-10-21
Ian Lynagh
Whitespace only
tree
|
commitdiff
2010-10-21
Ian Lynagh
Use takeUniqFromSupply in IfaceEnv
tree
|
commitdiff
2010-10-15
Simon Marlow
Fix #4346 (INLINABLE pragma not behaving consistently)
tree
|
commitdiff
2010-10-07
simonpj@microsoft.com
Implement auto-specialisation of imported Ids
tree
|
commitdiff
2010-09-18
Ian Lynagh
Add separate functions for querying DynFlag and Extensi...
tree
|
commitdiff
2010-09-15
simonpj@microsoft.com
Implement INLINABLE pragma
tree
|
commitdiff
2010-09-14
Ian Lynagh
Remove (most of) the FiniteMap wrapper
tree
|
commitdiff
2010-09-14
simonpj@microsoft.com
Improve ASSERT
tree
|
commitdiff
2010-09-14
simonpj@microsoft.com
Comment on what an "enumeration" type is
tree
|
commitdiff
2010-09-14
simonpj@microsoft.com
Move error-ids to MkCore (from PrelRules)
tree
|
commitdiff
2010-09-13
simonpj@microsoft.com
Super-monster patch implementing the new typechecker...
tree
|
commitdiff
2010-08-30
benl@ouroborus.net
Comments and formatting to vectoriser
tree
|
commitdiff
2010-05-31
simonpj@microsoft.com
Robustify the treatement of DFunUnfolding
tree
|
commitdiff
2010-05-25
simonpj@microsoft.com
Refactor (again) the handling of default methods
tree
|
commitdiff
2010-05-06
simonpj@microsoft.com
Make a missing name in mkUsageInfo into a panic
tree
|
commitdiff
2010-05-06
simonpj@microsoft.com
Fix Trac #3966: warn about useless UNPACK pragmas
tree
|
commitdiff
2010-04-09
simonpj@microsoft.com
Layout only
tree
|
commitdiff
2010-03-20
Ian Lynagh
Remove LazyUniqFM; fixes trac #3880
tree
|
commitdiff
2010-03-01
Simon Marlow
expand comments for #2578 fix
tree
|
commitdiff
2010-03-01
simonpj@microsoft.com
Fix pretty-printing of IfaceAnyTc (fixes Trac #3883)
tree
|
commitdiff
2010-03-01
simonpj@microsoft.com
Omit unnecessary parens when pretty-printing IfaceExpr
tree
|
commitdiff
2010-02-25
simonpj@microsoft.com
Add comment
tree
|
commitdiff
2010-02-27
Ian Lynagh
Fix trac #2578
tree
|
commitdiff
2010-02-17
Simon Marlow
Fix a recompilation checking bug when a package depende...
tree
|
commitdiff
2010-01-06
simonpj@microsoft.com
Improve the handling of default methods
tree
|
commitdiff
2009-12-11
simonpj@microsoft.com
Bottom extraction: float out bottoming expressions...
tree
|
commitdiff
2009-12-07
simonpj@microsoft.com
Comments only, principally about IfaceDeclExtras
tree
|
commitdiff
2009-12-02
simonpj@microsoft.com
More work on the simplifier's inlining strategies
tree
|
commitdiff
2009-11-27
Ian Lynagh
Columns now start at 1, as lines already did
tree
|
commitdiff
2009-11-19
simonpj@microsoft.com
Remove the (very) old strictness analyser
tree
|
commitdiff
2009-11-19
simonpj@microsoft.com
Implement -fexpose-all-unfoldings, and fix a non-termin...
tree
|
commitdiff
2009-11-09
simonpj@microsoft.com
Augment panic message
tree
|
commitdiff
2009-11-05
simonpj@microsoft.com
Another refactoring on the shape of an Unfolding
tree
|
commitdiff
2009-10-29
simonpj@microsoft.com
The Big INLINE Patch: totally reorganise way that INLIN...
tree
|
commitdiff
2009-10-15
simonpj@microsoft.com
Fix Trac #959: a long-standing bug in instantiating...
tree
|
commitdiff
2009-10-15
simonpj@microsoft.com
Fix several missing dependencies in ifFreeNames
tree
|
commitdiff
2009-10-15
simonpj@microsoft.com
Correct comment
tree
|
commitdiff
2009-08-24
Simon Marlow
fix do-notation warnings
tree
|
commitdiff
2009-08-21
Simon Marlow
Use explicit Word32/Int32 in place of Int in the on...
tree
|
commitdiff
2009-08-21
Simon Marlow
Fix the interface-file incompatibility crash (#3435)
tree
|
commitdiff
2009-08-21
Thomas Schilling
Make updates to external package state idempotent.
tree
|
commitdiff
2009-08-20
Simon Marlow
Make -dynamic a proper way, so we read the .dyn_hi...
tree
|
commitdiff
2009-08-18
Ian Lynagh
Put a newtype wrapper around ModuleEnv
tree
|
commitdiff
2009-08-18
Thomas Schilling
Remove the lock around NameCache for readBinIface.
tree
|
commitdiff
2009-08-17
Thomas Schilling
Make access to NameCache atomic. Sometimes needs a...
tree
|
commitdiff
2009-08-14
simonpj@microsoft.com
Improve fix to Trac #3007
tree
|
commitdiff
2009-08-13
Ian Lynagh
Only look up whether a module's SOURCE-imported if...
tree
|
commitdiff
2009-08-02
Simon Marlow
RTS tidyup sweep, first phase
tree
|
commitdiff
2009-07-17
Simon Marlow
Use stable ordering in the dependencies
tree
|
commitdiff
2009-07-16
Simon Marlow
Use a stable ordering for the export list in the interface
tree
|
commitdiff
2009-07-07
Ian Lynagh
Remove unused imports
tree
|
commitdiff
2009-07-06
simonpj@microsoft.com
Trim unused imports detected by new unused-import code
tree
|
commitdiff
2009-07-01
Max Bolingbroke
Support for -fwarn-unused-do-bind and -fwarn-wrong...
tree
|
commitdiff
2009-06-25
simonpj@microsoft.com
Fix Trac #3323: naughty record selectors again
tree
|
commitdiff
2009-04-21
Simon Marlow
FIX #3166: include the fixity of classes and type synon...
tree
|
commitdiff
2009-03-18
simonpj@microsoft.com
Add the notion of "constructor-like" Ids for rule-matching
tree
|
commitdiff
2009-01-13
simonpj@microsoft.com
Fix Trac #2937: deserialising assoicated type definitions
tree
|
commitdiff
2009-01-03
Ian Lynagh
Fix validate: strs is no longer used in IfaceSyn
tree
|
commitdiff
2009-01-02
simonpj@microsoft.com
Make record selectors into ordinary functions
tree
|
commitdiff
2008-12-30
simonpj@microsoft.com
Avoid nasty name clash with associated data types ...
tree
|
commitdiff
2008-12-16
Simon Marlow
Rollback INLINE patches
tree
|
commitdiff
2008-12-05
simonpj@microsoft.com
Completely new treatment of INLINE pragmas (big patch)
tree
|
commitdiff
2008-12-02
Simon Marlow
Put full ImportDecls in ModSummary instead of just...
tree
|
commitdiff
2008-11-25
Thomas Schilling
Major clean-up of HscMain.
tree
|
commitdiff
2008-10-30
simonpj@microsoft.com
Add (a) CoreM monad, (b) new Annotations feature
tree
|
commitdiff
2008-09-23
simonpj@microsoft.com
Allow type families to use GADT syntax (and be GADTs)
tree
|
commitdiff
2008-09-20
simonpj@microsoft.com
Comments only: replace ":=:" by "~" (notation for equal...
tree
|
commitdiff
2008-10-15
Ian Lynagh
Fix trac #2680; avoid quadratic behaviour from (++)
tree
|
commitdiff
2008-10-03
simonpj@microsoft.com
Expunge ThFake, cure Trac #2632
tree
|
commitdiff
2008-10-03
simonpj@microsoft.com
Add ASSERTs to all calls of nameModule
tree
|
commitdiff
2008-10-02
Thomas Schilling
Let parseModule take a ModSummary like checkAndLoadModu...
tree
|
commitdiff
2008-09-10
simonpj@microsoft.com
Remove dataConInstOrigDictsAndArgTys
tree
|
commitdiff
2008-08-05
Simon Marlow
Add -XPackageImports, new syntax for package-qualified...
tree
|
commitdiff
2008-08-11
simonpj@microsoft.com
Fix Trac #2412: type synonyms and hs-boot recursion
tree
|
commitdiff
2008-07-31
Max Bolingbroke
Follow OccName changes and minor refactorings in TcIface
tree
|
commitdiff
2008-07-31
Max Bolingbroke
Follow Digraph changes in MkIface
tree
|
commitdiff
2008-07-31
Max Bolingbroke
Split the Id related functions out from Var into Id...
tree
|
commitdiff
2008-08-04
Ian Lynagh
Follow the tuple datatype movements
tree
|
commitdiff
2008-08-04
simonpj@microsoft.com
Fix Trac #2467: decent warnings for orphan instances
tree
|
commitdiff
2008-07-31
Max Bolingbroke
Comment only in IfaceENv
tree
|
commitdiff
2008-07-30
Ian Lynagh
Follow extensible exception changes
tree
|
commitdiff
2008-07-20
Thomas Schilling
Fix Haddock errors.
tree
|
commitdiff
2008-07-20
Ian Lynagh
Add a WARNING pragma
tree
|
commitdiff
2008-07-10
Ian Lynagh
Move "main/BinIface_HC_OPTS += -O" into a pragma in...
tree
|
commitdiff
2008-07-08
Ian Lynagh
Remove all .hi-boot-6 files
tree
|
commitdiff
2008-07-07
simonpj@microsoft.com
White space only
tree
|
commitdiff
2008-06-20
Simon Marlow
Remove out of date comments and point to the commentary
tree
|
commitdiff
2008-06-17
Simon Marlow
Sort the mi_deps into a canonical ordering before finge...
tree
|
commitdiff
2008-06-17
Simon Marlow
Fix another "urk! lookup local fingerprint" in nofib...
tree
|
commitdiff
2008-06-04
Simon Marlow
Fix #2334: tyvar binders can have Names inside (equalit...
tree
|
commitdiff
next