summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* hadrian: Tell testsuite driver about LLVM availabilitywip/T18167Ben Gamari2020-05-091-1/+2
* Remove unused SEGMENT_PROT_RWXGreg Steuck2020-05-081-2/+0
* Fix specialisation for DFunsSimon Peyton Jones2020-05-086-56/+111
* Reject all duplicate declarations involving DuplicateRecordFields (fixes #17965)Adam Gundry2020-05-085-6/+24
* Apply more suggestions from Simon JakobiJoseph C. Sible2020-05-081-4/+4
* Apply suggestion to libraries/base/Data/Monoid.hsJoseph C. Sible2020-05-081-1/+1
* Document lawlessness of Ap's Num instanceJoseph C. Sible2020-05-081-0/+26
* Add `forAllOrNothing` function with noteJohn Ericson2020-05-083-31/+46
* A few tiny style nits with renamingJohn Ericson2020-05-082-9/+10
* Rename local `real_fvs` to `implicit_vs`John Ericson2020-05-081-4/+6
* HsSigWcTypeScoping: Pull in documentation from stray locationJohn Ericson2020-05-081-14/+16
* Specify kind variables for inferred kinds in base.Baldur Blöndal2020-05-0821-140/+240
* doc (Bitraversable): Add examples to BitraversableJulien Debon2020-05-082-3/+68
* Add doc examples for BifoldableJulien Debon2020-05-081-7/+581
* Remove further dead code found by a simple Python script.Brian Foley2020-05-0813-192/+14
* Refactoring: Use bindSigTyVarsFV in rnMethodBindsRyan Scott2020-05-061-8/+1
* Don't use DynFlags in showLinkerState (#17957)Sylvain Henry2020-05-062-5/+7
* Move LeadingUnderscore into Platform (#17957)Sylvain Henry2020-05-066-17/+13
* ELF linker: increment curSymbol after filling in fields of current entryÖmer Sinan Ağacan2020-05-061-1/+2
* Make isTauTy detect higher-rank contextsRyan Scott2020-05-067-9/+91
* Allow atomic update of NameCache in readHieFileZubin Duggal2020-05-064-25/+27
* nonmoving: Fix handling of dirty objectsBen Gamari2020-05-064-3/+115
* nonmoving: Fix incorrect failed_to_evac value during deadlock gcBen Gamari2020-05-061-4/+3
* rts: Zero block flags with -DZBen Gamari2020-05-061-0/+12
* Refactor hole constraints.Richard Eisenberg2020-05-0623-480/+498
* Fix colorized error messages (#18128)Sylvain Henry2020-05-051-1/+1
* Add regression tests for #16244, #16245, #16758Ryan Scott2020-05-059-1/+55
* Fix Haskell98 short description in documentationDenisFrezzato2020-05-051-1/+1
* Remove SpecConstrAnnotation (#13681)Sylvain Henry2020-05-055-111/+30
* Remove references to -package-keySylvain Henry2020-05-056-27/+10
* Remove unused hs-boot filejneira2020-05-041-6/+0
* Remove custom ExceptionMonad class (#18075) (updating haddock submodule accor...Artem Pelenitsyn2020-05-0430-227/+118
* Don't require parentheses around via type (`-XDerivingVia'). Fixes #18130".Baldur Blöndal2020-05-046-2/+48
* Don't return a panic in tcNestedSpliceSimon Peyton Jones2020-05-044-16/+27
* Flatten nested casts in the simple optimizerAlexis King2020-05-034-5/+23
* users guide: Add documentation for non-moving GC eventsBen Gamari2020-05-031-0/+79
* users guide: Move eventlog documentation users guideBen Gamari2020-05-034-104/+585
* rts: Enable tracing of nonmoving heap census with -lnBen Gamari2020-05-033-0/+9
* PmCheck: Pick up `EvVar`s bound in `HsWrapper`s for long-distance infoSebastian Graf2020-05-016-32/+95
* PmCheck: Only call checkSingle if we would report warningsSebastian Graf2020-05-011-2/+4
* Fully remove PprDebugSylvain Henry2020-05-0113-94/+102
* Remove PprStyle param of logging actionsSylvain Henry2020-05-0119-82/+80
* Refactor PprDebug handlingSylvain Henry2020-05-0124-81/+73
* Use platform in Iface BinarySylvain Henry2020-05-011-10/+13
* GHC.StgToCmm.Ticky: remove a few unused stuffÖmer Sinan Ağacan2020-04-301-17/+4
* Remove OneShotInfo field of LFReEntrant, document OneShotInfoÖmer Sinan Ağacan2020-04-304-50/+106
* nonmoving: Eagerly flush all capabilities' update remembered setsBen Gamari2020-04-301-2/+4
* nonmoving: Explicitly memoize block countBen Gamari2020-04-301-3/+2
* nonmoving: Clear bitmap after initializing block sizeBen Gamari2020-04-301-1/+1
* Hadrian: Improve tool-args command to support more componentsMatthew Pickering2020-04-306-38/+134