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-01-15
MIR From HIR - Fix bug in handling single-value ranges
John Hodge
1
-22
/
+26
2017-01-15
AST - Cleaner printing for stringify!
John Hodge
4
-7
/
+31
2017-01-15
Codegen C - Enable debug info in output
John Hodge
1
-0
/
+1
2017-01-15
Makefile - rustbuild hackery (broken, because mrustc codegen is broken)
John Hodge
1
-2
/
+34
2017-01-15
Expand include! - Expand argument string
John Hodge
1
-3
/
+16
2017-01-15
main - Support --crate-name argument
John Hodge
1
-2
/
+16
2017-01-15
Makefile - Remove `--cfg cargobuild`
John Hodge
1
-5
/
+8
2017-01-15
Trans - Use #[link(name)] attributes
John Hodge
6
-4
/
+66
2017-01-14
HIR Conv Markings - Add supertraits from extern crates
John Hodge
1
-28
/
+38
2017-01-14
HIR Resolve UFCS - Fix broken logic from parent trait refactor
John Hodge
1
-93
/
+114
2017-01-14
HIR - Build up a flattened list of parent traits early to save time later
John Hodge
15
-162
/
+280
2017-01-14
HIR Bind - Remove manual path searching
John Hodge
1
-52
/
+34
2017-01-14
HIR - Clean up some manual item searching
John Hodge
6
-122
/
+41
2017-01-13
Makefile - Fix rule for rustc
John Hodge
1
-7
/
+3
2017-01-13
Trans - Enumerate types used in any intrinsic
John Hodge
1
-3
/
+2
2017-01-13
MIR Cleanup - Unsized into TraitObject from constants
John Hodge
1
-19
/
+38
2017-01-13
Codegen C - Use the load path of the crate for the file source
John Hodge
2
-5
/
+3
2017-01-13
main - Invoke codegen for dylibs
John Hodge
1
-6
/
+8
2017-01-13
Makefile - Fix core dependency for librustc_i128
John Hodge
1
-0
/
+1
2017-01-13
HIR From AST - Populate crate name unless building a binary
John Hodge
1
-3
/
+7
2017-01-13
Makefile - Fix bad patsubst
John Hodge
1
-1
/
+1
2017-01-13
Erased Types - Hackily allow outside of functions
John Hodge
1
-3
/
+3
2017-01-12
Codegen C - try intrinsic
John Hodge
1
-0
/
+3
2017-01-12
Trans Enumerate - EAT vtable associted type parameters
John Hodge
1
-2
/
+2
2017-01-12
HIR Serialise - Write out const function MIR
John Hodge
1
-1
/
+1
2017-01-11
Travis CI - Switch TARGET_CC back to CC
John Hodge
1
-2
/
+2
2017-01-11
Codegen C - Don't emit forward decls of tUNIT
John Hodge
1
-1
/
+4
2017-01-11
Codegen C - Enable optimisation, use the CC environmen variable (falling ↵
John Hodge
1
-1
/
+2
back on gcc)
2017-01-11
Makefile - Fix output filename for hello_world test
John Hodge
1
-1
/
+1
2017-01-11
HIR - Static link_name (partial support)
John Hodge
3
-0
/
+13
2017-01-11
All - Enable library codegen (and use crate name everywhere)
John Hodge
20
-161
/
+262
2017-01-11
Trans - Require types used in type_id to be defined
John Hodge
2
-1
/
+8
2017-01-10
Codegen C - Extra intrinsics and bugfix
John Hodge
1
-4
/
+48
2017-01-10
Codegen C - Missing feaures exposed by doing library codegen
John Hodge
1
-12
/
+54
2017-01-09
Trans Enumerate - Add inherent methods to libs
John Hodge
1
-3
/
+17
2017-01-09
main - Disable library codegen for push
John Hodge
1
-3
/
+5
2017-01-09
Trans Enumerate - Check bounds for trait impls
John Hodge
1
-1
/
+31
2017-01-08
Codegen C - Fix `size_of_val` on bare str
John Hodge
1
-1
/
+1
2017-01-08
Codegen C - Missing float intrinsics
John Hodge
1
-14
/
+11
2017-01-08
Trans - Enable translation of all public items in rlibs
John Hodge
7
-21
/
+127
2017-01-08
Makefile - Remove renamed dependency
John Hodge
1
-1
/
+1
2017-01-08
HIR Typecheck - Fixes, rustc compiles again
John Hodge
2
-7
/
+13
2017-01-08
HIR Const Eval - Little fixes
John Hodge
2
-1
/
+12
2017-01-08
HIR Typecheck Expr - Tweak
John Hodge
1
-1
/
+16
2017-01-08
Makefile - New dependency for libserialize
John Hodge
1
-1
/
+1
2017-01-08
Expand Associated Types - Minor fix to nested atys
John Hodge
1
-1
/
+1
2017-01-08
Resolve Index - Refactor wildcard use handling
John Hodge
1
-128
/
+124
2017-01-08
HIR Const Eval - Tweaks for i128 and bugs
John Hodge
1
-2
/
+47
2017-01-08
Merge branch 'master' of https://github.com/thepowersgang/mrustc
John Hodge
1
-0
/
+1
2017-01-08
Parse - Hack in `pub(restricted)` support
John Hodge
1
-39
/
+73
[next]