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-06
internal: Migrate `replace_let_with_if_let` assist to `SyntaxEditor`
Giga Bowser
-15
/
+12
2025-01-06
internal: Add some pattern constructors to `SyntaxFactory`
Giga Bowser
-0
/
+26
2025-01-06
internal: Add some expr constructors to `SyntaxFactory`
Giga Bowser
-2
/
+175
2025-01-06
internal: Add some path constructors to `SyntaxFactory`
Giga Bowser
-1
/
+77
2025-01-06
internal: `make::expr_match` should return `ast::MatchExpr`
Giga Bowser
-9
/
+9
2025-01-06
internal: Generally improve `make::match_arm`
Giga Bowser
-56
/
+53
2025-01-06
internal: move `make::expr_unit` to `make::ext::expr_unit`
Giga Bowser
-18
/
+18
2025-01-06
internal: `make::expr_tuple` should return `ast::TupleExpr`
Giga Bowser
-8
/
+9
2025-01-06
internal: `make::expr_if` should return `ast::IfExpr`
Giga Bowser
-7
/
+8
2025-01-06
internal: `make::expr_prefix` should return `ast::PrefixExpr`
Giga Bowser
-8
/
+8
2025-01-06
internal: Generalize `make::expr_from_text` to types which implement `Into<as...
Giga Bowser
-1
/
+1
2025-01-06
Rename dependency tree view and dependency provider
Giga Bowser
-18
/
+18
2025-01-06
avoid replacing the definition of CURRENT_RUSTC_VERSION
Pietro Albini
-6
/
+1
2025-01-06
Fix case where completion inside macro that expands to `#[test]` was unavailable
Chayim Refael Friedman
-5
/
+105
2025-01-06
Rollup merge of #135157 - bjorn3:fix_rustdoc_error_abort, r=jieyouxu,Guillaum...
Matthias Krüger
-4
/
+4
2025-01-06
Rollup merge of #135153 - crystalstall:master, r=workingjubilee
Matthias Krüger
-1
/
+1
2025-01-06
Rollup merge of #135146 - Zalathar:anyhow-backtrace, r=jieyouxu
Matthias Krüger
-1
/
+1
2025-01-06
Rollup merge of #135097 - Zalathar:coverage-test-step, r=Kobzol
Matthias Krüger
-120
/
+101
2025-01-06
rustdoc: use stable paths as preferred canonical paths
Michael Howell
-1
/
+7
2025-01-06
Merge pull request #18852 from ChayimFriedman2/proc-macro-panic
Laurențiu Nicola
-14
/
+82
2025-01-06
Fix a bug that was caused by fixup reversing
Chayim Refael Friedman
-14
/
+82
2025-01-06
Merge pull request #18846 from Veykril/push-kmspklwynynu
Lukas Wirth
-201
/
+180
2025-01-06
Only keep label description in Forge docs
许杰友 Jieyou Xu (Joe)
-61
/
+1
2025-01-06
minor: New clippy lints
Lukas Wirth
-201
/
+180
2025-01-06
Add new `{x86_64,i686}-win7-windows-gnu` targets
Tobias Bucher
-2
/
+57
2025-01-06
Escape all `*` in rustc's SUMMARY.md
Tobias Bucher
-9
/
+9
2025-01-06
fix: Fix non-cargo flychecks immediately clearing received diagnostics
Lukas Wirth
-3
/
+5
2025-01-06
Move the has_errors check in rustdoc back to after TyCtxt is created
bjorn3
-4
/
+4
2025-01-06
Ensure generate-copyright is executed from the project root.
Jonathan Pallant
-1
/
+7
2025-01-06
Merge pull request #18836 from Veykril/push-kksuoxxptvty
Lukas Wirth
-1
/
+6
2025-01-06
Add rustc-dev-guide to the list of repositories managed by josh (#2197)
Jakub Beránek
-1
/
+3
2025-01-06
fix: Be more permissive with completion resolve data
Lukas Wirth
-1
/
+6
2025-01-06
Merge pull request #18845 from Veykril/push-yyuolqomnkys
Lukas Wirth
-53
/
+58
2025-01-06
Consolidate coverage test suite steps into a single step
Zalathar
-120
/
+101
2025-01-06
fix: Fix flycheck getting confused which package to check
Lukas Wirth
-53
/
+58
2025-01-06
Add support for wasm exception handling to Emscripten target
Hood Chatham
-0
/
+6
2025-01-06
Merge pull request #18843 from Veykril/push-usuzxtzsnrpt
Lukas Wirth
-9
/
+24
2025-01-06
fix: Handle newstyle `rustc_intrinsic` safety correctly
Lukas Wirth
-9
/
+24
2025-01-06
fix: Fix relative .cargo env vars not working
Lukas Wirth
-7
/
+30
2025-01-06
chore: remove redundant words in comment
crystalstall
-1
/
+1
2025-01-06
Auto merge of #135085 - knickish:m68k_unknown_none, r=workingjubilee
bors
-0
/
+111
2025-01-06
Don't enable anyhow's `backtrace` feature in opt-dist
Zalathar
-1
/
+1
2025-01-05
Auto merge of #135127 - Kobzol:rustc-dev-guide-sync, r=BoxyUwU
bors
-433
/
+1249
2025-01-06
add josh-sync build dir to gitignore (#2196)
Boxy
-0
/
+2
2025-01-05
Preparing for merge from rustc
Jakub Beránek
-0
/
+1
2025-01-05
Preparing for merge from rustc
Jakub Beránek
-0
/
+1
2025-01-05
Remove other maintainers
knickish
-2
/
+0
2025-01-05
Split stuff out of representing types, and rewrite early/late bound chapter (...
Boxy
-370
/
+433
2025-01-05
Describe how to use rust-analyzer with `rmake.rs` (#2191)
Stuart Cook
-0
/
+40
2025-01-05
fix comment
Tshepang Mbambo
-2
/
+1
[prev]
[next]