index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
Files
Lines
2016-10-30
Resolve Abs - MaybeBind->Bind in irrefutable context
John Hodge
1
-1
/
+4
2016-10-30
HIR+Resolve - Refactor handling of enum variant imports
John Hodge
7
-53
/
+66
2016-10-30
HIR Typecheck Expr - Perfom coercions in casts
John Hodge
1
-1
/
+4
2016-10-30
Makefile - More correct dependencies for -j builds
John Hodge
1
-0
/
+6
2016-10-30
macro_rules! - Allow _ to match :pat
John Hodge
1
-0
/
+1
2016-10-30
Resolve Absolute - Fix segfault due to OOB indexing
John Hodge
1
-1
/
+1
2016-10-30
Makefile - Support extra args on tests
John Hodge
1
-1
/
+4
2016-10-30
Parse - Handle :block captures
John Hodge
1
-0
/
+4
2016-10-30
HIR Typecheck - Shadow result of a deref
John Hodge
1
-0
/
+1
2016-10-30
HIR Typecheck - Auto trait searching fixes
John Hodge
2
-3
/
+88
2016-10-30
HIR Const Eval - Field accesses in constants (requires type info)
John Hodge
1
-16
/
+74
2016-10-30
HIR Resolve UFCS - Handle `Self` in trait impls
John Hodge
2
-4
/
+21
2016-10-30
HIR Resolve UFCS - Self and default params
John Hodge
1
-4
/
+23
2016-10-29
HIR Resolve UFCS - (minor) Better message when bad generic is encountered
John Hodge
1
-1
/
+1
2016-10-29
HIR Types - Store array size expr as a shared_ptr to allow cloning
John Hodge
15
-39
/
+46
2016-10-29
HIR Const Eval - Rough associated constant lookup
John Hodge
1
-2
/
+33
2016-10-29
Parse - Convert `<Foo>::BAR` into `<Foo as _>::BAR`
John Hodge
3
-20
/
+10
2016-10-28
HIR Expand Type Aliases - Allow missing params in expression context
John Hodge
1
-10
/
+22
2016-10-28
Expand - Run expand on types in `static`/`const` items
John Hodge
1
-0
/
+3
2016-10-28
Makefile - environment vars for rust_os/Tifflin kernel
John Hodge
1
-1
/
+6
2016-10-28
Expand include! - Support paths relative to a file
John Hodge
1
-9
/
+33
2016-10-28
Expand format_args! - Handle trailing commas
John Hodge
1
-0
/
+6
2016-10-28
HIR Typecheck Expr - Equate Self type in UfcsInherent method selection
John Hodge
1
-0
/
+8
2016-10-28
HIR Typecheck - Fuzzy match more cases with unbound UFCS
John Hodge
2
-34
/
+49
2016-10-28
HIR - Allow TypeAlias paths in _StructLiteral
John Hodge
2
-7
/
+25
2016-10-28
HIR Typecheck Expr - Shadow type params
John Hodge
1
-15
/
+10
2016-10-28
Parse - Don't load #[cfg] disabled modules
John Hodge
1
-1
/
+21
2016-10-28
HIR Typecheck Expr - (minor) Comment about TODO
John Hodge
1
-0
/
+1
2016-10-28
HIR Typecheck Expr - Detect diverge from method call
John Hodge
1
-4
/
+66
2016-10-28
Parse - Support attributes on generics, unify HRL (HRTB) parsing
John Hodge
3
-47
/
+48
2016-10-27
Notes - TODO update and a quirk
John Hodge
2
-5
/
+11
2016-10-27
HIR Typecheck Expr - Allow fuzzy Copy impls
John Hodge
2
-16
/
+51
2016-10-27
HIR - Support type aliases in struct patterns
John Hodge
3
-31
/
+126
2016-10-26
HIR From AST - Better debugging
John Hodge
1
-2
/
+7
2016-10-26
Expand derive - Fix error in enum RustcDecodable
John Hodge
1
-5
/
+6
2016-10-26
Resolve Use - Fix alternate binding code
John Hodge
2
-5
/
+7
2016-10-26
Resolve Index - Glob crates
John Hodge
1
-1
/
+3
2016-10-26
Resolve Use - Support imports from external enums
John Hodge
1
-4
/
+39
2016-10-26
Resolve Use - Search wildcard imports of crates
John Hodge
1
-1
/
+11
2016-10-26
Expand format_args! - Positional argument parse
John Hodge
1
-5
/
+14
2016-10-26
macro_rules! eval - Refactor arm selection to prefer concrete token matches ↵
John Hodge
1
-98
/
+100
over patterns
2016-10-26
Expand - env! and option_env!
John Hodge
2
-0
/
+77
2016-10-26
Parse Type - Handle interpolated types
John Hodge
1
-3
/
+3
2016-10-26
Expand - Add a stubbed impl of some rustc-internal macros
John Hodge
2
-0
/
+31
2016-10-26
(minor) Commenting
John Hodge
2
-4
/
+1
2016-10-26
Expand derive - Fix bad derive code for RustcEncodable/RustcDecodable
John Hodge
1
-23
/
+32
2016-10-25
Notes - TODO: Make HIR trait impls contain just the data, no prototypes
John Hodge
1
-1
/
+1
2016-10-25
HIR Typecheck - Add Copy impl for all fn pointers
John Hodge
1
-0
/
+3
2016-10-25
Expand derive - Add untested RustcDecodable impl
John Hodge
1
-1
/
+212
2016-10-25
AST - Encode unit variants with a NULL value instead of an empty set
John Hodge
3
-233
/
+142
[next]