Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Make macro def krate mandatory | Jonas Schievink | 2020-12-15 | 4 | -15/+38 | |
| * | Basic support for decl macros 2.0 | Jonas Schievink | 2020-12-15 | 4 | -5/+65 | |
* | | Merge #6879 | bors[bot] | 2020-12-15 | 3 | -21/+35 | |
|\ \ | |/ |/| | ||||||
| * | Change HasChildSource::ChildId assoc item to generic param | Lukas Wirth | 2020-12-15 | 3 | -21/+35 | |
* | | Move to upstream `macro_rules!` model | Jonas Schievink | 2020-12-15 | 5 | -118/+132 | |
* | | Merge #6886 | bors[bot] | 2020-12-15 | 2 | -82/+137 | |
|\ \ | |/ |/| | ||||||
| * | Expand statements for mbe in lowering | Edwin Cheng | 2020-12-15 | 2 | -82/+137 | |
* | | Add LifetimeParam resolving to Semantics | Lukas Wirth | 2020-12-14 | 3 | -26/+33 | |
|/ | ||||||
* | Ignore lifetime params in substitutions | Lukas Wirth | 2020-12-13 | 1 | -1/+4 | |
* | Merge #6818 | bors[bot] | 2020-12-12 | 7 | -46/+118 | |
|\ | ||||||
| * | Add Lifetimes to the HIR | Lukas Wirth | 2020-12-11 | 7 | -46/+118 | |
* | | Use Attrs::docs in NavigationTarget instead of DocCommentsOwner | Lukas Wirth | 2020-12-11 | 1 | -1/+1 | |
* | | Merge #6834 | bors[bot] | 2020-12-11 | 1 | -3/+3 | |
|\ \ | ||||||
| * | | Use Attrs::docs in runnables instead of DocCommentsOwner | Lukas Wirth | 2020-12-11 | 1 | -3/+3 | |
| |/ | ||||||
* | | Add upstream commit to builtin_attr.rs | Jonas Schievink | 2020-12-11 | 1 | -0/+2 | |
* | | Add builtin attributes for use in nameres | Jonas Schievink | 2020-12-11 | 2 | -0/+429 | |
|/ | ||||||
* | Remove item tree tests | Jonas Schievink | 2020-12-10 | 2 | -441/+0 | |
* | Ignore extern items in incorrect-case check | Jonas Schievink | 2020-12-10 | 3 | -5/+17 | |
* | Introduce anchored_path | Aleksey Kladov | 2020-12-09 | 2 | -5/+6 | |
* | Merge #6771 | bors[bot] | 2020-12-09 | 1 | -5/+47 | |
|\ | ||||||
| * | Properly fetch inner and outer docs on hir-level | Lukas Wirth | 2020-12-09 | 1 | -17/+25 | |
| * | Properly fetch inner and outer attributes on hir-level | Lukas Wirth | 2020-12-08 | 1 | -5/+39 | |
* | | Merge #6774 | bors[bot] | 2020-12-09 | 1 | -2/+2 | |
|\ \ | ||||||
| * | | Properly decrement recursion count in Expander | Lukas Wirth | 2020-12-09 | 1 | -2/+2 | |
| |/ | ||||||
* | | Use `original_file_range` in `TestDB` | Jonas Schievink | 2020-12-08 | 1 | -9/+3 | |
* | | Add test for `$crate` in builtin macros | Jonas Schievink | 2020-12-08 | 1 | -0/+28 | |
* | | Handle macros in `TestDB::check_diagnostics` | Jonas Schievink | 2020-12-08 | 1 | -2/+9 | |
|/ | ||||||
* | Escape string literals in Attr::from_src | Lukas Wirth | 2020-12-08 | 2 | -12/+6 | |
* | Replace Arc<[str]> with String in attr::Documentation | Lukas Wirth | 2020-12-07 | 1 | -2/+2 | |
* | Keep doc attribute order | Lukas Wirth | 2020-12-07 | 1 | -14/+26 | |
* | Remove raw pre and suffixes from string attr literals | Lukas Wirth | 2020-12-07 | 1 | -2/+5 | |
* | Remove hir_def/docs.rs module | Lukas Wirth | 2020-12-07 | 3 | -83/+22 | |
* | Remove documentation query | Lukas Wirth | 2020-12-07 | 3 | -51/+19 | |
* | Don't insert blank lines between doc attributes | Lukas Wirth | 2020-12-07 | 1 | -11/+11 | |
* | Make `compile_error!` message match upstream rustc | Jonas Schievink | 2020-12-03 | 1 | -1/+1 | |
* | Fix proc macro token mapping | Jonas Schievink | 2020-12-03 | 1 | -2/+2 | |
* | Make `compile_error!` lazy and emit a diagnostic | Jonas Schievink | 2020-12-03 | 1 | -0/+6 | |
* | Give better diagnostic if `OUT_DIR` is unset | Jonas Schievink | 2020-12-03 | 1 | -0/+3 | |
* | Update/Fix tests | Jonas Schievink | 2020-12-03 | 1 | -4/+15 | |
* | Propagate eager expansion errors | Jonas Schievink | 2020-12-03 | 2 | -17/+54 | |
* | Test macro diagnostics in body lowering | Jonas Schievink | 2020-12-02 | 1 | -0/+41 | |
* | Merge #6698 | bors[bot] | 2020-12-02 | 1 | -2/+5 | |
|\ | ||||||
| * | Attach macro expansion errors to the right file | Jonas Schievink | 2020-12-02 | 1 | -2/+5 | |
* | | Merge #6697 | bors[bot] | 2020-12-02 | 2 | -1/+22 | |
|\ \ | |/ |/| | ||||||
| * | Don't discard PathKind::Abs information in lower_use::convert_path | Lukas Wirth | 2020-12-02 | 2 | -1/+22 | |
* | | Emit unresolved proc macro errors | Jonas Schievink | 2020-12-01 | 2 | -9/+28 | |
* | | Emit macro diagnostics when lowering bodies | Jonas Schievink | 2020-11-30 | 4 | -27/+68 | |
|/ | ||||||
* | More accurately place proc-macro diagnostic | Jonas Schievink | 2020-11-27 | 2 | -4/+42 | |
* | Publish diagnostics for macro expansion errors | Jonas Schievink | 2020-11-27 | 3 | -4/+137 | |
* | Don't store `SyntaxNodePtr` in `CrateDefMap` | Jonas Schievink | 2020-11-26 | 2 | -8/+7 |