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-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
2019-10-11
HIR Expand Closures - Copy if all captures are Copy
John Hodge
1
-11
/
+7
2019-10-10
Minicargo Manifest - Tweaked binary source file logic
John Hodge
1
-2
/
+7
2019-10-10
HIR Expand Closures - Set source module in Copy impl
John Hodge
1
-1
/
+1
2019-10-08
HIR Expand Closures - Impl Copy for Borrow/no-capture closures
John Hodge
3
-6
/
+43
2019-10-06
HIR Typecheck - Return type for empty match statements
John Hodge
1
-0
/
+5
2019-10-06
Resolve - Fix error not setting generic params on HIR type aliases
John Hodge
1
-1
/
+10
2019-10-06
Expand - Pass attributes on struct/union/enums to custom derive code
John Hodge
4
-15
/
+37
2019-10-06
Expand - Hand attributes to item attribute handlers
John Hodge
10
-19
/
+21
2019-10-06
Expand - Handle cfg_attr specially
John Hodge
1
-9
/
+38
2019-10-06
AST - Clean up location of attributes and span on mod-level items
John Hodge
15
-196
/
+182
2019-10-05
HIR Typecheck - Tweak: Prefer single-source if it's concrete and meets bounds
John Hodge
1
-0
/
+28
2019-10-05
HIR Typecheck - Handle unbound UFCS types properly in coercions
John Hodge
1
-1
/
+6
2019-10-05
Codegen C - Fix dylib linking logic to ignore proc macros
John Hodge
1
-1
/
+4
2019-09-30
HIR Typecheck - Coercion point at indexing
John Hodge
2
-1
/
+8
2019-09-30
HIR Typecheck - Working cargo 1.19
John Hodge
2
-24
/
+150
2019-08-24
HIR/Expand - Hack in proc_macro re-exports (this needs to be cleaner)
John Hodge
7
-10
/
+76
2019-08-24
minicargo - Allow specifying features on command line
John Hodge
1
-0
/
+16
2019-08-23
main - Name proc-macro extra enumerate/monomorph/optimise passes differently ↵
John Hodge
1
-3
/
+4
to main passes
2019-08-23
MIR Optimise - Handle case where a &mut isn't used
John Hodge
1
-0
/
+5
[prev]
[next]