index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
common
Age
Commit message (
Collapse
)
Author
Files
Lines
2019-01-22
targets: Add x86_64 and arm targets for Haiku
Alexander von Gluck IV
1
-0
/
+9
2018-12-22
Minicargo - Fix #98 by moving chdir into `spawn_process` (and protect it ↵
John Hodge
1
-0
/
+7
with a lock)
2018-12-15
Targets - Add alignment to the target specs, along with a saveback test.
John Hodge
2
-31
/
+75
2018-11-14
Trans - Add initial support for m68k
John Paul Adrian Glaubitz
1
-0
/
+2
2018-06-27
Add FreeBSD and DragonFly targets
Greg V
1
-0
/
+16
Also adjust macOS comment. FreeBSD also uses clang and lld (current dev version even uses lld as /usr/bin/ld), function-sections/gc-sections are very well supported. It's probably a Mach-O issue on Macs.
2018-06-04
All - Ensure that all files have a header comment, remove some dead code
John Hodge
6
-4
/
+49
2018-06-03
Toml - Slightly better commenting
John Hodge
1
-1
/
+5
2018-06-03
All - Move host target auto-detection to be common between compiler and ↵
John Hodge
1
-0
/
+66
minicargo
2018-05-20
Minicargo - Quieten build output
John Hodge
2
-0
/
+9
2018-05-05
Target - Minor fixes to target.toml file loading (should work now)
John Hodge
1
-0
/
+15
2018-04-01
All - Move toml parser and path header to a common library, start on custom ↵
John Hodge
8
-0
/
+1189
target specs.