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
/
clippy_lints
/
src
/
escape.rs
Age
Commit message (
Expand
)
Author
Lines
2020-01-18
Rustup to rust-lang/rust#68204
Yuki Okushi
-1
/
+1
2020-01-13
Rustup to rust-lang/rust#68045
Yuki Okushi
-1
/
+1
2020-01-11
Rustup to rust-lang/rust#67806
Yuki Okushi
-3
/
+2
2020-01-09
Rustup to rust-lang/rust#67979
Yuki Okushi
-1
/
+1
2020-01-07
Rustup to rust-lang/rust#67886
Yuki Okushi
-3
/
+3
2020-01-05
Rustup to rust-lang/rust#67803
Yuki Okushi
-1
/
+1
2020-01-04
Rustup to https://github.com/rust-lang/rust/pull/67853
Philipp Hansch
-1
/
+1
2019-12-30
Rustup to rust-lang/rust#66942
Yuki Okushi
-1
/
+1
2019-12-22
Add <'_> where necessary
flip1995
-1
/
+1
2019-12-04
Rustup to rust-lang/rust#66878
Matthias Krüger
-1
/
+2
2019-11-29
Add projections check to EUV for escape analysis
flip1995
-25
/
+29
2019-11-29
Use infer_ctxt
flip1995
-2
/
+4
2019-11-28
Fix categorizations
Manish Goregaokar
-3
/
+3
2019-11-28
Fix arguments on ExprUseVisitor::new
Manish Goregaokar
-2
/
+1
2019-11-28
euv moved from middle to typeck
Manish Goregaokar
-2
/
+1
2019-11-28
cmt_ -> Place
Manish Goregaokar
-4
/
+4
2019-11-28
make use of Result::map_or
Lzu Tao
-1
/
+1
2019-10-06
Move is_argument check into mutate
flip1995
-13
/
+15
2019-10-05
Run util/dev fmt
flip1995
-14
/
+2
2019-10-05
Merge consume and consume_pat in escape analysis
flip1995
-45
/
+11
2019-10-04
Rustup to rust-lang/rust#64874
flip1995
-10
/
+6
2019-09-27
Rustup to rust-lang/rust#64813
flip1995
-3
/
+3
2019-08-28
Replace `Arg` with `Param`
Yuki Okushi
-1
/
+1
2019-08-03
Doctests: Enable running doc tests for perf lints
Philipp Hansch
-5
/
+4
2019-07-30
Fix breakage due to rust-lang/rust#61856
Michael Wright
-3
/
+18
2019-07-06
Rename hir::map::local_def_id_from_hir_id to local_def_id
Lzu Tao
-1
/
+1
2019-06-25
Remove a hir_to_node_id
Manish Goregaokar
-1
/
+1
2019-06-25
find_by_hir_id -> find
Manish Goregaokar
-3
/
+3
2019-06-25
get_parent_node_by_hir_id -> get_parent_node
Manish Goregaokar
-2
/
+2
2019-06-20
Fix warnings about unnecessary lifetime bounds
Lzu Tao
-1
/
+1
2019-06-18
rustup https://github.com/rust-lang/rust/pull/61836/
Matthias Krüger
-1
/
+1
2019-06-02
Cargo fmt
Mateusz Mikuła
-1
/
+10
2019-06-02
Rustup for https://github.com/rust-lang/rust/pull/61276
Mateusz Mikuła
-1
/
+1
2019-04-17
Use lint pass macros
Matthew Kraai
-12
/
+5
2019-03-13
Auto merge of #3873 - phansch:hiridification, r=flip1995
bors
-2
/
+1
2019-03-12
Use `HirId` instead of `NodeId` for lookup
Philipp Hansch
-2
/
+1
2019-03-12
Merge branch 'master' into fix-3739
Michael Wright
-45
/
+44
2019-03-10
Various cosmetic improvements.
Alexander Regueiro
-11
/
+11
2019-03-05
move lint documentation into macro invocations
Andy Russell
-17
/
+17
2019-03-03
fmt fixes
Philipp Hansch
-3
/
+1
2019-03-01
align with rust-lang/rust/#58836
ljedrz
-11
/
+12
2019-02-24
HirIdify some lints
ljedrz
-3
/
+3
2019-02-22
Remove unneeded visitor class
Michael Wright
-40
/
+4
2019-02-21
Fix `boxed_local` suggestion
Michael Wright
-3
/
+39
2019-02-20
partially HirIdify lints
ljedrz
-4
/
+4
2019-01-27
rustup https://github.com/rust-lang/rust/pull/57726
Matthias Krüger
-0
/
+4
2019-01-20
Run rustfmt
Michael Wright
-9
/
+9
2019-01-20
Fixed breakage due to rust-lang/rust#57489
Michael Wright
-3
/
+1
2019-01-08
Remove all copyright license headers
Philipp Hansch
-9
/
+0
2018-12-29
Remove crate:: prefixes from crate paths
Konrad Borowski
-11
/
+11
[next]