summaryrefslogtreecommitdiff
path: root/compiler/main
Commit message (Expand)AuthorAgeFilesLines
* Remove all target-specific portions of Config.hsJohn Ericson2019-05-145-32/+87
* Purge TargetPlatform_NAME and cTargetPlatformStringJohn Ericson2019-05-082-1/+4
* Implement ImportQualifiedPostShayne Fletcher2019-05-083-5/+11
* Enable external interpreter when TH is requested but no internal interpreter ...Alp Mestanogullari2019-05-061-2/+9
* Remove cGhcEnableTablesNextToCodeJohn Ericson2019-05-062-10/+12
* Emit GHC timing events to eventlogBen Gamari2019-04-301-0/+2
* ErrUtils: Emit progress messages to eventlogBen Gamari2019-04-301-3/+5
* Move cGHC_UNLIT_PGM to be "unlit command" in settingsJohn Ericson2019-04-301-3/+3
* Show dynamic object files (#16062)erthalion2019-04-162-12/+28
* Add -ddump-stg-final to dump stg as it is used for codegen.klebinger.andreas@gmx.at2019-04-122-0/+5
* removing x87 register support from native code genCarter Schonwald2019-04-101-8/+12
* GHC no longer ever defines TABLES_NEXT_TO_CODE on its ownJoachim Breitner2019-04-092-8/+2
* codegen: use newtype for Alignment in BasicTypesArtem Pyanykh2019-04-091-1/+5
* Add `-optcxx` option (#16477)Yuriy Syrovetskiy2019-04-087-20/+49
* Fix #16500: look for interface files in -hidir flag in OneShot modePhuong Trinh2019-04-081-2/+13
* Remove unnecessary uses of UnboxedTuples pragma (see #13101 / #15454)Michael Sloan2019-04-011-1/+1
* Visibility: handle multiple units with the same nameMichael Peyton Jones2019-03-291-13/+32
* Update Wiki URLs to point to GitLabTakenobu Tani2019-03-254-6/+6
* base: Remove `Monad(fail)` method and reexport `MonadFail(fail)` insteadHerbert Valerio Riedel2019-03-221-6/+6
* Simplify monadic codeKrzysztof Gogolewski2019-03-192-13/+10
* Update Trac ticket URLs to point to GitLabRyan Scott2019-03-1515-47/+47
* compiler: Refactor: extract `withAtomicRename`Niklas Hambüchen2019-03-091-7/+6
* compiler: Write .o files atomically. See #14533Niklas Hambüchen2019-03-091-1/+6
* Rip out object splittingBen Gamari2019-03-057-199/+26
* Revert "compiler: Write .o files atomically. See #14533"Ben Gamari2019-03-041-6/+1
* Revert "compiler: Refactor: extract `withAtomicRename`"Ben Gamari2019-03-041-6/+7
* Treat kind/type variables identically, demolish FKTVVladislav Zavialov2019-02-271-2/+2
* Fix regression incorrectly advertising TH supportHerbert Valerio Riedel2019-02-231-0/+8
* compiler: Refactor: extract `withAtomicRename`Niklas Hambüchen2019-02-211-7/+6
* compiler: Write .o files atomically. See #14533Niklas Hambüchen2019-02-211-1/+6
* Fix warnings and fatal parsing errorsVladislav Zavialov2019-02-176-37/+49
* HIE: Save module name and module exportsMatthew Pickering2019-02-161-2/+3
* Make a smart mkAppTyMSimon Peyton Jones2019-02-142-2/+2
* Implement -Wredundant-record-wildcards and -Wunused-record-wildcardsMatthew Pickering2019-02-141-1/+7
* NCG: fast compilation of very large strings (#16190)Sylvain Henry2019-02-141-0/+6
* Add `-fplugin-trustworthy` to avoid marking modules as unsafeZejun Wu2019-02-042-3/+8
* Fix #16219: TemplateHaskell causes indefinite package build errorEdward Z. Yang2019-01-312-0/+4
* Add -fdefer-diagnostics to defer and group diagnostic messages in make-modeZejun Wu2019-01-312-2/+39
* Use ByteString to represent Cmm string literals (#16198)Sylvain Henry2019-01-311-2/+2
* GhcPlugins: Fix lookup of TH namesBen Gamari2019-01-271-3/+3
* A few typofixesGabor Greif2019-01-231-1/+1
* Add support for ASM foreign files (.s) in TH (#16180)Sylvain Henry2019-01-201-4/+5
* Prepare source-tree for base-4.13 MFP bumpHerbert Valerio Riedel2019-01-181-1/+1
* Change comments as requested by code review. #10857Roland Senn2019-01-161-1/+1
* GHCi ignores cmd line flags XMonomorphismRestr.. XNoExtendedDef..#10857Roland Senn2019-01-161-0/+17
* Refactor GHCi UI to fix #11606, #12091, #15721, #16096Ömer Sinan Ağacan2019-01-134-26/+62
* Add -Wmissing-deriving-strategieschessai2019-01-061-0/+2
* Dump Cmm with -ddump-cmm when building .cmm filesÖmer Sinan Ağacan2019-01-051-0/+1
* Remove an old OPTIONS_GHCÖmer Sinan Ağacan2018-12-201-4/+0
* Fix recompilation checking of pure pluginsDaniel Gröber2018-12-121-0/+7