summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix dangling reference to RtsConfig.hwip/rtsconfig-last-commentJohn Ericson2021-10-231-1/+1
* 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
* dynamic-too: Check the dynamic-too status in hscPipelineMatthew Pickering2021-10-191-9/+9
* driver: Update cached DynFlags in ModSummary if we are enabling -dynamic-tooMatthew Pickering2021-10-191-3/+4
* driver: Check the correct flag to see if dynamic-too is enabled.Matthew Pickering2021-10-191-4/+4
* dynamic-too: Expand GHC.Iface.Recomp comment about the backpack hackMatthew Pickering2021-10-191-4/+11
* tests: Remove $(CABAL_MINIMAL_CONFIGURATION) from T16219Matthew Pickering2021-10-192-1/+7
* Fix infelicities in docs for lines, unlines, words, unwordsKoz Ross2021-10-191-13/+45
* Introduce Concrete# for representation polymorphism checkssheaf2021-10-17257-1562/+4455
* ghci: Explicitly store and restore interface file cacheMatthew Pickering2021-10-1713-57/+83
* hadrian: Document lint targetsMatthew Pickering2021-10-151-0/+14
* shadowNames: Use OccEnv a, not [OccName]Joachim Breitner2021-10-155-18/+34
* Hadrian: display command line above errors (#20490)Sylvain Henry2021-10-154-18/+127
* Null eventlog writerOleg Grenrus2021-10-158-0/+56
* GHC.Builtin.Uniques: Remove unused codeJoachim Breitner2021-10-153-32/+7
* Insert warnings in the documentation of dangerous functionsTom Sydney Kerckhove2021-10-158-2/+76