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
/
compiler
/
rustc_mir_transform
/
src
/
deduce_param_attrs.rs
Age
Commit message (
Expand
)
Author
Lines
2025-03-04
Remove obsolete comment from DeduceReadOnly
Tomasz Miąsko
-29
/
+0
2025-01-11
rename `BitSet` to `DenseBitSet`
Rémy Rakic
-3
/
+3
2024-11-19
move `fn is_item_raw` to `TypingEnv`
lcnr
-1
/
+1
2024-11-18
use `TypingEnv` when no `infcx` is available
lcnr
-3
/
+3
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-1
/
+1
2024-09-11
Simplify some nested if statements
Michael Goulet
-5
/
+4
2024-09-10
Improve comment formatting.
Nicholas Nethercote
-3
/
+3
2024-09-09
Reduce visibilities, and add `warn(unreachable_pub)`.
Nicholas Nethercote
-1
/
+1
2024-08-18
rename AddressOf -> RawBorrow inside the compiler
Ralf Jung
-1
/
+1
2024-04-17
consistency rename: language item -> lang item
Ralf Jung
-1
/
+1
2024-02-12
Dejargnonize subst
Shoyu Vanilla
-2
/
+2
2024-01-15
compiler: Lower fn call arg spans down to MIR
Martin Nordholts
-1
/
+1
2023-10-30
deduce_param_attrs: explain a read-only case
Ralf Jung
-0
/
+1
2023-08-17
Normalize before checking if local is freeze in deduced_param_attrs
Michael Goulet
-1
/
+6
2023-07-14
refactor(rustc_middle): Substs -> GenericArg
Mahdi Dibaiee
-1
/
+1
2023-05-13
allow mutating function args through `&raw const`
Lukas Markeffsky
-5
/
+16
2023-05-12
remove no-op logic
Lukas Markeffsky
-13
/
+2
2023-04-16
Check freeze with right param-env
Michael Goulet
-2
/
+3
2023-03-21
Use local key in providers
Michael Goulet
-6
/
+5
2023-02-16
remove bound_type_of query; make type_of return EarlyBinder; change type_of i...
Kyle Matsuda
-1
/
+1
2023-02-16
change usages of type_of to bound_type_of
Kyle Matsuda
-1
/
+1
2022-12-20
rustc: Remove needless lifetimes
Jeremy Stucki
-1
/
+1
2022-11-26
Rewrite dest prop.
Jakob Degen
-38
/
+10
2022-10-27
Accept `TyCtxt` instead of `TyCtxtAt` in `Ty::is_*` functions
Maybe Waffle
-2
/
+1
2022-10-21
Introduce deduced parameter attributes, and use them for deducing `readonly` on
Patrick Walton
-0
/
+249