| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-03-10 | Merge commit '574e23ec508064613783cba3d1833a95fd9a5080' into sync-from-ra | Laurențiu Nicola | -17/+8 | |
| 2024-03-03 | Merge commit '4ef6a49b44e8aa380da7522442234bfd7a52c55e' into sync-from-ra | Laurențiu Nicola | -49/+50 | |
| 2024-02-25 | Merge commit '4a8d0f7f565b6df45da5522dd7366a4df3460cd7' into sync-from-ra | Laurențiu Nicola | -58/+88 | |
| 2024-02-18 | Merge commit 'ac998a74b3c8ff4b81c3eeb9a18811d4cc76226d' into sync-from-ra | Laurențiu Nicola | -13/+121 | |
| 2024-02-15 | Add `ErrorGuaranteed` to `ast::LitKind::Err`, `token::LitKind::Err`. | Nicholas Nethercote | -4/+4 | |
| This mostly works well, and eliminates a couple of delayed bugs. One annoying thing is that we should really also add an `ErrorGuaranteed` to `proc_macro::bridge::LitKind::Err`. But that's difficult because `proc_macro` doesn't have access to `ErrorGuaranteed`, so we have to fake it. | ||||
| 2024-02-11 | Merge commit 'ddf105b646c6749a2de2451c9a499a354eec79c2' into sync-from-ra | Laurențiu Nicola | -11/+12 | |
| 2024-02-04 | Merge commit '0113bc9388b480fa42c632f57f4f0f7af5813ec1' into sync-from-ra | Laurențiu Nicola | -6/+6 | |
| 2024-01-28 | Merge commit '7219414e81810fd4d967136c4a0650523892c157' into sync-from-ra | Laurențiu Nicola | -5/+7 | |
| 2024-01-18 | fix(rust-analyzer): use new pkgid spec to compare | Weihang Lo | -2/+14 | |
| Starting from cargo#13311, Cargo's compiler artifact message uses Package ID specification as package's identifier format. | ||||
| 2024-01-15 | Merge commit '9d8889cdfcc3aa0302353fc988ed21ff9bc9925c' into sync-from-ra | Laurențiu Nicola | -24/+19 | |
| 2024-01-08 | Merge commit 'af40101841c45aa75b56f4e9ca745369da8fb4ba' into sync-from-ra | Laurențiu Nicola | -1/+1 | |
| 2024-01-04 | Set proc-macro-test/sysroot-abi with proc-macro-srv/sysroot-abi | Lukas Wirth | -1/+1 | |
| 2024-01-04 | Imply sysroot-abi feature when in-rust-tree is set | Lukas Wirth | -1/+1 | |
| 2024-01-04 | Set the `in-rust-tree`` feature for all rust-analyzer{-proc-macro-srv} steps | Lukas Wirth | -3/+5 | |
| 2024-01-03 | Allow unexpected_cfgs in proc-macro-test imp | Laurențiu Nicola | -0/+2 | |
| 2024-01-03 | Merge commit '426d2842c1f0e5cc5e34bb37c7ac3ee0945f9746' into sync-from-ra2 | Laurențiu Nicola | -570/+1476 | |
| 2023-12-17 | Auto merge of #118830 - GuillaumeGomez:env-tracked_env, r=Nilstrieb | bors | -0/+4 | |
| Add support for `--env` on `tracked_env::var` Follow-up of https://github.com/rust-lang/rust/pull/118368. Part of Part of https://github.com/rust-lang/rust/issues/80792. It adds support of the `--env` option for proc-macros through `tracked_env::var`. r? `@Nilstrieb` | ||||
| 2023-12-11 | Update rust-analyzer to support new `injected_env_var` function | Guillaume Gomez | -0/+4 | |
| 2023-12-11 | Merge commit '457b966b171b09a7e57acb710fbca29a4b3526f0' into sync-from-ra | Laurențiu Nicola | -151/+223 | |
| 2023-11-22 | also make 'core_intrinsics' internal | Ralf Jung | -1/+1 | |
| 2023-08-14 | Upgrade Object and related deps | dirreke | -1/+1 | |
| 2023-08-07 | Merge commit 'baee6b338b0ea076cd7a9f18d47f175dd2ba0e5d' into sync-from-ra | Laurențiu Nicola | -10/+11 | |
| 2023-07-17 | Merge commit '37f84c101bca43b11027f30ab0c2852f9325bc3d' into sync-from-ra | Laurențiu Nicola | -2/+2 | |
| 2023-06-21 | Remove outdated import in r-a proc macro server. | Mara Bos | -4/+1 | |
| 2023-06-20 | Add `Span::{line, column}` | Jacob Pratt | -0/+10 | |
| 2023-06-20 | `Span::{before, after}` → `Span::{start, end}` | Jacob Pratt | -2/+2 | |
| 2023-06-20 | Remove `LineColumn`, `Span::start`, `Span::end` | Jacob Pratt | -8/+0 | |
| 2023-06-19 | Merge commit 'cd3bf9fe51676b520c546460e6d8919b8c8ff99f' into sync-from-ra | Laurențiu Nicola | -3/+3 | |
| 2023-06-05 | Merge commit 'aa9bc8612514d216f84eec218dfd19ab83f3598a' into sync-from-ra | Laurențiu Nicola | -4675/+153 | |
| 2023-03-11 | Renamed to byte_range and changed Range generics [skip ci] | Michael van Straten | -1/+1 | |
| 2023-03-10 | Fixed rust-analyser: no implementation for position() | Michael van Straten | -1/+5 | |
| 2023-02-13 | :arrow_up: rust-analyzer | Laurențiu Nicola | -4322/+158 | |
| 2023-01-09 | :arrow_up: rust-analyzer | arcnmx | -39/+46 | |
| Merge commit '368e0bb32f1178cf162c2ce5f7e10b7ae211eb26' | ||||
| 2022-11-23 | :arrow_up: rust-analyzer | Laurențiu Nicola | -9/+9 | |
| 2022-10-11 | :arrow_up: rust-analyzer | Laurențiu Nicola | -22/+23 | |
| 2022-09-01 | Auto merge of #100210 - mystor:proc_macro_diag_struct, r=eddyb | bors | -55/+4 | |
| proc_macro/bridge: send diagnostics over the bridge as a struct This removes some RPC when creating and emitting diagnostics, and simplifies the bridge slightly. After this change, there are no remaining methods which take advantage of the support for `&mut` references to objects in the store as arguments, meaning that support for them could technically be removed if we wanted. The only remaining uses of immutable references into the store are `TokenStream` and `SourceFile`. r? `@eddyb` | ||||
| 2022-08-30 | :arrow_up: rust-analyzer | Laurențiu Nicola | -12/+6 | |
| 2022-08-16 | :arrow_up: rust-analyzer | Laurențiu Nicola | -4455/+9 | |
| 2022-08-09 | :arrow_up: rust-analyzer | Laurențiu Nicola | -1/+1 | |
| 2022-08-06 | proc_macro/bridge: send diagnostics over the bridge as a struct | Nika Layzell | -55/+4 | |
| This removes some RPC when creating and emitting diagnostics, and simplifies the bridge slightly. After this change, there are no remaining methods which take advantage of the support for `&mut` references to objects in the store as arguments, meaning that support for them could technically be removed if we wanted. The only remaining uses of immutable references into the store are `TokenStream` and `SourceFile`. | ||||
| 2022-08-02 | :arrow_up: rust-analyzer | Laurențiu Nicola | -3/+10 | |
| 2022-07-24 | Add 'src/tools/rust-analyzer/' from commit ↵ | Amos Wenger | -0/+14653 | |
| '977e12a0bdc3e329af179ef3a9d466af9eb613bb' git-subtree-dir: src/tools/rust-analyzer git-subtree-mainline: 3c98486a0cdb6d92f0fca34ffb1fd46c0e498653 git-subtree-split: 977e12a0bdc3e329af179ef3a9d466af9eb613bb | ||||
