summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* Correct Windows libdir assumptions.Tamar Christina2017-02-231-4/+10
* Bump Cabal submoduleBen Gamari2017-02-205-6/+5
* Tweaks and typos in manual, note refs, commentsGabor Greif2017-02-091-1/+1
* Remove unnecessary use of -DGENERICS flagRyan Scott2017-02-061-1/+1
* Fix comment (old file names) in mk/ and utils/Takenobu Tani2017-02-042-7/+7
* Ditch static flagsSylvain Henry2017-02-021-0/+0
* Spelling fixesGabor Greif2017-02-022-4/+4
* Bump hsc2hs submoduleBen Gamari2017-01-261-0/+0
* Make type import/export API Annotation friendlyAlan Zimmerman2017-01-262-2/+5
* Warn on missing home modulesYuras Shumovich2017-01-201-0/+9
* Update levity polymorphismRichard Eisenberg2017-01-191-0/+0
* Add dump-parsed-ast flag and functionalityAlan Zimmerman2017-01-151-135/+3
* Require python3 like everywhere else tooGabor Greif2017-01-131-1/+1
* Ensure mkUserGuidePart is compiled with current GHC versionBen Gamari2017-01-101-2/+6
* Make HsIParamTy have a Located HsIPNameAlan Zimmerman2017-01-101-0/+0
* Remove redudant import from check-pprMatthew Pickering2016-12-261-1/+0
* check-ppr: Make --dump the default behaviorBen Gamari2016-12-261-11/+6
* Add caret diagnosticsPhil Ruffwind2016-12-231-0/+4
* users-guide: Kill extraneous linkBen Gamari2016-12-231-1/+1
* Update ghc-cabal command line usage text.Edward Z. Yang2016-12-211-3/+7
* Support for abi-depends for computing shadowing.Edward Z. Yang2016-12-212-1/+2
* utils/genargs: delete unused toolSergei Trofimovich2016-12-172-73/+0
* Fix Pretty printer tests on WindowsTamar Christina2016-12-171-5/+10
* base: Bump version to 4.10.0.0Ben Gamari2016-12-156-4/+4
* check-ppr: Add a --dump flag to aid in debuggingBen Gamari2016-12-152-5/+24
* Show constraints when reporting typed holesMaciej Bielecki2016-12-151-0/+4
* Add infix flag for class and data declarationsAlan Zimmerman2016-12-121-0/+0
* Scrutinee Constant FoldingSylvain Henry2016-12-091-0/+5
* Bump haddock submoduleBen Gamari2016-12-091-0/+0
* Add HsSyn prettyprinter testsAlan Zimmerman2016-12-077-5/+298
* Overhaul of Compact Regions (#12455)Simon Marlow2016-12-071-0/+4
* Purge GHC of literate PerlDemi Obenour2016-11-292-7/+1
* Replace -fshow-source-paths with -fhide-source-pathsSylvain Henry2016-11-291-2/+2
* Make diagnostics slightly more colorfulPhil Ruffwind2016-11-291-0/+4
* Implement fine-grained `-Werror=...` facilityMaciej Bielecki2016-11-211-0/+10
* Make default output less verbose (source/object paths)Sylvain HENRY2016-11-111-0/+5
* ghc-pkg: Munge dynamic library directoriesBen Gamari2016-11-111-0/+1
* ghc-cabal: Use correct name of linker flags env variableBen Gamari2016-11-101-1/+1
* Omit unnecessary linker flagsSimon Marlow2016-11-031-3/+0
* API Annotations: make all ModuleName LocatedAlan Zimmerman2016-11-031-0/+0
* Add and use a new dynamic-library-dirs field in the ghc-pkg infoDuncan Coutts2016-10-212-1/+7
* Typos in commentsGabor Greif2016-10-211-1/+1
* Clean up handling of known-key Names in interface filesBen Gamari2016-10-131-0/+0
* Make InstalledUnitId be ONLY a FastString.Edward Z. Yang2016-10-081-8/+9
* Distinguish between UnitId and InstalledUnitId.Edward Z. Yang2016-10-081-4/+9
* The Backpack patch.Edward Z. Yang2016-10-081-17/+39
* genapply: update source file in autogenerated textSergei Trofimovich2016-10-041-1/+1
* runghc: Fix import of System.Process on WindowsBen Gamari2016-10-021-1/+1
* Update Cabal submodule to latest version.Edward Z. Yang2016-10-022-28/+32
* runghc: use executeFile to run ghc process on POSIXMichael Snoyman2016-10-022-6/+21