projects
/
ghc-hetmet.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
+RTS -qw hasn't done anything since 7.0.1; remove the implementation & docs
[ghc-hetmet.git]
/
compiler
/
rename
/
RnNames.lhs
2011-01-10
simonpj@microsoft.com
Do dependency analysis when kind-checking type declarations
blob
|
commitdiff
2010-11-27
Michal Terepeta
Improve error message when importing data constructors...
blob
|
commitdiff
|
diff to current
2010-12-19
Ian Lynagh
Small refactoring
blob
|
commitdiff
|
diff to current
2010-11-27
Michal Terepeta
Don't warn of duplicate exports in case of module exports.
blob
|
commitdiff
|
diff to current
2010-10-30
Michal Terepeta
Fix whitespace/layout in RnNames.
blob
|
commitdiff
|
diff to current
2010-11-15
simonpj@microsoft.com
Fix -fwarn-missing-import-lists (fix Trac #4489)
blob
|
commitdiff
|
diff to current
2010-10-27
Simon Marlow
Refactoring and tidyup of HscMain and related things...
blob
|
commitdiff
|
diff to current
2010-10-22
simonpj@microsoft.com
Add rebindable syntax for if-then-else
blob
|
commitdiff
|
diff to current
2010-09-18
Ian Lynagh
Add separate functions for querying DynFlag and Extensi...
blob
|
commitdiff
|
diff to current
2010-09-15
simonpj@microsoft.com
Fix Trac #4240: -ddump-minimal-imports
blob
|
commitdiff
|
diff to current
2010-09-14
Ian Lynagh
Remove (most of) the FiniteMap wrapper
blob
|
commitdiff
|
diff to current
2010-09-13
simonpj@microsoft.com
Super-monster patch implementing the new typechecker...
blob
|
commitdiff
|
diff to current
2010-07-01
simonpj@microsoft.com
Fix second bug in Trac #4127
blob
|
commitdiff
|
diff to current
2010-06-20
Ian Lynagh
Improve the missing-import-list warning
blob
|
commitdiff
|
diff to current
2010-06-20
Ian Lynagh
Tweak missing-import-list warning
blob
|
commitdiff
|
diff to current
2010-06-18
amsay@amsay.net
trac #1789 (warnings for missing import lists)
blob
|
commitdiff
|
diff to current
2010-06-15
simonpj@microsoft.com
Fix Trac #4127: build GlobalRdrEnv in GHCi correctly
blob
|
commitdiff
|
diff to current
2010-05-25
simonpj@microsoft.com
Refactor (again) the handling of default methods
blob
|
commitdiff
|
diff to current
2010-05-06
simonpj@microsoft.com
Refactoring of hsXxxBinders
blob
|
commitdiff
|
diff to current
2010-03-03
Simon Marlow
Add the implicit 'import Prelude' in getImports
blob
|
commitdiff
|
diff to current
2010-01-04
simonpj@microsoft.com
Fix Trac #3792: check for qualified names in import...
blob
|
commitdiff
|
diff to current
2010-01-02
Ian Lynagh
Whitespace only
blob
|
commitdiff
|
diff to current
2009-12-04
simonpj@microsoft.com
Use addToUFM_Acc where appropriate
blob
|
commitdiff
|
diff to current
2009-11-15
Duncan Coutts
Fix formatting of module deprecation/warning messages
blob
|
commitdiff
|
diff to current
2009-07-24
Ian Lynagh
Remove GHC's haskell98 dependency
blob
|
commitdiff
|
diff to current
2009-07-19
Ian Lynagh
Add a -fwarn-dodgy-exports flag; fixes #1911
blob
|
commitdiff
|
diff to current
2009-07-07
Ian Lynagh
When exporting F(..), all the children of F are also...
blob
|
commitdiff
|
diff to current
2009-07-06
simonpj@microsoft.com
Major patch to fix reporting of unused imports
blob
|
commitdiff
|
diff to current
2009-07-02
Manuel M T Chakravarty
FIX #3197
blob
|
commitdiff
|
diff to current
2009-04-26
Ian Lynagh
GHC new build system megapatch
blob
|
commitdiff
|
diff to current
2009-03-13
simonpj@microsoft.com
Adjust error message slightly to make it clearer
blob
|
commitdiff
|
diff to current
2008-10-03
simonpj@microsoft.com
Expunge ThFake, cure Trac #2632
blob
|
commitdiff
|
diff to current
2008-10-03
simonpj@microsoft.com
Add ASSERTs to all calls of nameModule
blob
|
commitdiff
|
diff to current
2008-08-05
Simon Marlow
Don't warn if 'import Prelude' doesn't import anything
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
Add some type signatures to RnNames
blob
|
commitdiff
|
diff to current
2008-07-21
Ian Lynagh
Fixes for haddock 0.8
blob
|
commitdiff
|
diff to current
2008-07-20
Ian Lynagh
Add a WARNING pragma
blob
|
commitdiff
|
diff to current
2008-06-16
Ian Lynagh
More commandline flag improvements
blob
|
commitdiff
|
diff to current
2008-05-28
Simon Marlow
Use MD5 checksums for recompilation checking (fixes...
blob
|
commitdiff
|
diff to current
2008-05-20
simonpj@microsoft.com
Fix Trac #2293: improve error reporting for duplicate...
blob
|
commitdiff
|
diff to current
2008-05-03
Ian Lynagh
Fix warnings in RnNames
blob
|
commitdiff
|
diff to current
2008-04-12
Ian Lynagh
(F)SLIT -> (f)sLit in RnNames
blob
|
commitdiff
|
diff to current
2008-04-10
simonpj@microsoft.com
Fix Trac #2205, which I introduced recently
blob
|
commitdiff
|
diff to current
2008-04-04
simonpj@microsoft.com
Fix Trac #2188: scoping in TH declarations quotes
blob
|
commitdiff
|
diff to current
2008-03-29
Ian Lynagh
Don't import FastString in HsVersions.h
blob
|
commitdiff
|
diff to current
2008-02-07
Ian Lynagh
Convert more UniqFM's back to LazyUniqFM's
blob
|
commitdiff
|
diff to current
2008-01-17
Twan van Laarhoven
Replace ioToTcRn with liftIO
blob
|
commitdiff
|
diff to current
2008-01-17
Twan van Laarhoven
Monadify rename/RnNames: use return and standard monad...
blob
|
commitdiff
|
diff to current
2008-01-17
Twan van Laarhoven
seqMaybe is more commonly known as mplus
blob
|
commitdiff
|
diff to current
2007-10-24
Ian Lynagh
-ftype-families -> -XTypeFamilies
blob
|
commitdiff
|
diff to current
2007-10-10
Dan Licata
View patterns, record wildcards, and record puns
blob
|
commitdiff
|
diff to current
2007-09-06
Simon Marlow
FIX #1465, error messages could sometimes say things...
blob
|
commitdiff
|
diff to current
2007-09-04
Ian Lynagh
Fix CodingStyle#Warnings URLs
blob
|
commitdiff
|
diff to current
2007-09-03
Ian Lynagh
Use OPTIONS rather than OPTIONS_GHC for pragmas
blob
|
commitdiff
|
diff to current
2007-09-01
Ian Lynagh
Add {-# OPTIONS_GHC -w #-} and some blurb to all compil...
blob
|
commitdiff
|
diff to current
2007-08-26
Ian Lynagh
Check that exported modules were actually imported...
blob
|
commitdiff
|
diff to current
2007-08-07
Roman Leshchinskiy
Implicitly import NDP stuff when vectorising
blob
|
commitdiff
|
diff to current
2007-08-07
Roman Leshchinskiy
Implicitly import NDP stuff when vectorising
blob
|
commitdiff
|
diff to current
2007-07-17
andy@galois.com
Adding pushing of hpc translation status through hi...
blob
|
commitdiff
|
diff to current
2007-06-19
simonpj@microsoft.com
Improve misleading warning (Trac #1422)
blob
|
commitdiff
|
diff to current
2007-05-14
Manuel M T Chakravarty
-findexed-types -> -ftype-families
blob
|
commitdiff
|
diff to current
2007-05-11
Isaac Dupree
Add a warning flag for when the Prelude is implicitly...
blob
|
commitdiff
|
diff to current
2007-04-11
Simon Marlow
Rationalise GhcMode, HscTarget and GhcLink
blob
|
commitdiff
|
diff to current
2007-04-01
Ian Lynagh
Make error message output order consistent
blob
|
commitdiff
|
diff to current
2007-03-16
simonpj@microsoft.com
Refactor TcRnDriver, and check exports on hi-boot files
blob
|
commitdiff
|
diff to current
2007-02-21
simonpj@microsoft.com
Deal more correctly with orphan instances
blob
|
commitdiff
|
diff to current
2007-02-20
simonpj@microsoft.com
Fix obscure bug in reportDeprecations
blob
|
commitdiff
|
diff to current
2007-02-07
simonpj@microsoft.com
Fix bug in -ddump-minimal imports Trac #1025
blob
|
commitdiff
|
diff to current
2007-01-05
Manuel M T Chakravarty
HsSyn clean up for indexed types
blob
|
commitdiff
|
diff to current
2006-11-06
simonpj@microsoft.com
Warn only of explicit imports that are unused (test...
blob
|
commitdiff
|
diff to current
2006-11-02
simonpj@microsoft.com
Improve handling of unused imports (test is mod75)
blob
|
commitdiff
|
diff to current
2006-11-02
simonpj@microsoft.com
Remove unused lookupDeprec function
blob
|
commitdiff
|
diff to current
2006-11-02
simonpj@microsoft.com
Fix handling of non-in-scope exports (fixes test mod7)
blob
|
commitdiff
|
diff to current
2006-11-01
simonpj@microsoft.com
Minor refactoring
blob
|
commitdiff
|
diff to current
2006-10-23
Manuel M T Chakravarty
Clean up debugging code in RnNames
blob
|
commitdiff
|
diff to current
2006-10-21
Manuel M T Chakravarty
Fix parent position in RnNames.nubAvails
2006-10-22
blob
|
commitdiff
|
diff to current
2006-10-21
Manuel M T Chakravarty
Fix export of associated families with new name parent...
blob
|
commitdiff
|
diff to current
2006-10-20
Manuel M T Chakravarty
Fix processing of imports involving ATs with the new...
blob
|
commitdiff
|
diff to current
2006-10-13
simonpj@microsoft.com
More refactoring in RnNames
blob
|
commitdiff
|
diff to current
2006-10-13
Manuel M T Chakravarty
Keep track of family instance modules
blob
|
commitdiff
|
diff to current
2006-10-11
Simon Marlow
More import tidying and fixing the stage 2 build
blob
|
commitdiff
|
diff to current
2006-10-11
Simon Marlow
Interface file optimisation and removal of nameParent
blob
|
commitdiff
|
diff to current
2006-10-06
simonpj@microsoft.com
Comments and an import-trim
blob
|
commitdiff
|
diff to current
2006-10-05
davve@dtek.chalmers.se
Merge Haddock comment support from ghc.haddock -- big...
blob
|
commitdiff
|
diff to current
2006-09-20
Manuel M T Chakravarty
Import/export of data constructors in family instances
blob
|
commitdiff
|
diff to current
2006-09-18
Manuel M T Chakravarty
Type tags in import/export lists
blob
|
commitdiff
|
diff to current
2006-09-18
Manuel M T Chakravarty
comment for getLocalDeclBinders
blob
|
commitdiff
|
diff to current
2006-09-15
Manuel M T Chakravarty
Added error checks & fixed bugs
blob
|
commitdiff
|
diff to current
2006-09-15
Manuel M T Chakravarty
Migrate cvs diff from fptools-assoc branch
blob
|
commitdiff
|
diff to current
2006-09-06
simonpj@microsoft.com
Check that top-level binders are unqualified names
blob
|
commitdiff
|
diff to current
2006-08-22
Simon Marlow
minor fix to the clashing export error message
blob
|
commitdiff
|
diff to current
2006-08-09
Simon Marlow
Remove old FFI syntax
blob
|
commitdiff
|
diff to current
2006-07-25
Simon Marlow
Generalise Package Support
blob
|
commitdiff
|
diff to current
2006-07-04
Duncan Coutts
Fix for warning message (bug #812)
blob
|
commitdiff
|
diff to current
2006-04-07
Simon Marlow
Reorganisation of the source tree
blob
|
commitdiff
|
diff to current