index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
ast
Age
Commit message (
Expand
)
Author
Files
Lines
2018-10-03
Merge branch 'master' into nightly-1.29
John Hodge
1
-1
/
+1
2018-09-09
Msvc compile fixes
John Hodge
1
-1
/
+1
2018-08-01
HIR - Conversion and typecheck fixes for 1.29
John Hodge
1
-2
/
+1
2018-07-29
All - Initial work on supporting 1.29 as a target version
John Hodge
3
-0
/
+10
2018-07-04
All - Dump full contents of asm! in AST/MIR
John Hodge
2
-3
/
+36
2018-06-04
All - Ensure that all files have a header comment, remove some dead code
John Hodge
11
-51
/
+67
2018-06-02
AST - Remove old serialisation code (now all done on HIR)
John Hodge
7
-38
/
+3
2018-06-02
HIR Serialise - Explicitly serialise tokens (instead of using ancient code)
John Hodge
1
-1
/
+0
2018-06-02
AST - Annotate all patterns with spans
John Hodge
1
-15
/
+24
2018-05-27
AST - Fix missing handling of `for<>` in a few places
John Hodge
1
-4
/
+4
2018-05-27
AST - Include HRBs on fn() types, fix minor parsing bug
John Hodge
1
-3
/
+5
2018-05-25
Resolve - Named lifetimes
John Hodge
1
-0
/
+2
2018-05-22
AST - Add lifetime params to & types
John Hodge
2
-3
/
+4
2018-05-20
AST - Refactor lifetime/HRB handling
John Hodge
7
-43
/
+205
2018-05-20
AST - Rename MetaItem and MetaItems to Attribute and AttributeList
John Hodge
7
-110
/
+132
2018-01-21
Main - Add very crude depfile support
John Hodge
1
-0
/
+2
2018-01-14
LoadCrates - Better error reporting
John Hodge
1
-7
/
+9
2017-11-24
AST - (minor) Syntax fix
John Hodge
1
-1
/
+1
2017-11-19
All - Include proc_macro attribute list in metadata
John Hodge
1
-1
/
+9
2017-11-18
AST - Don't load crates from anon modules during LoadCrates (defer to expand)
John Hodge
1
-3
/
+4
2017-11-12
src - Add draft (untested) support for procedural macro crates
John Hodge
2
-0
/
+8
2017-09-29
AST - Support printing AST types in a clean form
John Hodge
5
-80
/
+47
2017-09-24
All - Handle crates with tagged names
John Hodge
3
-7
/
+19
2017-09-24
LoadCrates - Support loading crates that might collide (and handle name colli...
John Hodge
2
-11
/
+44
2017-09-23
Expand - Little fixes for libpanic_unwind win32
John Hodge
1
-0
/
+1
2017-09-14
Expand - Limited derive on unions (minimally tested, fixes #22)
John Hodge
1
-0
/
+3
2017-09-10
Parse - Store attributes for trait items
John Hodge
2
-6
/
+9
2017-09-02
Expand - Debugging a hygine issue
John Hodge
1
-0
/
+1
2017-08-24
AST Expr - Fix null deref when debug is enabled
John Hodge
1
-1
/
+2
2017-08-20
Load Crates - Search passed library directories for crates
John Hodge
2
-6
/
+20
2017-07-16
AST - Attributes on struct literal entries
John Hodge
3
-6
/
+12
2017-07-16
AST - Little tweaks for upgraded test source
John Hodge
1
-1
/
+2
2017-06-11
Parse - Support chaining of spans (for macro expansions)
John Hodge
2
-8
/
+7
2017-06-09
Fix use of hard tabs
John Hodge
1
-9
/
+9
2017-06-09
Fix build broken by MSVC port
John Hodge
1
-2
/
+2
2017-06-04
Merge branch 'master' of https://github.com/thepowersgang/mrustc
John Hodge (bugs)
3
-15
/
+20
2017-05-28
AST - Refactor to make unit-like structs their own variant
John Hodge
3
-15
/
+20
2017-05-14
Merge branch 'master' of https://github.com/thepowersgang/mrustc
John Hodge (bugs)
2
-5
/
+42
2017-04-14
AST Expr - Clone module pointer when cloning a block with a module
John Hodge
1
-3
/
+1
2017-04-13
All - Add rough support for #[test] (runs basic tests)
John Hodge
1
-0
/
+21
2017-03-18
AST - Fixed printing of interpolated fragments
John Hodge
1
-2
/
+20
2017-03-04
Many many changes to allow compiling in visual studio (Community 2015)
John Hodge (bugs)
4
-10
/
+17
2017-02-25
Add visual studio project files, little tweaks to codebase to allow compiling...
John Hodge (bugs)
2
-11
/
+11
2017-01-15
AST - Cleaner printing for stringify!
John Hodge
3
-6
/
+26
2017-01-15
Trans - Use #[link(name)] attributes
John Hodge
1
-0
/
+9
2017-01-13
Codegen C - Use the load path of the crate for the file source
John Hodge
1
-1
/
+2
2017-01-11
All - Enable library codegen (and use crate name everywhere)
John Hodge
1
-0
/
+1
2017-01-08
All - i128/u182 support, typecheck and parse fixes
John Hodge
2
-1
/
+6
2016-12-28
AST - Add asm! as an AST node
John Hodge
3
-0
/
+58
2016-12-24
No more tears!
ubsan
18
-1538
/
+1538
[next]