summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix the timestamps in GC_START and GC_END events on the GC-initiating capMikolaj2012-04-048-19/+94
* Emit final heap alloc events and rearrange code to calculate alloc totalsDuncan Coutts2012-04-044-24/+34
* Move trace of cap delete from shutdownCapability to freeCapabilityDuncan Coutts2012-04-041-21/+7
* Adjust the eventlog description header for the spark counter eventDuncan Coutts2012-04-042-1/+2
* Add new eventlog events for various heap and GC statisticsDuncan Coutts2012-04-0411-15/+386
* Change the presentation of parallel GC work balance in +RTS -sDuncan Coutts2012-04-043-22/+20
* Calculate the total memory allocated on a per-capability basisDuncan Coutts2012-04-044-1/+22
* Add eventlog/trace stuff for capabilities: create/delete/enable/disableDuncan Coutts2012-04-048-53/+180
* Document optimisation passes, to some extent at leastSimon Peyton Jones2012-04-041-71/+60
* Merge branch 'master' of http://darcs.haskell.org/ghcSimon Peyton Jones2012-04-0414-232/+438
|\
| * Update comments about Addr in foreign declarations.Paolo Capriotti2012-04-042-10/+7
| * Improved checks for "dynamic" and "wrapper" foreign declarations (#5664)Paolo Capriotti2012-04-042-14/+35
| * Prevent nested TH exceptions from bubbling up to the top level (#5976)Paolo Capriotti2012-04-032-6/+37
| * Support qualified identifiers in quasi-quotes (#5555).Paolo Capriotti2012-04-022-1/+29
| * Fixed typo in b857c8ad which caused NewtypeD to be interpreted as DataD.Mikhail Vorozhtsov2012-04-021-1/+1
| * Whitespace only in main/Packages.lhsIan Lynagh2012-04-011-167/+160
| * Tidy up compiler/ghc.cabal.inIan Lynagh2012-04-011-26/+10
| * Add a section about promoted literals to the manual.Iavor S. Diatchki2012-03-311-0/+46
| * Add an entry for -XExplicitNamespaces to the manual.Iavor S. Diatchki2012-03-311-0/+6
| * Add some missing equations for type-literals.Iavor S. Diatchki2012-03-311-0/+6
| * Respect package qualifier when validating imports in GHCi (#5979)Patrick Palka2012-03-311-1/+2
| * Attempt to detect loops through imported function RULEsMax Bolingbroke2012-03-301-9/+102
* | Tighten up on type validity checkingSimon Peyton Jones2012-04-042-39/+65
|/
* Update documentation of DatatypeContexts (#5964)Paolo Capriotti2012-03-301-2/+3
* Merge branch 'master' of http://darcs.haskell.org/ghcSimon Peyton Jones2012-03-303-12/+341
|\
| * Add linker support for ELF on ARMBen Gamari2012-03-303-12/+341
* | Don't do validity checking on types in Template Haskell type bracketsSimon Peyton Jones2012-03-301-1/+3
* | A related group of changes that make lexically scoped typeSimon Peyton Jones2012-03-302-43/+69
* | Don't crash if there's a malformed instance!Simon Peyton Jones2012-03-301-3/+7
* | White space onlySimon Peyton Jones2012-03-301-1/+1
* | Comments onlySimon Peyton Jones2012-03-303-6/+13
|/
* threadStackOverflow: Tweak to stack chunk sizingSimon Marlow2012-03-281-1/+2
* Fix a bug in threadStackOverflow() (maybe #5214)Simon Marlow2012-03-281-13/+22
* Merge branch 'master' of http://darcs.haskell.org/ghcSimon Peyton Jones2012-03-282-51/+6
|\
| * Don't document '-fregs-liveness' or '-fllvm-tbaa', both hidden flagsDavid Terei2012-03-282-51/+6
* | Make the LocalRdrEnv keep track of all the Names that are in scopeSimon Peyton Jones2012-03-285-19/+52
* | Add a crucial forkM on the superclass context of IfaceClass in tcIfaceDeclSimon Peyton Jones2012-03-284-16/+32
|/
* Remove Show instance for ForestSimon Peyton Jones2012-03-281-6/+0
* Merge with HEADSimon Peyton Jones2012-03-271-14/+2
|\
| * Remove dead codeJose Pedro Magalhaes2012-03-271-12/+1
* | Merge branch 'master' of http://darcs.haskell.org//ghcSimon Peyton Jones2012-03-2656-150/+605
|\ \ | |/
| * Merge remote-tracking branch 'origin/master' into type-natsIavor S. Diatchki2012-03-2439-4124/+4215
| |\
| * | Add -XExplicitNamespaces to enable using 'type' in import/exports.Iavor S. Diatchki2012-03-244-5/+27
| * | Fix printing of type operators in declarations.Iavor S. Diatchki2012-03-241-2/+2
| * | Fix pretty-printing of type operators in imports/exports.Iavor S. Diatchki2012-03-246-7/+30
| * | Merge remote-tracking branch 'origin/master' into type-natsIavor S. Diatchki2012-03-2011-99/+110
| |\ \
| * \ \ Merge remote-tracking branch 'origin/master' into type-natsIavor S. Diatchki2012-03-1948-258/+398
| |\ \ \
| * | | | Add type-literals in the ordering hierarchy.Iavor S. Diatchki2012-03-191-1/+8
| * | | | Only parse type literals when using `DataKinds`.Iavor S. Diatchki2012-03-183-2/+22
| * | | | Add an `Outputable` instance for `HsTyLit`Iavor S. Diatchki2012-03-181-0/+3