summaryrefslogtreecommitdiff
path: root/ghc
Commit message (Expand)AuthorAgeFilesLines
* Enable new warning for fragile/incorrect CPP #if usageErik de Castro Lopo2017-04-281-1/+1
* Bump process to 1.6Ben Gamari2017-04-271-1/+1
* Don't setProgramDynFlags on every :loadSimon Marlow2017-04-251-19/+27
* utils: Lazily decode UTF8 stringsBen Gamari2017-04-171-2/+1
* Remove GhcDynamic (in favor of DYNAMIC_GHC_PROGRAMS)Reid Barton2017-04-121-3/+2
* Typos in comments [ci skip]Gabor Greif2017-04-111-2/+2
* Revert "Enable new warning for fragile/incorrect CPP #if usage"Ben Gamari2017-04-051-1/+1
* Enable new warning for fragile/incorrect CPP #if usageErik de Castro Lopo2017-04-051-1/+1
* :cd affects the iserv process tooSimon Marlow2017-04-021-0/+5
* Optimise common cases of GHC.setProgramDynFlagsSimon Marlow2017-04-011-7/+0
* Spelling in comments only [ci skip]Gabor Greif2017-03-281-1/+1
* Allow colors to be customizedPhil Ruffwind2017-03-231-1/+1
* Eliminate ListSetOps from imp_trust_pkgsDavid Feuer2017-03-021-6/+7
* Try submodule bumps againBen Gamari2017-02-281-1/+1
* Have --backpack complain if multiple files are passed.Edward Z. Yang2017-02-231-6/+6
* Revert recent submodule bumpsBen Gamari2017-02-221-1/+1
* Bump time submodule to 1.8Ben Gamari2017-02-201-1/+1
* TH-spliced class instances are pretty-printed incorrectly post-#3384Alan Zimmerman2017-02-101-1/+2
* Tweaks and typos in manual, note refs, commentsGabor Greif2017-02-091-1/+1
* Ditch static flagsSylvain Henry2017-02-021-19/+3
* Bump Win32 version.Ben Gamari2017-01-241-1/+1
* Show explicit quantifiers in conflicting definitions errorPhil de Joux2017-01-201-4/+5
* Improve suggestion for misspelled flag including '=' (fixes #11789)Daishi Nakajima2017-01-181-1/+10
* Support for abi-depends for computing shadowing.Edward Z. Yang2016-12-211-1/+1
* base: Bump version to 4.10.0.0Ben Gamari2016-12-151-1/+1
* hschooks.c: Fix long lineBen Gamari2016-12-081-1/+4
* Use C99's boolBen Gamari2016-11-291-1/+1
* hschooks.c: Ensure correct header file is includedBen Gamari2016-11-291-1/+8
* ghc/hschooks.c: Fix include path of Rts.hBen Gamari2016-11-221-1/+1
* Generalise the implicit prelude importSimon Marlow2016-11-162-18/+66
* Avoid calling newDynFlags when there are no changesSimon Marlow2016-11-161-2/+2
* API Annotations: make all ModuleName LocatedAlan Zimmerman2016-11-031-1/+1
* Uninstall signal handlersSylvain HENRY2016-11-021-5/+5
* ghc/Main.hs: Add import list to DynamicLoadingÖmer Sinan Ağacan2016-10-181-1/+1
* Clean up handling of known-key Names in interface filesBen Gamari2016-10-131-1/+2
* Distinguish between UnitId and InstalledUnitId.Edward Z. Yang2016-10-082-4/+5
* The Backpack patch.Edward Z. Yang2016-10-081-5/+9
* Add -flocal-ghci-history flag (#9089).Eugene Akentyev2016-08-311-4/+10
* Annotate initIfaceCheck with usage information.Edward Z. Yang2016-08-211-1/+1
* Updates to handle new CabalEdward Z. Yang2016-06-301-0/+1
* Fix #10963 and #11975 by adding new cmds to GHCi.Richard Eisenberg2016-06-232-4/+10
* Driver: `ghc ../Test` (without file extension) should workThomas Miedema2016-06-181-2/+2
* Abort the build when a Core plugin pass is specified in stage1 compilerÖmer Sinan Ağacan2016-06-171-2/+3
* Greater customization of GHCi promptniksaz2016-05-012-56/+210
* GHCi: use real time instead of CPU time for :set -sSimon Marlow2016-04-261-8/+8
* ghci: add message when reusing compiled code #9887Alexander Lukyanov2016-03-121-7/+14
* GHCi: Fix load/reload space leaks (#4029)Jason Eisenberg2016-03-051-2/+4
* Print which warning-flag controls an emitted warningMichael Walker2016-02-251-2/+2
* compiler: Do not suggest nor complete deprecated flags fix trac issue #11454Nikita Kartashov2016-02-112-3/+3
* ghci: fix trac issue #11481Benjamin Bykowski2016-01-271-8/+5