| Commit message (Expand) | Author | Age | Files | Lines |
* | Typos in comments [ci skip] | Gabor Greif | 2017-04-11 | 1 | -1/+1 |
* | Fix recompilation avoidance bug for implementor of hsig. | Edward Z. Yang | 2017-04-02 | 1 | -1/+2 |
* | Allow compilation of C/C++/ObjC/ObjC++ files with module from TH | Francesco Mazzoli | 2017-03-08 | 1 | -5/+8 |
* | Eliminate ListSetOps from imp_trust_pkgs | David Feuer | 2017-03-02 | 1 | -19/+22 |
* | Improvements/bugfixes to signature reexport handling. | Edward Z. Yang | 2017-02-17 | 1 | -1/+1 |
* | Add support for StaticPointers in GHCi | Ben Gamari | 2017-02-02 | 1 | -4/+20 |
* | Allow top-level string literals in Core (#8472) | Takano Akio | 2017-01-20 | 1 | -2/+2 |
* | Add dump-parsed-ast flag and functionality | Alan Zimmerman | 2017-01-15 | 1 | -2/+9 |
* | Support for using only partial pieces of included signatures. | Edward Z. Yang | 2017-01-11 | 1 | -1/+1 |
* | Enable subsections via symbols on iOS | Demi Obenour | 2017-01-10 | 1 | -2/+2 |
* | -dead_strip is now the default on Darwin | Demi Obenour | 2017-01-10 | 1 | -1/+3 |
* | Allow use of the external interpreter in stage1. | Shea Levy | 2016-12-20 | 1 | -24/+0 |
* | Revert "Allow use of the external interpreter in stage1." | Tamar Christina | 2016-12-19 | 1 | -0/+24 |
* | Allow use of the external interpreter in stage1. | Shea Levy | 2016-12-17 | 1 | -24/+0 |
* | Make up a module name for c-- files | Ben Gamari | 2016-12-16 | 1 | -2/+5 |
* | Clean up handling of known-key Names in interface files | Ben Gamari | 2016-10-13 | 1 | -37/+2 |
* | Distinguish between UnitId and InstalledUnitId. | Edward Z. Yang | 2016-10-08 | 1 | -9/+13 |
* | The Backpack patch. | Edward Z. Yang | 2016-10-08 | 1 | -13/+43 |
* | Retypecheck both before and after finishing hs-boot loops in --make. | Edward Z. Yang | 2016-08-21 | 1 | -1/+4 |
* | Axe initIfaceTc, tie the knot through HPT (or if_rec_types). | Edward Z. Yang | 2016-08-21 | 1 | -7/+27 |
* | Annotate initIfaceCheck with usage information. | Edward Z. Yang | 2016-08-21 | 1 | -1/+1 |
* | -fprof-auto-top | Simon Marlow | 2016-07-22 | 1 | -0/+1 |
* | CodeGen: Way to dump cmm only once (#11717) | Vladimir Trubilov | 2016-07-17 | 1 | -7/+8 |
* | Fix #10963 and #11975 by adding new cmds to GHCi. | Richard Eisenberg | 2016-06-23 | 1 | -4/+4 |
* | HscMain: Minor simplification | Ömer Sinan Ağacan | 2016-06-03 | 1 | -3/+2 |
* | Document some benign nondeterminism | Bartosz Nitka | 2016-05-24 | 1 | -1/+3 |
* | Rework parser to allow use with DynFlags | Dave Laing | 2016-05-18 | 1 | -2/+2 |
* | Remove unused import of emptyNameEnv | Simon Peyton Jones | 2016-04-19 | 1 | -1/+0 |
* | ErrUtils: Add timings to compiler phases | Ben Gamari | 2016-03-24 | 1 | -30/+33 |
* | Print which flag controls emitted SafeHaskell warnings | Herbert Valerio Riedel | 2016-02-27 | 1 | -5/+9 |
* | Unconditionally handle TH known key names. | Edward Z. Yang | 2016-02-26 | 1 | -3/+1 |
* | HscMain: Delete some unused code | Ömer Sinan Ağacan | 2016-02-25 | 1 | -68/+0 |
* | Remove unused LiveVars and SRT fields of StgCase | Ömer Sinan Ağacan | 2016-02-08 | 1 | -2/+2 |
* | Revert "Remove unused LiveVars and SRT fields of StgCase and StgLetNoEscape" | Ömer Sinan Ağacan | 2016-02-06 | 1 | -2/+2 |
* | Remove unused LiveVars and SRT fields of StgCase and StgLetNoEscape | Ömer Sinan Ağacan | 2016-02-04 | 1 | -2/+2 |
* | Replace calls to `ptext . sLit` with `text` | Jan Stolarek | 2016-01-18 | 1 | -2/+4 |
* | Fix #10872. | Richard Eisenberg | 2016-01-15 | 1 | -3/+30 |
* | Enable stack traces with ghci -fexternal-interpreter -prof | Simon Marlow | 2016-01-08 | 1 | -3/+3 |
* | Remote GHCi, -fexternal-interpreter | Simon Marlow | 2015-12-17 | 1 | -24/+31 |
* | Add `-W(no-)xxx` aliases for `-f(no-)warn-xxx` flags | David Luposchainsky | 2015-12-16 | 1 | -4/+4 |
* | An assortment of typos | Gabor Greif | 2015-12-08 | 1 | -1/+1 |
* | Revert "Unify hsig and hs-boot; add preliminary "hs-boot" merging." | Edward Z. Yang | 2015-11-16 | 1 | -66/+3 |
* | Move usage calculation to desugaring, simplifying ModGuts. | Edward Z. Yang | 2015-11-16 | 1 | -5/+2 |
* | s/FrontendMerge/FrontendInterface/g | Edward Z. Yang | 2015-11-16 | 1 | -2/+2 |
* | Turn ImportedModsVal into a data type | Joachim Breitner | 2015-11-13 | 1 | -6/+6 |
* | Give helpful advice when a fully qualified name is not in scope | Joachim Breitner | 2015-11-13 | 1 | -2/+2 |
* | Implement function-sections for Haskell code, #8405 | Simon Brenner | 2015-11-12 | 1 | -1/+1 |
* | Make GHCi & TH work when the compiler is built with -prof | Simon Marlow | 2015-11-07 | 1 | -5/+0 |
* | Generate Typeable info at definition sites | Ben Gamari | 2015-10-30 | 1 | -2/+11 |
* | Revert "Generate Typeable info at definition sites" | Ben Gamari | 2015-10-29 | 1 | -11/+2 |