| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 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 | ||||
