summaryrefslogtreecommitdiff
path: root/src/expand/lang_item.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-10-06Expand - Hand attributes to item attribute handlersJohn Hodge1-4/+4
2019-06-22Expand/Trans - Better handling of #[panic_implementation]John Hodge1-4/+35
2018-12-28Misc expand tweaksJohn Hodge1-0/+4
2018-12-22Lang items for 1.29 (allocator traits removed, need to do magic)John Hodge1-1/+4
2018-12-08Expand - Tweaks to select between 1.19 and 1.29John Hodge1-1/+1
2018-10-03Fiddling for rustc 1.29 updateJohn Hodge1-0/+27
2018-07-29All - Initial work on supporting 1.29 as a target versionJohn Hodge1-1/+14
2018-05-20AST - Rename MetaItem and MetaItems to Attribute and AttributeListJohn Hodge1-4/+4
2017-09-23Expand - Little fixes for libpanic_unwind win32John Hodge1-0/+6
2017-05-15expand/lang - Lang items in later versions of rustcJohn Hodge1-0/+2
2017-03-19Expand - Handle #[main] on deleted objectJohn Hodge1-1/+4
2017-01-22Trans - #[start] attributeJohn Hodge1-0/+22
2017-01-21Trans/Expand - #[main] attributeJohn Hodge1-0/+23
2017-01-08All - i128/u182 support, typecheck and parse fixesJohn Hodge1-0/+2
2016-12-24No more tears!ubsan1-14/+14
2016-10-10Expand - #[lang] eh_personality and handle None itemsJohn Hodge1-1/+6
2016-09-28Expand lang - Handle #[lang] on extern fn-s by ignoring themJohn Hodge1-2/+9
2016-09-27Expand - Hack around expansion order quirk with anon modulesJohn Hodge1-1/+5
2016-09-27Expand - Remove two-pass expandJohn Hodge1-1/+1
2016-09-27Expand lang - "start"John Hodge1-1/+3
2016-09-27Expand lang - f32/f64John Hodge1-0/+4
2016-09-11Expand/lang - libcollections impl lang itemsJohn Hodge1-2/+2
2016-09-07Expand Lang - "char" lang itemJohn Hodge1-0/+5
2016-08-27Expand - Extra language items!John Hodge1-0/+5
2016-06-09HIR - Save and use paths to #[lang] itemsJohn Hodge1-8/+14
2016-05-29AST - Remove dead code, add lifetime params, fix param clobberJohn Hodge1-1/+1
2016-05-24AST - Spans, spans everywhere!John Hodge1-4/+4
2016-05-21Expand - Add attributes to impl blocksJohn Hodge1-1/+21
2016-03-17Expand - #[lang] extensionJohn Hodge1-1/+22
2016-03-13Expand - Move synexts/*.cpp to expand/John Hodge1-0/+104