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-07-19
Standaline MIRI - Report errors to stderr as well as the log
John Hodge
2
-6
/
+24
2019-07-14
standalone_miri - Fix after MIR refactor
John Hodge
8
-189
/
+256
2019-06-29
All - Working dylib support (not used yet, needs rpath/absolute)
John Hodge
1
-0
/
+1
2019-06-29
Trans - Rework to potentially support dynamic libraries
John Hodge
1
-2
/
+2
2019-06-23
minicargo - Handle pre-release tags in version specifiers
John Hodge
1
-1
/
+12
2019-06-23
dump_hirfile - Updates for new trait organisation, extra dumping
John Hodge
1
-20
/
+67
2019-06-20
minicargo - Improved test support
John Hodge
2
-6
/
+29
2019-06-16
Minicargo - Support for main unit test targets
John Hodge
2
-2
/
+13
2019-06-09
minicargo - Support for integration tests
John Hodge
7
-41
/
+129
2019-06-09
testrunner - Timeout support, don't make "success" file until test completes
John Hodge
1
-10
/
+46
2019-06-04
dump_hirfile - Compile fixes for RcString change
John Hodge
1
-5
/
+10
2019-05-18
minicargo - Very rough planning for dylibs
John Hodge
1
-6
/
+22
2019-05-15
standalone_miri - Fiddling for 1.29 support (not working yet)
John Hodge
3
-28
/
+70
2019-05-15
standalone_miri - Fix for MIR changes, fiddling with FFI
John Hodge
6
-34
/
+95
2019-05-12
minicargo - dependency file support, planning for dylibs
John Hodge
3
-6
/
+165
2019-05-11
dump_hirfile - Extend to dump function MIR
John Hodge
2
-6
/
+153
2019-03-23
Tools - add a hacky crate metadata dump tool (macros only currently)
John Hodge
2
-0
/
+184
2019-01-27
Minicargo - Tweaks for building cargo
John Hodge
3
-3
/
+33
2019-01-20
minicargo - Rough build progress counter
John Hodge
1
-3
/
+9
2019-01-19
minicargo - Include a rough progress counter in build reports
John Hodge
1
-14
/
+27
2019-01-01
minicargo - Hack in a environment variable used by backtrace-sys
John Hodge
1
-0
/
+2
2018-12-30
Common TOML - Allow EOF right after a line
John Hodge
1
-2
/
+1
2018-12-30
minicargo - Cleanup and planning for better `cfg()` handing
John Hodge
4
-170
/
+278
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
[next]