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-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
2017-08-31
HIR - Rough spport for `break value;` (no translation/typecheck yet)
John Hodge
3
-7
/
+12
2017-08-27
Lower HIR - Hack around 'Self' replacement
John Hodge
1
-0
/
+15
2017-08-23
HIR Typecheck - Specialiation deep overlap checks, little impl param ↵
John Hodge
2
-4
/
+163
determining fix
2017-08-20
HIR From AST - i128/u128
John Hodge
1
-0
/
+2
2017-08-18
HIR Serialise - Don't store value of statics
John Hodge
2
-2
/
+2
2017-08-18
HIR Typecheck - Refactor coerce/unsize handling
John Hodge
1
-0
/
+14
2017-07-25
HIR Typecheck - Refactor of markings to keep more information
John Hodge
3
-38
/
+74
2017-07-16
AST - Attributes on struct literal entries
John Hodge
1
-3
/
+3
2017-07-16
AST - Little tweaks for upgraded test source
John Hodge
1
-5
/
+6
2017-07-16
All - Upgrade to rustc 1.19.0 beta (2017-07-08)
John Hodge
2
-46
/
+89
2017-07-09
HIR Deserialise - Remove another place where ordering is assumed
John Hodge
1
-4
/
+10
2017-07-09
All - Fix compilation on gcc
John Hodge
1
-1
/
+1
2017-07-09
HIR Serialise - (incomplete) Fixes for function ordering
John Hodge
3
-34
/
+43
2017-07-08
Codegen+Loading - MSVC support draft (libcore compiles, doesn't load)
John Hodge
2
-7
/
+16
2017-07-06
MIR - Add (but don't use) a SwitchValue terminator
John Hodge
1
-0
/
+24
[prev]
[next]