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
2019-01-20
HIR Bind - Handle `Enum::Foo { .. }` patterns for everything
John Hodge
1
-5
/
+68
2019-01-20
Typecheck Expressions - Correct SplitTuple logic in Match ergonomics
John Hodge
1
-1
/
+2
2019-01-20
Typecheck Expressions - More work on match ergonomics
John Hodge
1
-6
/
+21
2019-01-20
Resolve Use - Finer-grained recursion control
John Hodge
1
-3
/
+8
2019-01-20
MIR Gen - (minor) Commented-out post-gen dump
John Hodge
1
-0
/
+1
2019-01-20
Trans Enumerate - Ensure that clone impls called by auto clone impl are ↵
John Hodge
1
-2
/
+23
enumerated
2019-01-20
macro_rules - Handle `dyn Trait` in :ty
John Hodge
1
-1
/
+3
2019-01-20
Trans - Packed types force outer alignment to 1
John Hodge
1
-1
/
+1
2019-01-20
HIR Expand Closures - Ensure opaque tagging of UfcsKnown
John Hodge
1
-5
/
+28
2019-01-20
HIR Serialise - Tweaks for easier debugging
John Hodge
3
-3
/
+10
2019-01-20
Type resolve static - Cleanups
John Hodge
1
-6
/
+22
2019-01-20
macro_rules - Handle `[auto] trait` in :item
John Hodge
1
-16
/
+46
2019-01-20
Typecheck Static - Handle resolution with pre-existing placeholders
John Hodge
1
-12
/
+40
2019-01-19
Typecheck Expressions - Handle generics in auto trait magic
John Hodge
1
-1
/
+3
2019-01-19
Typecheck Expressions - Tweak expand_associated_types to get associated type ↵
John Hodge
3
-9
/
+32
bounds on associated types
2019-01-12
HIR Typecheck Outer - Duplicate the "Resolve UFCS" pass to use simpler logic ↵
John Hodge
5
-5
/
+380
for outer context
2019-01-12
HIR Typecheck - Debugging tweaks
John Hodge
4
-6
/
+19
2019-01-05
Handle MacroInv in some more places
John Hodge
2
-1
/
+6
2019-01-05
Resolve Use - Handle external enums
John Hodge
1
-13
/
+40
2019-01-05
Expand - Macros in traits
John Hodge
3
-128
/
+167
2019-01-05
HIR - Visit result type
John Hodge
4
-0
/
+15
2019-01-05
Typecheck Expressions - Run EAT when checking auto traits
John Hodge
1
-4
/
+6
2019-01-05
Resolve Use - Handle partial shadowing of items/imports
John Hodge
2
-27
/
+36
2019-01-05
HIR Bind - Handle cross-referencing default type params
John Hodge
1
-2
/
+15
2019-01-04
macro_rules eval - Handle `macro_rules!` in :item capture
John Hodge
1
-0
/
+1
2019-01-04
Constant Evaluate - More handling of Defer constants
John Hodge
3
-19
/
+51
2019-01-04
Typecheck Expressions - Short-circuit wildcard pattern matches
John Hodge
1
-0
/
+6
2019-01-04
Resolve - Resolve impl type before handling bounds
John Hodge
1
-1
/
+2
2019-01-03
HIR Expand - Handle match ergonomics in AVU
John Hodge
1
-2
/
+10
2019-01-03
Lower MIR - Allow "+" at the start of asm output specifiers
John Hodge
1
-1
/
+1
2019-01-03
Typecheck Expressions - Handle placeholder params better
John Hodge
2
-8
/
+10
2019-01-01
Resolve UFCS - Fix non-wrapped marker impls
John Hodge
1
-0
/
+19
2019-01-01
Typecheck Expressions - Fallback type for tuples in match ergonomics
John Hodge
1
-2
/
+12
2019-01-01
Target - Handle opaque types in size/align
John Hodge
1
-0
/
+2
2019-01-01
Match ergonomics - Fixes and expansion
John Hodge
2
-1
/
+14
2019-01-01
Draft support for in_band_lifetimes
John Hodge
1
-21
/
+32
2019-01-01
Parse Path - Slight tweaks for 1.29
John Hodge
1
-1
/
+8
2019-01-01
Refactor of `use` items to fully-group imports from a single use
John Hodge
8
-308
/
+286
2019-01-01
Parse - Tweak module loading rules again, should work this time
John Hodge
1
-2
/
+6
2019-01-01
Parse - Module Loading - Hopefully fix libcore without breaking other crates
John Hodge
2
-15
/
+117
2018-12-30
Parse root - Support finding `foo/bar.rs` from `foo.rs`
John Hodge
1
-4
/
+23
2018-12-30
Parse - Handle `crate::` paths
John Hodge
2
-0
/
+4
2018-12-30
Expand - Handle #[cfg]-d enum variants
John Hodge
1
-0
/
+9
2018-12-30
Parse/Macro - Handle `crate` as a visibility specifier
John Hodge
3
-3
/
+9
2018-12-30
Auto Impls - Automatic delegating impl of Clone for tuples
John Hodge
2
-1
/
+60
2018-12-30
Typecheck Outer - Rough handling of `impl Trait` in argument position
John Hodge
1
-17
/
+51
2018-12-30
MIR Optimise - constant evaluation: addition
John Hodge
1
-59
/
+69
2018-12-30
Codegen C - Fix integer printing quirks
John Hodge
1
-3
/
+13
2018-12-30
Test harness - Fix harness for 1.29
John Hodge
1
-0
/
+5
2018-12-30
Codegen C - Add hacky compiler-provided glue
John Hodge
4
-22
/
+94
[prev]
[next]