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
2024-12-04
refactor: move editing for ast using `SyntaxEditor` to a separate file
Tarek
-74
/
+74
2024-12-04
fix: refactor `introduce_named_generic` assist
Tarek
-42
/
+31
2024-12-04
fix: correct token type for closing angle bracket
Tarek
-1
/
+1
2024-12-04
fix: refactor `syntax_editor_add_generic_param`
Tarek
-19
/
+41
2024-12-04
fix: refactor `syntax_editor_add_generic_param` to handle adding new generic ...
Tarek
-47
/
+43
2024-12-04
fix: refactor syntax_editor_add_generic_param to handle new generic parameters
Tarek
-12
/
+11
2024-12-04
fix: implement `syntax_editor_create_generic_param_list`
Tarek
-5
/
+35
2024-12-04
define syntax_editor_add_generic_param
Tarek
-7
/
+34
2024-12-04
fix: remove make_mut from introduce_named_generic assist
Tarek
-2
/
+0
2024-12-04
feat: migrate introduce_named_generic assist to use SyntaxFactory
Tarek
-5
/
+41
2024-12-04
Complete diagnostics in ty lowering groundwork
Chayim Refael Friedman
-103
/
+621
2024-12-04
Lay the foundation for diagnostics in ty lowering, and implement a first diag...
Chayim Refael Friedman
-80
/
+811
2024-12-04
Store some hir_def Paths in the type ref source maps
Chayim Refael Friedman
-77
/
+144
2024-12-04
Fix parsing of parenthesized type args and RTN
Lukas Wirth
-698
/
+1020
2024-12-04
refactor: change target parameter to a reference in add_rewrite method
Tarek
-12
/
+6
2024-12-04
feat: migrate `sort_items` assist to use `SyntaxFactory`
Tarek
-18
/
+22
2024-12-04
Auto merge of #133799 - DianQK:llvm/19.1.5, r=nikic
bors
-0
/
+0
2024-12-04
implement simd_relaxed_fma
Ralf Jung
-33
/
+97
2024-12-04
Auto merge of #133841 - matthiaskrgr:rollup-2snj3hc, r=matthiaskrgr
bors
-252
/
+250
2024-12-04
update lockfile
Ralf Jung
-12
/
+12
2024-12-04
Merge pull request #18609 from ChayimFriedman2/unsafe-coverage
Lukas Wirth
-113
/
+499
2024-12-04
Merge pull request #18604 from ChayimFriedman2/complete-helpers
Lukas Wirth
-4
/
+111
2024-12-04
Extend reported unsafe operations
Chayim Refael Friedman
-113
/
+499
2024-12-04
Complete derive helper attributes
Chayim Refael Friedman
-4
/
+111
2024-12-04
Merge pull request #18608 from Veykril/push-rrozmpnyknkx
Lukas Wirth
-40
/
+154
2024-12-04
Update mbe test output
Lukas Wirth
-2
/
+3
2024-12-04
fix: Don't create empty path nodes
Lukas Wirth
-24
/
+26
2024-12-04
Better parser recovery for incomplete attributes
Lukas Wirth
-19
/
+130
2024-12-04
Merge pull request #18522 from tareknaser/configure_typing_exclude_chars
Lukas Wirth
-15
/
+20
2024-12-04
Merge pull request #18605 from ChayimFriedman2/wildcard-imports
Lukas Wirth
-2
/
+46
2024-12-04
fmt
The Miri Cronjob Bot
-1
/
+5
2024-12-04
Merge from rustc
The Miri Cronjob Bot
-2341
/
+4302
2024-12-04
Preparing for merge from rustc
The Miri Cronjob Bot
-1
/
+1
2024-12-04
Rollup merge of #133817 - clubby789:bootstrap-eprintln, r=jieyouxu
Matthias Krüger
-206
/
+210
2024-12-04
Rollup merge of #133804 - GuillaumeGomez:improve-code, r=notriddle
Matthias Krüger
-28
/
+22
2024-12-04
Rollup merge of #133764 - aDotInTheVoid:rename, r=GuillaumeGomez
Matthias Krüger
-18
/
+18
2024-12-04
Auto merge of #133825 - weihanglo:update-cargo, r=weihanglo
bors
-0
/
+0
2024-12-04
Merge pull request #18595 from markmurphydev/remove_platform_intrinsic
Laurențiu Nicola
-5
/
+0
2024-12-04
Merge pull request #18607 from ChayimFriedman2/pattern-record-no-record
Laurențiu Nicola
-7
/
+30
2024-12-04
Fix shadowing of record enum variant in patterns
Chayim Refael Friedman
-7
/
+30
2024-12-04
Improve soundness a bit by making `TaggedArcPtr::try_as_arc_owned()` unsafe
Chayim Refael Friedman
-13
/
+17
2024-12-04
Fixed another bug with glob imports
Chayim Refael Friedman
-2
/
+46
2024-12-04
Auto merge of #133818 - matthiaskrgr:rollup-iav1wq7, r=matthiaskrgr
bors
-10
/
+53
2024-12-03
tidy: `println!` -> `eprintln!`
clubby789
-12
/
+12
2024-12-03
compiletest: `println!` -> `eprintln!`
clubby789
-54
/
+54
2024-12-03
bootstrap: `println!` -> `eprintln!`
clubby789
-140
/
+144
2024-12-03
CI: rfl: move job forward to Linux v6.13-rc1
Miguel Ojeda
-2
/
+2
2024-12-03
Remove references to platform-intrinsic ABI
Mark Murphy
-5
/
+0
2024-12-03
Update cargo
Weihang Lo
-0
/
+0
2024-12-03
Rename `is_real_and_local` function into `filename_real_and_local`
Guillaume Gomez
-3
/
+4
[prev]
[next]