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-04-13
Expand - Handle #[should_panic] and #[ignore] attributes for tests
John Hodge
2
-0
/
+64
- Also doesn't emit tests that should_panic (because of lack of unwind support)
2017-04-13
Codegen C - Fix precedence error in 64/128 bit ctz
John Hodge
1
-2
/
+2
2017-04-13
All - Add rough support for #[test] (runs basic tests)
John Hodge
7
-3
/
+175
2017-04-13
MIR Gen - Do value raising for deref operator overloads
John Hodge
3
-3
/
+62
2017-04-07
MIR Gen - Remove old DT match code
John Hodge
1
-1957
/
+3
2017-04-07
Match - Replace DecisionTree with a sort+group algorithm
John Hodge
4
-43
/
+1455
2017-03-30
MIR Gen Match - Disable DTN algorithm due to minor bug
John Hodge
1
-3
/
+38
2017-03-26
Trans - Handle drop of unsized objects
John Hodge
2
-9
/
+65
2017-03-25
MIR Gen - Fix a slight bug in borrow promotion, validate during `Lower MIR`
John Hodge
2
-11
/
+49
2017-03-21
format_args! - Add # support
John Hodge
1
-1
/
+4
2017-03-19
Expand - Handle #[main] on deleted object
John Hodge
1
-1
/
+4
2017-03-18
format_args! - Handle }}
John Hodge
1
-0
/
+5
2017-03-18
Expand - add column! macro
John Hodge
1
-0
/
+10
2017-03-18
HIR Typecheck - Fix incorrect error message
John Hodge
1
-2
/
+2
2017-03-18
HIR Annotate - (minor) Better checking
John Hodge
1
-0
/
+3
2017-03-18
MIR Gen - Fix scoping of values in let bindings
John Hodge
3
-31
/
+77
2017-03-18
MIR Gen - Extend lifetimes of variables borrowed in let bindings
John Hodge
3
-20
/
+69
2017-03-18
AST - Fixed printing of interpolated fragments
John Hodge
2
-7
/
+25
2017-03-16
Main - Set target_family
John Hodge
1
-0
/
+4
2017-03-16
MIR Optimise - Fix mis-optimise with assignment propagation
John Hodge
1
-4
/
+12
2017-03-16
MIR Validate - Better debug
John Hodge
1
-3
/
+8
2017-03-16
MIR Gen - Fix incorrect scoping of temporaries
John Hodge
2
-65
/
+106
2017-03-12
MIR Gen - Fix Use-after-free when let borrows a temporary
John Hodge
1
-0
/
+13
2017-03-12
Trans Codegen - Enable optimisation after monomorph
John Hodge
1
-2
/
+1
2017-03-12
Parse - Hackily handle `struct Foo(pub ())`
John Hodge
1
-3
/
+3
2017-03-12
Trans Enumerate - Avoid segfault on auto-trait only vtables
John Hodge
1
-0
/
+1
2017-03-12
Codegen C - Fix integer literal types
John Hodge
1
-1
/
+1
2017-03-11
Lex - Fix handling of escaped newlines
John Hodge
1
-2
/
+6
2017-03-11
MIR Dump - Fix bad printing of byte string literals
John Hodge
1
-1
/
+14
2017-03-11
Parse - Fix incorrect handing of $crate
John Hodge
1
-2
/
+1
2017-03-11
MIR Gen - Support integer ranges in simple match generation
John Hodge
1
-2
/
+34
2017-03-11
MIR Check full - Fiddling (still unbouned memory usage)
John Hodge
1
-1
/
+11
2017-03-11
MIR Gen Match - Fix bug in range handling
John Hodge
1
-2
/
+1
2017-03-10
MIR Helpers - get_const_type defer TODO
John Hodge
1
-3
/
+6
2017-03-10
MIR Optimise - basic size_of replacemnt
John Hodge
3
-14
/
+166
2017-03-10
Codegen C - Fix edge case with INT64_MIN
John Hodge
1
-8
/
+11
2017-03-06
Codegen C - Minor fixes
John Hodge
1
-4
/
+24
2017-03-06
MIR Optimise - Reduce debug and pedantic validation
John Hodge
1
-2
/
+2
2017-03-06
MIR Optimise - Fix lifetime tracking
John Hodge
1
-35
/
+86
2017-03-05
MIR Optimise - Use new value lifetime information in optimisation, fix ↵
John Hodge
1
-259
/
+147
unbounded runtime.
2017-03-04
MIR Optimise - Working (but unused) temporary value lifetime tracking
John Hodge
1
-0
/
+261
2017-03-04
MIR - Debug printing for Statement (incomplete)
John Hodge
2
-0
/
+27
2017-03-04
HIR Typecheck Static - Look up trait impls for associated constants
John Hodge
1
-1
/
+39
2017-03-04
MIR Optimise - Constant propagation using Param
John Hodge
1
-2
/
+186
2017-03-04
MIR Gen - Use MIR::Param for binops
John Hodge
1
-10
/
+21
2017-03-04
MIR Check Full - State comparison, printing of state
John Hodge
1
-0
/
+76
2017-03-04
MIR Gen - Patch around edge case where an arm can end up with the drop flag ↵
John Hodge
1
-3
/
+5
incorrectly set
2017-03-04
MIR Check Full - Variants
John Hodge
1
-4
/
+28
2017-03-04
MIR Check Full - Handling of shallow drops
John Hodge
1
-15
/
+165
2017-03-04
MIR - Add a (disabled) full value state validator
John Hodge
2
-0
/
+500
[prev]
[next]