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
Age
Commit message (
Expand
)
Author
Lines
2024-12-30
Move proc-macro protocol into legacy module
Lukas Wirth
-33
/
+38
2024-12-30
Cleanup proc-macro dylib handling
Lukas Wirth
-74
/
+74
2024-12-30
Decouple proc-macro server protocol from the server implementation
Lukas Wirth
-218
/
+243
2024-12-30
chore: fix typos
Horu
-3
/
+3
2024-12-30
fix: avoid generating colliding names in extract_variable
roife
-91
/
+126
2024-12-30
Auto merge of #134865 - clubby789:proc-macro-tls, r=onur-ozkan
bors
-4
/
+75
2024-12-30
Move some more AST makers to the quote macro
Chayim Refael Friedman
-53
/
+58
2024-12-30
Create a `quote!`-like API for crafting AST nodes
Chayim Refael Friedman
-9
/
+182
2024-12-30
Add a function to convert a SyntaxKind to its text, where possible
Chayim Refael Friedman
-0
/
+341
2024-12-30
Generate a method for static retrieval of the SyntaxKind of a node, where pos...
Chayim Refael Friedman
-0
/
+1093
2024-12-29
Add tidy check for list of proc-macro crate transitive dependencies
clubby789
-4
/
+75
2024-12-29
fix: Fix invalid `-O` flag used by cfg discovery
Lukas Wirth
-2
/
+23
2024-12-29
Merge pull request #18785 from Veykril/push-uvsqposqyvmo
Lukas Wirth
-436
/
+438
2024-12-29
Merge pull request #18787 from Veykril/push-uymlpukspxqr
Lukas Wirth
-1
/
+5
2024-12-29
Inline toolchain_info module
Lukas Wirth
-17
/
+19
2024-12-29
Automatically cancel CI checks on new push to same PR
Lukas Wirth
-1
/
+5
2024-12-29
Merge pull request #18774 from Veykril/push-ysppqxpuknnw
Lukas Wirth
-129
/
+1335
2024-12-29
Force a current dir to be supplied for rustc info fetching
Lukas Wirth
-25
/
+37
2024-12-29
Split out `ProjectWorkspace::load_cargo`
Lukas Wirth
-142
/
+139
2024-12-29
Enforce a current directory being set for spawned commands
Lukas Wirth
-75
/
+99
2024-12-29
Cleanup toolchain info fetching
Lukas Wirth
-230
/
+197
2024-12-29
Merge pull request #18784 from Veykril/push-pqtwsvquxoty
Lukas Wirth
-1
/
+1
2024-12-29
fix: Do not merge spans if they have different anchors
Lukas Wirth
-1
/
+1
2024-12-29
Describe variance resolution approach differences to rustc
Lukas Wirth
-36
/
+27
2024-12-29
Merge pull request #4115 from RalfJung/epoll
Oli Scherer
-41
/
+40
2024-12-29
concurrency: Generalize UnblockCallback to MachineCallback
shamb0
-130
/
+186
2024-12-29
an EpollEventInterest does not need to ref both its FD and its ready list
Ralf Jung
-15
/
+18
2024-12-29
triagebot: enable merge conflict notification
Ralf Jung
-0
/
+8
2024-12-29
Auto merge of #134867 - rust-lang:cargo_update, r=clubby789
bors
-14
/
+14
2024-12-29
cargo update
github-actions
-14
/
+14
2024-12-28
epoll: avoid some clones
Ralf Jung
-28
/
+24
2024-12-28
Consider `Enum::Variant` even when it comes from a different crate
Chayim Refael Friedman
-39
/
+66
2024-12-28
Show variance of parameters on hover
Lukas Wirth
-12
/
+69
2024-12-28
Simplify
Lukas Wirth
-101
/
+89
2024-12-28
Get rid of constrain and solve steps
Lukas Wirth
-95
/
+44
2024-12-28
Remove unnecessary VarianceTerm
Lukas Wirth
-74
/
+31
2024-12-28
Implement parameter variance inference
Lukas Wirth
-37
/
+1271
2024-12-28
Merge pull request #18778 from Veykril/push-oontvoqmxkno
Lukas Wirth
-3
/
+15
2024-12-28
epoll: keep strong reference while blocking
Ralf Jung
-39
/
+27
2024-12-28
Add DynTyExt::principal_id
Lukas Wirth
-12
/
+24
2024-12-28
Downgrade salsa log levels
Lukas Wirth
-68
/
+86
2024-12-28
fix: Fix flycheck diagnostics flickering for binary targets
Lukas Wirth
-3
/
+15
2024-12-28
FD handling: avoid unnecessary dynamic downcasts
Ralf Jung
-247
/
+243
2024-12-29
Simplify `DebuggerCommands::parse_from` to only take one prefix
Zalathar
-20
/
+11
2024-12-29
Remove the unused `cdbg-*` debugger directive prefix
Zalathar
-7
/
+1
2024-12-28
fix toolchain flag parsing
Ryan Mehri
-0
/
+1
2024-12-28
Rollup merge of #134840 - Zalathar:normalize, r=jieyouxu
Stuart Cook
-22
/
+25
2024-12-28
Rollup merge of #134829 - jieyouxu:migrate-libs-through-symlinks, r=lqd
Stuart Cook
-1
/
+0
2024-12-28
tests: migrate `branch-protection-check-IBT` to rmake.rs
许杰友 Jieyou Xu (Joe)
-1
/
+0
2024-12-28
tests: migrate `libs-through-symlink` to rmake.rs
许杰友 Jieyou Xu (Joe)
-1
/
+0
[prev]
[next]