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
2017-08-22
Typecheck/MIR - Some missing EAT invocations
John Hodge
2
-4
/
+15
2017-08-22
Resolve Use - (minor) Diagnostics fix when module cannot be found
John Hodge
1
-1
/
+4
2017-08-22
Expand - Handle windows paths in `include!`
John Hodge
1
-4
/
+11
2017-08-22
Expand - allow #![no_std] or #![no_core] to be repeated
John Hodge
1
-3
/
+3
2017-08-20
Merge branch 'master' of https://github.com/thepowersgang/mrustc
John Hodge
6
-89
/
+198
2017-08-20
HIR From AST - i128/u128
John Hodge
1
-0
/
+2
2017-08-20
Codegen C - Fix a few bugs with MSVC mode
John Hodge
1
-3
/
+27
2017-08-20
Misc - Visual studio cleanups
John Hodge
1
-1
/
+1
2017-08-20
Load Crates - Search passed library directories for crates
John Hodge
3
-6
/
+31
2017-08-20
Resolve - Lookup glob of external enum
John Hodge
1
-1
/
+9
2017-08-20
Codegen C - Rough support for msvc inline assembly
John Hodge
1
-79
/
+137
2017-08-19
Merge branch 'master' of https://github.com/thepowersgang/mrustc
John Hodge
4
-21
/
+53
2017-08-19
Codegen C - U8 MSVC atomics
John Hodge
1
-0
/
+4
2017-08-19
Parse - Disable debug accidentally left enabled
John Hodge
2
-3
/
+3
2017-08-19
Lex - Fix duplication of final token in file.
John Hodge
2
-13
/
+38
2017-08-19
HIR Typecheck - Work around VS quirks with macros.
John Hodge
1
-8
/
+11
2017-08-19
Parse Expr - Handle EOF after return/continue/break
John Hodge
1
-0
/
+2
2017-08-18
HIR Typecheck - Fix Unsize bound checks
John Hodge
2
-74
/
+117
2017-08-18
HIR Serialise - Don't store value of statics
John Hodge
2
-2
/
+2
2017-08-18
Trans - VTable unsizing in statics, emit vtables before statics
John Hodge
3
-13
/
+29
2017-08-18
HIR Typecheck - Refactor coerce/unsize handling
John Hodge
4
-571
/
+584
2017-08-05
HIR Markings - Restructure CoerceUnsize markings to allow full determination
John Hodge
1
-11
/
+119
2017-08-05
Typecheck Expr - Infer smart pointer type
John Hodge
1
-0
/
+30
2017-07-25
HIR Typecheck - Refactor of markings to keep more information
John Hodge
10
-165
/
+233
2017-07-20
HIR Typecheck - Little refactors to allow re-adding coercions for rawptr ↵
John Hodge
1
-21
/
+27
coercions
2017-07-17
Parse - Allow :expr in attributes
John Hodge
1
-2
/
+20
2017-07-16
AST - Attributes on struct literal entries
John Hodge
8
-42
/
+56
2017-07-16
HIR Typecheck - Refactor method name resolution (slower, but more correct)
John Hodge
3
-305
/
+329
2017-07-16
AST - Little tweaks for upgraded test source
John Hodge
3
-6
/
+50
2017-07-16
All - Upgrade to rustc 1.19.0 beta (2017-07-08)
John Hodge
18
-85
/
+608
2017-07-14
Codegen C - Attempt at fixing crash associated with non-ZST ZSTs
John Hodge
1
-24
/
+60
2017-07-14
Codegen C - Optionally add an unused/dummy field to unit-like types
John Hodge
1
-21
/
+86
2017-07-09
Codegen C - Fix use of removed (empty) variants
John Hodge
1
-14
/
+25
2017-07-09
HIR Deserialise - Remove another place where ordering is assumed
John Hodge
1
-4
/
+10
2017-07-09
Trans Target - Re-enable AtomicU8
John Hodge
1
-1
/
+1
2017-07-09
Resolve - Better debugging and assert
John Hodge
1
-1
/
+9
2017-07-09
Codegen C - Possible fix for gcc codegen.
John Hodge
1
-32
/
+27
2017-07-09
Codegen C - MSVC hackery.
John Hodge
1
-2
/
+25
2017-07-09
Codegen C - Fix UB
John Hodge
1
-1
/
+1
2017-07-09
All - Fix compilation on gcc
John Hodge
2
-1
/
+8
2017-07-09
Codegen C - Fix ABI for winapi functions, plan for overriding type ↵
John Hodge
1
-1
/
+6
representations in extern protos
2017-07-09
Codegen C - Fix cross-compiler alignof
John Hodge
1
-17
/
+11
2017-07-09
HIR Serialise - (incomplete) Fixes for function ordering
John Hodge
3
-34
/
+43
2017-07-08
Codegen+Loading - MSVC support draft (libcore compiles, doesn't load)
John Hodge
6
-131
/
+628
2017-07-07
Codegen C - Rough support for MSVC compatible code
John Hodge (bugs)
1
-40
/
+107
2017-07-07
Trans - Hackery to run MSVC
John Hodge (bugs)
4
-19
/
+158
2017-07-06
All - Some little tweaks for windows port
John Hodge
3
-403
/
+412
2017-07-06
Misc - Minor MSVC fixes
John Hodge (bugs)
2
-3
/
+3
2017-07-06
Merge branch 'master' of https://github.com/thepowersgang/mrustc
John Hodge (bugs)
66
-2264
/
+3369
# Conflicts: # src/trans/codegen_c.cpp
2017-07-06
Codegen C - Very basic start on backend modes
John Hodge (bugs)
1
-6
/
+13
[prev]
[next]