index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2016-10-06
main - Dump the HIR before typecheck validation pass
John Hodge
1
-5
/
+4
2016-10-01
HIR - Store and use annotations for CoerceUnsized (and prepare markings for o...
John Hodge
1
-0
/
+1
2016-09-30
main - --cfg argument hacked in
John Hodge
1
-4
/
+27
2016-09-27
Main - Silence a bunch of libstd warnings
John Hodge
1
-0
/
+1
2016-09-27
Expand - Hack in asm! (does nothing)
John Hodge
1
-1
/
+1
2016-09-26
main - Set target_os=linux to make libc compile
John Hodge
1
-1
/
+1
2016-09-26
main - Add `unix` flag to allow liblibc to compile
John Hodge
1
-0
/
+1
2016-09-26
Debug - Clarify logging
John Hodge
1
-1
/
+4
2016-09-25
Parse+AST - Support capturing :item (requires cloning AST items)
John Hodge
1
-0
/
+4
2016-09-25
Start on liblibc - Add cfg_attr support to LoadCrates
John Hodge
1
-0
/
+4
2016-09-22
main - Add a hacky MRUSTC_DEBUG environment variable to enable debug for passes
John Hodge
1
-0
/
+20
2016-09-15
Main - Revert accidental commit with debug enabled
John Hodge
1
-1
/
+1
2016-09-15
Restructure - Don't insert automatic () statements at end of blocks
John Hodge
1
-1
/
+1
2016-09-11
main - Oops, committed with debug enabled
John Hodge
1
-1
/
+1
2016-09-11
macro_rules - Rework to handle vec! edge case
John Hodge
1
-1
/
+1
2016-09-09
main - Suppress debug for the LoadCrates phase
John Hodge
1
-0
/
+1
2016-09-01
Expand - Support box operator (untested)
John Hodge
1
-2
/
+2
2016-08-31
Resolve - Hack in support for multiple bindings for one use
John Hodge
1
-1
/
+1
2016-08-29
HIR Deserialise - Hackily set crate names, clean up a little
John Hodge
1
-1
/
+1
2016-08-29
Main - Split resolve into three logged passes
John Hodge
1
-3
/
+9
2016-08-27
Main - Disable a bunch of debug again
John Hodge
1
-2
/
+2
2016-08-27
HIR (De)serialise - Working deserialise
John Hodge
1
-2
/
+2
2016-08-27
AST - Enable crate loading!
John Hodge
1
-1
/
+2
2016-08-27
main - Some TODOs
John Hodge
1
-0
/
+5
2016-08-26
Main - Disable debug for HIR serialisation
John Hodge
1
-1
/
+3
2016-08-25
Main - Silence a bunch of logging
John Hodge
1
-1
/
+10
2016-08-25
main - Start on structure for output
John Hodge
1
-6
/
+33
2016-08-25
AST - Support for crate_name and crate_type (draft)
John Hodge
1
-19
/
+8
2016-08-24
Misc - Clean up, add a `time` hack to Makefile
John Hodge
1
-1
/
+0
2016-08-24
HIR Expand - Add a reborrow pass (inserts &mut* on by-value &mut
John Hodge
1
-0
/
+3
2016-08-21
MIR Validate - Stub MIR validation pass
John Hodge
1
-1
/
+3
2016-08-21
main - (minor) Different name for HIR dump, plan on MIR opt
John Hodge
1
-1
/
+8
2016-08-20
Debug - Reduce amount of debug spam
John Hodge
1
-0
/
+11
2016-08-20
MIR Dump - Rough dump pass, exposes junk data somewhere
John Hodge
1
-0
/
+7
2016-08-20
HIR Dump - Initial support, verbose but complete
John Hodge
1
-5
/
+11
2016-08-19
Main - Load the debug map
John Hodge
1
-0
/
+1
2016-08-19
main - Disable parser logging
John Hodge
1
-1
/
+1
2016-08-17
Parse - Fix many parser bugs
John Hodge
1
-8
/
+17
2016-08-14
Main - Disable logging from some chatty stable stages
John Hodge
1
-2
/
+4
2016-08-14
HIR Expand - Add annotation pass
John Hodge
1
-1
/
+5
2016-08-14
HIR Typecheck - Magical index impl for arrays.
John Hodge
1
-2
/
+2
2016-08-14
main - Move elapsed time to start of line
John Hodge
1
-1
/
+6
2016-08-10
MIR - Match construction draft, cleanup
John Hodge
1
-0
/
+2
2016-08-09
main+MIR - Enable MIR generation
John Hodge
1
-1
/
+2
2016-08-08
HIR Expand UFCS - Pass that replaces all call types with path-based calls
John Hodge
1
-0
/
+4
2016-08-08
Main - Restrict precion of printed elapsed time
John Hodge
1
-1
/
+2
2016-08-08
Main - Remove defunct stage
John Hodge
1
-4
/
+2
2016-08-08
main - Enable closure expansion (currently crashes)
John Hodge
1
-0
/
+4
2016-08-06
Main - Disable logging for `Typecheck Expressions`
John Hodge
1
-1
/
+2
2016-08-02
HIR Typecheck - Draft validation pass
John Hodge
1
-0
/
+3
[next]