index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
ast
/
crate.hpp
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-19
All - Switch to using interned (de-duplicated) RcString-s instead of std::str...
John Hodge
1
-9
/
+9
2019-05-15
Expand - Track include!/include_str!/include_bytes! files for dependencies
John Hodge
1
-1
/
+2
2019-03-04
Resolve - Tweak IBL, add support for extern_prelude
John Hodge
1
-0
/
+1
2018-06-04
All - Ensure that all files have a header comment, remove some dead code
John Hodge
1
-1
/
+7
2018-05-20
AST - Rename MetaItem and MetaItems to Attribute and AttributeList
John Hodge
1
-1
/
+1
2018-01-21
Main - Add very crude depfile support
John Hodge
1
-0
/
+2
2017-11-19
All - Include proc_macro attribute list in metadata
John Hodge
1
-1
/
+9
2017-11-12
src - Add draft (untested) support for procedural macro crates
John Hodge
1
-0
/
+4
2017-09-24
All - Handle crates with tagged names
John Hodge
1
-0
/
+1
2017-09-24
LoadCrates - Support loading crates that might collide (and handle name colli...
John Hodge
1
-1
/
+3
2017-08-20
Load Crates - Search passed library directories for crates
John Hodge
1
-0
/
+3
2017-04-13
All - Add rough support for #[test] (runs basic tests)
John Hodge
1
-0
/
+21
2017-01-11
All - Enable library codegen (and use crate name everywhere)
John Hodge
1
-0
/
+1
2016-12-24
No more tears!
ubsan
1
-8
/
+8
2016-10-30
AST - Remove copy construction of TypeRef
John Hodge
1
-4
/
+0
2016-09-07
LoadCrates - Better error reporting
John Hodge
1
-1
/
+1
2016-08-29
Resolve Abs - Hacking up extern support
John Hodge
1
-0
/
+1
2016-08-29
AST Crate - Planning post-load index pass
John Hodge
1
-2
/
+5
2016-08-27
Resolve Use - Include extern crate support
John Hodge
1
-1
/
+2
2016-08-27
Expand macro_use - Handle on an `extern crate`
John Hodge
1
-1
/
+2
2016-08-27
AST - Roughing in `extern crate` loading infrastructure
John Hodge
1
-19
/
+5
2016-08-25
AST - Support for crate_name and crate_type (draft)
John Hodge
1
-2
/
+10
2016-08-20
AST - Remove unused AST serialisation code
John Hodge
1
-8
/
+2
2016-06-09
HIR - Save and use paths to #[lang] items
John Hodge
1
-1
/
+1
2016-05-24
AST - Move types.cpp to ast/ dir
John Hodge
1
-1
/
+1
2016-05-24
AST - Spanned paths in impl blocks, remove dead code
John Hodge
1
-23
/
+0
2016-05-22
macro_rules - Rework pattern matching to not use try-catch
John Hodge
1
-1
/
+3
2016-05-22
Clean up dead code (both useless code, and stuff that will be rewritten for HIR)
John Hodge
1
-1
/
+0
2016-03-19
Expand - Handle std/core loading (partially)
John Hodge
1
-1
/
+6
2016-03-12
AST - Remove some header code
John Hodge
1
-6
/
+1
2016-03-06
HUGE REFACTOR - Move named module items into a tagged union
John Hodge
1
-0
/
+102