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-11-18
minicargo - (minor) print location of build log when build fails
John Hodge
1
-0
/
+1
2017-11-18
Typecheck Expressions - Tweak for edge case in cargo
John Hodge
1
-23
/
+24
2017-11-18
libproc_macro - Hacky debugging prints
John Hodge
2
-7
/
+28
2017-11-18
Typecheck Expressions - Treat unbounded ivars as fuzzy in ftic_check_params
John Hodge
1
-1
/
+7
2017-11-18
Const Eval - Use either the result or expected type in _Borrow
John Hodge
1
-3
/
+12
2017-11-18
minicargo - Allow skipping of compiler as a dependency
John Hodge
1
-2
/
+2
2017-11-18
minicargo - Set CARGO_PACKAGE_VER_*
John Hodge
1
-0
/
+6
2017-11-18
AST - Don't load crates from anon modules during LoadCrates (defer to expand)
John Hodge
1
-3
/
+4
2017-11-18
macro_rules - Support parsing if-elseif chains
John Hodge
1
-6
/
+24
2017-11-18
Expand - Import macros from parent crates
John Hodge
1
-1
/
+16
2017-11-18
proc_macro - Enums
John Hodge
1
-2
/
+49
2017-11-18
Codegen C - Fix bad SwitchValue with signed
John Hodge
1
-1
/
+1
2017-11-18
Typecheck Expressions - Fix incorrect argument ordering in unsize
John Hodge
1
-1
/
+1
2017-11-18
Lex - Doc comments
John Hodge
2
-9
/
+63
2017-11-18
minicargo - Handle `[package]links=foo` (crudely)
John Hodge
4
-2
/
+54
2017-11-18
Codegen - Fiddling with MSVC support (not quite there)
John Hodge
2
-20
/
+10
2017-11-18
Codegen C - Various attempts at making MSVC work
John Hodge
2
-39
/
+159
2017-11-18
MSVC Compile Fixes
John Hodge
4
-9
/
+34
2017-11-18
HIR From AST - Handle windows paths
John Hodge
1
-1
/
+3
2017-11-18
Span - Don't abort() on errors on windows
John Hodge
1
-0
/
+4
2017-11-18
Codegen C - Fiddling with MSVC
John Hodge
1
-4
/
+4
2017-11-16
libproc_macro - Fix parse error, clean up debug spam
John Hodge
1
-7
/
+7
2017-11-16
HIR Const Eval - Remove error tripped by serde derive
John Hodge
1
-1
/
+2
2017-11-16
proc_macro - Expression output stubbed, fix bug in libproc_macro parse
John Hodge
2
-7
/
+111
2017-11-16
proc_macro - Print types and paths
John Hodge
1
-7
/
+196
2017-11-15
proc_macro - Working invocations (some work needed on AST->TT)
John Hodge
7
-33
/
+854
2017-11-12
macro_rules - Allow ? in expressions
John Hodge
1
-0
/
+3
2017-11-12
Expand derive - Mark success if a proc_macro applied
John Hodge
1
-0
/
+5
2017-11-12
All - proc_macro support through to attempting to run them
John Hodge
9
-5
/
+39
2017-11-12
src - Add draft (untested) support for procedural macro crates
John Hodge
8
-7
/
+66
2017-11-05
minicargo - Minor
John Hodge
1
-0
/
+2
2017-11-05
lvimrc - Wrap width
John Hodge
1
-0
/
+1
2017-11-05
Trans - Calculate sizes, alignment, and representation
John Hodge
5
-37
/
+219
2017-11-05
MIR - Use SwitchValue terminator
John Hodge
6
-51
/
+149
2017-11-04
Trans Enumerate - Fix OOB read caused by vtable lookup
John Hodge
1
-1
/
+5
2017-11-04
Trans Enumerate - Remove a use of TU_MATCH for better debugging
John Hodge
1
-30
/
+32
2017-11-04
Travis - Enable track-origins (let's find this bug)
John Hodge
1
-1
/
+1
2017-11-04
minicargo.mk - Separate build artefacts for cargo/rustc from the standard ↵
John Hodge
1
-12
/
+19
library - This allows librustc's libproc_macro to be built separate to rustc's version
2017-11-04
Typecheck Expressions - Fix libgit2 bug with some extra ivar disabling afer ↵
John Hodge
1
-17
/
+54
a guess
2017-11-04
Expand/derive - Deref in PartialOrd calls (slight optimisation of typecheck)
John Hodge
1
-4
/
+4
2017-11-04
libproc_macro - Debug impl on LexError
John Hodge
1
-1
/
+7
2017-11-02
MIR Optimise - Slight optimisation
John Hodge
3
-13
/
+28
2017-11-01
Travis - Parallel builds
John Hodge
1
-1
/
+1
2017-11-01
All - Clean up a few minor errors (pointed out in #31)
John Hodge
3
-47
/
+2
2017-11-01
HIR - Refactor enums to only embed a single field (and give variants types)
John Hodge
37
-962
/
+917
2017-10-31
Expand - (minor) Comment about custom derive
John Hodge
1
-0
/
+3
2017-10-31
libproc_macro - Encode fragments
John Hodge
1
-2
/
+20
2017-10-30
lib - Add draft of custom libproc_macro
John Hodge
4
-6
/
+519
2017-10-29
HIR Expand - Hacky patch to consteval
John Hodge
1
-1
/
+11
2017-10-29
HIR Typecheck Expressions - Coerce within array literals
John Hodge
1
-0
/
+2
[next]