summaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* Change role annotation syntax.Richard Eisenberg2013-09-1724-466/+641
* Make sure type literals aren't negative (#8306)Austin Seipp2013-09-161-9/+15
* Comment typo onlyGabor Greif2013-09-161-1/+1
* Distinguish between hs-main cases when giving rtsopts advice.Edward Z. Yang2013-09-151-0/+1
* Fix the type signatures of new copy primops.Austin Seipp2013-09-151-3/+3
* New primops for byte range copies ByteArray# <-> Addr#Duncan Coutts2013-09-152-0/+70
* 80 columnsSimon Marlow2013-09-141-5/+8
* Give language pragma suggestions without -XJoachim Breitner2013-09-1419-75/+75
* Fix rebase falloutJoachim Breitner2013-09-141-1/+1
* Introduce coerce :: Coercible a b -> a -> bcoercibleJoachim Breitner2013-09-1312-13/+440
* Expose tcTyConsOfType as Types.tyConsOfTypeJoachim Breitner2013-09-134-35/+40
* Outputable.isOrAre: "is" or "are" for correct grammarJoachim Breitner2013-09-131-1/+10
* Expose more in the TcS monadJoachim Breitner2013-09-131-2/+20
* Rename -ddump-cmm-rewrite to -ddump-cmm-sinkJan Stolarek2013-09-132-3/+3
* Add support for evaluation of type-level natural numbers.Iavor S. Diatchki2013-09-1229-27/+887
* Improve sinking passJan Stolarek2013-09-123-42/+216
* Implement the AMP warning (#8004)Austin Seipp2013-09-114-6/+183
* Fix AMP warnings.Austin Seipp2013-09-1130-17/+267
* Drop proc-points that don't exist in the graph (#8205)Jan Stolarek2013-09-112-20/+50
* factor 'tcRnModuleTcRnM' out of 'tcRnModule' and export itNicolas Frisby2013-09-101-12/+22
* Improve error reporting for "relevant bindings" again (Trac #8233)Simon Peyton Jones2013-09-106-38/+56
* Improve the insolubility check when quantifyingSimon Peyton Jones2013-09-101-5/+11
* Comments onlySimon Peyton Jones2013-09-101-2/+2
* Remove dead codeJan Stolarek2013-09-103-14/+2
* Fix ./validate with GHC 7.6 as bootstrap compiler.Austin Seipp2013-09-091-0/+4
* Merge branch 'ghc-parmake-gsoc' (#910)Patrick Palka2013-09-0911-199/+663
|\
| * Merge remote-tracking branch 'origin/master' into ghc-parmake-gsocghc-parmake-gsocPatrick Palka2013-09-0821-87/+201
| |\
| * | Have `ghc --info` report support for parallel --makePatrick Palka2013-09-061-0/+1
| * | Merge remote-tracking branch 'origin/master' into ghc-parmake-gsocPatrick Palka2013-09-065-23/+37
| |\ \
| * | | Fix bootstrapping of GHC with earlier versionsPatrick Palka2013-09-041-0/+4
| * | | genSym: atomic_inc() now takes two argumentsPatrick Palka2013-09-041-1/+1
| * | | Merge remote-tracking branch 'origin/master' into ghc-parmake-gsocPatrick Palka2013-09-0441-284/+492
| |\ \ \
| * | | | Retain boot modules in getModLoopPatrick Palka2013-08-301-3/+3
| * | | | Rename DynFlags.parUpsweepNum to parMakeCountPatrick Palka2013-08-302-5/+5
| * | | | Merge branch 'master' into ghc-parmake-gsocPatrick Palka2013-08-3042-629/+951
| |\ \ \ \
| * | | | | Pass a DynFlags argument explicitly to typecheckLoopPatrick Palka2013-08-271-6/+5
| * | | | | Properly handle import loops in the parallel upsweepPatrick Palka2013-08-261-48/+132
| * | | | | Binary: eradicate BinIO handlesPatrick Palka2013-08-261-44/+0
| * | | | | Implement the parallel upsweep (#910)Patrick Palka2013-08-262-3/+359
| * | | | | TcEnv: Make mkWrapperName deterministic and thread-safePatrick Palka2013-08-262-5/+10
| * | | | | Binary: Make lazyGet more thread-safePatrick Palka2013-08-261-1/+6
| * | | | | TidyPgm: Atomically update the NameCache in tidyTopNamePatrick Palka2013-08-261-7/+3
| * | | | | SysTools: make various functions thread-safePatrick Palka2013-08-262-41/+68
| * | | | | FastString: make the string table thread-safePatrick Palka2013-08-261-86/+102
| * | | | | TcRnMonad: make forkM thread-safePatrick Palka2013-08-261-1/+5
| * | | | | UniqSupply: make mkSplitUniqSupply thread-safePatrick Palka2013-08-263-3/+14
* | | | | | Fix optimization of Parser.y.ppAustin Seipp2013-09-092-14/+9
* | | | | | Remove -fwarn-typeable-instancesJose Pedro Magalhaes2013-09-092-8/+4
| |_|_|_|/ |/| | | |
* | | | | resurrected -fdicts-strict, off by defaultNicolas Frisby2013-09-088-83/+147
* | | | | Add basic support for GHCJSAustin Seipp2013-09-0614-4/+54
| |_|_|/ |/| | |