]> git.lizzy.rs Git - rust.git/history - crates/ra_hir_expand/src/builtin_macro.rs
Clippy lints
[rust.git] / crates / ra_hir_expand / src / builtin_macro.rs
2019-12-20 kjeremyClippy lints
2019-12-20 bors[bot]Merge #2614
2019-12-20 kjeremyRemove useless clone
2019-12-17 bors[bot]Merge #2562
2019-12-14 bors[bot]Merge #2552
2019-12-14 Omer Ben-AmramMerge branch 'refs/heads/master' into feature/granular...
2019-12-14 bors[bot]Merge #2554
2019-12-13 Florian DieboldRename N! to name!
2019-12-13 Florian DieboldAdd macros for known names and paths
2019-12-13 bors[bot]Merge #2544
2019-12-12 bors[bot]Merge #2539
2019-12-12 Aleksey KladovMove traits to the new loc
2019-12-08 bors[bot]Merge #2500 #2505 #2506
2019-12-08 Florian DieboldFix expansion of format_args
2019-12-08 bors[bot]Merge #2466
2019-12-08 bors[bot]Merge #2497
2019-12-08 Edwin ChengRemove MacroFileKind
2019-12-06 bors[bot]Merge #2489
2019-12-06 Florian DieboldImplement format_args more properly
2019-12-06 Florian DieboldAdd stub implementation of format_args{_nl} macros
2019-12-06 bors[bot]Merge #2481
2019-12-05 bors[bot]Merge #2479
2019-12-05 Florian DieboldAdd expansion infrastructure for derive macros
2019-11-25 bors[bot]Merge #2388
2019-11-25 bors[bot]Merge #2401
2019-11-25 bors[bot]Merge #2362
2019-11-25 bors[bot]Merge #2392
2019-11-25 Jeremy KolbExpand compile_error!
2019-11-24 Marco GroppoFix panic during the expansion of `column!`
2019-11-24 bors[bot]Merge #2378
2019-11-24 bors[bot]Merge #2365
2019-11-24 bors[bot]Merge #2343
2019-11-24 bors[bot]Merge #2360
2019-11-23 Edwin ChengUse macro for all the things
2019-11-23 Edwin ChengRename BuiltinExpander to BuiltinFnLikeExpander
2019-11-22 Edwin ChengRefactor builtin macro
2019-11-22 bors[bot]Merge #2355
2019-11-22 Jeremy KolbExpand column!()
2019-11-22 bors[bot]Merge #2357
2019-11-22 kjeremyExpand file! to dummy ""
2019-11-22 bors[bot]Merge #2348 #2352
2019-11-22 Piotr SzpetkowskiAdd support for Stringify builtin macro
2019-11-15 bors[bot]Merge #2165
2019-11-11 bors[bot]Merge #2200
2019-11-11 bors[bot]Merge #2205
2019-11-11 Edwin ChengAdd MacroDefKind
2019-11-11 Edwin ChengAdd line macro and tests
2019-11-11 Edwin ChengAdd basic bultin macro infrastructure