summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Expose doCppNeil Mitchell2019-05-311-0/+1
* support small arrays and CONSTR_NOCAF in ghc-heapDavid Hewson2019-05-313-0/+27
* Use types already in AST when making .hie fileMatthew Pickering2019-05-312-1/+3
* powerpc32: fix stack allocation code generationSergei Trofimovich2019-05-311-1/+1
* powerpc32: fix 64-bit comparison (#16465)Sergei Trofimovich2019-05-311-0/+1
* Update `$(TOP)/*.md` documentsTakenobu Tani2019-05-314-35/+36
* Eventlog: Document the fact timestamps are nanosecondsMatthew Pickering2019-05-311-0/+4
* testsuite: Compile T9630 with +RTS -G1Ben Gamari2019-05-301-1/+4
* Improve targetContents code docsDaniel Gröber2019-05-303-6/+9
* Add depanalPartial to make getting a partial modgraph easierDaniel Gröber2019-05-301-10/+32
* PartialDownsweep: Add test for import errorsDaniel Gröber2019-05-302-0/+14
* Catch preprocessor errors in downsweepDaniel Gröber2019-05-307-28/+95
* Make downsweep return all errors per-module instead of throwing someDaniel Gröber2019-05-305-29/+28
* Refactor summarise{File,Module} to extract checkSummaryTimestampDaniel Gröber2019-05-304-47/+123
* Refactor summarise{File,Module} to reduce code duplicationDaniel Gröber2019-05-301-84/+123
* Refactor downsweep to allow returning multiple errors per moduleDaniel Gröber2019-05-302-29/+27
* Add failing test for #10887Daniel Gröber2019-05-303-0/+143
* Export GhcMake.downsweepDaniel Gröber2019-05-301-0/+2
* Apply suggestion to rts/CheckUnload.cTrịnh Tuấn Phương2019-05-301-1/+2
* Apply suggestion to rts/CheckUnload.cTrịnh Tuấn Phương2019-05-301-1/+1
* Use binary search to speedup checkUnloadPhuong Trinh2019-05-309-32/+369
* rts: Handle zero-sized mappings in MachO linkerBen Gamari2019-05-301-2/+6
* CODEOWNERS: Use correct username for Richard EisenbergBen Gamari2019-05-301-6/+6
* Hadrian: always generate the libffi dynlibs manifest with globbingAlp Mestanogullari2019-05-302-14/+10
* Hadrian: Add note about Libffi's Indicating Inputs #16653David Eichmann2019-05-291-7/+30
* Inline `Settings` into `DynFlags`John Ericson2019-05-2913-122/+146
* Break up `Settings` into smaller structsJohn Ericson2019-05-299-190/+541
* Provide details in `plusSimplCount` errorsJosh Meredith2019-05-291-1/+8
* tcMatchesFun s/rho/sigma #16692Vladislav Zavialov2019-05-292-3/+3
* CNF.c: Move debug functions behind ifdefÖmer Sinan Ağacan2019-05-291-1/+1
* downsweep: Allow TargetFile not to exist when a buffer is givenDaniel Gröber2019-05-294-18/+14
* Allow using tagetContents for modules needing preprocessingDaniel Gröber2019-05-296-38/+242
* Add hPutStringBuffer utilityDaniel Gröber2019-05-291-0/+6
* Don't lose parentheses in show SomeAsyncExceptionNathan Collins2019-05-291-1/+1
* Fix missing unboxed tuple RuntimeReps (#16565)Krzysztof Gogolewski2019-05-294-34/+47
* In hole fits, don't show VTA for inferred variables (#16456)Krzysztof Gogolewski2019-05-296-13/+41
* Add test for old issue displaying unboxed tuples in error messages (#502)Kevin Buhr2019-05-293-0/+23
* Fix some warnings in users_guide (incl #16640)Oleg Grenrus2019-05-293-3/+11
* Remove stale 8.2.1-notesOleg Grenrus2019-05-291-527/+0
* Minor spelling fixes to users guide.P.C. Shyamshankar2019-05-298-8/+8
* testsuite: introduce 'static_stats' testsAlp Mestanogullari2019-05-2910-22/+62
* Handle hs-boot files in -Wmissing-home-modules (#16551)Krzysztof Gogolewski2019-05-296-0/+13
* Improve comments around injectivity checksRichard Eisenberg2019-05-283-21/+23
* Add missing opening braces in Cmm dumpsÖmer Sinan Ağacan2019-05-271-1/+1
* hadrian: Fix generation of settingsJohn Ericson2019-05-271-2/+2
* Fix padding of entries in .prof filesJasper Van der Jeugt2019-05-271-1/+1
* base: Include (<$) in all exports of FunctorSimon Jakobi2019-05-272-3/+2
* Add a pprTraceWith functionSebastian Graf2019-05-271-3/+9
* Fix tcfail158 (#15899)Krzysztof Gogolewski2019-05-272-4/+5
* Correct the large tuples section in user's guideJoshua Price2019-05-271-8/+8