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-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
2019-08-23
Expand proc_macro - Fix assertion with no-value enum variants
John Hodge
2
-10
/
+16
2019-08-23
Typecheck Expressions - Fix case where a UFC isn't expanded before being ↵
John Hodge
1
-0
/
+8
used in coercion
2019-08-19
Stanalone MIRI - Track frame counts (easier to step back across calls)
John Hodge
3
-10
/
+24
2019-08-19
Codegen C - Don't emit call return assignment of ZSTs
John Hodge
1
-0
/
+5
2019-08-18
Trans AutoImpls - Fix minor issue in generation of Clone panic arms
John Hodge
1
-1
/
+1
2019-08-18
Typecheck Expressions - Tweaks to cast logic for libgit2
John Hodge
1
-51
/
+52
2019-08-18
Codegen C - Don't emit any assignment of ZSTs
John Hodge
1
-2
/
+2
2019-08-18
Codegen MMIR - panic_impl stub
John Hodge
1
-0
/
+15
2019-08-18
Standalone MIRI - Correct handling of function types
John Hodge
5
-48
/
+118
2019-08-17
Standalone MIRI - Refactor Value to allow one relocation inline
John Hodge
4
-244
/
+274
2019-08-17
Standalone MIRI - SwitchValue string
John Hodge
1
-6
/
+25
2019-08-16
Standalone MIRI - More u128, general improvements in running a proc macro
John Hodge
3
-14
/
+244
2019-08-14
Standalone MIRI - Start on u128/i128 support ideas
John Hodge
2
-0
/
+36
2019-08-14
Standalone MIRI - Instruction counting
John Hodge
2
-2
/
+5
2019-08-11
Notes - New idea for a MIR optimisation
John Hodge
1
-0
/
+17
2019-08-11
Makefile - Switch to new mangling rules
John Hodge
1
-1
/
+1
2019-08-11
Trans Mangling (v2) - Add ABIs, slight tweak to path/type mangling
John Hodge
1
-16
/
+22
2019-08-11
Codegen C - Remove hard-coded mangled names
John Hodge
1
-3
/
+10
2019-08-11
HIR Const Eval - Remove '$' and leading digits from generated constant names
John Hodge
1
-7
/
+7
2019-08-11
MIR Optimise - Fix mis-optimisation in splitting tuples
John Hodge
1
-1
/
+16
2019-08-11
Notes - Some newer optimisation ideas/notes
John Hodge
1
-7
/
+29
2019-08-10
Trans - Alternative mangling scheme with no '$' characters
John Hodge
1
-0
/
+286
2019-08-10
MIR Optimise - Fix mis-optimisation in mpsc
John Hodge
1
-9
/
+11
2019-08-09
Standalone MIRI - More thread hackery
John Hodge
3
-2
/
+9
2019-08-09
Codegen MMIR - Emit drop glue for enum/union types
John Hodge
1
-70
/
+81
2019-08-08
Standalone MIRI - Downgrade an error based on observed patterns
John Hodge
3
-5
/
+14
2019-08-08
Standalone MIRI - Fix size of allocations
John Hodge
3
-42
/
+41
2019-08-07
Standalone MIRI - Panic catching, more TODOs removed
John Hodge
1
-6
/
+29
2019-08-07
MIR Optimise - Expand "needs_drop" in optimisation stage
John Hodge
1
-0
/
+17
2019-08-07
Standalone MIRI - Tweaked panic handling
John Hodge
2
-5
/
+13
2019-08-07
Standalone MIRI - Rough panic support
John Hodge
3
-13
/
+45
[next]