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
2018-06-02
Clang Compile Fix
John Hodge
1
-1
/
+1
2018-06-02
OSX Build Tweak - environ definition
John Hodge
1
-1
/
+1
2018-06-02
Targets - Add a rough OSX target
John Hodge
2
-4
/
+25
2018-06-02
AST - Annotate all patterns with spans
John Hodge
6
-179
/
+194
2018-06-02
Misc - Clean up/triage some tests
John Hodge
1
-0
/
+3
2018-05-27
MIR Optimise - Propagate constants into calls
John Hodge
1
-0
/
+6
2018-05-27
Include - Add missing file
John Hodge
1
-0
/
+89
2018-05-27
AST - Fix missing handling of `for<>` in a few places
John Hodge
4
-19
/
+36
2018-05-27
Trans - Plannin for dynamic library support
John Hodge
3
-48
/
+67
2018-05-27
AST - Include HRBs on fn() types, fix minor parsing bug
John Hodge
4
-7
/
+15
2018-05-26
Codegen C - Don't emit destructor when type doesn't need it
John Hodge
1
-0
/
+5
2018-05-26
main - Make emiting debug dumps optional
John Hodge
1
-28
/
+106
2018-05-26
HIR Const Eval - (minor) Clean up useless code, comments on potential changes
John Hodge
1
-26
/
+11
2018-05-26
Include - Add file/line to ASSERT_BUG
John Hodge
2
-1
/
+8
2018-05-25
Resolve - Named lifetimes
John Hodge
2
-8
/
+79
2018-05-25
HIR - No more name in lifetime params
John Hodge
6
-14
/
+56
2018-05-24
HIR - Borrow lifetime annotations included (not actually used or valid)
John Hodge
5
-13
/
+24
2018-05-22
AST - Add lifetime params to & types
John Hodge
5
-27
/
+26
2018-05-20
AST - Refactor lifetime/HRB handling
John Hodge
17
-165
/
+376
2018-05-20
Parse - Cleanup TODOs
John Hodge
5
-36
/
+39
2018-05-20
AST - Rename MetaItem and MetaItems to Attribute and AttributeList
John Hodge
29
-259
/
+295
2018-05-20
General TODO cleanup
John Hodge
3
-37
/
+63
2018-05-13
Codegen MMIR - Fix main return type
John Hodge
1
-2
/
+9
2018-05-13
Codegen MMIR - Struct constructors
John Hodge
1
-1
/
+38
2018-05-12
Trans - Support NonZero optimisation for Box
John Hodge
2
-0
/
+14
2018-05-12
Standalone MIRI - TLS and some other messing about
John Hodge
1
-1
/
+1
2018-05-12
MIR Cleanup - Remove cast of PhantomData
John Hodge
1
-8
/
+2
2018-05-12
Codegen MMIR - Emit vtables (only partially complete)
John Hodge
1
-38
/
+104
2018-05-11
Merge branch 'master' of https://github.com/thepowersgang/mrustc
John Hodge
3
-250
/
+311
2018-05-05
Target - Minor fixes to target.toml file loading (should work now)
John Hodge
2
-24
/
+67
2018-05-05
MIR Optimise - Reorder code a bit for easier reading
John Hodge
1
-225
/
+240
2018-05-05
MIR Optimise - Short-circuit fail CommonStatements to hopefully avoid ↵
John Hodge
1
-1
/
+4
excessive runtime
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-04-02
Add targets aarch64-linux-gnu and aarch64-unknown-openbsd
Jakub Jirutka
1
-0
/
+23
2018-04-02
Fix aarch64 triplet from arm64-* to aarch64-*
Jakub Jirutka
1
-2
/
+2
ARM's 64-bit ISA introduced in ARMv8-A is called "aarch64" by most projects, including Rust and GCC. Better to avoid more confusions.
2018-04-01
All - Move toml parser and path header to a common library, start on custom ↵
John Hodge
1
-7
/
+165
target specs.
2018-04-01
Codegen C - Fix compilation error in cargo (#66)
John Hodge
1
-4
/
+16
2018-03-31
Codegen C - Fix a few bugs with no ZST mode
John Hodge
1
-3
/
+35
2018-03-30
HIR From AST - inline(never)
John Hodge
1
-2
/
+6
2018-03-30
Codegen C - Fix ZST handling
John Hodge
1
-4
/
+23
2018-03-26
netbsd/amd64 support
Maya Rashish
3
-1
/
+19
2018-03-20
Update proc_macro.cpp
Аристарх Фещуков
1
-1
/
+1
2018-03-17
Codegen C - Work around GCC5 bug by emitting a single-field struct instead ↵
John Hodge
1
-1
/
+12
of a union Fixes #63
2018-03-17
Codegen C - Fix structured emission (still disabled)
John Hodge
3
-34
/
+171
2018-03-17
Codegen - Minor array fix for MSVC
John Hodge
1
-7
/
+27
2018-03-17
Standalone MIRI - size_of_val and drop_in_place
John Hodge
1
-3
/
+3
2018-03-17
VTables - Rename vtable static to have the # at the end (helps parsing in mmir)
John Hodge
6
-48
/
+147
2018-03-17
MIR Optimise - Slight cleanup for faster compiles
John Hodge
2
-8
/
+11
2018-03-17
Standalone Miri - More work blasting along
John Hodge
1
-0
/
+4
[prev]
[next]