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
/
test
/
ui
/
lint
/
lint-const-item-mutation.stderr
Age
Commit message (
Expand
)
Author
Lines
2023-01-11
Move /src/test to /tests
Albert Larsan
-118
/
+0
2022-12-13
Make some diagnostics not depend on the source of what they reference being a...
Oli Scherer
-3
/
+0
2022-10-01
bless ui tests
Maybe Waffle
-1
/
+1
2022-07-01
Shorten def_span for more items.
Camille GILLOT
-8
/
+8
2021-01-23
Iterate DefId to encode spans.
Camille GILLOT
-8
/
+2
2020-12-29
test: updated expected Vec src path
C
-1
/
+1
2020-12-17
Suppress `CONST_ITEM_MUTATION` lint if a dereference occurs anywhere
Aaron Hill
-8
/
+8
2020-11-07
Use a semicolon instead of a dash in lint note
Aaron Hill
-4
/
+4
2020-11-07
Don't fire `CONST_ITEM_MUTATION` lint when borrowing a deref
Aaron Hill
-8
/
+8
2020-09-30
Warn on method call mutating const, even if it has destructor
David Tolnay
-1
/
+26
2020-09-30
Add test of VEC.push on a const
David Tolnay
-7
/
+7
2020-09-30
Test a type with drop glue but no Drop impl
David Tolnay
-13
/
+26
2020-09-30
Add test of const item mutation with Drop impl
David Tolnay
-12
/
+12
2020-09-28
Don't fire `const_item_mutation` lint on writes through a pointer
Aaron Hill
-23
/
+23
2020-09-07
Add CONST_ITEM_MUTATION lint
Aaron Hill
-0
/
+89