index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
Files
Lines
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
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 ↵
John Hodge
7
-49
/
+140
nightly-1.29
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
scripts)
2019-10-27
HIR - Restore change from 0992c4af5242fc95e8cc028c5af7fb86424e624c (lost in ↵
John Hodge
1
-3
/
+5
split to `hir_ops.cpp`)
2019-10-27
vsproject - Fix bad paths, initial support for 1.29 building in scripts ↵
John Hodge
3
-8
/
+11
(can't get past libcore inline assembly yet)
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, ↵
John Hodge
23
-37
/
+138
class/struct disagreement, <algorithm>)
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
2019-10-26
scripts - Tweak formatting (and support) for `log_get_last_function.py`
John Hodge
1
-1
/
+6
2019-10-26
HIR Typecheck - Allow coercion to add `unsafe` to function pointers
John Hodge
3
-2
/
+52
2019-10-26
HIR Typecheck - Unify closure type determining (also shuts valgrind up)
John Hodge
3
-2
/
+11
2019-10-26
HIR Typecheck Expr - Avoid use-after-free in handling of integer operations
John Hodge
1
-1
/
+6
2019-10-26
Trans Target - Avoid reading an undefined value
John Hodge
1
-1
/
+1
2019-10-26
Expand HIR Closures - Avoid mutating module contents during iteration
John Hodge
2
-16
/
+33
2019-10-22
HIR Const Eval - Ensure that requisite items are constevaled before ↵
John Hodge
5
-0
/
+76
attempting downstream
2019-10-21
Add script to build rustc 1.19.0
John Hodge
1
-0
/
+8
2019-10-21
run_rustc - Remove proc_macro, fix rustc script, match rustc version name
John Hodge
1
-2
/
+11
2019-10-20
MIR Optimise - Fix a mis-optimisatio when there's &mut-s around
John Hodge
1
-1
/
+4
2019-10-20
unit tests - Update list of expected-fail tests
John Hodge
1
-0
/
+17
2019-10-20
Makefile - Fix unit test support
John Hodge
1
-6
/
+8
2019-10-20
testrunner - Support 'skip-codegen'
John Hodge
1
-1
/
+17
2019-10-19
main - Renamed .hir to .rlib
John Hodge
1
-1
/
+1
2019-10-19
Codegen C - Tweak handling of dylibs at linking
John Hodge
1
-1
/
+4
2019-10-19
testrunner - Add mode to only rebuild failing tests
John Hodge
1
-15
/
+29
2019-10-19
HIR Const Eval - Avoid crash when HIR expansion changes the root node
John Hodge
1
-1
/
+1
2019-10-16
run_rustc - Cleanup
John Hodge
1
-4
/
+9
2019-10-16
run_rustc - Semi-working compile of rustc using cargo+rustc
John Hodge
1
-5
/
+25
2019-10-13
run_rustc - Working for both 1.19/1.29
John Hodge
1
-13
/
+20
2019-10-13
rustc bootstrap - 1.29 coming along
John Hodge
2
-6
/
+18
2019-10-13
Expand - Hackily set the crate name from command line before expand
John Hodge
2
-7
/
+11
2019-10-13
run_rustc - Almost working with 1.29
John Hodge
1
-12
/
+17
2019-10-13
Missing file (from a few weeks ago, oops)
John Hodge
1
-0
/
+35
2019-10-13
minicargo.mk - Add a testing target
John Hodge
1
-0
/
+2
2019-10-13
rustc 1.29 patch - Move hard-coded llvm backend check
John Hodge
1
-4
/
+8
2019-10-13
test_smiri - Tweaks from use for debugging
John Hodge
1
-3
/
+4
2019-10-13
run_rustc - Tweaking towards bootstrap
John Hodge
2
-38
/
+74
2019-10-12
run_rustc - 1.29/1.19 support
John Hodge
1
-25
/
+39
2019-10-12
rustc patch 1.29 - Disable all SSE features if built with mrustc
John Hodge
1
-0
/
+15
2019-10-12
Codegen C - Don't link proc macros into final executable
John Hodge
1
-7
/
+13
2019-10-12
Notes - Some typecheck funtimes
John Hodge
1
-0
/
+12
[next]