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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tools
/
rust-analyzer
/
crates
Age
Commit message (
Expand
)
Author
Lines
2024-01-28
Merge commit '7219414e81810fd4d967136c4a0650523892c157' into sync-from-ra
Laurențiu Nicola
-2762
/
+1304
2024-01-25
Rename the unescaping functions.
Nicholas Nethercote
-14
/
+14
2024-01-25
Rework `CStrUnit`.
Nicholas Nethercote
-5
/
+4
2024-01-25
Fix copy/paste error.
Nicholas Nethercote
-2
/
+2
2024-01-21
Merge commit 'a9116523604c998e7781f60d3b5a6f586e0414a9' into sync-from-ra
Laurențiu Nicola
-4362
/
+6829
2024-01-21
Rollup merge of #120084 - weihanglo:pkgid-spec, r=Mark-Simulacrum
Nadrieril
-2
/
+14
2024-01-18
Rollup merge of #119172 - nnethercote:earlier-NulInCStr, r=petrochenkov
Matthias Krüger
-0
/
+4
2024-01-18
fix(rust-analyzer): use new pkgid spec to compare
Weihang Lo
-2
/
+14
2024-01-15
Merge commit '9d8889cdfcc3aa0302353fc988ed21ff9bc9925c' into sync-from-ra
Laurențiu Nicola
-996
/
+1617
2024-01-12
Detect `NulInCStr` error earlier.
Nicholas Nethercote
-0
/
+4
2024-01-08
Merge commit 'af40101841c45aa75b56f4e9ca745369da8fb4ba' into sync-from-ra
Laurențiu Nicola
-3463
/
+2892
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
-2960
/
+6658
2023-12-18
Merge commit '21b06c1beb9bb59369ffd652f5d617bcf6952e05' into sync-from-ra
Laurențiu Nicola
-467
/
+1044
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
-6074
/
+9547
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
-6074
/
+9547
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
-156
/
+778
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
-116
/
+832
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
-754
/
+2009
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
-1964
/
+14637
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
-2555
/
+5607
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
-1423
/
+3753
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-14
Upgrade Object and related deps
dirreke
-2
/
+2
[next]