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-08-23
minicargo - Fix syntax error
John Hodge
1
-1
/
+1
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
12
-28
/
+170
2017-08-22
minicargo - Handle libraries in build script, add libstd/libunwind script files
John Hodge
3
-1
/
+14
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-22
minicargo - Timestamp checking fixes, target default name
John Hodge
3
-14
/
+78
2017-08-22
minicargo - MSVC timestamps, argument for build script override dir
John Hodge
3
-11
/
+55
2017-08-21
Merge branch 'master' of https://github.com/thepowersgang/mrustc
John Hodge
11
-280
/
+494
2017-08-21
minicargo - Rough support for build scripts (override file only)
John Hodge
8
-36
/
+141
2017-08-21
minicargo - move path code to its own file
John Hodge
8
-248
/
+294
2017-08-21
minicargo - Build script planning
John Hodge
2
-24
/
+82
2017-08-21
Makefile - Add library directory
John Hodge
1
-0
/
+1
2017-08-21
minicargo - Fix build ordering
John Hodge
1
-5
/
+10
2017-08-20
Merge branch 'master' of https://github.com/thepowersgang/mrustc
John Hodge
22
-272
/
+1036
2017-08-20
minicargo - Makefile and posix_spawn
John Hodge
6
-12
/
+64
2017-08-20
minicargo - Build script planning
John Hodge
2
-0
/
+32
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
4
-85
/
+101
2017-08-20
Load Crates - Search passed library directories for crates
John Hodge
3
-6
/
+31
2017-08-20
minicargo - Dependency loading
John Hodge
11
-42
/
+507
2017-08-20
Resolve - Lookup glob of external enum
John Hodge
1
-1
/
+9
2017-08-20
Makefile - Update rules a little
John Hodge
1
-5
/
+11
2017-08-20
Minicargo - Move build invocations to build.cpp
John Hodge
4
-58
/
+148
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
18
-29
/
+1380
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
minicargo - Output redirection (windows)
John Hodge
4
-9
/
+33
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
minicargo - Draft implementation, spawns mrustc on windows
John Hodge
12
-8
/
+1299
2017-08-19
vsproject - Update for makefile changes
John Hodge
2
-0
/
+4
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
Makefile - Add use_std flag for liblog
John Hodge
1
-0
/
+1
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
2017-08-05
Typecheck Expr - Infer smart pointer type
John Hodge
1
-0
/
+30
2017-07-25
HIR Typecheck - Refactor of markings to keep more information
John Hodge
10
-165
/
+233
2017-07-22
minicargo - Start on a low-featured clone of cargo for mrustc
John Hodge
2
-0
/
+121
2017-07-20
HIR Typecheck - Little refactors to allow re-adding coercions for rawptr ↵
John Hodge
1
-21
/
+27
coercions
2017-07-17
Update patch
John Hodge
1
-5
/
+5
2017-07-17
Makefile - Updates to allow compilation of rustc (incomplete)
John Hodge
1
-6
/
+14
2017-07-17
Parse - Allow :expr in attributes
John Hodge
1
-2
/
+20
[next]