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
2019-02-09
HIR - (minor) Handle equal function pointers when doing fuzzy
John Hodge
1
-1
/
+3
2019-02-09
Merge pull request #102 from kallisti5/haiku-target-support
John Hodge (Mutabah)
1
-0
/
+14
2019-02-06
Merge pull request #111 from daym/master
John Hodge (Mutabah)
1
-1
/
+1
2019-02-04
Fix recv_v128u procedural macro plugin decoder
Danny Milosavljevic
1
-1
/
+1
2019-01-22
targets: Add x86_64 and arm targets for Haiku
Alexander von Gluck IV
1
-0
/
+14
2018-12-22
Trans - Fix alignment values for m68k
John Paul Adrian Glaubitz
1
-1
/
+1
2018-12-22
Codegen MMIR - Forgot to compile before commit, fix syntax errors.
John Hodge
1
-2
/
+2
2018-12-22
(minor) Whitespace cleaup
John Hodge
1
-2
/
+2
2018-12-22
Codegen MMIR - Remove places where assert body needs to be evaluated (ref #97)
John Hodge
1
-8
/
+12
2018-12-15
Trans Target - Fix MSVC build
John Hodge
2
-18
/
+36
2018-12-15
Targets - Add alignment to the target specs, along with a saveback test.
John Hodge
4
-61
/
+147
2018-11-29
Mark destructors in base classes as virtual.
Arlie Davis
6
-0
/
+6
2018-11-24
HIR - Fix struct/class mismatch
John Hodge
1
-1
/
+2
2018-11-14
Trans - Add initial support for m68k
John Paul Adrian Glaubitz
1
-0
/
+16
2018-11-04
Codegen C - Fix minor OOB string read
John Hodge
1
-3
/
+2
2018-11-04
All - Cleaning up some memory leaks
John Hodge
11
-89
/
+90
2018-11-04
Typecheck Expressions - (minor) Slight cleanup
John Hodge
1
-2
/
+2
2018-11-04
Typecheck Expressions - Fix a use-after-free, impacts #85
John Hodge
1
-1
/
+1
2018-11-04
HIR Typecheck - Fix mixup between assignment SHR/SHL operator traits
John Hodge
2
-4
/
+4
2018-10-21
Windows build fixes
John Hodge
2
-2
/
+2
2018-10-19
Codegen C - Fix incorrect use of ZST in enum constructor shim (fixes #86)
John Hodge
1
-1
/
+1
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
2018-08-12
Target - Set alignment for u64/i64 to 4 on 32-bit platforms (fixes #78)
John Hodge
1
-3
/
+4
2018-08-05
Add version number (0.8 for now, because altough not stable, it works...)
John Hodge
3
-0
/
+56
2018-08-04
proc_macro - Add a hacky way of dumping input to the child process (for debug...
John Hodge
1
-0
/
+11
2018-07-08
Codegen C - Fix a minor ABI issue for x86, fix emulated i128 a bit
John Hodge
1
-9
/
+38
2018-07-05
Codegen C - Implement some more parts of i128 emulation
John Hodge
1
-2
/
+47
2018-07-04
All - Dump full contents of asm! in AST/MIR
John Hodge
6
-27
/
+88
2018-07-04
string_view - Fix buggy comparison
John Hodge
1
-1
/
+1
2018-07-04
HIR Serialise - Fix ordering of MIR Asm input/outputs
John Hodge
1
-1
/
+1
2018-07-01
Codegen C - Replace tUNIT by `void` (fixes FFI issues)
John Hodge
1
-19
/
+58
2018-07-01
Codegen C - Avoid &* pattern in reborrows
John Hodge
1
-7
/
+5
2018-07-01
HIR/MIR - Truncate usize constants to 32-bits on 32-bit machines
John Hodge
2
-1
/
+30
2018-06-30
HIR Expand VTable - Fix incorrect associated type lookups
John Hodge
2
-3
/
+16
2018-06-30
HIR Lower - Stub support repr(simd), fixes #78
John Hodge
3
-0
/
+13
2018-06-27
Add FreeBSD and DragonFly targets
Greg V
2
-5
/
+50
2018-06-27
Move src/include/string_view.hpp into own namespace
Greg V
2
-4
/
+5
[next]