index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
Files
Lines
2017-09-02
HIR Typecheck - Fix compilation (warning not present on MSVC)
John Hodge
1
-1
/
+1
2017-09-02
TEST - A variant of TU macros to make a switch arm
John Hodge
2
-0
/
+13
2017-09-02
Misc - Clean up some MSVC warnings
John Hodge
3
-3
/
+3
2017-09-02
HIR Typecheck - Check Sized bounds (in some places)
John Hodge
2
-3
/
+146
2017-09-02
minicargo - Clean up warnings on MSVC
John Hodge
4
-2
/
+6
2017-09-02
Expand - Debugging a hygine issue
John Hodge
2
-0
/
+5
2017-09-02
Resolve - Fix a minor lookup bug around self:: paths
John Hodge
4
-3
/
+23
2017-09-02
MIR Lower Match - Allow up to 2^14 arms (handles inefficient derive)
John Hodge
1
-6
/
+13
2017-09-02
MIR Lower - Handle `break value`
John Hodge
1
-2
/
+28
2017-09-02
HIR Impl Specialisation - Check param bounds for overlap
John Hodge
1
-1
/
+15
2017-09-02
HIR - Missed changed file required for placeholders
John Hodge
1
-0
/
+4
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
3
-3
/
+9
2017-08-31
minicargo - Windows compilation fixes
John Hodge
2
-1
/
+18
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
minicargo - Build scripts working (mostly)
John Hodge
7
-38
/
+265
2017-08-31
minicargo - Only load build script deps wehn override not active
John Hodge
3
-11
/
+12
2017-08-31
minicargo - Features and build scripts (draft)
John Hodge
5
-30
/
+169
2017-08-31
Expand - #[cfg] on struct literals
John Hodge
3
-1
/
+20
2017-08-31
minicargo - Add script to build full libstd using minicargo
John Hodge
1
-0
/
+13
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
2
-2
/
+5
2017-08-24
AST Expr - Fix null deref when debug is enabled
John Hodge
1
-1
/
+2
2017-08-24
Makefile - load miniz_sys
John Hodge
1
-1
/
+3
2017-08-24
minicargo build - Print mrustc command in a copyable format
John Hodge
1
-1
/
+6
2017-08-24
minicargo manifest - Basic support for implicit lib
John Hodge
1
-1
/
+15
2017-08-24
minicargo build - Fix exit detection
John Hodge
1
-2
/
+7
2017-08-24
minicargo - Move some of the build code about
John Hodge
3
-98
/
+107
2017-08-24
minicargo - Some extended debugging (and a fix to optional deps)
John Hodge
2
-4
/
+10
2017-08-24
minicargo Makefile - Fix depfiles
John Hodge
1
-1
/
+1
2017-08-24
minicargo toml - Handle empty sections
John Hodge
1
-6
/
+2
2017-08-24
minicargo manifest - Little tweaks, including automatic build.rs detection
John Hodge
2
-53
/
+127
2017-08-24
minicargo debug - Support indenting
John Hodge
2
-5
/
+45
[prev]
[next]