summaryrefslogtreecommitdiff
path: root/ghc
Commit message (Expand)AuthorAgeFilesLines
* Modules: Core (#13009)Sylvain Henry2020-03-161-1/+1
* Use a Set to represent WaysSylvain Henry2020-03-112-3/+4
* Refactor GHC.Driver.Session (Ways and Flags)Sylvain Henry2020-03-111-4/+5
* Refactor runtime interpreter codeSylvain Henry2020-02-291-7/+9
* Monotonic locations (#17632)Vladislav Zavialov2020-02-293-15/+15
* Modules: Core (#13009)Sylvain Henry2020-02-262-3/+3
* Remove Ord SrcLoc, Ord SrcSpanVladislav Zavialov2020-02-241-3/+4
* Modules: Driver (#13009)Sylvain Henry2020-02-216-26/+26
* Module hierarchy: HsToCore (cf #13009)Sylvain Henry2020-02-141-1/+1
* Module hierarchy: ByteCode and Runtime (cf #13009)Sylvain Henry2020-02-123-8/+8
* Fix GhcThreaded settingBen Gamari2020-02-081-0/+6
* compiler: Qualify imports of Data.ListBen Gamari2020-02-081-1/+1
* Introduce IsPass; refactor wrappers.Richard Eisenberg2020-02-081-2/+2
* Fix more typos, via an improved Levenshtein-style correctorBrian Wignall2020-01-122-4/+4
* Module hierarchy: Iface (cf #13009)Sylvain Henry2020-01-062-3/+3
* Remove HasSrcSpan (#17494)Vladislav Zavialov2019-11-301-7/+7
* Fix typosBrian Wignall2019-11-231-1/+1
* Bump Haskeline and add exceptions as boot libraryBen Gamari2019-11-132-16/+49
* Remove redundant -fno-cse optionsÖmer Sinan Ağacan2019-10-262-5/+1
* Fix #14690 - :steplocal panics after break-on-errorRoland Senn2019-10-261-0/+4
* Allow command name resolution for GHCi commands with option `!` #17345Takenobu Tani2019-10-231-5/+14
* Compiling with -S and -fno-code no longer panics (fixes #17143)adithyaov2019-10-161-0/+4
* Add GHCi help message for :def! and :: commandsTakenobu Tani2019-10-131-1/+3
* Refactor, document, and optimize LLVM configuration loadingBen Gamari2019-10-071-6/+2
* Always enable the external interpreterJohn Ericson2019-10-042-25/+31
* Per stage headers, ghc_boot_platform.h -> stage 0 ghcplatform.hJohn Ericson2019-10-041-5/+0
* Add help message for GHCi :instances commandTakenobu Tani2019-09-301-0/+1
* Refactor iface file generation:Ömer Sinan Ağacan2019-09-301-1/+1
* Module hierarchy: Hs (#13009)Sylvain Henry2019-09-202-4/+4
* Use lazyness for FastString's z-encoding memoizationDaniel Gröber2019-09-091-1/+1
* Use an empty data type in TTG extension constructors (#15247)Ryan Scott2019-07-091-3/+3
* Fix stage 1 warningsÖmer Sinan Ağacan2019-07-021-1/+4
* ghci: Don't rely on resolution of System.IO to base moduleBen Gamari2019-06-221-14/+25
* Move 'Platform' to ghc-bootJohn Ericson2019-06-191-1/+1
* Fix #1620: ModBreaks.modBreaks_array not initialisedRoland Senn2019-06-191-7/+11
* Use DeriveFunctor throughout the codebase (#15654)Krzysztof Gogolewski2019-06-121-4/+2
* Refine the GHCI macro into HAVE[_{INTERNAL, EXTERNAL}]_INTERPRETERAlp Mestanogullari2019-06-112-7/+18
* Add disable/enable commands to ghci debugger #2215Roland Senn2019-06-092-32/+101
* Fix #16700: Tiny errors in output of GHCi commands :forward and :infoRoland Senn2019-06-071-1/+1
* make: Fix bindist installationBen Gamari2019-06-041-5/+2
* Add GHCi :instances commandXavier Denis2019-06-041-1/+15
* Inline `Settings` into `DynFlags`John Ericson2019-05-291-2/+1
* Allow for multiple linker instances. Fixes Haskell portion of #3372.Julian Leviston2019-05-211-2/+4
* Fix bugs and documentation for #13456Roland Senn2019-05-101-29/+37
* Implement ImportQualifiedPostShayne Fletcher2019-05-081-1/+1
* Generate settings by make/hadrian instead of configureJohn Ericson2019-04-301-0/+3
* Correct off by one error in ghci +cMatthew Pickering2019-04-222-2/+9
* GHCi: add 'local-config' settingFraser Tweedale2019-04-151-2/+16
* GHCi: fix load order of .ghci filesFraser Tweedale2019-04-152-9/+46
* Use ghc-prim < 0.7, not <= 0.6.1, as upper version boundsRyan Scott2019-04-091-1/+1