index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
hir
/
from_ast.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2019-07-21
HIR - Partial support for large arrays (may fail downstream with overflows)
John Hodge
1
-2
/
+2
2019-06-29
HIR Gen - Improved error message with integer overflow
John Hodge
1
-1
/
+2
2019-06-22
HIR - Wrap impls in unique_ptr to keep pointer stability hack
John Hodge
1
-8
/
+8
2019-06-09
HIR - Sort trait impls too
John Hodge
1
-4
/
+6
2019-06-04
HIR - Use maps-of-vectors for impl lists for faster lookup, optimise Trans_En...
John Hodge
1
-7
/
+9
2019-05-19
All - Switch to using interned (de-duplicated) RcString-s instead of std::str...
John Hodge
1
-25
/
+30
2019-05-05
parse/expand/resolve - `macro` macros use their own module as the resolve root
John Hodge
1
-0
/
+2
2019-04-25
HIR - Add more complete privacy handling (allowing for autoderef to skip priv...
John Hodge
1
-28
/
+50
2019-03-24
HIR Macro Export - Hacky workarounds and defensive asserts with macro exports
John Hodge
1
-0
/
+6
2019-02-03
HIR - Minimally-tested support for `extern { type }`
John Hodge
1
-0
/
+10
2019-02-03
HIR Expr - Have _StructLiteral take a HIR::Path (to allow associated types to...
John Hodge
1
-1
/
+11
2019-02-02
HIR From AST - repr fiddling
John Hodge
1
-26
/
+40
2019-01-05
Handle MacroInv in some more places
John Hodge
1
-0
/
+3
2018-12-29
Resolve/HIR - Rough handling of `pub use macro_path;`
John Hodge
1
-0
/
+19
2018-12-29
HIR - Add new struct reprs (mostly stubbed)
John Hodge
1
-11
/
+12
2018-12-28
Lower HIR - Rough (roughshod) handling of `repr(align(N))`
John Hodge
1
-30
/
+28
2018-12-28
Resolve - Clean up AST path bindings, one binding per namespace
John Hodge
1
-38
/
+33
2018-12-22
Lang items for 1.29 (allocator traits removed, need to do magic)
John Hodge
1
-18
/
+21
2018-10-03
Merge branch 'master' into nightly-1.29
John Hodge
1
-2
/
+20
2018-08-12
HIR From AST - Don't set linkage on locally-defined functions when making a t...
John Hodge
1
-2
/
+20
2018-08-01
HIR - Conversion and typecheck fixes for 1.29
John Hodge
1
-0
/
+15
2018-07-29
All - Initial work on supporting 1.29 as a target version
John Hodge
1
-1
/
+5
2018-06-30
HIR Lower - Stub support repr(simd), fixes #78
John Hodge
1
-0
/
+10
2018-05-27
AST - Fix missing handling of `for<>` in a few places
John Hodge
1
-2
/
+2
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
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
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
1
-0
/
+16
2017-11-19
All - Include proc_macro attribute list in metadata
John Hodge
1
-1
/
+1
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
1
-0
/
+13
2017-11-01
HIR - Refactor enums to only embed a single field (and give variants types)
John Hodge
1
-34
/
+130
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 colli...
John Hodge
1
-1
/
+3
2017-09-20
(minor) Debug printing changes
John Hodge
1
-0
/
+1
2017-09-10
Parse - Store attributes for trait items
John Hodge
1
-0
/
+3
2017-08-27
Lower HIR - Hack around 'Self' replacement
John Hodge
1
-0
/
+15
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
1
-1
/
+87
2017-06-09
Fix use of hard tabs
John Hodge
1
-1
/
+1
2017-06-04
Merge branch 'master' of https://github.com/thepowersgang/mrustc
John Hodge (bugs)
1
-15
/
+15
2017-05-28
AST - Refactor to make unit-like structs their own variant
John Hodge
1
-15
/
+15
2017-02-25
Add visual studio project files, little tweaks to codebase to allow compiling...
John Hodge (bugs)
1
-1
/
+2
2017-01-15
Trans - Use #[link(name)] attributes
John Hodge
1
-1
/
+22
2017-01-14
HIR - Build up a flattened list of parent traits early to save time later
John Hodge
1
-0
/
+1
2017-01-13
HIR From AST - Populate crate name unless building a binary
John Hodge
1
-3
/
+7
[next]