summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2018-06-02Clang Compile FixJohn Hodge1-1/+1
2018-06-02OSX Build Tweak - environ definitionJohn Hodge1-1/+1
2018-06-02Targets - Add a rough OSX targetJohn Hodge2-4/+25
2018-06-02AST - Annotate all patterns with spansJohn Hodge6-179/+194
2018-06-02Misc - Clean up/triage some testsJohn Hodge1-0/+3
2018-05-27MIR Optimise - Propagate constants into callsJohn Hodge1-0/+6
2018-05-27Include - Add missing fileJohn Hodge1-0/+89
2018-05-27AST - Fix missing handling of `for<>` in a few placesJohn Hodge4-19/+36
2018-05-27Trans - Plannin for dynamic library supportJohn Hodge3-48/+67
2018-05-27AST - Include HRBs on fn() types, fix minor parsing bugJohn Hodge4-7/+15
2018-05-26Codegen C - Don't emit destructor when type doesn't need itJohn Hodge1-0/+5
2018-05-26main - Make emiting debug dumps optionalJohn Hodge1-28/+106
2018-05-26HIR Const Eval - (minor) Clean up useless code, comments on potential changesJohn Hodge1-26/+11
2018-05-26Include - Add file/line to ASSERT_BUGJohn Hodge2-1/+8
2018-05-25Resolve - Named lifetimesJohn Hodge2-8/+79
2018-05-25HIR - No more name in lifetime paramsJohn Hodge6-14/+56
2018-05-24HIR - Borrow lifetime annotations included (not actually used or valid)John Hodge5-13/+24
2018-05-22AST - Add lifetime params to & typesJohn Hodge5-27/+26
2018-05-20AST - Refactor lifetime/HRB handlingJohn Hodge17-165/+376
2018-05-20Parse - Cleanup TODOsJohn Hodge5-36/+39
2018-05-20AST - Rename MetaItem and MetaItems to Attribute and AttributeListJohn Hodge29-259/+295
2018-05-20General TODO cleanupJohn Hodge3-37/+63
2018-05-13Codegen MMIR - Fix main return typeJohn Hodge1-2/+9
2018-05-13Codegen MMIR - Struct constructorsJohn Hodge1-1/+38
2018-05-12Trans - Support NonZero optimisation for BoxJohn Hodge2-0/+14
2018-05-12Standalone MIRI - TLS and some other messing aboutJohn Hodge1-1/+1
2018-05-12MIR Cleanup - Remove cast of PhantomDataJohn Hodge1-8/+2
2018-05-12Codegen MMIR - Emit vtables (only partially complete)John Hodge1-38/+104
2018-05-11Merge branch 'master' of https://github.com/thepowersgang/mrustcJohn Hodge3-250/+311
2018-05-05Target - Minor fixes to target.toml file loading (should work now)John Hodge2-24/+67
2018-05-05MIR Optimise - Reorder code a bit for easier readingJohn Hodge1-225/+240
2018-05-05MIR Optimise - Short-circuit fail CommonStatements to hopefully avoid ↵John Hodge1-1/+4
excessive runtime
2018-04-25HIR Dump - (minor), fix formatting of enumsJohn Hodge1-1/+2
2018-04-25Fix #72 - Use-after-free of a string in HIR loweringJohn Hodge1-1/+2
2018-04-02Add targets aarch64-linux-gnu and aarch64-unknown-openbsdJakub Jirutka1-0/+23
2018-04-02Fix aarch64 triplet from arm64-* to aarch64-*Jakub Jirutka1-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-01All - Move toml parser and path header to a common library, start on custom ↵John Hodge1-7/+165
target specs.
2018-04-01Codegen C - Fix compilation error in cargo (#66)John Hodge1-4/+16
2018-03-31Codegen C - Fix a few bugs with no ZST modeJohn Hodge1-3/+35
2018-03-30HIR From AST - inline(never)John Hodge1-2/+6
2018-03-30Codegen C - Fix ZST handlingJohn Hodge1-4/+23
2018-03-26netbsd/amd64 supportMaya Rashish3-1/+19
2018-03-20Update proc_macro.cppАристарх Фещуков1-1/+1
2018-03-17Codegen C - Work around GCC5 bug by emitting a single-field struct instead ↵John Hodge1-1/+12
of a union Fixes #63
2018-03-17Codegen C - Fix structured emission (still disabled)John Hodge3-34/+171
2018-03-17Codegen - Minor array fix for MSVCJohn Hodge1-7/+27
2018-03-17Standalone MIRI - size_of_val and drop_in_placeJohn Hodge1-3/+3
2018-03-17VTables - Rename vtable static to have the # at the end (helps parsing in mmir)John Hodge6-48/+147
2018-03-17MIR Optimise - Slight cleanup for faster compilesJohn Hodge2-8/+11
2018-03-17Standalone Miri - More work blasting alongJohn Hodge1-0/+4