summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make `Int`'s `mod` and `rem` strict in their first argumentswip/mod-rem-strictSebastian Graf2020-05-151-8/+11
* doc: Reformulate the opening paragraph of Ch. 4 in User's guideIvan-Yudin2020-05-131-9/+11
* testsuite: Add testcase for #18129Ben Gamari2020-05-132-0/+53
* testsuite: Print sign of performance changesBen Gamari2020-05-131-2/+2
* users-guide: Add discussion of shared object namingBen Gamari2020-05-132-1/+10
* CprAnal: Don't attach CPR sigs to expandable bindings (#18154)Sebastian Graf2020-05-1329-111/+124
* fix printf warning when using with ghc with clang on mingwEmeka Nkurumeh2020-05-131-1/+1
* Add few cleanups of the CAF logicBen Gamari2020-05-135-13/+23
* docs: Add examples for Data.Semigroup.Arg{Min,Max}Simon Jakobi2020-05-131-0/+7
* get-win32-tarballs: Improve diagnostics outputBen Gamari2020-05-131-2/+8
* get-win32-tarballs: Fix base URLBen Gamari2020-05-131-1/+0
* Pack some of IdInfo fields into a bit fieldÖmer Sinan Ağacan2020-05-131-25/+117
* rts/CNF: Fix fixup comparison functionBen Gamari2020-05-134-2/+31
* rts: Make non-existent linker search path merely a warningBen Gamari2020-05-091-2/+2
* Fix unboxed-sums GC ptr-slot rubbish value (#17791)Sylvain Henry2020-05-0914-42/+135
* Linker.c: initialize n_symbols of ObjectCode with other fieldsÖmer Sinan Ağacan2020-05-081-0/+1
* Bump exceptions submodule so that dist-boot is .gitignore'dRyan Scott2020-05-081-0/+0
* Add test for #16167nineonine2020-05-083-0/+4
* 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