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-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
2018-10-03
Merge branch 'master' into nightly-1.29
John Hodge
37
-2061
/
+1194
2018-10-03
Fiddling for rustc 1.29 update
John Hodge
5
-1
/
+87
2018-09-30
Merge pull request #84 from thepowersgang/ondemand-generation
John Hodge (Mutabah)
29
-1928
/
+842
2018-09-30
Codegen C - Run destructors on ZSTs in enums
John Hodge
1
-7
/
+8
2018-09-22
Misc - Fix some failing tests
John Hodge
3
-3
/
+11
2018-09-22
Codegen C - Fix incorrect destructor for zst enum variants
John Hodge
1
-2
/
+6
2018-09-22
All - Generate MIR for constant evaluation (has too many const_cast calls, bu...
John Hodge
26
-1922
/
+823
2018-09-09
Msvc compile fixes
John Hodge
6
-32
/
+63
2018-08-21
Codegen C - Fix literals and omitted variants
John Hodge
1
-5
/
+5
2018-08-20
Trans - Fix size/alignment mismatches on x86
John Hodge
2
-27
/
+113
2018-08-19
Codegen C - Fix bad prototype for Drop::drop
John Hodge
1
-2
/
+2
2018-08-18
Codegen C - Fix some i128 overflow calculation
John Hodge
1
-4
/
+8
2018-08-17
Codegen C - Fix emulated i128 multiply/divide
John Hodge
1
-22
/
+41
2018-08-12
Codegen C - Very basic panic handling (doesn't unwind, but does get caught)
John Hodge
1
-0
/
+53
2018-08-12
MIR From HIR - Fix incorrect types in `<-` lowering
John Hodge
1
-1
/
+1
2018-08-12
HIR From AST - Don't set linkage on locally-defined functions when making a t...
John Hodge
1
-2
/
+20
[next]