| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement -ddump-c-backend argumentwip/dump-c | Ben Gamari | 2020-11-20 | 3 | -1/+10 |
* | PmCheck: Print types of uncovered patterns (#18932) | Sebastian Graf | 2020-11-18 | 2 | -16/+6 |
* | Add Addr# atomic primops (#17751) | Sylvain Henry | 2020-11-16 | 3 | -21/+130 |
* | AArch64/arm64 adjustments | Moritz Angermann | 2020-11-15 | 13 | -58/+52 |
* | Use tcSplitForAllInvisTyVars (not tcSplitForAllTyVars) in more places | Ryan Scott | 2020-11-15 | 9 | -29/+36 |
* | Name (tc)SplitForAll- functions more consistently | Ryan Scott | 2020-11-15 | 31 | -140/+140 |
* | nativeGen/dwarf: Use DW_AT_linkage instead of DW_AT_MIPS_linkage | Ben Gamari | 2020-11-15 | 2 | -3/+3 |
* | nativeGen/dwarf: Only produce DW_AT_source_note DIEs in -g3 | Ben Gamari | 2020-11-15 | 3 | -7/+12 |
* | nativeGen/dwarf: Fix procedure end addresses | Ben Gamari | 2020-11-15 | 4 | -15/+30 |
* | Arity: Emit "Exciting arity" warning only after second iteration (#18937) | Sebastian Graf | 2020-11-13 | 1 | -14/+38 |
* | Arity: Rework `ArityType` to fix monotonicity (#18870) | Sebastian Graf | 2020-11-13 | 3 | -138/+213 |
* | compiler: Fix recompilation checkingwip/T18733 | Ben Gamari | 2020-11-12 | 1 | -6/+89 |
* | Force argument in setIdMult (#18925) | Krzysztof Gogolewski | 2020-11-11 | 1 | -2/+2 |
* | Fix and enable object unloading in GHCi | Ömer Sinan Ağacan | 2020-11-11 | 1 | -5/+4 |
* | Enable -fexpose-internal-symbols when debug level >=2 | Ben Gamari | 2020-11-11 | 1 | -1/+7 |
* | codeGen: Produce local symbols for module-internal functions | Ben Gamari | 2020-11-11 | 7 | -3/+52 |
* | Move this_module into NCGConfig | Ben Gamari | 2020-11-11 | 6 | -74/+71 |
* | nativeGen: Make makeImportsDoc take an NCGConfig rather than DynFlags | Ben Gamari | 2020-11-11 | 1 | -4/+3 |
* | [AArch64] Aarch64 Always PIC | Moritz Angermann | 2020-11-06 | 1 | -2/+15 |
* | Refactor -dynamic-too handling | Sylvain Henry | 2020-11-06 | 15 | -236/+414 |
* | Replace HsImplicitBndrs with HsOuterTyVarBndrs | Ryan Scott | 2020-11-06 | 40 | -1296/+1848 |
* | Naming, value types and tests for Addr# atomics | Viktor Dukhovni | 2020-11-05 | 2 | -15/+23 |
* | Don't use LEA with 8-bit registers (#18614) | Sylvain Henry | 2020-11-04 | 1 | -2/+6 |
* | NCG: Fix 64bit int comparisons on 32bit x86 | Andreas Klebinger | 2020-11-04 | 2 | -30/+100 |
* | Constant-folding: don't pass through GHC's Int/Word (fix #11704) | Sylvain Henry | 2020-11-03 | 4 | -30/+27 |
* | Restrict Linear arrow %1 to exactly literal 1 only | Alan Zimmerman | 2020-11-03 | 2 | -3/+4 |
* | Linker: reorganize linker related code | Sylvain Henry | 2020-11-03 | 28 | -1201/+1391 |
* | Expand type synonyms with :kind! | Simon Peyton Jones | 2020-11-02 | 1 | -6/+7 |
* | Display results of GHC.Core.Lint.lint* functions consistently | Ryan Scott | 2020-11-02 | 5 | -62/+53 |
* | Add the proper HLint rules and remove redundant keywords from compiler | Hécate | 2020-11-01 | 113 | -1314/+1232 |
* | Move loadDecl into IfaceToCore | Sylvain Henry | 2020-10-31 | 5 | -123/+126 |
* | primops: Generate ByteArray# index/read/write primops | Ben Gamari | 2020-10-31 | 1 | -113/+215 |
* | primops.txt.pp: Move ByteArray# primops to separate file | Ben Gamari | 2020-10-31 | 2 | -449/+450 |
* | Simplify constant-folding (#18032) | Sylvain Henry | 2020-10-31 | 2 | -10/+4 |
* | Refactor numeric constant folding rules | Sylvain Henry | 2020-10-31 | 1 | -157/+331 |
* | Make typechecker equality consider visibility in ForAllTys | Ryan Scott | 2020-10-31 | 5 | -8/+109 |
* | Split HsConDecl{H98,GADT}Details | Ryan Scott | 2020-10-30 | 15 | -181/+276 |
* | Remove unnecessary gender from comments/docs | Richard Eisenberg | 2020-10-29 | 15 | -21/+20 |
* | Check for large tuples more thoroughlywip/T18723 | Ryan Scott | 2020-10-29 | 8 | -43/+43 |
* | Split GHC.Driver.Types | Sylvain Henry | 2020-10-29 | 188 | -6064/+7165 |
* | API Annotations: put constructors in alphabetical order | Alan Zimmerman | 2020-10-28 | 1 | -2/+2 |
* | DmdAnal: Kill `is_thunk` case in `splitFV` | Sebastian Graf | 2020-10-27 | 2 | -26/+5 |
* | Api Annotations: Introduce AnnPercent for HsExplicitMult | Alan Zimmerman | 2020-10-27 | 3 | -9/+12 |
* | Fix two constraint solving problems | Simon Peyton Jones | 2020-10-27 | 6 | -44/+102 |
* | Version bump: base-4.16 (#18712) | Vladislav Zavialov | 2020-10-27 | 1 | -1/+1 |
* | cmm: Add Note reference to ForeignHint | Ben Gamari | 2020-10-23 | 1 | -0/+2 |
* | Fix error message location in tcCheckPatSynDecl | Simon Peyton Jones | 2020-10-23 | 1 | -5/+13 |
* | API Annotations: Keep track of unicode for linear arrow notationwip/az/unicode-hsscaled | Alan Zimmerman | 2020-10-20 | 11 | -51/+59 |
* | Compile modules with `-fobject-code` enabled to byte-code when loaded with `*... | nineonine | 2020-10-20 | 2 | -6/+28 |
* | Minor comments, update linear types docs | Krzysztof Gogolewski | 2020-10-20 | 4 | -8/+8 |