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
Age
Commit message (
Expand
)
Author
Lines
2025-01-20
don't ICE when emitting linker errors during `-Z link-only`
jyn
-1
/
+1
2025-01-20
ignore linker errors on all platforms
jyn
-0
/
+9
2025-01-20
Rollup merge of #135775 - lnicola:sync-from-ra, r=lnicola
Matthias Krüger
-2920
/
+9088
2025-01-20
Rollup merge of #135333 - vayunbiyani:test-environment, r=RalfJung
Matthias Krüger
-85
/
+60
2025-01-20
Fix another bug with completion of trait items inside macros
Chayim Refael Friedman
-11
/
+36
2025-01-20
fix: Only refresh syntax tree view when the active document changes
Giga Bowser
-1
/
+8
2025-01-20
core: add `#![warn(unreachable_pub)]`
Urgau
-5
/
+5
2025-01-20
Send a message to Zulip when a sync finishes
Jakub Beránek
-2
/
+32
2025-01-20
CI: free disk on linux arm runner
MarcoIeni
-0
/
+2
2025-01-20
Goto `Display::fmt` when invoked on `to_string`
Lukas Wirth
-0
/
+49
2025-01-20
Bring back goto def redirect for parse -> FromStr
Lukas Wirth
-4
/
+59
2025-01-20
Move dual blanket impl logic from source analyzer to goto_def
Lukas Wirth
-114
/
+93
2025-01-20
Merge pull request #2215 from Kobzol/pull
Jakub Beránek
-3187
/
+6352
2025-01-20
fix: upmap ranges in convert_tuple_struct_to_named_struct assist
Vishruth-Thimmaiah
-1
/
+101
2025-01-20
Updated several files to use rust intrinsic macros instead of the legacy exte...
vayunbiyani
-85
/
+60
2025-01-20
Merge pull request #18967 from Veykril/push-pwonkmwqmmol
Lukas Wirth
-265
/
+368
2025-01-20
Merge pull request #18934 from 1hakusai1/goto_definition_from_into
Lukas Wirth
-2
/
+278
2025-01-20
Merge pull request #18982 from Veykril/push-lstmvzsowxyt
Lukas Wirth
-7
/
+15
2025-01-20
Rollup merge of #135658 - Kobzol:src-tarball-remove-gcc, r=jieyouxu
许杰友 Jieyou Xu (Joe)
-1
/
+12
2025-01-20
Rollup merge of #135433 - tanvincible:patch-1, r=onur-ozkan
许杰友 Jieyou Xu (Joe)
-4
/
+7
2025-01-20
Merge pull request #18972 from osiewicz/drop-outgoing-messages-on-background-...
Lukas Wirth
-12
/
+42
2025-01-20
Merge pull request #18976 from ChayimFriedman2/non-module-generic-args
Lukas Wirth
-29
/
+81
2025-01-20
Fix import search not discarding rawness
Lukas Wirth
-29
/
+65
2025-01-20
Less allocs
Lukas Wirth
-19
/
+30
2025-01-20
Preserve impl assoc names in ImplData
Lukas Wirth
-89
/
+78
2025-01-20
Vec -> Box<[_]>
Lukas Wirth
-9
/
+6
2025-01-20
Properly record meaningful imports as re-exports in symbol index
Lukas Wirth
-143
/
+213
2025-01-20
Merge from rustc
Jakub Beránek
-3186
/
+6351
2025-01-20
Preparing for merge from rustc
Jakub Beránek
-1
/
+1
2025-01-20
Add portable SIMD to list of subtrees
Jakub Beránek
-0
/
+2
2025-01-20
Add a test case
1hakusai1
-0
/
+24
2025-01-20
Use Semantics::resolve_method_call_as_callable to find implementation
1hakusai1
-59
/
+89
2025-01-20
Merge pull request #18981 from Fabian-Gruenbichler/proc-macro-srv-portability
Laurențiu Nicola
-3
/
+10
2025-01-20
proc-macro-srv: make usage of RTLD_DEEPBIND portable
Fabian Grünbichler
-3
/
+10
2025-01-20
Bump rustc crates
Laurențiu Nicola
-17
/
+17
2025-01-20
Merge from rust-lang/rust
Laurențiu Nicola
-3205
/
+6416
2025-01-20
Preparing for merge from rust-lang/rust
Laurențiu Nicola
-1
/
+1
2025-01-20
Add NuttX support for AArch64 and ARMv7-A targets
Huang Qi
-2
/
+12
2025-01-20
Add logic to override profile for non git sources
Tanvi Pooranmal Meena
-4
/
+7
2025-01-20
Rollup merge of #135729 - Noratrieb:compiler-profile-debug-assert, r=lqd
许杰友 Jieyou Xu (Joe)
-0
/
+7
2025-01-20
Rollup merge of #135722 - onur-ozkan:handle-tarball-ci-commit, r=jieyouxu
许杰友 Jieyou Xu (Joe)
-13
/
+23
2025-01-20
docs: document how to install a suitable `josh-proxy` locally
许杰友 Jieyou Xu (Joe)
-0
/
+7
2025-01-20
Get rid of mir::Const::from_ty_const
Michael Goulet
-10
/
+6
2025-01-19
Auto merge of #135742 - RalfJung:miri-sync, r=RalfJung
bors
-765
/
+982
2025-01-19
fix location of pipe module
Ralf Jung
-2
/
+3
2025-01-19
Add debug assertions to compiler profile
Noratrieb
-0
/
+7
2025-01-19
Apply `unnecessary_semicolon` to Clippy sources
Samuel Tardieu
-1
/
+1
2025-01-19
Auto merge of #135714 - rust-lang:cargo_update, r=clubby789
bors
-27
/
+38
2025-01-19
CI: split x86_64-msvc job using windows 2025
MarcoIeni
-11
/
+17
2025-01-19
Rollup merge of #135723 - Noratrieb:error-pattern-my-a-, r=jieyouxu
Guillaume Gomez
-1
/
+2
[prev]
[next]