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
2018-01-07
Trans - Draft ARM32 support
John Hodge
3
-9
/
+42
2018-01-06
Merge branch 'master' of https://github.com/thepowersgang/mrustc
John Hodge
1
-1
/
+1
2018-01-06
main - fix incorrect type deduction with some gcc versions
William Pitcock
1
-1
/
+1
GCC 6.4 on Alpine incorrectly deduces the type returned from ::std::strchr(const char *, char) as 'char *', instead of 'const char *', which causes the wrong constructor to be used. Closes #32.
2018-01-01
Codegen C - Remove hacky null pointer reference
John Hodge
1
-15
/
+26
2017-12-31
Codegen - Remove need for `-z muldefs`
John Hodge
4
-17
/
+100
2017-12-30
Codegen C - Remove dead code, fix warning with main
John Hodge
1
-91
/
+1
2017-12-30
MIR From HIR (match) - Change assertion to match actual conditions
John Hodge
1
-1
/
+1
2017-12-30
Typecheck Expr - (minor) Logging wrapper when checking completeness, catches ↵
John Hodge
1
-0
/
+1
infinite recursion
2017-12-30
format_args! - Set source module when parsing expressions
John Hodge
1
-0
/
+1
2017-12-30
main - Slightly better error reporting
John Hodge
1
-0
/
+2
2017-12-30
macro_rules - Fix a few edge cases
John Hodge
2
-5
/
+52
2017-12-29
Fix enums with `repr(u64)`
Adam Chodorowski
2
-2
/
+2
2017-12-26
Merge branch 'master' of https://github.com/thepowersgang/mrustc
John Hodge
1
-1
/
+1
2017-12-26
MIR Optimise - Fix sligt bugs
John Hodge
1
-3
/
+12
2017-12-25
Fix FMT
equal-l2
1
-1
/
+1
2017-12-20
MIR Optimise - Redo DeTemporary pass, works for build rustc/cargo, rustc tested
John Hodge
1
-124
/
+122
2017-12-16
proc_macro - Avoid warnings due to unused return values
John Hodge
1
-4
/
+12
2017-12-09
HIR+Trans - Handling of various enum reprs
John Hodge
4
-29
/
+48
2017-12-09
MIR Optimise - Fiddling around
John Hodge
1
-6
/
+23
2017-12-03
MIR Optimise - Tweaks to DeTemporary pass
John Hodge
1
-3
/
+15
2017-12-03
Trans - Get sizes of !Sized pointers
John Hodge
1
-2
/
+6
2017-12-02
Codegen C - Fiddling with SwitchValue handling
John Hodge
1
-53
/
+91
2017-12-02
MIR Optimise - Fix infinite replacement
John Hodge
1
-0
/
+11
2017-11-30
Codegen C - Structured SwitchValue partial support, unify Switch handling
John Hodge
3
-34
/
+66
2017-11-26
HIR/MIR - Error checking for assigning into ! (as opposed to from !)
John Hodge
6
-29
/
+86
2017-11-26
HIR From AST - Fix logic that auto-applies ! to loops
John Hodge
1
-8
/
+4
2017-11-26
macro_rules - Fix parsing of loop labels
John Hodge
1
-1
/
+8
2017-11-26
Resolve Absolute - Fix edge case where there's no scopes during var lookup
John Hodge
1
-1
/
+1
2017-11-26
Typecheck Expressions - Handle type being known when possibility added
John Hodge
1
-1
/
+6
2017-11-26
HIR Const Eval - Fix crash with use-after-free in TU
John Hodge
1
-7
/
+8
2017-11-25
HIR Expand - Allow tuple patterns to have .. if all entries are covered
John Hodge
1
-1
/
+1
2017-11-25
MIR Gen - Comment about cast bug
John Hodge
1
-0
/
+2
2017-11-25
Codegen C - Better error messages for bad Switch
John Hodge
1
-2
/
+2
2017-11-25
MIR Optimise - Tweaking to DeTemporary
John Hodge
1
-8
/
+22
2017-11-25
MIR Optimise - Add a new pass aimed at removing useless temporaries
John Hodge
1
-18
/
+151
2017-11-25
MIR Cleanup - Delete any statements including/after use of !
John Hodge
1
-1
/
+15
2017-11-24
AST - (minor) Syntax fix
John Hodge
1
-1
/
+1
2017-11-24
Codegen C - Generate call_mut for both Fn and FnMut
John Hodge
1
-7
/
+12
2017-11-22
MIR Const Eval - Fix duplicate item names
John Hodge
1
-6
/
+8
2017-11-22
Target - Fix struct size calculations (align overall size)
John Hodge
1
-0
/
+10
2017-11-21
MIR Gen - Fix use-after-move when partially moved in one arm and optionally ↵
John Hodge
2
-1
/
+17
moved in another
2017-11-21
MIR Helpers - Print file/line in assert
John Hodge
1
-1
/
+1
2017-11-21
MIR Validate Full - Alter handling of Box
John Hodge
1
-1
/
+11
2017-11-19
main - Clear lang items in proc macro crates (prevent them from being ↵
John Hodge
1
-0
/
+1
serialised)
2017-11-19
Proc Macro - Send attributes if in the list
John Hodge
1
-0
/
+38
2017-11-19
All - Include proc_macro attribute list in metadata
John Hodge
8
-27
/
+92
2017-11-19
Typecheck Expressions - Incremental change to auto trait handling
John Hodge
1
-0
/
+7
2017-11-19
Typecheck Expressions - Prevent inferrence race with operator overrides
John Hodge
1
-1
/
+5
2017-11-18
HIR Typecheck - More and more special rules
John Hodge
1
-2
/
+22
2017-11-18
Typecheck Expressions - Tweak for edge case in cargo
John Hodge
1
-23
/
+24
[next]