index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Collapse
)
Author
Files
Lines
2017-11-24
Codegen C - Generate call_mut for both Fn and FnMut
John Hodge
1
-7
/
+12
2017-11-22
MIR Const Eval - Fix duplicate item names
John Hodge
1
-6
/
+8
2017-11-22
Target - Fix struct size calculations (align overall size)
John Hodge
1
-0
/
+10
2017-11-21
MIR Gen - Fix use-after-move when partially moved in one arm and optionally ↵
John Hodge
2
-1
/
+17
moved in another
2017-11-21
MIR Helpers - Print file/line in assert
John Hodge
1
-1
/
+1
2017-11-21
MIR Validate Full - Alter handling of Box
John Hodge
1
-1
/
+11
2017-11-19
main - Clear lang items in proc macro crates (prevent them from being ↵
John Hodge
1
-0
/
+1
serialised)
2017-11-19
Proc Macro - Send attributes if in the list
John Hodge
1
-0
/
+38
2017-11-19
All - Include proc_macro attribute list in metadata
John Hodge
8
-27
/
+92
2017-11-19
Typecheck Expressions - Incremental change to auto trait handling
John Hodge
1
-0
/
+7
2017-11-19
Typecheck Expressions - Prevent inferrence race with operator overrides
John Hodge
1
-1
/
+5
2017-11-18
HIR Typecheck - More and more special rules
John Hodge
1
-2
/
+22
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
1
-2
/
+2
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
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
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
1
-39
/
+154
2017-11-18
MSVC Compile Fixes
John Hodge
2
-9
/
+30
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
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
1
-7
/
+108
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
6
-3
/
+686
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
7
-3
/
+25
2017-11-12
src - Add draft (untested) support for procedural macro crates
John Hodge
7
-7
/
+64
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
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-02
MIR Optimise - Slight optimisation
John Hodge
3
-13
/
+28
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-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
2017-10-29
macro_rules - Fix range of placeholder value
John Hodge
1
-1
/
+1
[prev]
[next]