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
/
rust-analyzer
/
crates
/
test-utils
Age
Commit message (
Expand
)
Author
Lines
2025-09-15
Port a bunch of stuff from rustc and fix a bunch of type mismatches/diagnostics
Chayim Refael Friedman
-4
/
+24
2025-09-15
Add regression tests to some S-blocked-on-new-solver issues
Chayim Refael Friedman
-1
/
+11
2025-09-09
Expand target info to include the architecture
Chayim Refael Friedman
-1
/
+18
2025-08-13
Merge pull request #20329 from jackh726/next-trait-solver-querify
Lukas Wirth
-1
/
+14
2025-08-09
Implement next trait solver
jackh726
-1
/
+14
2025-08-09
Add write! and writeln! to minicore
A4-Tacks
-0
/
+21
2025-07-18
Auto merge of #144114 - lnicola:sync-from-ra, r=lnicola
bors
-0
/
+1
2025-07-17
parse `const trait Trait`
Deadbeef
-2
/
+1
2025-07-16
Add AsMut to minicore prelude::v1
A4-Tacks
-0
/
+1
2025-07-06
Merge pull request #20132 from A4-Tacks/asmut-borrow-minicore
Lukas Wirth
-0
/
+22
2025-07-05
Fix Borrow and BorrowMut define from beta std
A4-Tacks
-2
/
+2
2025-07-03
Fix some things with builtin derives
Chayim Refael Friedman
-14
/
+24
2025-07-02
Fix AsMut::as_mut name
A4-Tacks
-1
/
+1
2025-07-01
Add AsMut Borrow BorrowMut to minicore and famous_defs
A4-Tacks
-0
/
+22
2025-06-26
Merge pull request #20100 from ShoyuVanilla/ignore-sized-hierarchy
Chayim Refael Friedman
-56
/
+84
2025-06-26
Backport new sized-hierarchy trait bounds in old ways
Shoyu Vanilla
-17
/
+26
2025-06-26
Parse new const trait syntax
Lukas Wirth
-5
/
+5
2025-06-25
Adjust minicore for Sized Hierarchy changes
Lukas Wirth
-50
/
+69
2025-06-23
Don't run doctests
Chayim Refael Friedman
-0
/
+1
2025-06-22
Minic rustc's new `format_args!` expansion
Shoyu Vanilla
-2
/
+2
2025-06-22
Implement region negation to minicore and add a flag `fmt_before_1_89_0`
Shoyu Vanilla
-8
/
+49
2025-04-22
Merge pull request #19657 from ChayimFriedman2/better-offset-of
Lukas Wirth
-0
/
+8
2025-04-22
The new diagnostic has found a bug lurking in minicore
Chayim Refael Friedman
-1
/
+1
2025-04-22
Resolve `offset_of!()` in IDE
Chayim Refael Friedman
-0
/
+8
2025-03-23
chore: Bump dependencies
Lukas Wirth
-1
/
+1
2025-03-23
chore: Remove unused dependencies
Lukas Wirth
-1
/
+0
2025-03-17
chore: Bump `Edition::CURRENT` to 2024
Lukas Wirth
-9
/
+7
2025-03-05
Use size_of from the prelude instead of imported
Thalia Archibald
-1
/
+1
2025-03-05
minicore: Add size_of to prelude and add rust_2024 prelude
Thalia Archibald
-0
/
+5
2025-03-01
Fix `test_keyword_highlighting` test
Lukas Wirth
-9
/
+3
2025-02-27
fix doc tests
BenjaminBrienen
-5
/
+9
2025-02-27
enable doctest
BenjaminBrienen
-1
/
+0
2025-02-25
internal: Improve reporting of intersecting changes
Giga Bowser
-2
/
+2
2025-02-17
Merge pull request #19127 from ChayimFriedman2/different-generic-args
Lukas Wirth
-0
/
+6
2025-02-16
Refactor path lowering
Chayim Refael Friedman
-0
/
+6
2025-02-09
fix target dir test
jyn
-1
/
+8
2025-01-24
feat: Implement `arbitrary-self-types`
Shoyu Vanilla
-0
/
+17
2025-01-20
Merge pull request #18934 from 1hakusai1/goto_definition_from_into
Lukas Wirth
-2
/
+31
2025-01-15
Add smart completions that skip `await` or `iter()` and `into_iter()`
Chayim Refael Friedman
-1
/
+24
2025-01-15
Fix wrong fixture
1hakusai1
-1
/
+1
2025-01-15
Add test cases
1hakusai1
-2
/
+31
2025-01-10
Re-implement rust string highlighting via tool attribute
Lukas Wirth
-1
/
+1
2025-01-04
Support the new `CoercePointee` derive
Chayim Refael Friedman
-0
/
+9
2024-12-09
Remove unstable attributes in minicore
Laurențiu Nicola
-4
/
+0
2024-12-03
Support `AsyncFnX` traits
Chayim Refael Friedman
-3
/
+116
2024-11-04
Support new #[rustc_intrinsic] attribute and fallback bodies
Lukas Wirth
-6
/
+4
2024-09-06
fix: Always explicitly set trait ref self types when lowering
Lukas Wirth
-4
/
+4
2024-09-05
Add Definition kind for asm register classes
Lukas Wirth
-10
/
+13
2024-08-29
Do not report missing unsafe on `addr_of[_mut]!(EXTERN_OR_MUT_STATIC)`
Chayim Refael Friedman
-0
/
+12
2024-08-29
Auto merge of #17814 - ShoyuVanilla:object-safety, r=Veykril
bors
-1
/
+29
[next]