index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2019-11-10
Notes - Update todo list (many completed)
John Hodge
1
-25
/
+8
2019-11-10
HIR Typecheck - Remove pre-setting of node result type
John Hodge
3
-38
/
+43
2019-11-09
HIR Expand Types - (minor) Replace TU_IFLET with a plain if
John Hodge
1
-6
/
+8
2019-11-09
Misc - Fix some warnings from MSVC
John Hodge
3
-5
/
+5
2019-11-09
Standalone MIRI - Tweaks on windows
John Hodge
5
-9
/
+32
2019-11-09
vsproject - Tweak scripts to run smiri
John Hodge
2
-12
/
+16
2019-11-09
MIR Gen - Delete HIR once MIR is created (replace with a small node)
John Hodge
1
-1
/
+10
2019-11-07
HIR Typecheck - Work around a GCC 9 bug
John Hodge
1
-6
/
+10
2019-11-03
Resolve Use - Fix typo in setting up fast path
John Hodge
1
-1
/
+1
2019-11-03
HIR - Correct enum repr types
John Hodge
7
-10
/
+26
2019-11-03
vsproject scripts - Slight fixes
John Hodge
2
-6
/
+5
2019-11-03
minicargo - Hack in workspace support (for `[patch]`)
John Hodge
5
-1
/
+135
2019-11-03
Resolve - Reduce chance of excessive recursion when looking up glob use paths.
John Hodge
1
-7
/
+20
2019-11-03
Trans Mangling - Emit symbols longer than 128 bytes as hashes (to allow build...
John Hodge
1
-5
/
+29
2019-11-03
Codegen C - Fix a few MSVC compilation problems.
John Hodge
1
-27
/
+30
2019-11-03
appveyor - Switch to 1.29
John Hodge
1
-3
/
+3
2019-11-03
HIR Expand Closures - Move closure prefix to a common location
John Hodge
4
-7
/
+8
2019-11-03
Codegen C - Fix compilation errors on MSVC (and some warnings on GCC)
John Hodge
1
-5
/
+12
2019-11-03
Minicargo - Better output for failed commands
John Hodge
1
-5
/
+14
2019-11-03
Touch up readme
Mike
1
-3
/
+3
2019-11-03
Merge pull request #121 from elichai/2019-10-package-rename
John Hodge (Mutabah)
1
-1
/
+6
2019-11-02
Fix typo 'depencency' to 'dependency'
Elichai Turkel
1
-1
/
+1
2019-11-02
Add support for crates renaming
Elichai Turkel
1
-0
/
+5
2019-11-02
Version - Bump to 0.9
John Hodge
1
-2
/
+2
2019-11-02
Merge branch 'nightly-1.29' - #95 Working support for rustc 1.29
John Hodge
253
-10404
/
+23677
2019-11-02
Tests - add some random tests lying about
John Hodge
4
-0
/
+77
2019-11-02
standalone_miri - Notes and experimental (unused) implementation of abstract ...
John Hodge
4
-0
/
+261
2019-11-02
Notes - Aborted attempt at inline enum tags (problems with static initialisat...
John Hodge
1
-0
/
+168
2019-11-02
Notes - Some random notes from ages ago
John Hodge
2
-0
/
+194
2019-11-02
run_rustc - Remove libproc_macro (not explicitly built any more)
John Hodge
1
-7
/
+1
2019-10-29
Codegen C - More inline assembly hackery
John Hodge
1
-0
/
+37
2019-10-29
minicargo - Fixes to build script support for winapi
John Hodge
4
-18
/
+29
2019-10-27
Codegen C - Fix msvc atomic_store
John Hodge
2
-11
/
+6
2019-10-27
Bump version
John Hodge
1
-1
/
+1
2019-10-27
minicargo - Fix Cargo.toml interpreting error with MSVC libcurl
John Hodge
2
-10
/
+15
2019-10-27
MSVC - General compilation fixes, `hello.exe` building and running
John Hodge
15
-75
/
+43
2019-10-27
Merge branch 'nightly-1.29' of https://github.com/thepowersgang/mrustc into n...
John Hodge
7
-49
/
+140
2019-10-27
Codegen C - Fix some MSVC compilation errors (still has extern handle errors)
John Hodge
1
-33
/
+112
2019-10-27
Version - Tweak data for MSVC builds to indicate that it's unknown
John Hodge
1
-4
/
+4
2019-10-27
main - #122 Emit version starting with `rustc <targetver>` (to satisfy build ...
John Hodge
1
-1
/
+8
2019-10-27
HIR - Restore change from 0992c4af5242fc95e8cc028c5af7fb86424e624c (lost in s...
John Hodge
1
-3
/
+5
2019-10-27
vsproject - Fix bad paths, initial support for 1.29 building in scripts (can'...
John Hodge
3
-8
/
+11
2019-10-27
Update README for 1.29 support
John Hodge
1
-2
/
+4
2019-10-27
scripts - Ensure that 1.19 is downloaded in `build-1.19.0.sh`
John Hodge
1
-0
/
+1
2019-10-26
travis - Fix environment
John Hodge
1
-1
/
+1
2019-10-26
Merge remote-tracking branch 'remotes/origin/master' into nightly-1.29
John Hodge
40
-165
/
+513
2019-10-26
travis.yml - .hir renamed to .rlib
John Hodge
1
-1
/
+1
2019-10-26
All - Compilation fixes on VS2015 (constructors, warnings, missing files, cla...
John Hodge
23
-37
/
+138
2019-10-26
minicargo - Set `RUSTC` env var to path to mrustc
John Hodge
1
-0
/
+3
2019-10-26
Span - Avoid uninitialised values
John Hodge
1
-1
/
+1
[next]