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-09-02
HIR Typecheck - Don't panic on excessive asociated type loops, just break early
John Hodge
1
-1
/
+5
2017-09-02
HIR Typecheck - Fix some edge cases with placeholder params
John Hodge
1
-1
/
+21
2017-09-01
HIR Typecheck - (minor) Don't search for impls on a pure ivar
John Hodge
1
-0
/
+8
2017-09-01
HIR Typecheck - Unify types that differ only by ivars in inferrence
John Hodge
1
-2
/
+23
2017-09-01
HIR Typecheck - Fix edge case where &mut was picked instead of & for ivar ↵
John Hodge
1
-0
/
+10
possibility
2017-09-01
HIR Typecheck - Break value
John Hodge
1
-4
/
+9
2017-09-01
HIR Typecheck Expressions - Fix some little coercion bugs
John Hodge
1
-4
/
+11
2017-08-31
HIR Typecheck Expr - Inferrence check for non-borrow coercion source
John Hodge
1
-6
/
+9
2017-08-31
Misc - Windows compile fixes
John Hodge
1
-3
/
+3
2017-08-31
Expand - Handle #[cfg] on match arms
John Hodge
1
-0
/
+7
2017-08-31
main - Add -l libraries to crate metadata list
John Hodge
1
-2
/
+3
2017-08-31
HIR Typecheck - Add message to an empty error
John Hodge
1
-1
/
+1
2017-08-31
Expand - #[cfg] on struct literals
John Hodge
3
-1
/
+20
2017-08-31
HIR Resolve UFCS - Fix assertion failure (allow false return)
John Hodge
2
-3
/
+8
2017-08-31
HIR - Fix minor bug in specialisation ordering
John Hodge
1
-3
/
+4
2017-08-31
HIR - Rough spport for `break value;` (no translation/typecheck yet)
John Hodge
3
-7
/
+12
2017-08-27
Resolve Abs - Fix pattern value lookup
John Hodge
1
-4
/
+16
2017-08-27
Parse - A few little tweaks
John Hodge
2
-1
/
+5
2017-08-27
Resolve Use - Do parent search on Relative paths
John Hodge
1
-1
/
+16
2017-08-27
Lower HIR - Hack around 'Self' replacement
John Hodge
1
-0
/
+15
2017-08-27
Parse - Tweaks to TokenTree printing
John Hodge
2
-7
/
+20
2017-08-27
macro_rules! - Use a limited parser for determining arm match
John Hodge
2
-1
/
+1173
2017-08-24
Merge branch 'master' of https://github.com/thepowersgang/mrustc
John Hodge
1
-1
/
+2
2017-08-24
AST Expr - Fix null deref when debug is enabled
John Hodge
1
-1
/
+2
2017-08-23
MIR Optimise - TODO: Reduce cost
John Hodge
1
-0
/
+1
2017-08-23
MIR Check - (minor) fix re-use of variable name
John Hodge
1
-2
/
+2
2017-08-23
HIR Typecheck - Specialiation deep overlap checks, little impl param ↵
John Hodge
5
-10
/
+181
determining fix
2017-08-23
Merge branch 'master' of https://github.com/thepowersgang/mrustc
John Hodge
5
-12
/
+33
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
[prev]
[next]