summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2019-11-24main - Move debug code to `debug.cpp` (preparation for moving all logic to a ↵John Hodge5-167/+217
library)
2019-11-24Misc - Remove now-defunct files (resolve_ufcs_outer.cpp and mangling.cpp)John Hodge5-737/+1
2019-11-23Resolve UFCS - Move all "Outer" logic to resolve_ufcs.cpp, and switch to ↵John Hodge4-58/+122
using that instead (also includes changes to align the two files)
2019-11-23Standalone MIRI - Extended windows FFI support, works for "hello, world"John Hodge5-2/+214
2019-11-23HIR - Restructure resolve to replace `Self` type later in processingJohn Hodge16-71/+239
2019-11-20Merge branch 'master' of https://github.com/thepowersgang/mrustcJohn Hodge1-1/+1
2019-11-20Fix typo previously breaking nightly buildE5ten1-1/+1
cd to $(RUSTCSRC) not $(RUSTSRC)
2019-11-16Notes - More todosJohn Hodge1-1/+6
2019-11-16TOML Parser - Handle newlines before close of an arrayJohn Hodge1-0/+4
2019-11-16HIR Typecheck Outer - Don't check type aliasesJohn Hodge1-0/+5
2019-11-16HIR Bind - Handle default params in UFCS path traitsJohn Hodge1-20/+24
2019-11-13Update README for 1.29Elichai Turkel1-2/+2
2019-11-10Codegen C - Fix errors from travis OSXJohn Hodge1-1/+19
2019-11-10HIR Expand - Ensure that all erased types are evaluated before MIR generationJohn Hodge5-51/+15
2019-11-10HIR Typecheck - Wrap `Coercion` in a unique_ptr to reduce copying costs when ↵John Hodge1-26/+30
removing items from list
2019-11-10HIR Typecheck Static - Tweak cache behaviour for is_copy to reduce thrashingJohn Hodge1-3/+15
2019-11-07All - Fix some clang warningsJohn Hodge7-8/+10
2019-11-07AST - Fix compilation error on some clang installs (#118)John Hodge2-6/+8
2019-11-10Notes - Update todo list (many completed)John Hodge1-25/+8
2019-11-10HIR Typecheck - Remove pre-setting of node result typeJohn Hodge3-38/+43
2019-11-09HIR Expand Types - (minor) Replace TU_IFLET with a plain ifJohn Hodge1-6/+8
2019-11-09Misc - Fix some warnings from MSVCJohn Hodge3-5/+5
2019-11-09Standalone MIRI - Tweaks on windowsJohn Hodge5-9/+32
2019-11-09vsproject - Tweak scripts to run smiriJohn Hodge2-12/+16
2019-11-09MIR Gen - Delete HIR once MIR is created (replace with a small node)John Hodge1-1/+10
2019-11-07HIR Typecheck - Work around a GCC 9 bugJohn Hodge1-6/+10
2019-11-03Resolve Use - Fix typo in setting up fast pathJohn Hodge1-1/+1
2019-11-03HIR - Correct enum repr typesJohn Hodge7-10/+26
2019-11-03vsproject scripts - Slight fixesJohn Hodge2-6/+5
2019-11-03minicargo - Hack in workspace support (for `[patch]`)John Hodge5-1/+135
2019-11-03Resolve - Reduce chance of excessive recursion when looking up glob use paths.John Hodge1-7/+20
2019-11-03Trans Mangling - Emit symbols longer than 128 bytes as hashes (to allow ↵John Hodge1-5/+29
building larger crates on MSVC)
2019-11-03Codegen C - Fix a few MSVC compilation problems.John Hodge1-27/+30
2019-11-03appveyor - Switch to 1.29John Hodge1-3/+3
2019-11-03HIR Expand Closures - Move closure prefix to a common locationJohn Hodge4-7/+8
2019-11-03Codegen C - Fix compilation errors on MSVC (and some warnings on GCC)John Hodge1-5/+12
2019-11-03Minicargo - Better output for failed commandsJohn Hodge1-5/+14
2019-11-03Touch up readmeMike1-3/+3
2019-11-03Merge pull request #121 from elichai/2019-10-package-renameJohn Hodge (Mutabah)1-1/+6
Add support for crates renaming
2019-11-02Fix typo 'depencency' to 'dependency'Elichai Turkel1-1/+1
2019-11-02Add support for crates renamingElichai Turkel1-0/+5
2019-11-02Version - Bump to 0.9John Hodge1-2/+2
2019-11-02Merge branch 'nightly-1.29' - #95 Working support for rustc 1.29John Hodge253-10404/+23677
2019-11-02Tests - add some random tests lying aboutJohn Hodge4-0/+77
2019-11-02standalone_miri - Notes and experimental (unused) implementation of abstract ↵John Hodge4-0/+261
FFI layer
2019-11-02Notes - Aborted attempt at inline enum tags (problems with static ↵John Hodge1-0/+168
initialisation)
2019-11-02Notes - Some random notes from ages agoJohn Hodge2-0/+194
2019-11-02run_rustc - Remove libproc_macro (not explicitly built any more)John Hodge1-7/+1
2019-10-29Codegen C - More inline assembly hackeryJohn Hodge1-0/+37
2019-10-29minicargo - Fixes to build script support for winapiJohn Hodge4-18/+29