Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Add macros for known names and paths | Florian Diebold | 2019-12-13 | 3 | -91/+117 | |
|/ | ||||||
* | Merge #2550 | bors[bot] | 2019-12-13 | 1 | -0/+2 | |
|\ | ||||||
| * | Correctly infer - and ! using std::ops::{Neg,Not} | Emil Lauridsen | 2019-12-13 | 1 | -0/+2 | |
* | | Refactor tt::Delimiter | Edwin Cheng | 2019-12-13 | 1 | -3/+4 | |
|/ | ||||||
* | Move traits to the new loc | Aleksey Kladov | 2019-12-12 | 1 | -1/+4 | |
* | Expand macros in blocks to expressions for now | Florian Diebold | 2019-12-08 | 1 | -2/+2 | |
* | Fix expansion of format_args | Florian Diebold | 2019-12-08 | 1 | -6/+13 | |
* | Remove MacroFileKind | Edwin Cheng | 2019-12-08 | 4 | -25/+46 | |
* | Implement ancestors_with_macros in a better way | Florian Diebold | 2019-12-06 | 1 | -0/+21 | |
* | Builtin macros only use caller tokens | Florian Diebold | 2019-12-06 | 1 | -2/+2 | |
* | Try to make go to definition work in format! | Florian Diebold | 2019-12-06 | 1 | -0/+18 | |
* | Implement format_args more properly | Florian Diebold | 2019-12-06 | 1 | -4/+43 | |
* | Remove unnecessary len parameter for Name::new_inline_ascii | Florian Diebold | 2019-12-06 | 1 | -59/+59 | |
* | Add stub implementation of format_args{_nl} macros | Florian Diebold | 2019-12-06 | 2 | -1/+20 | |
* | Implement all the other built-in derives | Florian Diebold | 2019-12-05 | 2 | -15/+86 | |
* | Implement derive(Copy, Clone) properly (well, kind of) | Florian Diebold | 2019-12-05 | 2 | -7/+190 | |
* | Add expansion infrastructure for derive macros | Florian Diebold | 2019-12-05 | 7 | -51/+170 | |
* | Replace `ra_hir_expand::either` with crate | ice1000 | 2019-12-03 | 3 | -58/+3 | |
* | Infer range types | oxalica | 2019-11-28 | 1 | -0/+6 | |
* | Use InFile for AstId | Aleksey Kladov | 2019-11-28 | 1 | -35/+4 | |
* | Rename Source -> InFile | Aleksey Kladov | 2019-11-28 | 2 | -23/+23 | |
* | Hide MacroCallLoc | Edwin Cheng | 2019-11-26 | 1 | -2/+12 | |
* | :arrow_up: salsa | Aleksey Kladov | 2019-11-26 | 1 | -0/+4 | |
* | Merge #2362 | bors[bot] | 2019-11-25 | 2 | -0/+39 | |
|\ | ||||||
| * | Expand compile_error! | Jeremy Kolb | 2019-11-25 | 2 | -0/+39 | |
* | | Fix panic during the expansion of `column!` | Marco Groppo | 2019-11-24 | 1 | -5/+16 | |
|/ | ||||||
* | Use macro for all the things | Edwin Cheng | 2019-11-23 | 1 | -48/+31 | |
* | Rename BuiltinExpander to BuiltinFnLikeExpander | Edwin Cheng | 2019-11-23 | 3 | -14/+14 | |
* | Refactor builtin macro | Edwin Cheng | 2019-11-22 | 1 | -18/+124 | |
* | Add TestDB | Edwin Cheng | 2019-11-22 | 2 | -0/+53 | |
* | Expand column!() | Jeremy Kolb | 2019-11-22 | 2 | -1/+44 | |
* | Expand file! to dummy "" | kjeremy | 2019-11-22 | 2 | -1/+26 | |
* | Add support for Stringify builtin macro | Piotr Szpetkowski | 2019-11-22 | 2 | -0/+28 | |
* | Add MacroFileKind::Statements | Edwin Cheng | 2019-11-21 | 2 | -0/+2 | |
* | Rename with_ast -> with_value | Aleksey Kladov | 2019-11-20 | 1 | -4/+4 | |
* | Rename Source::ast -> Source::value | Aleksey Kladov | 2019-11-20 | 2 | -17/+21 | |
* | Fixed a bug for string lit in quote | Edwin Cheng | 2019-11-19 | 1 | -4/+4 | |
* | Collapse TokenMap and RevTokenMap | Aleksey Kladov | 2019-11-18 | 2 | -7/+5 | |
* | Token-based reverse-mapping | Aleksey Kladov | 2019-11-18 | 1 | -29/+22 | |
* | More correct expansion mapping | Aleksey Kladov | 2019-11-17 | 1 | -14/+30 | |
* | Make shift an implementation detail of mbe | Aleksey Kladov | 2019-11-17 | 2 | -9/+16 | |
* | Don't store shift redundantly | Aleksey Kladov | 2019-11-17 | 1 | -6/+5 | |
* | Goto definition works inside macros | Aleksey Kladov | 2019-11-16 | 1 | -0/+9 | |
* | Prepare SourceAnalyzer for macros | Aleksey Kladov | 2019-11-15 | 1 | -2/+8 | |
* | Sourcify some more | Aleksey Kladov | 2019-11-15 | 1 | -0/+2 | |
* | Sourcify some things | Aleksey Kladov | 2019-11-15 | 1 | -0/+4 | |
* | Heed the advice of rustc's into_iter() warning | memoryruins | 2019-11-15 | 1 | -4/+2 | |
* | Handle macro-generated expressions slightly less wrong | Aleksey Kladov | 2019-11-14 | 1 | -1/+4 | |
* | Add MacroDefKind | Edwin Cheng | 2019-11-11 | 4 | -35/+19 | |
* | Add line macro and tests | Edwin Cheng | 2019-11-11 | 2 | -7/+65 |