summaryrefslogtreecommitdiff
path: root/compiler/ghci
Commit message (Expand)AuthorAgeFilesLines
* Module hierarchy: ByteCode and Runtime (cf #13009)Sylvain Henry2020-02-1212-7510/+0
* compiler: Qualify imports of Data.ListBen Gamari2020-02-084-4/+4
* Refactor package related codeSylvain Henry2020-01-311-2/+2
* Disable two warnings for files that trigger themTom Ellis2020-01-271-0/+1
* Module hierarchy: Cmm (cf #13009)Sylvain Henry2020-01-254-5/+5
* PmCheck: Formulate as translation between Clause TreesSebastian Graf2020-01-251-1/+2
* Fix more typos, via an improved Levenshtein-style correctorBrian Wignall2020-01-121-2/+2
* Module hierarchy: Iface (cf #13009)Sylvain Henry2020-01-063-4/+4
* Fix typos, via a Levenshtein-style correctorBrian Wignall2020-01-041-1/+1
* Module hierarchy (#13009): StgSylvain Henry2019-12-313-3/+3
* Add GHC-API logging hooksSylvain Henry2019-12-182-2/+5
* Use "OrCoVar" functions lessKrzysztof Gogolewski2019-12-161-9/+8
* Ensure that coreView/tcView are able to inlineBen Gamari2019-11-131-1/+1
* Use the right type in :forceSimon Peyton Jones2019-11-091-3/+5
* Remove redundant -fno-cse optionsÖmer Sinan Ağacan2019-10-261-2/+0
* Make dynflag argument for withTiming pure.Andreas Klebinger2019-10-231-2/+2
* Warn about missing profiled libs when using the Interpreter.Andreas Klebinger2019-10-231-1/+23
* Clean up `#include`s in the compilerJohn Ericson2019-10-052-2/+1
* Refactor bad coercion checking in a few placesÖmer Sinan Ağacan2019-09-111-2/+3
* Module hierarchy: StgToCmm (#13009)Sylvain Henry2019-09-105-8/+8
* GHCi supports not-necessarily-lifted join pointsRichard Eisenberg2019-08-143-32/+117
* Fix #8487: Debugger confuses variablesRoland Senn2019-07-212-4/+6
* ghci: Load static objects in batchesBen Gamari2019-06-231-13/+31
* linker: Disable code unloadingBen Gamari2019-06-211-1/+5
* Move 'Platform' to ghc-bootJohn Ericson2019-06-193-3/+3
* Maintain separate flags for C++ compiler invocationsBen Gamari2019-06-131-1/+1
* Use DeriveFunctor throughout the codebase (#15654)Krzysztof Gogolewski2019-06-122-8/+4
* Refine the GHCI macro into HAVE[_{INTERNAL, EXTERNAL}]_INTERPRETERAlp Mestanogullari2019-06-111-5/+5
* Remove trailing whitespaceMatthew Pickering2019-06-081-1/+1
* Fix space leaks in dynLoadObjs (#16708)Ryan Scott2019-05-311-7/+7
* Inline `Settings` into `DynFlags`John Ericson2019-05-291-1/+1
* Allow for multiple linker instances. Fixes Haskell portion of #3372.Julian Leviston2019-05-213-95/+181
* Update a panic messageÖmer Sinan Ağacan2019-04-111-2/+2
* Remove unnecessary uses of UnboxedTuples pragma (see #13101 / #15454)Michael Sloan2019-04-012-2/+1
* Update Wiki URLs to point to GitLabTakenobu Tani2019-03-251-2/+2
* Improve error recovery in the typecheckerSimon Peyton Jones2019-03-161-2/+2
* Update Trac ticket URLs to point to GitLabRyan Scott2019-03-153-6/+6
* Remove the GHCi debugger's panicking isUnliftedType checkRyan Scott2019-03-151-2/+1
* Add AnonArgFlag to FunTySimon Peyton Jones2019-02-232-4/+4
* Support printing `integer-simple` Integers in GHCiAlec Theriault2019-01-161-1/+31
* Check that libs found by GCC aren't foldersAlec Theriault2019-01-071-1/+2
* ghci: Fix unused binder warnings when building with integer-simpleBen Gamari2018-12-171-2/+0
* Merge sections in profiling .a to .p_o and use it whenever it existsZejun Wu2018-12-171-7/+4
* RTS linker: don't crash early when not finding extra-librariesKyrill Briantsev2018-12-111-9/+68
* Fix #15953 by consistently using dumpIfSet_dyn to print debug outputChaitanya Koparkar2018-11-291-11/+5
* Fix unused-import warningsDavid Eichmann2018-11-222-4/+2
* Rename literal constructorsSylvain Henry2018-11-222-31/+31
* Add Int8# and Word8#Michal Terepeta2018-11-021-6/+11
* Fix BLACKHOLE inspection in RtClosureInspectÖmer Sinan Ağacan2018-10-151-4/+16
* Add RubbishLit for absent bindings of UnliftedRepSebastian Graf2018-10-142-0/+5