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-10-01
Typecheck Expressions - Don't pick a bound impl when type is Unbound UFCS
John Hodge
1
-0
/
+2
2017-10-01
Resolve - Handle path binding for unit structs in patterns
John Hodge
1
-0
/
+10
2017-10-01
Resolve - Search for unit-like structs in pattern lookup
John Hodge
1
-0
/
+12
2017-10-01
HIR Typecheck Expressions - Implement a TODO
John Hodge
1
-2
/
+5
2017-10-01
Resolve UFCS - Disable checking in type aliases
John Hodge
1
-0
/
+7
2017-10-01
Notes - Add crate search
John Hodge
1
-0
/
+42
2017-10-01
minicargo.mk - Default to 1.19.0 stable
John Hodge
1
-5
/
+8
2017-10-01
HIR Typecheck - Fallback in method lookup
John Hodge
3
-79
/
+88
2017-09-30
README - Litle update
John Hodge
1
-4
/
+6
2017-09-30
Gitignore - Cleanup
John Hodge
1
-2
/
+2
2017-09-30
Makefile - Switch to 1.19 by default
John Hodge
12
-21
/
+48
2017-09-30
HIR Visitor - (minor) log module path
John Hodge
1
-1
/
+1
2017-09-30
Parse - handle macro invocations with attributes in impl blocks
John Hodge
1
-10
/
+11
2017-09-29
AST - Support printing AST types in a clean form
John Hodge
6
-83
/
+57
2017-09-29
Parse - Remove TOK_ATTR_OPEN and TOK_CATTR_OPEN
John Hodge
8
-175
/
+88
2017-09-29
Expand - Load crates that were conditionally included
John Hodge
2
-1
/
+5
2017-09-28
HIR Lower - (minor) Add TODO on repr for enums
John Hodge
1
-2
/
+4
2017-09-28
HIR Typecheck Expr - Handle `some_const_ptr as *const _` with fallback mode
John Hodge
1
-2
/
+56
2017-09-25
Script overrides - Add 1.19 linux
John Hodge
8
-0
/
+9
2017-09-24
Makefile - Minor
John Hodge
1
-2
/
+2
2017-09-24
minicargo - Specify crate version tags
John Hodge
2
-6
/
+52
2017-09-24
All - Handle crates with tagged names
John Hodge
8
-9
/
+62
2017-09-24
LoadCrates - Support loading crates that might collide (and handle name ↵
John Hodge
9
-39
/
+108
collisions)
2017-09-24
Makefile - Little fixes
John Hodge
2
-3
/
+14
2017-09-24
Readme - Little updates
John Hodge
1
-0
/
+7
2017-09-24
Makefile - Download tarball separately
John Hodge
1
-11
/
+10
2017-09-24
Makefile - Slight fix to avoid double-compilation
John Hodge
1
-1
/
+5
2017-09-24
minicargo.mk - Support alternate output dir and source location
John Hodge
1
-20
/
+30
2017-09-23
minicargo - Don't do a repo lookup unless a version is specified
John Hodge
1
-1
/
+1
2017-09-23
Parse - Handle `_:` in fn types
John Hodge
1
-1
/
+1
2017-09-23
Minicargo - Look in the repo before path dependencies
John Hodge
1
-14
/
+11
2017-09-23
minicargo - Some defensive handling of bad manifests
John Hodge
1
-1
/
+6
2017-09-23
Trans - Only codegen drop impls if needed
John Hodge
2
-1
/
+8
2017-09-23
testrunner - Fiddling around
John Hodge
1
-4
/
+7
2017-09-23
Codegen C - A few MSVC fixes
John Hodge
1
-30
/
+38
2017-09-23
VSProject - add a script to build libstd and friends
John Hodge
1
-0
/
+7
2017-09-23
Expand - Little fixes for libpanic_unwind win32
John Hodge
3
-0
/
+10
2017-09-23
Merge branch 'master' of ssh://github.com/thepowersgang/mrustc
John Hodge
12
-43
/
+134
2017-09-23
Codegen C - Use static when a destructor would be locally defined, extern ↵
John Hodge
1
-3
/
+15
otherwise
2017-09-23
Minicargo - Support optional build-dependencies
John Hodge
3
-6
/
+25
2017-09-23
minicargo - Disable debug in toml parser
John Hodge
2
-3
/
+10
2017-09-23
minicargo - Support library directories
John Hodge
2
-3
/
+13
2017-09-23
script-overrides - Add *san for 1.19
John Hodge
4
-0
/
+0
2017-09-23
minicargo - Configurable output directory, fix assertion with an exception
John Hodge
4
-33
/
+82
2017-09-23
HIR Typecheck - Fix bug with get_full_path on functions in the root crate
John Hodge
2
-1
/
+7
2017-09-22
Trans - Little fixes for MSVC 32-bit
John Hodge
3
-11
/
+81
2017-09-22
testrunner - Move running of tests to enumeration
John Hodge
1
-19
/
+17
2017-09-22
minicargo - Compile fixes for windows
John Hodge
2
-1
/
+8
2017-09-22
Windows compile fixes
John Hodge
2
-3
/
+2
2017-09-22
Tools - Add draft testrunner
John Hodge
6
-0
/
+469
[next]