summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Avoid GHC_STAGE and other include bitswip/clean-compiler-includesJohn Ericson2021-10-2714-22/+33
* hadrian: Turn the `static` flavour into a transformerBen Gamari2021-10-275-63/+54
* base: Note export of Data.Tuple.Solo in changelogBen Gamari2021-10-271-1/+4
* Compiler dosen't need to know about certain settings from fileJohn Ericson2021-10-274-21/+0
* Make build system: Generalize and/or document distdirsJohn Ericson2021-10-275-10/+26
* Change CaseAlt and LambdaExpr to FunRhs in deriving Foldable and Traversable ...Artyom Kuznetsov2021-10-265-3/+70
* Don't default type variables in type familiessheaf2021-10-2624-101/+227
* Warn if unicode bidirectional formatting characters are found in the source (...Zubin Duggal2021-10-2610-3/+156
* Tweak descriptions of lines and unlinesViktor Dukhovni2021-10-251-19/+17
* Remove stray reference to `dist-ghcconstants`John Ericson2021-10-251-1/+1
* Fix dangling reference to RtsConfig.hJohn Ericson2021-10-241-1/+1
* undefined: Neater CallStack in error messageJoachim Breitner2021-10-2415-22/+13
* EPA: Use LocatedA for ModuleNameAlan Zimmerman2021-10-2422-58/+59
* DmdAnal: Implement Boxity Analysis (#19871)Sebastian Graf2021-10-2465-963/+1883
* driver: Export wWarningFlagMapBen Gamari2021-10-242-5/+6
* WorkWrap: `isRecDataCon` should not eta-reduce NewTyCon field tys (#20539)Sebastian Graf2021-10-223-2/+11
* driver: Don't use the log queue abstraction when j = 1Matthew Pickering2021-10-221-23/+44
* Fix compilerConfig stagesHaochen Tong2021-10-221-1/+1
* Refactor package importsSylvain Henry2021-10-2236-196/+324
* Remove IndefiniteSylvain Henry2021-10-2214-89/+60
* Add test for #19641Sylvain Henry2021-10-223-0/+44
* Use tcEqType in GHC.Core.Unify.uVarsheaf2021-10-2213-10/+73
* Do not sign extend CmmInt's unless negative.Moritz Angermann2021-10-221-0/+5
* Document that `InScopeSet` is a superset of currently in-scope variablesZiyang Liu2021-10-222-2/+24
* instance Ord Name: Do not repeat default methodsJoachim Breitner2021-10-201-5/+1
* ci: Move hlint jobs from quick-built into full-buildMatthew Pickering2021-10-201-1/+1
* Make sure ModIface values are still forced even if not writtenMatthew Pickering2021-10-202-4/+45
* Bignum: allow Integer's signum to inline (#20361)Sylvain Henry2021-10-203-8/+0
* Bignum: allow Integer predicates to inline (#20361)Sylvain Henry2021-10-205-104/+57
* Bignum: constant folding for bigNatCompareWord# (#20361)Sylvain Henry2021-10-203-2/+8
* Make fields of GlobalRdrElt strictMatthew Pickering2021-10-208-33/+50
* Distribute HomeModInfo cache before starting upsweepMatthew Pickering2021-10-201-15/+13
* Fix perf-nofib CI jobMatthew Pickering2021-10-202-8/+8
* hadrian: Fix binary-dist support for cross-compilersBen Gamari2021-10-203-8/+15
* hadrian/doc: Add margin to staged-compilation figureBen Gamari2021-10-201-177/+203
* Add note about heap invariants [skip ci]Matthew Pickering2021-10-202-0/+31
* hadrian: Fix quoting in binary distribution installation MakefileBen Gamari2021-10-191-4/+4
* Fix #19884: add warning to tags command, drop T10989Emily Martins2021-10-195-24/+2
* Don't print Shake Diagnostic messages (#20484)Zubin Duggal2021-10-191-0/+5
* Care about specificity in pattern type argsRichard Eisenberg2021-10-196-4/+40
* Add performance test for ghci, -fno-code and reloading (#20509)Matthew Pickering2021-10-193-0/+48
* Temporary fix for leak with -fno-code (#20509)Matthew Pickering2021-10-192-10/+13
* Make the fields of Target and TargetId strictMatthew Pickering2021-10-191-6/+8
* Add test for T20509Matthew Pickering2021-10-199-0/+80
* InteractiveContext: Smarter caching when rebuilding the ic_rn_gbl_envJoachim Breitner2021-10-195-37/+111
* Remove DT_Failed stateMatthew Pickering2021-10-1932-151/+336
* driver: Correct output of -fno-code and -dynamic-tooMatthew Pickering2021-10-197-11/+30
* driver: Cleanups related to ModLocationMatthew Pickering2021-10-1929-203/+351
* WW: Use module name rather than filename for absent error messagesMatthew Pickering2021-10-193-11/+12
* Add test for implicit dynamic tooMatthew Pickering2021-10-195-0/+61