index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
hir
Age
Commit message (
Collapse
)
Author
Files
Lines
2018-08-01
HIR - Conversion and typecheck fixes for 1.29
John Hodge
5
-4
/
+60
2018-07-29
All - Initial work on supporting 1.29 as a target version
John Hodge
1
-1
/
+5
2018-07-04
HIR Serialise - Fix ordering of MIR Asm input/outputs
John Hodge
1
-1
/
+1
2018-06-30
HIR Lower - Stub support repr(simd), fixes #78
John Hodge
2
-0
/
+11
2018-06-04
All - Ensure that all files have a header comment, remove some dead code
John Hodge
8
-36
/
+26
2018-06-04
MIR Helpers - Handle ItemAddr to enum/struct constructors
John Hodge
1
-1
/
+4
2018-06-02
AST - Remove old serialisation code (now all done on HIR)
John Hodge
2
-2
/
+0
2018-06-02
HIR Serialise - Explicitly serialise tokens (instead of using ancient code)
John Hodge
2
-17
/
+48
2018-06-02
Clang Compile Fix
John Hodge
1
-1
/
+1
2018-05-27
AST - Fix missing handling of `for<>` in a few places
John Hodge
1
-2
/
+2
2018-05-25
HIR - No more name in lifetime params
John Hodge
5
-9
/
+46
2018-05-24
HIR - Borrow lifetime annotations included (not actually used or valid)
John Hodge
5
-13
/
+24
2018-05-20
AST - Refactor lifetime/HRB handling
John Hodge
1
-19
/
+38
2018-05-20
AST - Rename MetaItem and MetaItems to Attribute and AttributeList
John Hodge
1
-7
/
+7
2018-05-20
General TODO cleanup
John Hodge
1
-14
/
+48
2018-04-25
HIR Dump - (minor), fix formatting of enums
John Hodge
1
-1
/
+2
2018-04-25
Fix #72 - Use-after-free of a string in HIR lowering
John Hodge
1
-1
/
+2
2018-03-30
HIR From AST - inline(never)
John Hodge
1
-2
/
+6
2018-02-10
Trans - Fix mismatches between mrustc's sizings and C's sizings
John Hodge
1
-0
/
+1
2018-01-27
Trans - Add "backend" for monomorphised MIR
John Hodge
1
-2
/
+5
2018-01-21
HIR Serialise - Remove debug print
John Hodge
1
-1
/
+0
2018-01-20
HIR Serilise - Don't save remote lang items
John Hodge
1
-1
/
+12
2018-01-07
Trans - Draft ARM32 support
John Hodge
1
-1
/
+1
2017-12-29
Fix enums with `repr(u64)`
Adam Chodorowski
1
-1
/
+1
2017-12-09
HIR+Trans - Handling of various enum reprs
John Hodge
2
-1
/
+17
2017-11-26
HIR From AST - Fix logic that auto-applies ! to loops
John Hodge
1
-8
/
+4
2017-11-19
All - Include proc_macro attribute list in metadata
John Hodge
5
-4
/
+37
2017-11-18
MSVC Compile Fixes
John Hodge
1
-1
/
+2
2017-11-18
HIR From AST - Handle windows paths
John Hodge
1
-1
/
+3
2017-11-12
All - proc_macro support through to attempting to run them
John Hodge
3
-0
/
+17
2017-11-12
src - Add draft (untested) support for procedural macro crates
John Hodge
1
-0
/
+5
2017-11-05
Trans - Calculate sizes, alignment, and representation
John Hodge
1
-1
/
+0
2017-11-05
MIR - Use SwitchValue terminator
John Hodge
3
-4
/
+40
2017-11-01
HIR - Refactor enums to only embed a single field (and give variants types)
John Hodge
9
-171
/
+287
2017-09-30
HIR Visitor - (minor) log module path
John Hodge
1
-1
/
+1
2017-09-28
HIR Lower - (minor) Add TODO on repr for enums
John Hodge
1
-2
/
+4
2017-09-24
All - Handle crates with tagged names
John Hodge
1
-1
/
+6
2017-09-24
LoadCrates - Support loading crates that might collide (and handle name ↵
John Hodge
4
-7
/
+25
collisions)
2017-09-23
Trans - Only codegen drop impls if needed
John Hodge
1
-0
/
+6
2017-09-23
HIR Typecheck - Fix bug with get_full_path on functions in the root crate
John Hodge
1
-1
/
+5
2017-09-20
(minor) Debug printing changes
John Hodge
1
-0
/
+1
2017-09-10
Consteval - Remove BorrowOf in favor of BorrowPath/BorrowData
John Hodge
4
-5
/
+18
2017-09-10
Parse - Store attributes for trait items
John Hodge
1
-0
/
+3
2017-09-08
HIR - Store link paths
John Hodge
3
-0
/
+3
2017-09-08
Typecheck - Various tweaks from librustdoc
John Hodge
3
-12
/
+29
2017-09-04
All - Placement new (<-) syntax
John Hodge
1
-4
/
+5
2017-09-02
Misc - Clean up some MSVC warnings
John Hodge
1
-1
/
+1
2017-09-02
HIR Impl Specialisation - Check param bounds for overlap
John Hodge
1
-1
/
+15
2017-09-02
HIR - Missed changed file required for placeholders
John Hodge
1
-0
/
+4
2017-08-31
HIR - Fix minor bug in specialisation ordering
John Hodge
1
-3
/
+4
[next]