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
/
lib
Age
Commit message (
Expand
)
Author
Lines
2024-01-02
Auto merge of #16211 - tetsuharuohzeki:update-lint, r=Veykril
bors
-0
/
+9
2024-01-01
Expose whether a channel has been dropped in lsp-server errors
Lukas Wirth
-31
/
+56
2023-12-29
Use Cargo's [workspace.lints.*] to config clippy
Tetsuharu Ohzeki
-0
/
+9
2023-12-22
internal: Update world symbols request definiton, prefer focus range for macros
Lukas Wirth
-1
/
+1
2023-12-12
Publish line-index
Laurențiu Nicola
-1
/
+1
2023-12-07
fix: correct existing tests for WideChar in lib 'line-index' and add more tests
roife
-2
/
+26
2023-12-07
fix: correct calculation for fields in WideChar for line-specific positions
roife
-1
/
+4
2023-12-06
Publish lsp-server 0.7.5
Lukas Wirth
-1
/
+1
2023-12-05
Don't explicitly warn against `semicolon_in_expressions_from_macros`
Igor Matuszewski
-2
/
+2
2023-11-21
Cancelable Initialization
Marc Schreiber
-9
/
+161
2023-11-15
Bump text-size
Laurențiu Nicola
-1
/
+1
2023-11-15
Bump serde_json
Laurențiu Nicola
-1
/
+1
2023-11-15
Bump serde
Laurențiu Nicola
-1
/
+1
2023-08-21
internal: unpin serde
Alex Kladov
-3
/
+2
2023-08-19
fix: avoid problematic serde release
Alex Kladov
-2
/
+3
2023-08-08
chore: convert unwrap to except and add a debug log
Charles
-1
/
+4
2023-07-12
Use a permalink to the SIMD line index code, and add a note on the GitHub API
Laurențiu Nicola
-1
/
+1
2023-07-11
Enable derive feature for serde in lsp-server
Lukas Wirth
-1
/
+1
2023-07-10
[lsp-server] Ignore 'Content-Length' case
Sebastian Sturm
-1
/
+1
2023-07-03
Speedup line index calculation via SSE2
Lukas Wirth
-111
/
+300
2023-06-22
Disconnect library crate dependencies from workspace dependencies
Lukas Wirth
-5
/
+5
2023-06-21
Use lib crates from crates.io
David Lattimore
-0
/
+9
2023-06-20
Release lsp-server 0.7.1
David Lattimore
-1
/
+1
2023-06-20
Release la-arena 0.3.1
David Lattimore
-1
/
+1
2023-06-16
internal: Do not allocate unnecessarily when importing macros from parent mod...
Lukas Wirth
-0
/
+6
2023-06-01
Slightly shrink `DefMap`
Lukas Wirth
-2
/
+14
2023-05-24
Auto merge of #14755 - poliorcetics:clippy-fixes, r=Veykril
bors
-6
/
+58
2023-05-09
Auto merge of #14747 - oxalica:feat/arena-idx-range, r=HKalbasi
bors
-2
/
+44
2023-05-07
Improve lib readme
Ariel Davis
-2
/
+5
2023-05-06
Expose len
Ariel Davis
-0
/
+5
2023-05-06
Rename
Ariel Davis
-4
/
+4
2023-05-06
Improve doc
Ariel Davis
-1
/
+3
2023-05-06
Improve docs
Ariel Davis
-4
/
+5
2023-05-06
Rm out of bounds
Ariel Davis
-1
/
+0
2023-05-06
Use size field
Ariel Davis
-6
/
+8
2023-05-06
Add more types
Ariel Davis
-4
/
+4
2023-05-06
Use de morgan
Ariel Davis
-1
/
+1
2023-05-06
Use all not instead of find is none
Ariel Davis
-2
/
+1
2023-05-06
Rm into
Ariel Davis
-1
/
+1
2023-05-06
Use checked
Ariel Davis
-2
/
+2
2023-05-06
Impl `FusedIterator` for `IdxRange`
oxalica
-1
/
+3
2023-05-06
Forward `Iterator::{count,last,nth}` for `IdxRange` random access
oxalica
-0
/
+18
2023-05-06
fix(todo): implement IntoIterator for ArenaMap<IDX, V>
Alexis (Poliorcetics) Bourget
-6
/
+58
2023-05-06
Fix typo in docs
oxalica
-1
/
+1
2023-05-06
Add `Arena::alloc_many` to easily get `IdxRange`
oxalica
-0
/
+15
2023-05-06
Impl `ExactSizeIterator` for `IdxRange`
oxalica
-0
/
+7
2023-05-06
Return None for too-large offset
Ariel Davis
-1
/
+9
2023-05-06
Remove 0 TextSize at front
Ariel Davis
-8
/
+11
2023-05-06
Rename
Ariel Davis
-2
/
+2
2023-05-06
Check for inside multibyte
Ariel Davis
-2
/
+10
[next]