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-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
2019-06-30
HIR Typecheck - Cache drop glue presence
John Hodge
2
-7
/
+27
2019-06-30
scripts - Tweak to log_get_last_function
John Hodge
1
-1
/
+1
2019-06-30
Makefiles - Test tweaking
John Hodge
1
-11
/
+36
2019-06-30
Codegen C - Fix incorrect size in vtables
John Hodge
1
-5
/
+12
2019-06-30
Expand `#[test]` - Fix should_panic/ignore flags
John Hodge
1
-3
/
+4
2019-06-29
All - Working dylib support (not used yet, needs rpath/absolute)
John Hodge
5
-6
/
+54
2019-06-29
Trans - Rework to potentially support dynamic libraries
John Hodge
12
-80
/
+139
2019-06-29
Makefile - Clean up old test targets, more resiliant verbose argument
John Hodge
1
-56
/
+10
2019-06-29
HIR Gen - Improved error message with integer overflow
John Hodge
1
-1
/
+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-22
AST - Use constant crate paths in HIR metadata
John Hodge
3
-3
/
+13
2019-06-22
HIR Deserialise - Disable debug output
John Hodge
3
-8
/
+15
2019-06-22
HIR - Wrap impls in unique_ptr to keep pointer stability hack
John Hodge
9
-41
/
+43
2019-06-22
HIR - Planning for removal of evil pointers (but not today)
John Hodge
5
-8
/
+98
2019-06-22
HIR - Fix slight logic error in ItemPath (C++ overloads)
John Hodge
1
-1
/
+3
2019-06-22
Expand/Trans - Better handling of #[panic_implementation]
John Hodge
4
-7
/
+52
2019-06-20
minicargo - Improved test support
John Hodge
2
-6
/
+29
2019-06-16
rustc patch - Add comment-out of a size check that fails with mrustc, add ↵
John Hodge
1
-0
/
+26
comments
2019-06-16
Minicargo - Support for main unit test targets
John Hodge
2
-2
/
+13
2019-06-16
Notes - Add idea for a new MIR optimisation
John Hodge
1
-0
/
+15
2019-06-16
MIR Gen - (minor) Log node pointers
John Hodge
1
-0
/
+5
2019-06-15
HIR Annotate - Handle method receivers correctly
John Hodge
1
-2
/
+25
[next]