index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Collapse
)
Author
Files
Lines
2019-10-20
MIR Optimise - Fix a mis-optimisatio when there's &mut-s around
John Hodge
1
-1
/
+4
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
HIR Const Eval - Avoid crash when HIR expansion changes the root node
John Hodge
1
-1
/
+1
2019-10-13
Expand - Hackily set the crate name from command line before expand
John Hodge
2
-7
/
+11
2019-10-13
Missing file (from a few weeks ago, oops)
John Hodge
1
-0
/
+35
2019-10-12
Codegen C - Don't link proc macros into final executable
John Hodge
1
-7
/
+13
2019-10-11
HIR Expand Closures - Copy if all captures are Copy
John Hodge
1
-11
/
+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-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
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-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-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
Codegen MMIR - Emit drop glue for enum/union types
John Hodge
1
-70
/
+81
2019-08-07
MIR Optimise - Expand "needs_drop" in optimisation stage
John Hodge
1
-0
/
+17
2019-08-07
Standalone MIRI - Rough panic support
John Hodge
1
-6
/
+6
2019-08-05
Codegen MMIR - Selective drop glue
John Hodge
2
-4
/
+9
2019-08-04
Standalone MIRI - Restructure so `0` is never a valid pointer value
John Hodge
1
-7
/
+12
2019-08-03
MIR Cleanup - Clean up constants more
John Hodge
1
-0
/
+28
2019-08-03
Codegen MMIR - Handle enum constructors
John Hodge
1
-4
/
+49
2019-08-03
MIR Optimise - Extend Single-Read/Write optimisation to follow goto/call
John Hodge
1
-12
/
+62
2019-08-03
MIR Optimise - Remove duplicate code
John Hodge
1
-30
/
+5
2019-08-03
MIR Optimise - De-borrow, fix invalidation in old de-termporary code
John Hodge
1
-31
/
+272
2019-07-27
Resolve Use - Fix edge case with recursive lookups erroring
John Hodge
1
-3
/
+8
2019-07-27
Lower MIR - Handle match with union
John Hodge
1
-1
/
+8
2019-07-24
HIR Typecheck - Semi-hack, auto-deref through &-ptrs when looking for callables
John Hodge
1
-1
/
+14
[prev]
[next]