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-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
2024-08-29
feat: Implement object safety
Shoyu Vanilla
-1
/
+29
2024-08-28
Fix name resolution of shadowed builtin macro
Chayim Refael Friedman
-0
/
+9
2024-08-27
Revert "feat: Implement `module_path` macro"
Lukas Wirth
-11
/
+0
2024-08-26
Auto merge of #17941 - ChayimFriedman2:pre-closure-to-fn, r=Veykril
bors
-0
/
+2
2024-08-24
Provide `Future::Output` and `Iterator` lang items
Chayim Refael Friedman
-0
/
+2
2024-08-21
internal: Implement `module_path` macro
Lukas Wirth
-0
/
+11
2024-08-06
Replace `[package.repository] = "…"` of published crates with `[package.rep...
Vincent Esche
-1
/
+1
2024-08-06
Add repository URL for published crates' missing `[package.repository]` fields
Vincent Esche
-0
/
+1
2024-08-06
Replace `"TBD"` with more helpful desciptions in published crates' `[package....
Vincent Esche
-1
/
+1
2024-08-02
internal: Remove AbsPathBuf::TryFrom impl that checks too many things at once
Lukas Wirth
-2
/
+5
2024-07-21
fix: Allow flyimport to import primitive shadowing modules
Lukas Wirth
-0
/
+9
2024-07-10
Add `f16` and `f128` support
beetrees
-5
/
+5
2024-06-30
Remove inline `rust_2018_idioms, unused_lifetimes` lint warn, Cargo.toml alre...
Lukas Wirth
-1
/
+0
2024-06-30
Simplify
Lukas Wirth
-1
/
+1
2024-06-13
internal: Fix rustdoc warnings
Wilfred Hughes
-4
/
+4
2024-05-30
style: simplify string interpolation
Hamir Mahal
-1
/
+1
2024-04-21
Peek for panic message in test output
Lukas Wirth
-1
/
+4
2024-04-18
Fix #[rustc_const_panic_str] functions not actually being hooked
Lukas Wirth
-1
/
+2
2024-04-18
Fixup some issues with minicore
Lukas Wirth
-8
/
+30
2024-04-18
Fix missing function body in minicore
Lukas Wirth
-2
/
+3
2024-04-18
Handle panicking like rustc CTFE does
Nilstrieb
-0
/
+2811