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-ty
Age
Commit message (
Expand
)
Author
Lines
2024-12-18
Taking a raw ref of a deref is always safe
Lukas Wirth
-4
/
+12
2024-11-11
Merge pull request #18482 from regexident/hir_trait_supertraits_accessors
Laurențiu Nicola
-3
/
+14
2024-11-07
Merge pull request #18490 from ShoyuVanilla/dyn-compat-rename
Laurențiu Nicola
-3
/
+4
2024-11-07
minor: Rename `dyn compatible` to `dyn-compatible`
Shoyu Vanilla
-3
/
+4
2024-11-06
Add `pub fn direct_super_traits(db, trait_id)` to `hir_ty` crate
Vincent Esche
-3
/
+14
2024-11-04
Support new #[rustc_intrinsic] attribute and fallback bodies
Lukas Wirth
-152
/
+113
2024-11-03
Allow interpreting consts and statics with interpret function command
Lukas Wirth
-12
/
+23
2024-11-02
Allow static initializers to be const evaluated
Lukas Wirth
-10
/
+14
2024-11-01
Format code
Laurențiu Nicola
-7
/
+9
2024-11-01
Merge from rust-lang/rust
Laurențiu Nicola
-11
/
+11
2024-10-30
Avoid interior mutability in `TyLoweringContext`
Chayim Refael Friedman
-224
/
+201
2024-10-29
rust-analyzer: `rustc_abi::Abi` => `BackendRepr`
Jubilee Young
-11
/
+11
2024-10-29
Merge pull request #18427 from ChayimFriedman2/cleanup-ty
Lukas Wirth
-4
/
+4
2024-10-29
Merge from rust-lang/rust
Laurențiu Nicola
-2
/
+2
2024-10-28
Cleanup TypeRef lowering
Chayim Refael Friedman
-4
/
+4
2024-10-28
Merge pull request #18074 from ChayimFriedman2/typeref-source-map
Lukas Wirth
-252
/
+466
2024-10-27
rust-analyzer: Rename LayoutS to LayoutData
Jubilee Young
-2
/
+2
2024-10-26
Use method syntax
MoskalykA
-1
/
+1
2024-10-26
Start using `Option::is_none_or`
MoskalykA
-2
/
+2
2024-10-25
Shrink `TypeRef` from 16 from 32 bytes
Chayim Refael Friedman
-26
/
+28
2024-10-25
Shrink `Path` to 16 bytes
Chayim Refael Friedman
-7
/
+6
2024-10-25
Build source map for `hir_def::TypeRef`s
Chayim Refael Friedman
-230
/
+443
2024-10-22
Correctly resolve variables and labels from before macro definition in macro ...
Chayim Refael Friedman
-4
/
+69
2024-10-22
Implement semitransparent hygiene
Chayim Refael Friedman
-20
/
+53
2024-10-22
Merge pull request #18254 from ChayimFriedman2/fix-mut
Lukas Wirth
-462
/
+500
2024-10-22
Auto merge of #18371 - Veykril:veykril/push-kwttrusywysp, r=Veykril
bors
-3
/
+17
2024-10-22
fix: Fix incorrect parsing of use bounds
Lukas Wirth
-3
/
+17
2024-10-22
Fix new nightly lints
Lukas Wirth
-31
/
+62
2024-10-22
Replace some LayoutError variants with the rustc_abi errors
Laurențiu Nicola
-11
/
+9
2024-10-22
Merge from rust-lang/rust
Laurențiu Nicola
-5
/
+4
2024-10-21
Fix recursive_adt fixture
Lukas Wirth
-6
/
+8
2024-10-21
Update rustc-hash to version 2
Noratrieb
-5
/
+2
2024-10-21
fix: classify `safe` as a contextual kw
roife
-1
/
+1
2024-10-20
Store patterns desugared from destructuring assignments in source map
Chayim Refael Friedman
-20
/
+58
2024-10-20
Handle destructuring assignments uniformly
Chayim Refael Friedman
-442
/
+442
2024-10-20
fix: do not emit unsafe diagnositcs for safe statics in extern blocks
roife
-1
/
+1
2024-10-20
feat: initial support for safe_kw in extern blocks
roife
-5
/
+7
2024-10-20
Rollup merge of #131942 - workingjubilee:reduce-haruspicy, r=lukas-code,lnicola
Stuart Cook
-5
/
+4
2024-10-19
rust-analyzer: Nest `LayoutCalculatorError` in `hir_ty::LayoutError`
Jubilee Young
-5
/
+4
2024-10-18
internal: Add more trivially `Sized` types to `is_sized` check
Lukas Wirth
-1
/
+11
2024-10-15
Do not consider match/let/ref of place that evaluates to ! to diverge, disall...
Shoyu Vanilla
-102
/
+637
2024-10-14
chore: rename salsa to ra_salsa
David Barsky
-106
/
+106
2024-10-14
Auto merge of #18252 - ShoyuVanilla:issue-15799, r=Veykril
bors
-1
/
+12
2024-10-14
Auto merge of #18217 - ChayimFriedman2:cast-unknown-ptr, r=Veykril
bors
-7
/
+12
2024-10-08
include fn prefix for all callable defs
Jake
-36
/
+29
2024-10-08
hir-ty: change struct constructor formatting.
Jake
-53
/
+54
2024-10-06
Use external stack in borrowck DFS
Chayim Refael Friedman
-58
/
+67
2024-10-07
fix: Do not consider mutable usage of deref to `*mut T` as deref_mut
Shoyu Vanilla
-1
/
+12
2024-09-30
Comment out cast checks for unknown ptr kind
Chayim Refael Friedman
-7
/
+12
2024-09-30
Auto merge of #18207 - mbwilding:master, r=Veykril
bors
-5
/
+5
[next]