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
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