summaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* Clarify comment on makeCorePairMatthew Pickering2016-08-031-3/+6
* Remove `setUnfoldingInfoLazily`Matthew Pickering2016-08-034-14/+4
* Typo in comment [skip ci]Matthew Pickering2016-08-031-1/+1
* More comments about InlinePragmasMatthew Pickering2016-08-032-0/+7
* Update old comment InlinePragmaMatthew Pickering2016-08-031-2/+2
* Add comment about lexing of INLINE and INLINABLE pragmaMatthew Pickering2016-08-031-1/+2
* StgSyn: Remove unused StgLiveVars typesÖmer Sinan Ağacan2016-08-031-17/+2
* ForeignCall.hs: Remove DrIFT directivesÖmer Sinan Ağacan2016-08-021-7/+0
* Typo in commentGabor Greif2016-08-011-1/+1
* Use MO_Cmpxchg in Primops.cmm instead of ccall cas(..)alexbiehl2016-08-011-1/+6
* Relevant Bindings no longer reports shadowed bindings (fixes #12176)Annie Cherkaev2016-08-012-2/+16
* Make Unique a newtypeÖmer Sinan Ağacan2016-07-281-3/+1
* Compute boot-defined TyCon names from ModIface.Edward Z. Yang2016-07-263-27/+89
* MonadUtils: Typos in commentsÖmer Sinan Ağacan2016-07-261-2/+2
* Some typos in commentsGabor Greif2016-07-264-5/+5
* Fix the non-Linux buildErik de Castro Lopo2016-07-222-9/+9
* -fprof-auto-topSimon Marlow2016-07-221-0/+1
* Squash space leaks in the result of byteCodeGenSimon Marlow2016-07-222-18/+70
* Add deepseq dependency and a few NFData instancesSimon Marlow2016-07-226-2/+37
* StgCmmBind: Some minor simplificationsÖmer Sinan Ağacan2016-07-221-8/+2
* More typos in commentsGabor Greif2016-07-225-7/+7
* Correct a few mistyped words in prose/commentsGabor Greif2016-07-221-1/+1
* Fix and document Unique generation for sum TyCon and DataConsÖmer Sinan Ağacan2016-07-212-8/+39
* Comments re ApThunks + small refactor in mkRhsClosureSimon Peyton Jones2016-07-211-15/+21
* Comments + tiny refactor of isNullarySrcDataConSimon Peyton Jones2016-07-211-4/+14
* Comments onlySimon Peyton Jones2016-07-213-50/+109
* Implement unboxed sum primitive typeÖmer Sinan Ağacan2016-07-2180-700/+2036
* Revert "Clean up interaction between name cache and built-in syntax"Ben Gamari2016-07-206-83/+20
* Compact RegionsGiovanni Campagna2016-07-204-3/+126
* Clean up interaction between name cache and built-in syntaxBen Gamari2016-07-206-46/+109
* InstEnv: Ensure that instance visibility check is lazyBen Gamari2016-07-202-34/+71
* Fix bytecode generator panicSeraphime Kirkovski2016-07-201-0/+11
* TcInteract: Add braces to matchClassInst trace outputBen Gamari2016-07-201-2/+2
* Support SCC pragmas in declaration contextÖmer Sinan Ağacan2016-07-206-16/+85
* Make okConIdOcc recognize unboxed tuplesRyan Scott2016-07-181-8/+13
* Fix Template Haskell reification of unboxed tuple typesRyan Scott2016-07-181-1/+3
* Make DeriveFunctor work with unboxed tuplesRyan Scott2016-07-181-2/+6
* Fix misspellings of the word "instance" in commentsRyan Scott2016-07-185-6/+6
* Pretty: remove a harmful $! (#12227)Thomas Miedema2016-07-171-1/+44
* CodeGen: Way to dump cmm only once (#11717)Vladimir Trubilov2016-07-174-28/+38
* Binary: Use ByteString's copy in getBSBen Gamari2016-07-161-19/+12
* IfaceEnv: Only check for built-in OccNames if mod is GHC.TypesBen Gamari2016-07-162-32/+63
* Log heap profiler samples to event logBen Gamari2016-07-162-2/+3
* Bring comments in TcGenGenerics up to dateRyan Scott2016-07-151-2/+4
* tidyOccNames: Rename variables fairlyJoachim Breitner2016-07-142-8/+61
* tidyType: Rename variables of nested forall at onceJoachim Breitner2016-07-132-8/+32
* Demand analyser: Implement LetUp rule (#12370)Joachim Breitner2016-07-121-21/+79
* Pretty: delete really old changelogThomas Miedema2016-07-111-154/+20
* TysWiredIn: Use UniqFM lookup for built-in OccNamesBen Gamari2016-07-101-27/+25
* DsExpr: Remove usage of concatFS in fingerprintNameBen Gamari2016-07-081-7/+5