summaryrefslogtreecommitdiff
path: root/utils/ghctags/Main.hs
Commit message (Expand)AuthorAgeFilesLines
* vectorise: Put it out of its miseryBen Gamari2018-06-021-1/+0
* TTG : complete for balance of hsSyn ASTAlan Zimmerman2018-04-271-2/+3
* TTG for HsBinds and Data instances Plan BAlan Zimmerman2018-04-131-1/+3
* Restore Trees That Grow reverted commitsAlan Zimmerman2018-04-091-13/+12
* Revert "trees that grow" workBen Gamari2017-11-211-12/+13
* WIP on Doing a combined Step 1 and 3 for Trees That GrowAlan Zimmerman2017-11-081-13/+12
* Revert "WIP on combining Step 1 and 3 of Trees That Grow"Ben Gamari2017-11-071-11/+12
* WIP on combining Step 1 and 3 of Trees That GrowAlan Zimmerman2017-11-071-12/+11
* Improve the desugaring of -XStrictSimon Peyton Jones2017-07-311-1/+0
* Make module membership on ModuleGraph fasterBartosz Nitka2017-07-181-3/+3
* Revert "Make module membership on ModuleGraph faster"Ben Gamari2017-06-271-3/+3
* Make module membership on ModuleGraph fasterBartosz Nitka2017-06-271-3/+3
* Make -w less aggressive (Trac #12056)Sean Gillespie2017-06-121-1/+2
* Udate hsSyn AST to use Trees that GrowAlan Zimmerman2017-06-061-2/+3
* Cabal submodule update.Edward Z. Yang2016-08-081-4/+8
* Updates to handle new CabalEdward Z. Yang2016-06-301-8/+5
* SCC analysis for instances as well as types/classesSimon Peyton Jones2016-04-201-1/+2
* Update Cabal submodule to latest HEAD snapshotHerbert Valerio Riedel2016-03-091-1/+1
* Refactor the typechecker to use ExpTypes.Richard Eisenberg2016-01-271-2/+2
* Fix #11405.Richard Eisenberg2016-01-151-1/+2
* Remote GHCi, -fexternal-interpreterSimon Marlow2015-12-171-5/+3
* ApiAnnotations: Make all RdrName occurences LocatedAlan Zimmerman2015-11-231-1/+1
* Revert "Unify hsig and hs-boot; add preliminary "hs-boot" merging."Edward Z. Yang2015-11-161-4/+3
* Implement DuplicateRecordFieldsAdam Gundry2015-10-161-1/+1
* Unify hsig and hs-boot; add preliminary "hs-boot" merging.Edward Z. Yang2015-09-211-3/+4
* AST changes to prepare for API annotations, for #9628Alan Zimmerman2014-11-211-1/+1
* Refactor PatSynBind so that we can pass around PSBs instead of several argumentsDr. ERDI Gergo2014-07-291-1/+1
* Remove LANGUAGE pragrams implied by Haskell2010Herbert Valerio Riedel2014-05-141-1/+1
* Update Cabal submodule to tip of v1.20 branchHerbert Valerio Riedel2014-04-161-3/+1
* Instead of tracking Origin in LHsBindsLR, track it in MatchGroupDr. ERDI Gergo2014-04-131-1/+1
* Implement pattern synonymsDr. ERDI Gergo2014-01-201-2/+3
* Change role annotation syntax.Richard Eisenberg2013-09-171-1/+1
* Update CabalIan Lynagh2013-03-111-3/+6
* Follow changes to HsPatSimon Peyton Jones2013-02-141-1/+1
* Follow 'flags' -> 'generalFlags' renameIan Lynagh2012-10-181-1/+1
* Pass DynFlags to the LogActionIan Lynagh2012-06-111-2/+2
* Adapt to changes in Cabal.Paolo Capriotti2012-05-071-4/+8
* Abstract out the hFlush calls in the GHC APIIan Lynagh2012-02-241-2/+2
* Refactor HsDecls again, to put family instances in InstDeclSimon Peyton Jones2012-02-061-1/+1
* Handle newtypes and type functions correctly in FFI types; fixes #3008Ian Lynagh2011-10-011-1/+1
* defaultErrorHandler now only takes LogActionIan Lynagh2011-07-031-2/+2
* Follow Src{Loc,Span} changes in other parts of the treeIan Lynagh2011-06-091-3/+6
* Remove HsNumTy and TypePati.Jose Pedro Magalhaes2011-05-041-1/+0
* Initialise Settings before DynFlagsIan Lynagh2011-04-221-1/+2
* Do dependency analysis when kind-checking type declarationssimonpj@microsoft.com2011-01-101-1/+1
* Remove use of (now-gone) VarPatOutsimonpj@microsoft.com2010-11-121-1/+0
* follow changes in the GHC APISimon Marlow2010-10-271-2/+2
* Refactoring of hsXxxBinderssimonpj@microsoft.com2010-05-061-1/+1
* Make "make tags" work in the new build systemIan Lynagh2010-02-211-0/+353