Advertisement
Guest User

Untitled

a guest
Jul 1st, 2019
228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.03 KB | None | 0 0
  1. commit 73258ad10c89c79518d891b5ab0751fa3bb2f4b1 (HEAD -> function-sections, origin/function-sections)
  2. Merge: 597caddd ffe618c1
  3. Author: Timon Kruiper <timonkruiper@gmail.com>
  4. Date: Mon Jul 1 17:51:43 2019 +0200
  5.  
  6. Merge branch 'function-sections' of https://github.com/timonkruiper/zig into function-sections
  7.  
  8. commit 597caddd047ba68dddfc9d08f74425f6ef4b341e
  9. Author: Timon Kruiper <timonkruiper@gmail.com>
  10. Date: Mon Jul 1 17:47:34 2019 +0200
  11.  
  12. Added the ZigLVVMCreateTargetMachine to self hosted zig code
  13.  
  14. commit 51d4029d961d44fd60acad65a2a3b9e9c2ecedfd
  15. Author: Timon Kruiper <timonkruiper@gmail.com>
  16. Date: Mon Jul 1 15:22:57 2019 +0200
  17.  
  18. Added ZigLLVMCreateTargetMachine and pass function-sections flag
  19. Also added extra cache line
  20.  
  21. commit 7586f613d58db8f210649c890c467edce11643b9
  22. Author: Timon Kruiper <timonkruiper@gmail.com>
  23. Date: Fri Jun 28 00:58:35 2019 +0200
  24.  
  25. Added function-section functionality
  26.  
  27. commit 0dd2e93e4cb28205823e840d5fdb0fccce9cc2e7 (upstream/master, master)
  28. Author: Marc Tiehuis <marc@tiehu.is>
  29. Date: Sun Jun 30 22:25:03 2019 +1200
  30.  
  31. Update for new fmt.zig formatting
  32.  
  33. commit 92b68c57b3329418c8e799e60e37fd00674704e5
  34. Author: emekoi <emekankurumeh@outlook.com>
  35. Date: Fri Jun 28 16:01:49 2019 -0500
  36.  
  37. fix formatting
  38.  
  39. commit 8156a61de898c1ebcf4b70da21618452507591cd
  40. Author: emekoi <emekankurumeh@outlook.com>
  41. Date: Fri Jun 28 16:01:41 2019 -0500
  42.  
  43. fix syntax highlighting
  44.  
  45. commit 7a2b0cc9c44c9ad426e6f0b1a65b746b7535e35d
  46. Author: Michael Dusan <michael.dusan@gmail.com>
  47. Date: Sat Jun 29 02:30:38 2019 -0400
  48.  
  49. fix stack escape in add_source_file()
  50.  
  51. commit 4b7e04f75aef8da6d2f95977cee69cd9b3b440a5
  52. Author: Andrew Kelley <andrew@ziglang.org>
  53. Date: Fri Jun 28 02:00:56 2019 -0400
  54.  
  55. rename std/special/bootstrap.zig to std/special/start.zig
  56.  
  57. commit ae72a982242fbd46f389f933c18b036e919093bc
  58. Merge: ff477361 623dbb73
  59. Author: Andrew Kelley <andrew@ziglang.org>
  60. Date: Thu Jun 27 20:37:28 2019 -0400
  61.  
  62. Merge pull request #2775 from SamTebbs33/alignment-docs
  63.  
  64. Add doc comments to alignment functions
  65. commit ff477361b005f059591e92e079d62e68153365e1
  66. Merge: 0a0c1168 69c7c5de
  67. Author: Andrew Kelley <andrew@ziglang.org>
  68. Date: Thu Jun 27 19:16:24 2019 -0400
  69.  
  70. Merge branch 'emekoi-root-import'
  71.  
  72. commit 69c7c5de09e16e96a6ea5207ef8b3a21e9d119f9
  73. Author: Andrew Kelley <andrew@ziglang.org>
  74. Date: Thu Jun 27 19:15:33 2019 -0400
  75.  
  76. fixups
  77.  
  78. * better detection for already seen packages
  79. * "root" instead of "@root"
  80.  
  81. commit ffe618c1bb705c03339f023b068eb5785f1eb639
  82. Author: Timon Kruiper <timonkruiper@gmail.com>
  83. Date: Fri Jun 28 00:58:35 2019 +0200
  84.  
  85. Added function-section functionality
  86.  
  87. commit fe2d89007b2013bed4a12446fa74a124a9721dbb
  88. Merge: 0a0c1168 3ed6acd2
  89. Author: Andrew Kelley <andrew@ziglang.org>
  90. Date: Thu Jun 27 18:38:28 2019 -0400
  91.  
  92. Merge branch 'root-import' of https://github.com/emekoi/zig into emekoi-root-import
  93.  
  94. commit 623dbb73df7d8350f79f62c13587a354fdcd56d5
  95. Author: SamTebbs33 <samuel.tebbs@gmail.com>
  96. Date: Thu Jun 27 22:23:09 2019 +0100
  97.  
  98. Add check for power of 2 to std.mem.alignBackward
  99.  
  100. commit 0a0c11685fd8faf73392d88dbdee7c744cc83386
  101. Author: Andrew Kelley <andrew@ziglang.org>
  102. Date: Thu Jun 27 17:22:35 2019 -0400
  103.  
  104. fix for with null and T peer types and inferred result location type
  105.  
  106. See #2762
  107.  
  108. commit 14abf0fda5080b52ddfc0976d0e7c93928dbe543
  109. Author: SamTebbs33 <samuel.tebbs@gmail.com>
  110. Date: Thu Jun 27 22:22:17 2019 +0100
  111.  
  112. Add doc comments to alignment functions
  113.  
  114. commit 1b23c461380dea2a2b04eb234652a705f01f05a7
  115. Author: Andrew Kelley <andrew@ziglang.org>
  116. Date: Thu Jun 27 16:54:19 2019 -0400
  117.  
  118. fix switch with null and T peer types and inferred result location type
  119.  
  120. closes #2762
  121.  
  122. commit d422d5753b64b57b8559ceee45081f4e1e355e54
  123. Author: Andrew Kelley <andrew@ziglang.org>
  124. Date: Thu Jun 27 15:38:40 2019 -0400
  125.  
  126. avoid std.debug.global_allocator in http headers tests
  127.  
  128. commit 8a251c411dd9347082d315b197a862ba3cfa06ba
  129. Merge: 1ccf6a2c 39112d90
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement