index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tools
/
rust-analyzer
Age
Commit message (
Expand
)
Author
Lines
2024-01-04
Set proc-macro-test/sysroot-abi with proc-macro-srv/sysroot-abi
Lukas Wirth
-1
/
+1
2024-01-04
Set sysroot-abi flag for proc-macro-cli when in-rust-tree is set
Lukas Wirth
-1
/
+1
2024-01-04
Add extern crate rustc_driver to proc-macro-srv-cli
Lukas Wirth
-3
/
+6
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
-4
/
+11
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
-3073
/
+6912
2023-12-18
Merge commit '21b06c1beb9bb59369ffd652f5d617bcf6952e05' into sync-from-ra
Laurențiu Nicola
-476
/
+1079
2023-12-17
Auto merge of #118830 - GuillaumeGomez:env-tracked_env, r=Nilstrieb
bors
-0
/
+4
2023-12-12
Auto merge of #118817 - lnicola:sync-from-ra, r=lnicola
bors
-6213
/
+9743
2023-12-12
Rollup merge of #118445 - ferrocene:jp-support-reuse-in-submodules, r=Mark-Si...
Matthias Krüger
-1
/
+2
2023-12-11
Auto merge of #118344 - saethlin:rmeta-header-pos, r=WaffleLapkin
bors
-13
/
+18
2023-12-11
Update rust-analyzer to support new `injected_env_var` function
Guillaume Gomez
-0
/
+4
2023-12-11
Fix typo in cfg
Laurențiu Nicola
-1
/
+1
2023-12-11
Merge commit '457b966b171b09a7e57acb710fbca29a4b3526f0' into sync-from-ra
Laurențiu Nicola
-6213
/
+9743
2023-12-10
Apply suggestions from code review
Ben Kimock
-7
/
+7
2023-12-10
remove redundant imports
surechen
-1
/
+0
2023-12-05
Rollup merge of #118123 - RalfJung:internal-lib-features, r=compiler-errors
Michael Goulet
-1
/
+1
2023-12-04
Merge commit 'e402c494b7c7d94a37c6d789a216187aaf9ccd3e' into sync-from-ra
Laurențiu Nicola
-170
/
+821
2023-12-02
Rename `LayoutCalculator::delay_bug` as `LayoutCalculator::delayed_bug`.
Nicholas Nethercote
-1
/
+1
2023-12-02
Rename `HandlerInner::delay_span_bug` as `HandlerInner::span_delayed_bug`.
Nicholas Nethercote
-1
/
+1
2023-11-28
Use a u64 for the rmeta root position
Ben Kimock
-8
/
+13
2023-11-27
Merge commit '237712fa314237e428e7ef2ab83b979f928a43a1' into sync-from-ra
Laurențiu Nicola
-308
/
+1150
2023-11-22
also make 'core_intrinsics' internal
Ralf Jung
-1
/
+1
2023-11-22
Put copyright on a line by itself.
Jonathan Pallant (Ferrous Systems)
-1
/
+2
2023-11-16
Merge commit '141fc695dca1df7cfc3c9803972ec19bb178dcbc' into sync-from-ra
Laurențiu Nicola
-970
/
+2212
2023-11-14
Depend on rustc_driver
Laurențiu Nicola
-0
/
+4
2023-11-13
Add missing rustc_private features
Laurențiu Nicola
-1
/
+8
2023-11-08
Merge commit '3b7c7f97e4a7bb253a8d398ee4f8346f6cf2817b' into sync-from-ra
Laurențiu Nicola
-2056
/
+14887
2023-11-04
Remove support for compiler plugins.
Nicholas Nethercote
-18
/
+0
2023-10-22
use visibility to check unused imports and delete some stmts
bohan
-3
/
+1
2023-09-18
Merge commit '258b15c506a2d3ad862fd17ae24eaf272443f477' into sync-from-ra
Laurențiu Nicola
-2740
/
+5763
2023-09-08
Rework no_coverage to coverage(off)
Andy Caldwell
-6
/
+6
2023-08-22
Rollup merge of #115011 - compiler-errors:warn-on-elided-assoc-ct-lt, r=cjgillot
Michael Goulet
-1
/
+1
2023-08-21
Fix elided lifetimes in rust-lang/rust
Michael Goulet
-1
/
+1
2023-08-21
Merge commit '9b3d03408c66749d56466bb09baf2a7177deb6ce' into sync-from-ra
Laurențiu Nicola
-1448
/
+3862
2023-08-20
fix RA build
Ralf Jung
-1
/
+1
2023-08-20
give some unwind-related terminators a more clear name
Ralf Jung
-5
/
+5
2023-08-15
update Cargo.lock
dirreke
-4
/
+4
2023-08-14
Upgrade Object and related deps
dirreke
-2
/
+2
2023-08-14
fix the wrong number in const KNOWN_ARCH
dirreke
-1
/
+1
2023-08-14
add a csky-unknown-linux-gnuabiv2 target
Dirreke
-0
/
+1
2023-08-08
feat: `riscv-interrupt-{m,s}` calling conventions
Seth Pellegrino
-0
/
+2
2023-08-07
Rollup merge of #114562 - Trolldemorted:thiscall, r=oli-obk
Matthias Krüger
-16
/
+0
2023-08-07
stabilize abi_thiscall
Benedikt Radtke
-16
/
+0
2023-08-07
Merge commit 'baee6b338b0ea076cd7a9f18d47f175dd2ba0e5d' into sync-from-ra
Laurențiu Nicola
-1042
/
+4248
2023-07-24
Merge commit '99718d0c8bc5aadd993acdcabc1778fc7b5cc572' into sync-from-ra
Laurențiu Nicola
-405
/
+717
2023-07-17
Merge commit '37f84c101bca43b11027f30ab0c2852f9325bc3d' into sync-from-ra
Laurențiu Nicola
-9096
/
+13686
2023-06-21
Remove outdated import in r-a proc macro server.
Mara Bos
-4
/
+1
2023-06-20
Delete use of proc_macro_span_shrink from proc-macro2
David Tolnay
-2
/
+2
[next]