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-30
Codegen C - Structured SwitchValue partial support, unify Switch handling
John Hodge
3
-34
/
+66
2017-11-26
HIR/MIR - Error checking for assigning into ! (as opposed to from !)
John Hodge
6
-29
/
+86
2017-11-26
HIR From AST - Fix logic that auto-applies ! to loops
John Hodge
1
-8
/
+4
2017-11-26
macro_rules - Fix parsing of loop labels
John Hodge
1
-1
/
+8
2017-11-26
Resolve Absolute - Fix edge case where there's no scopes during var lookup
John Hodge
1
-1
/
+1
2017-11-26
Typecheck Expressions - Handle type being known when possibility added
John Hodge
1
-1
/
+6
2017-11-26
HIR Const Eval - Fix crash with use-after-free in TU
John Hodge
1
-7
/
+8
2017-11-25
HIR Expand - Allow tuple patterns to have .. if all entries are covered
John Hodge
1
-1
/
+1
2017-11-25
MIR Gen - Comment about cast bug
John Hodge
1
-0
/
+2
2017-11-25
Codegen C - Better error messages for bad Switch
John Hodge
1
-2
/
+2
2017-11-25
MIR Optimise - Tweaking to DeTemporary
John Hodge
1
-8
/
+22
2017-11-25
MIR Optimise - Add a new pass aimed at removing useless temporaries
John Hodge
1
-18
/
+151
2017-11-25
MIR Cleanup - Delete any statements including/after use of !
John Hodge
1
-1
/
+15
2017-11-24
AST - (minor) Syntax fix
John Hodge
1
-1
/
+1
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
[prev]
[next]