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
/
hir-def
Age
Commit message (
Expand
)
Author
Lines
2025-03-11
Auto merge of #136932 - m-ou-se:fmt-width-precision-u16, r=scottmcm
bors
-1
/
+1
2025-03-10
Fix rust-analyzer for 16-bit fmt width and precision.
Mara Bos
-1
/
+1
2025-03-10
Merge pull request #19079 from ChayimFriedman2/rename-conflict
Lukas Wirth
-29
/
+153
2025-03-08
Fix syntax fixup producing invalid punctuation
¨Florian
-4
/
+4
2025-03-06
Warn the user when a rename will change the meaning of the program
Chayim Refael Friedman
-29
/
+153
2025-03-05
Use size_of from the prelude instead of imported
Thalia Archibald
-1
/
+1
2025-03-01
More precise macro modifiers for syntax highlighting
Lukas Wirth
-3
/
+7
2025-02-27
fix doc tests
BenjaminBrienen
-8
/
+10
2025-02-24
Format code
Laurențiu Nicola
-1
/
+7
2025-02-24
Add rustc_hashes and bump the others
Laurențiu Nicola
-0
/
+1
2025-02-24
Merge from rust-lang/rust
Laurențiu Nicola
-1
/
+8
2025-02-23
Remove `limit` crate in favor `usize`
Lukas Wirth
-17
/
+11
2025-02-17
Rollup merge of #137173 - lnicola:sync-from-ra, r=lnicola
Matthias Krüger
-61
/
+181
2025-02-17
Merge pull request #19127 from ChayimFriedman2/different-generic-args
Lukas Wirth
-5
/
+12
2025-02-16
Move hashes from rustc_data_structure to rustc_hashes so they can be shared w...
Ben Kimock
-1
/
+8
2025-02-16
Refactor path lowering
Chayim Refael Friedman
-5
/
+12
2025-02-12
Merge pull request #18928 from roife/fix-18918
Lukas Wirth
-1
/
+19
2025-02-12
Merge pull request #19109 from Veykril/push-nzpuuqommpnq
Lukas Wirth
-15
/
+34
2025-02-12
fix: handle character boundary in search mode
roife
-1
/
+19
2025-02-12
fix: Do not show safety hints for extern items lacking semantics
Lukas Wirth
-15
/
+34
2025-02-12
Merge pull request #19125 from ChayimFriedman2/cfg-attr-fast
Lukas Wirth
-1
/
+19
2025-02-12
Merge pull request #18995 from alibektas/12210
Lukas Wirth
-39
/
+97
2025-02-10
Merge from rust-lang/rust
Laurențiu Nicola
-2
/
+3
2025-02-10
Censor cfg_attr for attribute macros
Chayim Refael Friedman
-1
/
+19
2025-02-09
Check if PatPtr resolves to ExprId
Ali Bektas
-14
/
+8
2025-02-09
Fix clippy errors
Ali Bektas
-12
/
+6
2025-02-09
Remove fixme and add a missing test attribute
Ali Bektas
-1
/
+1
2025-02-09
resolve_bind_pat_to_const does not early return if expr
Ali Bektas
-96
/
+16
2025-02-09
make SourceAnalyzer::pat_id return ExprOrPatId
Ali Bektas
-4
/
+1
2025-02-09
Lower ast::Ident to hir::Path when lowering RangePats
Ali Bektas
-31
/
+118
2025-02-04
Merge pull request #19084 from Veykril/push-muworpzpzqup
Lukas Wirth
-2
/
+2
2025-02-04
Expose symbol of `CrateName`
Lukas Wirth
-2
/
+2
2025-02-03
Fix some mir eval/lowerings
Lukas Wirth
-0
/
+1
2025-02-03
Add a test to monitor whats going on
Ali Bektas
-6
/
+54
2025-02-03
Make Pat::Range's start and end Option<ExprId>
Ali Bektas
-23
/
+41
2025-01-31
Insert null checks for pointer dereferences when debug assertions are enabled
Bastian Kersting
-0
/
+1
2025-01-29
Auto merge of #136117 - lnicola:sync-from-ra, r=lnicola
bors
-250
/
+307
2025-01-28
parse_format optimize import use
Marijn Schouten
-2
/
+2
2025-01-27
Back out "feat: Implement `default-field-values`"
David Barsky
-142
/
+1
2025-01-27
Back out "Handle missing fields diagnostics"
David Barsky
-17
/
+7
2025-01-27
Back out "Merge record lit's ellipsis into pre-existing spread's variant"
David Barsky
-30
/
+16
2025-01-27
Back out "Compute diagnostics of a field body iff it has one"
David Barsky
-1
/
+0
2025-01-27
Back out "Implement `HasResolver` and `HasModule` for `FieldId`"
David Barsky
-20
/
+19
2025-01-27
Back out "Add a test for field default value body as defining usage of TAIT"
David Barsky
-1
/
+5
2025-01-27
Back out "Remove `has_default` from `FieldId`"
David Barsky
-0
/
+1
2025-01-27
Fix #[rustc_deprecated_safe_2024]
Chayim Refael Friedman
-9
/
+24
2025-01-27
Remove `has_default` from `FieldId`
Shoyu Vanilla
-1
/
+0
2025-01-27
Add a test for field default value body as defining usage of TAIT
Shoyu Vanilla
-5
/
+1
2025-01-27
Implement `HasResolver` and `HasModule` for `FieldId`
Shoyu Vanilla
-19
/
+20
2025-01-27
Compute diagnostics of a field body iff it has one
Shoyu Vanilla
-0
/
+1
[next]