index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
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
2019-01-15
Minicargo - Auto-detect bin targets (fixes #101)
John Hodge
1
-0
/
+14
2018-12-22
Minicargo - Fix #98 by moving chdir into `spawn_process` (and protect it ↵
John Hodge
2
-19
/
+36
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-24
minicargo - (minor) #include <> to ""
John Hodge
1
-2
/
+2
2018-11-24
standalone_miri - Fix MSVC ice and clean up some warnings
John Hodge
2
-7
/
+7
2018-11-14
Trans - Add initial support for m68k
John Paul Adrian Glaubitz
1
-0
/
+2
2018-11-04
Standalone MIRI - Fix some warnings/todos
John Hodge
2
-3
/
+3
2018-10-21
Standalone MIRI - Compilation fixes for 32-bit msvc
John Hodge
2
-4
/
+9
2018-09-30
Merge pull request #84 from thepowersgang/ondemand-generation
John Hodge (Mutabah)
1
-9
/
+2
Generate MIR when required for constant evaluation
2018-09-22
Testrunner - Remove debuginfo (smaller output)
John Hodge
1
-9
/
+2
2018-09-09
Msvc compile fixes
John Hodge
5
-19
/
+34
2018-08-04
Minicargo - Always print called processes
John Hodge
1
-7
/
+25
2018-06-27
Consistent preprocessor indentation in Builder constructor
Greg V
1
-8
/
+8
That one '# ifdef __linux__' was sticking out
2018-06-27
Add FreeBSD and DragonFly targets
Greg V
2
-0
/
+27
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
20
-32
/
+151
2018-06-03
Toml - Slightly better commenting
John Hodge
1
-1
/
+5
2018-06-03
Standalone MIRI - Fix parse errors from mrustc changes, add recursion limit
John Hodge
7
-12
/
+82
2018-06-03
All - Move host target auto-detection to be common between compiler and ↵
John Hodge
3
-13
/
+69
minicargo
2018-06-03
Testrunner - Fix compilation on OSX, add optimisation and debuginfo
John Hodge
1
-1
/
+15
2018-06-03
minicargo - Rough OSX support
John Hodge
1
-4
/
+29
2018-06-02
Minicargo - Tweaked error reporting
John Hodge
1
-2
/
+2
2018-05-20
TestRunner - Don't pass -L when there's no dependencies
John Hodge
1
-0
/
+13
2018-05-20
Minicargo - Quieten build output
John Hodge
4
-6
/
+33
2018-05-20
Standalone MIRI - A few comment notes
John Hodge
1
-1
/
+3
2018-05-19
Standalone MIRI - Clean up more direct uses of TypeRef.wrappers
John Hodge
1
-96
/
+111
2018-05-19
Standalone MIRI - Remove direct uses of TypeRef.wrappers
John Hodge
6
-183
/
+186
2018-05-19
Standalone MIRI - Use some more helpers
John Hodge
6
-84
/
+114
2018-05-19
Standalone MIRI - Better logging (can redirect to a file, leaving stdout for ↵
John Hodge
7
-93
/
+147
the program)
2018-05-19
Standalone MIRI - Pass argv to the target
John Hodge
4
-8
/
+79
2018-05-18
Standalone MIRI - Range limit on FFI pointers
John Hodge
2
-2
/
+3
2018-05-16
Standalone MIRI - Split interpreter into its own file
John Hodge
4
-2365
/
+2387
2018-05-15
Standalone MIRI - Split AllocationPtr into AllocationHandle and RelocationPtr
John Hodge
4
-218
/
+280
2018-05-13
Standalone MIRI - Refactor to remove linkage of host and VM stack
John Hodge
1
-1127
/
+1263
2018-05-13
Standalone MIRI - Working hello.rs
John Hodge
2
-3
/
+36
2018-05-13
Standalone MIRI - Shallow drops and better tracing
John Hodge
4
-32
/
+109
2018-05-13
Standalone MIRI - Misc cleanups
John Hodge
1
-10
/
+18
2018-05-13
Standalone MIRI - memrchr and better null checking
John Hodge
2
-0
/
+25
2018-05-13
Standalone MIRI - Create allocations for static data
John Hodge
1
-2
/
+5
2018-05-13
Standalone MIRI - Better vtable handling, fix to offset with null pointers
John Hodge
4
-58
/
+65
2018-05-13
Standalone MIRI - Atomic add, catch_panic
John Hodge
1
-22
/
+72
2018-05-12
Standalone MIRI - TLS and some other messing about
John Hodge
3
-56
/
+227
2018-05-12
Standalone MIRI - Fiddling around
John Hodge
2
-6
/
+11
2018-05-12
Standalone MIRI - Better handling of statics
John Hodge
2
-10
/
+32
2018-05-12
Standalone MIRI - Get type for statics, add some pthread_* FFI stubs
John Hodge
3
-22
/
+50
2018-05-12
Standalone MIRI - De-duplicate some value code
John Hodge
2
-81
/
+133
2018-05-12
Standalone Miri - More implementation work
John Hodge
2
-9
/
+43
2018-05-12
Standalone Miri - Linux build support
John Hodge
7
-4
/
+101
2018-05-11
Merge branch 'master' of https://github.com/thepowersgang/mrustc
John Hodge
1
-0
/
+15
2018-05-05
Target - Minor fixes to target.toml file loading (should work now)
John Hodge
1
-0
/
+15
[next]