41a3eea9
|
Takenobu Tani
|
Update core syn type
|
|
792c2a9b
|
Takenobu Tani
|
Update CoreSyn
|
|
dc8548cd
|
Takenobu Tani
|
Clean up module paths after #13009
See also https://gitlab.haskell.org/ghc/ghc/-/wikis/Make-GHC-codebase-more-modular
|
|
0dfa7b62
|
Takenobu Tani
|
Update links for source code
This fix using `sed -i -e `'s#haskell.org/ghc/ghc/tree/master/ghc/#haskell.org/ghc/ghc/blob/master/#g'
|
|
13ee9668
|
Takenobu Tani
|
Update links for source code
This fix using `sed -i -e 's#/trac/ghc/browser/ghc/#https://gitlab.haskell.org/ghc/ghc/blob/master/#g'`
|
|
cb122086
|
Ben Gamari
|
Fix links to GHC source files
Rewritten with,
```
sed -i -e 's%/ghc/ghc/tree%https://gitlab.haskell.org/ghc/ghc/tree%g' $(find -iname '*.md')
```
|
|
33352ae3
|
Ben Gamari
|
Merge branch 'master' into fixed-master
|
|
75b15166
|
Takenobu Tani
|
Fix layout in gitlab miglation
|
|
ecfe8ff9
|
Tobias Dammers
|
Merge remote-tracking branch 'origin/master' into fixed-master
|
|
e483f083
|
Tobias Dammers
|
Fix links to GHC source code
|
|
6530fd1d
|
Tobias Dammers
|
Fix markdown link syntax
|
|
cc1a7a6a
|
Tobias Dammers
|
Re-run import
|
|
023399c3
|
Matthias Braun
|
Fix typo
|
|
0fba3303
|
Matthias Braun
|
Fix typos
|
|
11d8ff45
|
Tobias Dammers
|
Fix links to GHC source code
|
|
8d2d9a9f
|
Tobias Dammers
|
Remove leading space from markdown link labels
|
|
ba85477d
|
Julian Leviston
|
Correct "build" -> "built"
|
|
16372523
|
takenobu
|
Add link to "Into the Core"
|
|
83657095
|
danilo2
|
Edit Commentary/Compiler/CoreSynType
|
|
16d22965
|
bitonic
|
Edit Commentary/Compiler/CoreSynType
|
|