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-11-29
Implement cargo:rustc-flags
Igor Pashev
1
-3
/
+5
Make sure we read the whole line and not truncate on the first space.
2019-11-27
solaris: O_DIRECTORY may be undefined
Igor Pashev
1
-0
/
+4
2019-11-27
solaris: determine path to minicargo
Igor Pashev
1
-0
/
+6
2019-11-27
Add Solaris targets (amd64)
Igor Pashev
1
-0
/
+7
2019-11-26
mir_opt_test - Add tests for SingleSetAndUse (includes one that caused bad ↵
John Hodge
2
-2
/
+87
codegen at one point)
2019-11-24
mir_opt_test - More basic test cases
John Hodge
5
-4
/
+112
2019-11-24
mir_opt_test - Const propagation test, extra parsing
John Hodge
2
-3
/
+103
2019-11-24
mir_opt_test - All terminators implemented, more simple test cases
John Hodge
3
-32
/
+243
2019-11-24
tools - Add an experimental (and very incomplete) MIR optimisation tester
John Hodge
4
-0
/
+611
2019-11-23
Standalone MIRI - Extended windows FFI support, works for "hello, world"
John Hodge
4
-1
/
+213
2019-11-16
TOML Parser - Handle newlines before close of an array
John Hodge
1
-0
/
+4
2019-11-09
Standalone MIRI - Tweaks on windows
John Hodge
4
-7
/
+30
2019-11-03
minicargo - Hack in workspace support (for `[patch]`)
John Hodge
5
-1
/
+135
2019-11-03
Minicargo - Better output for failed commands
John Hodge
1
-5
/
+14
2019-11-02
Fix typo 'depencency' to 'dependency'
Elichai Turkel
1
-1
/
+1
2019-11-02
Add support for crates renaming
Elichai Turkel
1
-0
/
+5
2019-11-02
standalone_miri - Notes and experimental (unused) implementation of abstract ↵
John Hodge
3
-0
/
+215
FFI layer
2019-10-29
minicargo - Fixes to build script support for winapi
John Hodge
3
-14
/
+25
2019-10-27
minicargo - Fix Cargo.toml interpreting error with MSVC libcurl
John Hodge
2
-10
/
+15
2019-10-26
Merge remote-tracking branch 'remotes/origin/master' into nightly-1.29
John Hodge
7
-56
/
+154
2019-10-26
All - Compilation fixes on VS2015 (constructors, warnings, missing files, ↵
John Hodge
5
-7
/
+17
class/struct disagreement, <algorithm>)
2019-10-26
minicargo - Set `RUSTC` env var to path to mrustc
John Hodge
1
-0
/
+3
2019-10-20
testrunner - Support 'skip-codegen'
John Hodge
1
-1
/
+17
2019-10-19
testrunner - Add mode to only rebuild failing tests
John Hodge
1
-15
/
+29
2019-10-10
Minicargo Manifest - Tweaked binary source file logic
John Hodge
1
-2
/
+7
2019-08-24
minicargo - Allow specifying features on command line
John Hodge
1
-0
/
+16
2019-08-19
Stanalone MIRI - Track frame counts (easier to step back across calls)
John Hodge
3
-10
/
+24
2019-08-18
Standalone MIRI - Correct handling of function types
John Hodge
5
-48
/
+118
2019-08-17
Standalone MIRI - Refactor Value to allow one relocation inline
John Hodge
4
-244
/
+274
2019-08-17
Standalone MIRI - SwitchValue string
John Hodge
1
-6
/
+25
2019-08-16
Standalone MIRI - More u128, general improvements in running a proc macro
John Hodge
3
-14
/
+244
2019-08-14
Standalone MIRI - Start on u128/i128 support ideas
John Hodge
2
-0
/
+36
2019-08-14
Standalone MIRI - Instruction counting
John Hodge
2
-2
/
+5
2019-08-09
Standalone MIRI - More thread hackery
John Hodge
3
-2
/
+9
2019-08-08
Standalone MIRI - Downgrade an error based on observed patterns
John Hodge
3
-5
/
+14
2019-08-08
Standalone MIRI - Fix size of allocations
John Hodge
3
-42
/
+41
2019-08-07
Standalone MIRI - Panic catching, more TODOs removed
John Hodge
1
-6
/
+29
2019-08-07
Standalone MIRI - Tweaked panic handling
John Hodge
2
-5
/
+13
2019-08-07
Standalone MIRI - Rough panic support
John Hodge
2
-7
/
+39
2019-08-06
Standalone MIRI - Multithreading hacks
John Hodge
3
-13
/
+85
2019-08-05
Standalone MIRI - Hacky thread handling (run in-place)
John Hodge
1
-4
/
+34
2019-08-05
Standalone MIRI - Various improvements
John Hodge
8
-32
/
+236
2019-08-04
Standalone MIRI - Fix write_bytes count
John Hodge
1
-3
/
+5
2019-08-04
Standalone MIRI - Tweak handling of relocation comparisons
John Hodge
1
-10
/
+44
2019-08-04
Standalone MIRI - More pointer fixes
John Hodge
2
-5
/
+14
2019-08-04
Standalone MIRI - Properly tagged FFI pointers
John Hodge
3
-11
/
+21
2019-08-04
Standalone MIRI - Fix OOB write caused by storing too much in a value inline
John Hodge
1
-10
/
+7
2019-08-04
Standalone MIRI - Restructure so `0` is never a valid pointer value
John Hodge
5
-80
/
+93
2019-08-04
Standalone MIRI - General improvements
John Hodge
3
-8
/
+121
2019-08-04
Standalone MIRI - isatty (and move fcntl)
John Hodge
1
-42
/
+50
[next]