Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert some FIXMEs | JmPotato | 2020-08-11 | 1 | -1/+2 |
| | | | | Signed-off-by: JmPotato <[email protected]> | ||||
* | Typo fix | JmPotato | 2020-08-11 | 2 | -2/+2 |
| | | | | Signed-off-by: JmPotato <[email protected]> | ||||
* | Merge #5628 | bors[bot] | 2020-08-03 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | | | 5628: Rename test modules r=matklad a=lnicola Co-authored-by: Laurențiu Nicola <[email protected]> | ||||
| * | Rename test modules | Laurențiu Nicola | 2020-07-31 | 1 | -1/+1 |
| | | |||||
* | | Rename LambdaExpr -> ClosureExpr | Aleksey Kladov | 2020-07-31 | 1 | -1/+1 |
|/ | |||||
* | Rename EnumDef -> Enum | Aleksey Kladov | 2020-07-30 | 1 | -1/+1 |
| | |||||
* | Rename StructDef -> Struct | Aleksey Kladov | 2020-07-30 | 1 | -1/+1 |
| | |||||
* | Finalize union grammar | Aleksey Kladov | 2020-07-30 | 1 | -1/+1 |
| | |||||
* | Rename RecordLit -> RecordExpr | Aleksey Kladov | 2020-07-30 | 1 | -1/+1 |
| | |||||
* | Rename TypeParamList -> GenericParamList | Aleksey Kladov | 2020-07-30 | 1 | -4/+4 |
| | |||||
* | Rename ModuleItem -> Item | Aleksey Kladov | 2020-07-29 | 3 | -5/+5 |
| | |||||
* | Allow filtering diagnostics | Jonas Schievink | 2020-07-24 | 1 | -3/+22 |
| | |||||
* | Add a builder for DiagnosticSink | Jonas Schievink | 2020-07-24 | 1 | -17/+26 |
| | |||||
* | Reduce visibility | Aleksey Kladov | 2020-07-23 | 1 | -3/+3 |
| | |||||
* | Store macro invocation parameters as text instead of tt | Laurențiu Nicola | 2020-07-22 | 1 | -6/+13 |
| | |||||
* | Cap macro expansion depth for IDE features | Aleksey Kladov | 2020-07-15 | 1 | -0/+19 |
| | | | | closes #4453 | ||||
* | Don't mess with cursor position when adding hashes | Aleksey Kladov | 2020-07-09 | 1 | -1/+1 |
| | |||||
* | Switch to fully dynamically dispatched salsa | Aleksey Kladov | 2020-07-07 | 1 | -13/+11 |
| | | | | This improves compile times quite a bit | ||||
*-. | Merge #5154 #5157 | bors[bot] | 2020-07-01 | 1 | -1/+1 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5154: Structured search debugging r=matklad a=davidlattimore Adds a "search" mode to the rust-analyzer binary that does structured search (SSR without the replace part). This is intended primarily for debugging why a bit of code isn't matching a pattern. 5157: Use dynamic dispatch in AstDiagnostic r=matklad a=lnicola Co-authored-by: David Lattimore <[email protected]> Co-authored-by: Laurențiu Nicola <[email protected]> | ||||
| | * | Use dynamic dispatch in AstDiagnostic | Laurențiu Nicola | 2020-07-01 | 1 | -1/+1 |
| |/ | |||||
* / | Use CrateName for semantic names | Aleksey Kladov | 2020-07-01 | 2 | -2/+2 |
|/ | |||||
* | Add support for include_bytes | Laurențiu Nicola | 2020-06-27 | 2 | -0/+36 |
| | |||||
* | Add support for include_str | Laurențiu Nicola | 2020-06-27 | 2 | -4/+35 |
| | |||||
* | draw the rest of the owl | Jonas Schievink | 2020-06-24 | 1 | -3/+10 |
| | |||||
* | Don't guess macro expansion crate | Aleksey Kladov | 2020-06-11 | 4 | -39/+54 |
| | |||||
* | Make relevant_crates return a Set | Aleksey Kladov | 2020-06-11 | 4 | -8/+12 |
| | |||||
* | Minimize FileLoader interface | Aleksey Kladov | 2020-06-05 | 2 | -20/+7 |
| | |||||
* | More direct signature for resolve_path | Aleksey Kladov | 2020-06-05 | 2 | -4/+4 |
| | |||||
* | Rename resolve_relative_path -> resolve_path | Aleksey Kladov | 2020-06-05 | 2 | -7/+3 |
| | | | | For things like `concant!(env!("OUT_DIR"))`, we need to support abs paths | ||||
* | Enable hover and autocomplete docs on macro generated items | Aaron Loucks | 2020-06-03 | 1 | -0/+1 |
| | |||||
* | correctly infer labelled breaks | robojumper | 2020-05-31 | 1 | -0/+5 |
| | |||||
* | Pass trivially copy types as copy | kjeremy | 2020-05-26 | 1 | -1/+1 |
| | |||||
* | Store proc-macro result in salsa db | Edwin Cheng | 2020-05-14 | 1 | -1/+35 |
| | |||||
* | fix typo unimplementated -> unimplemented | Trevor Spiteri | 2020-05-12 | 1 | -2/+2 |
| | | | | | Pretty harmless typo, but it does get exposed in lsp-rust-analyzer-expand-macro. | ||||
* | Merge #4234 | bors[bot] | 2020-05-02 | 4 | -11/+28 |
|\ | | | | | | | | | | | | | | | | | | | | | | | 4234: Support local_inner_macros r=jonas-schievink a=edwin0cheng This PR implements `#[macro_export(local_inner_macros)]` support. Note that the rustc implementation is quite [hacky][1] too. :) [1]: https://github.com/rust-lang/rust/blob/614f273e9388ddd7804d5cbc80b8865068a3744e/src/librustc_resolve/macros.rs#L456 Co-authored-by: Edwin Cheng <[email protected]> | ||||
| * | Update crates/ra_hir_expand/src/builtin_derive.rs | Edwin Cheng | 2020-05-02 | 1 | -1/+1 |
| | | | | | | | | | | Fix spacing Co-authored-by: Jonas Schievink <[email protected]> | ||||
| * | Support local_inner_macros | Edwin Cheng | 2020-05-01 | 4 | -11/+28 |
| | | |||||
* | | Introduce EffectExpr | Aleksey Kladov | 2020-05-02 | 1 | -2/+1 |
| | | |||||
* | | Introduce LowerCtx for path lowering | Edwin Cheng | 2020-05-01 | 1 | -1/+1 |
|/ | |||||
* | Check dep name to detect it is core | Edwin Cheng | 2020-04-27 | 1 | -4/+6 |
| | |||||
* | Use empty-deps tricks to detect it is core | Edwin Cheng | 2020-04-27 | 1 | -5/+21 |
| | |||||
* | Add test | Edwin Cheng | 2020-04-27 | 1 | -1/+1 |
| | |||||
* | Use core instead of std for builtin derive macros | Edwin Cheng | 2020-04-27 | 1 | -32/+61 |
| | |||||
* | Merge #4125 | bors[bot] | 2020-04-25 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | | | 4125: Avoid lossy OsString conversions r=matklad a=lnicola This is a bit invasive, and perhaps for not much benefit since non-UTF-8 environment variables don't work anyway. Co-authored-by: Laurențiu Nicola <[email protected]> | ||||
| * | Avoid lossy OsString conversions | Laurențiu Nicola | 2020-04-25 | 1 | -1/+1 |
| | | |||||
* | | Convert code to text-size | Aleksey Kladov | 2020-04-25 | 2 | -4/+4 |
|/ | |||||
* | Improve remove dervie attrs | Edwin Cheng | 2020-04-21 | 1 | -10/+96 |
| | |||||
* | Some clippy fixes | Jeremy Kolb | 2020-04-19 | 2 | -5/+5 |
| | |||||
* | Simplify Diagnostic structure | Aleksey Kladov | 2020-04-17 | 1 | -2/+1 |
| | | | | | | It's not entirely clear what subnode ranges should mean in the presence of macros, so let's leave them out for now. We are not using them heavily anyway. | ||||
* | Correctly highlight ranges of diagnostics from macros | Aleksey Kladov | 2020-04-17 | 1 | -1/+1 |
| | | | | closes #2799 |