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-06-11
Typecheck Static - Fix bug in needs_drop_glue
John Hodge
1
-1
/
+2
2017-06-11
Expand - Make file!/line! get the invocation location of a macro
John Hodge
6
-17
/
+29
2017-06-11
Parse - Support chaining of spans (for macro expansions)
John Hodge
16
-90
/
+101
2017-06-10
MIR Validate Full - Remove need for garbage collection of states
John Hodge
1
-45
/
+142
2017-06-10
MIR Gen - Fix incorrect codegen due to defaulting to 0 not ~0
John Hodge
2
-3
/
+4
2017-06-09
Fix use of hard tabs
John Hodge
22
-360
/
+360
2017-06-09
Fix build broken by MSVC port
John Hodge
6
-9
/
+10
2017-06-04
Merge branch 'master' of https://github.com/thepowersgang/mrustc
John Hodge (bugs)
32
-315
/
+1085
2017-06-04
All - Compile and run fixes in MSVC
John Hodge (bugs)
9
-23
/
+80
2017-06-04
Trans - Emit monomorphised/inlined functions as `static`
John Hodge
4
-12
/
+27
2017-06-04
HIR Typecheck - Remove assertion that static impls aren't fuzzy
John Hodge
1
-1
/
+1
2017-06-03
HIR Typecheck - Validate traits after typecheck
John Hodge
5
-17
/
+286
2017-06-02
MIR Optimise - Remove unused drop flags
John Hodge
1
-81
/
+106
2017-06-02
Codegen C - Return value from main
John Hodge
1
-2
/
+2
2017-06-02
Tweaks to handling of struct patterns
John Hodge
3
-16
/
+41
2017-05-28
AST - Refactor to make unit-like structs their own variant
John Hodge
11
-68
/
+95
2017-05-28
HIR - (minir) Fix debug output of patterns
John Hodge
1
-4
/
+4
2017-05-28
Typecheck Expressions - Fix some places where ivars don't have indexes
John Hodge
2
-1
/
+12
2017-05-26
Typecheck Expr - Fix a place where literals can become trait objects
John Hodge
1
-9
/
+22
2017-05-26
HIR Typecheck - Handle struct syntax for unit structs
John Hodge
3
-2
/
+37
2017-05-26
Codegen C - Handle signed bswap
John Hodge
1
-1
/
+7
2017-05-24
Enable optimisation
John Hodge
1
-0
/
+1
2017-05-16
HIR Typecheck - Tweaks
John Hodge
1
-2
/
+3
2017-05-15
MIR Gen - Handle drop_in_place being a lang item
John Hodge
1
-4
/
+17
2017-05-15
expand/lang - Lang items in later versions of rustc
John Hodge
1
-0
/
+2
2017-05-15
MIR Gen - Don't emit drop for union values
John Hodge
1
-0
/
+7
2017-05-15
HIR Typecheck - Fix greedily picking the most specific impl when typechecking
John Hodge
1
-4
/
+4
2017-05-15
HIR Typecheck - Handling of implicit Sized bound when searching for
John Hodge
3
-18
/
+88
impls
2017-05-15
MIR - Handle Union field access
John Hodge
2
-56
/
+97
2017-05-15
Parse - Handle `Struct { var }` initialisation
John Hodge
1
-3
/
+12
2017-05-15
Codegen C - Fix some edge cases with floats, add newer intrinsics
John Hodge
1
-2
/
+20
2017-05-15
HIR Impl Specialisation - Handling of TraitObject
John Hodge
1
-3
/
+30
2017-05-14
Lex - Handle i128/u128 literals
John Hodge
1
-0
/
+2
2017-05-14
HIR Typecheck - Fix (hopefully) typeck errors in new libcollections
John Hodge
2
-20
/
+173
2017-05-14
Visual Studio compile fixes
John Hodge (bugs)
4
-20
/
+6
2017-05-14
Merge branch 'master' of https://github.com/thepowersgang/mrustc
John Hodge (bugs)
13
-69
/
+98
2017-05-14
Merge branch 'master' of https://github.com/thepowersgang/mrustc
John Hodge (bugs)
59
-3131
/
+7538
# Conflicts: # src/common.hpp # src/hir/deserialise.cpp # src/hir_typeck/static.cpp # src/mir/from_hir.cpp # src/mir/from_hir.hpp # src/mir/from_hir_match.cpp # src/mir/helpers.hpp # src/mir/mir_builder.cpp
2017-05-13
Parse - Remove TOK_MACRO
John Hodge
10
-63
/
+89
2017-05-13
Trans Codegen - Fill item path when monomorphising
John Hodge
2
-5
/
+8
2017-05-13
MIR Optimise - Fix incorrect optimisation of function return
John Hodge
1
-1
/
+1
2017-05-12
MIR Check - (minor) Note to check for leaks on assignment
John Hodge
1
-0
/
+3
2017-05-12
MIR From HIR - Fix scoping of temporaries in loops
John Hodge
1
-1
/
+3
2017-05-12
MIR - Fixed optimisation and scopring issues
John Hodge
7
-74
/
+203
2017-05-08
MIR Gen - Fix incorrect scoping of temporaries in expression part of a block
John Hodge
3
-36
/
+182
2017-05-07
HIR - Replace m_yeilds_final_value with a node
John Hodge
11
-147
/
+172
2017-05-07
Main - Load test crate when compiling a test
John Hodge
1
-0
/
+4
2017-05-07
Typecheck Expressions - Fix a few inferrence problems
John Hodge
2
-16
/
+24
2017-05-06
Typecheck Expressions - Fix broken associated type unsize
John Hodge
3
-57
/
+74
2017-05-06
MIR Gen - Fix incorrect scoping of for loop values
John Hodge
1
-0
/
+4
2017-05-05
MIR Gen - HACK: Don't check for Unsize impl
John Hodge
1
-2
/
+3
[prev]
[next]