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_lint
/
src
/
pass_by_value.rs
Age
Commit message (
Expand
)
Author
Lines
2025-08-13
Cleanup assoc parent utils
Cameron Steffen
-4
/
+2
2025-07-31
remove rustc_attr_data_structures
Jana Dönszelmann
-2
/
+2
2025-07-28
Rename impl_of_method -> impl_of_assoc
Cameron Steffen
-1
/
+1
2025-07-04
Port `#[rustc_pass_by_value]` to the new attribute system
Pavel Grigorenko
-3
/
+5
2025-02-08
Rustfmt
bjorn3
-4
/
+5
2025-01-27
Remove redundant to_ident_string calls
Michael Goulet
-1
/
+1
2025-01-23
make `hir::Ty/ConstArg` methods generic where applicable
Boxy
-1
/
+1
2025-01-23
Split hir `TyKind` and `ConstArgKind` in two and update `hir::Visitor`
Boxy
-4
/
+3
2024-12-18
Re-export more `rustc_span::symbol` things from `rustc_span`.
Nicholas Nethercote
-1
/
+1
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-5
/
+4
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-2
/
+3
2024-07-16
hir: Create `hir::ConstArgKind` enum
Noah Lev
-1
/
+1
2024-05-04
Auto merge of #124401 - oli-obk:some_hir_cleanups, r=cjgillot
bors
-3
/
+6
2024-04-29
Remove `extern crate rustc_session` from `rustc_lint`.
Nicholas Nethercote
-0
/
+1
2024-04-26
Move `ConstArg::span` to `AnonConst::span`
Oli Scherer
-3
/
+6
2024-01-23
Rename `LintContext::emit_spanned_lint` as `LintContext::emit_span_lint`.
Nicholas Nethercote
-1
/
+1
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-1
/
+1
2023-07-14
refactor(rustc_middle): Substs -> GenericArg
Mahdi Dibaiee
-2
/
+2
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
2023-01-15
remove redundant clones
Matthias Krüger
-1
/
+1
2023-01-09
refactor: cleanup
Rejyr
-2
/
+0
2023-01-09
migrate: `pass_by_value.rs`
Rejyr
-13
/
+6
2022-12-28
Rename `Rptr` to `Ref` in AST and HIR
Nilstrieb
-1
/
+1
2022-11-30
Update documentation
Oli Scherer
-1
/
+1
2022-11-24
Fix rustc_pass_by_value.
Camille GILLOT
-1
/
+1
2022-11-23
Separate lifetime ident from resolution in HIR.
Camille GILLOT
-1
/
+1
2022-10-23
Migrate all diagnostics
Nilstrieb
-2
/
+2
2022-10-01
Auto merge of #101986 - WaffleLapkin:move_lint_note_to_the_bottom, r=estebank
bors
-6
/
+8
2022-10-01
Refactor rustc lint API
Maybe Waffle
-6
/
+8
2022-09-29
Shrink `hir::def::Res`.
Nicholas Nethercote
-1
/
+1
2022-06-30
lint: port pass-by-value diagnostics
David Wood
-3
/
+4
2022-03-11
Improve `AdtDef` interning.
Nicholas Nethercote
-2
/
+2
2022-02-15
Overhaul `TyS` and `Ty`.
Nicholas Nethercote
-3
/
+4
2022-02-12
change to a struct variant
Ellen
-1
/
+1
2022-01-27
update pass_by_value
lcnr
-2
/
+2
2022-01-11
rustc_pass_by_value: handle inferred generic types (with _)
Mahdi Dibaiee
-9
/
+5
2022-01-11
rustc_pass_by_value: handle generic and const type parameters
Mahdi Dibaiee
-14
/
+19
2022-01-11
rustc_pass_by_value: allow types with no parameters on self
Mahdi Dibaiee
-13
/
+5
2022-01-10
rustc_pass_by_value remove dependency on rustc_diagnostic_item
Mahdi Dibaiee
-7
/
+4
2022-01-10
rustc_pass_by_value lint: add test on custom types
Mahdi Dibaiee
-0
/
+1
2022-01-09
feat: pass_by_value lint attribute
Mahdi Dibaiee
-0
/
+103