summaryrefslogtreecommitdiff
path: root/src/expand/std_prelude.cpp
AgeCommit message (Collapse)AuthorFilesLines
2019-10-06Expand - Hand attributes to item attribute handlersJohn Hodge1-2/+2
2019-01-01Refactor of `use` items to fully-group imports from a single useJohn Hodge1-2/+2
2018-06-04All - Ensure that all files have a header comment, remove some dead codeJohn Hodge1-0/+5
2018-05-20AST - Rename MetaItem and MetaItems to Attribute and AttributeListJohn Hodge1-5/+5
2017-08-22Expand - allow #![no_std] or #![no_core] to be repeatedJohn Hodge1-3/+3
2016-12-24No more tears!ubsan1-4/+4
No more DOS line endings or trailing whitespace either
2016-10-22Expand - #[prelude_import] supportJohn Hodge1-1/+19
2016-09-27Expand - Remove two-pass expandJohn Hodge1-4/+4
2016-08-29AST Resolve - Prelude handlingJohn Hodge1-0/+9
2016-05-24AST - Spans, spans everywhere!John Hodge1-4/+4
2016-03-19Expand - Handle std/core loading (partially)John Hodge1-0/+53