index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Collapse
)
Author
Files
Lines
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
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
1
-9
/
+348
2019-07-20
Codegen C - Fix Box drop impl not being overridden
John Hodge
1
-9
/
+21
2019-07-20
HIR Typecheck - Move NullOnDrop to a common location
John Hodge
2
-11
/
+12
2019-07-20
HIR Expand Closures - Better naming
John Hodge
1
-8
/
+14
2019-07-14
standalone_miri - Fix after MIR refactor
John Hodge
1
-7
/
+22
2019-07-14
MIR Optimise - Don't evaluate U128 inv
John Hodge
1
-2
/
+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-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
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
4
-6
/
+53
2019-06-29
Trans - Rework to potentially support dynamic libraries
John Hodge
9
-60
/
+98
2019-06-29
HIR Gen - Improved error message with integer overflow
John Hodge
1
-1
/
+2
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-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
2019-06-09
HIR - Sort trait impls too
John Hodge
11
-232
/
+308
2019-06-09
macro_rules - Handle open range operators
John Hodge
1
-1
/
+23
2019-06-08
Codegen C - (minor) Include drop statement in output comments
John Hodge
1
-0
/
+1
2019-06-08
HIR Typecheck Static - Handle closures in EAT (for post resolve validation)
John Hodge
1
-0
/
+3
2019-06-08
MIR Gen - Fix clobbering of value state when fields are reassigned
John Hodge
2
-21
/
+14
2019-06-08
MIR Gen - Casts move
John Hodge
2
-1
/
+5
2019-06-06
Expand proc_macro - Fix for string interning
John Hodge
1
-2
/
+2
2019-06-04
HIR Ops - Remove unused case from impl matching (slight speedup)
John Hodge
1
-1
/
+1
2019-06-04
HIR - Use maps-of-vectors for impl lists for faster lookup, optimise ↵
John Hodge
13
-288
/
+477
Trans_Enumerate
2019-06-04
HIR Markings - Flag for any Copy impl
John Hodge
5
-27
/
+31
2019-06-02
MIR - Refactor LValue to reduce size and linked-list-ness (seems to have had ↵
John Hodge
23
-1855
/
+1798
a ~10% reduction in memory usage)
2019-05-28
Allow square brackets in macro definitions
Michael Howell
1
-0
/
+1
Fixes #103
2019-05-25
Derive - Fix incorrect copy-paste during previous refactor
John Hodge
1
-1
/
+1
2019-05-25
MIR - Condense LValue debug format
John Hodge
1
-8
/
+8
2019-05-24
Expand derive - Code cleanup
John Hodge
3
-228
/
+207
2019-05-21
rc_string - Use memcmp/strcmp (faster)
John Hodge
2
-56
/
+31
2019-05-19
All - Switch to using interned (de-duplicated) RcString-s instead of ↵
John Hodge
96
-864
/
+1202
std::string for paths/identifiers
[prev]
[next]