index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
Files
Lines
2019-08-04
Standalone MIRI - Restructure so `0` is never a valid pointer value
John Hodge
6
-87
/
+105
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
2019-08-04
Standalone MIRI - `read` FFI
John Hodge
3
-3
/
+47
2019-08-04
Standalone MIRI - More FFI open+fcntl
John Hodge
1
-0
/
+61
2019-08-03
Standalone MIRI - u8/u16 arithmatic
John Hodge
1
-0
/
+20
2019-08-03
MIR Cleanup - Clean up constants more
John Hodge
1
-0
/
+28
2019-08-03
Standalone MIRI - discriminant_value
John Hodge
3
-11
/
+60
2019-08-03
standalone miri - stat, errno, char casts
John Hodge
3
-61
/
+90
2019-08-03
Codegen MMIR - Handle enum constructors
John Hodge
1
-4
/
+49
2019-08-03
MIR Optimise - Extend Single-Read/Write optimisation to follow goto/call
John Hodge
1
-12
/
+62
2019-08-03
Standalone MIRI - SwitcValue, slice drops, char cast, ...
John Hodge
2
-27
/
+148
2019-08-03
Standalone miri - General fixes trying to get a test running
John Hodge
4
-40
/
+90
2019-08-03
Standalone miri - Fix handling of `str` deref
John Hodge
1
-1
/
+3
2019-08-03
MIR Optimise - Remove duplicate code
John Hodge
1
-30
/
+5
2019-08-03
standalone_miri - Misc tweaks
John Hodge
1
-2
/
+8
2019-08-03
MIR Optimise - De-borrow, fix invalidation in old de-termporary code
John Hodge
1
-31
/
+272
2019-07-27
Resolve Use - Fix edge case with recursive lookups erroring
John Hodge
1
-3
/
+8
2019-07-27
Lower MIR - Handle match with union
John Hodge
1
-1
/
+8
2019-07-24
HIR Typecheck - Semi-hack, auto-deref through &-ptrs when looking for callables
John Hodge
1
-1
/
+14
2019-07-21
Parse - Handle #[cfg_attr(foo, path="")]
John Hodge
1
-1
/
+14
2019-07-21
Typecheck Expressions - Default to u8 when cast to char is seen
John Hodge
1
-1
/
+18
2019-07-21
Parse - Handle converting byte string :expr fragments into patterns
John Hodge
1
-3
/
+3
2019-07-21
HIR Typecheck - Short-circuit when method name is found on a trait object
John Hodge
2
-0
/
+7
2019-07-21
standalone_miri - Improved logging, fix incorrect offset when getting ↵
John Hodge
2
-17
/
+28
relocations (1.29 hello is working)
2019-07-21
HIR - Partial support for large arrays (may fail downstream with overflows)
John Hodge
2
-3
/
+3
2019-07-21
(minor) Fix comment typo
John Hodge
1
-1
/
+1
2019-07-21
MIR Optimise - Tweaks to new optimisation
John Hodge
1
-14
/
+35
2019-07-20
MIR Optimise - Simpler and more powerful temporary elimination
John Hodge
2
-9
/
+361
2019-07-20
standalone_miri - Improved logging for allocation tags
John Hodge
3
-7
/
+16
2019-07-20
Codegen C - Fix Box drop impl not being overridden
John Hodge
2
-9
/
+43
2019-07-20
Makefile - Use dynamic linking for tests
John Hodge
2
-2
/
+10
2019-07-20
testrunner - Less hard-coded options
John Hodge
1
-7
/
+27
2019-07-20
minicargo - Hackily support dylib building (env var to turn it on)
John Hodge
1
-4
/
+7
2019-07-20
dump_hirfile - Fix publicity handling
John Hodge
1
-2
/
+2
2019-07-20
HIR Typecheck - Move NullOnDrop to a common location
John Hodge
2
-11
/
+12
2019-07-20
Standalone MIRI - Name tags on allocations
John Hodge
6
-11
/
+25
2019-07-20
HIR Expand Closures - Better naming
John Hodge
1
-8
/
+14
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
9
-196
/
+278
2019-07-14
MIR Optimise - Don't evaluate U128 inv
John Hodge
1
-2
/
+3
2019-07-13
Makefiles - Tweaking
John Hodge
2
-3
/
+4
2019-07-13
rustc patch - Fix `const` function rule violation
John Hodge
1
-3
/
+3
2019-07-13
Trans sizeof - Fix bug where sizeof<*const T> would return 2*ptr if T was ?Sized
John Hodge
4
-176
/
+187
2019-07-13
MIR Optimise - Improved constant propagation
John Hodge
1
-13
/
+81
2019-07-13
Expand module_path - Unconditionally add `::` to simplify debugging empty ↵
John Hodge
1
-2
/
+1
crate names
2019-07-13
main - Add initial file to depenency list
John Hodge
1
-1
/
+2
2019-07-13
Notes - Add a file documenting annoying bugs
John Hodge
1
-0
/
+26
2019-07-07
Expand module_path - Include crate name (for RUST_LOG)
John Hodge
1
-1
/
+3
2019-07-07
MIR Optimise - Fix (and detect) mis-optimisation with indexing, more const ↵
John Hodge
3
-9
/
+68
propagation
[next]