index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2018-12-30
Codegen C - Add hacky compiler-provided glue
John Hodge
4
-22
/
+94
2018-12-30
Typecheck - Don't drop ManuallyDrop
John Hodge
1
-0
/
+6
2018-12-30
expand assert - Fix logic error
John Hodge
1
-0
/
+1
2018-12-29
Trans Enumerate - Handle 1.29 having generics on `lang_start`
John Hodge
1
-9
/
+13
2018-12-29
Typecheck/Trans - Handle magic clone impls for 1.29
John Hodge
3
-88
/
+116
2018-12-29
Typecheck Expressions - Fallback mode when inferrence stalls with match ergon...
John Hodge
1
-21
/
+101
2018-12-29
Resolve/HIR - Rough handling of `pub use macro_path;`
John Hodge
6
-9
/
+50
2018-12-29
HIR Deserialise - Handle :vis macro fragment
John Hodge
1
-0
/
+1
2018-12-29
HIR Serialise - Make error reporting for bad deserialisation more consistent
John Hodge
1
-38
/
+35
2018-12-29
HIR - Add new struct reprs (mostly stubbed)
John Hodge
7
-158
/
+37
2018-12-29
Codegen C - Handle 1.29 box_free calling convention (hack)
John Hodge
1
-12
/
+23
2018-12-29
Lower MIR - Handing of irrefutable enum matches, some other tweaks
John Hodge
5
-36
/
+139
2018-12-29
Misc MIR generation fixes
John Hodge
4
-5
/
+9
2018-12-29
HIR Dump - Tweak output for better readability
John Hodge
1
-25
/
+13
2018-12-29
Typecheck Expressions - Fix incorrect anotation on blocks traversed for coerc...
John Hodge
2
-3
/
+29
2018-12-28
Typecheck Expressions - More match ergonomics
John Hodge
1
-2
/
+40
2018-12-28
Lower HIR - Rough (roughshod) handling of `repr(align(N))`
John Hodge
1
-30
/
+28
2018-12-28
Trans Target - cfg for atomic comare-and-set (tied to atomic ptr)
John Hodge
1
-0
/
+1
2018-12-28
Resovle - Macro imports (partial), bugfixes
John Hodge
3
-7
/
+43
2018-12-28
Resolve - Clean up AST path bindings, one binding per namespace
John Hodge
10
-515
/
+600
2018-12-28
main - Fix supurrious warning when enabling debug for multiple phases
John Hodge
1
-1
/
+0
2018-12-28
Misc expand tweaks
John Hodge
5
-16
/
+58
2018-12-28
macro_rules - Support for the :vis fragment
John Hodge
16
-15
/
+128
2018-12-27
Lower MIR - Match ergonomics (and a little bit of cleanup/fixes).
John Hodge
6
-59
/
+90
2018-12-27
Lower MIR - Rough handling of 1.29 `box` operator
John Hodge
1
-0
/
+100
2018-12-27
Typecheck Expressions - Minimal support for match ergonomics (typecheck only)
John Hodge
3
-57
/
+548
2018-12-26
Typecheck Expressions - Handle changes to the `box` operator for 1.29 (still ...
John Hodge
1
-1
/
+33
2018-12-22
Lang items for 1.29 (allocator traits removed, need to do magic)
John Hodge
2
-19
/
+25
2018-12-22
Resolve Use - Support glob from external module
John Hodge
1
-16
/
+27
2018-12-22
tagged_union - Fix TU_ARM not using parens around the value
John Hodge
1
-1
/
+1
2018-12-22
Constant Evaluation - Evaluate missing associated constants with trait impl v...
John Hodge
6
-23
/
+107
2018-12-22
MIR Cleanup - Misc commenting on handling of Defer literals
John Hodge
4
-19
/
+28
2018-12-22
Codegen C - Fix incorrect memory orderings
John Hodge
1
-2
/
+3
2018-12-22
MIR Cleanup - Better error reporting for bugs around unevaluated Literal::Defer
John Hodge
3
-4
/
+28
2018-12-16
Typecheck Expressions - Extended possibility checking, fallback default (HACK)
John Hodge
4
-28
/
+110
2018-12-09
HIR Typecheck Expr - Handle duplicate bounded options for types
John Hodge
1
-0
/
+4
2018-12-09
HIR Typecheck - Fix incorrect equality/success markings
John Hodge
1
-7
/
+15
2018-12-09
Codegen C - Fix incorrect use of ZST in enum constructor shim (fixes #86)
John Hodge
1
-1
/
+1
2018-12-09
HIR Typecheck - Hack when method resolution finds both a bound and an availab...
John Hodge
1
-1
/
+8
2018-12-09
HIR Typecheck - Enumeration of potential type values and elimination using kn...
John Hodge
2
-77
/
+231
2018-12-09
HIR Types - Comment out an overly-verbose log message
John Hodge
1
-1
/
+1
2018-12-09
main - Set default target version to 1.29, allow environment to change that
John Hodge
1
-1
/
+14
2018-12-09
Trans Auto Impls - Don't run if 1.19 mode
John Hodge
1
-0
/
+3
2018-12-09
HIR - Don't yield impls for a unbounded ivar Self
John Hodge
1
-1
/
+2
2018-12-08
Expand - Tweaks to select between 1.19 and 1.29
John Hodge
4
-4
/
+15
2018-11-03
HIR Typecheck - Fixing holes from 1.29 compiler_builtins
John Hodge
9
-159
/
+205
2018-10-13
Span - Fix lack of separator in warnings
John Hodge
1
-2
/
+2
2018-10-07
Typecheck - Fix a couple of small holes
John Hodge
2
-4
/
+72
2018-10-06
Const Evaluate - Very rough defer
John Hodge
4
-2
/
+34
2018-10-04
Const Eval - Intrinsic support (size_of), slightly better error reporting
John Hodge
1
-22
/
+40
[next]