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_borrowck
/
src
/
diagnostics
/
outlives_suggestion.rs
Age
Commit message (
Expand
)
Author
Lines
2024-09-09
Remove unnecessary lifetimes in dataflow structs.
Nicholas Nethercote
-4
/
+4
2024-08-30
Remove `#[macro_use] extern crate tracing` from `rustc_borrowck`.
Nicholas Nethercote
-0
/
+1
2024-08-16
Add `warn(unreachable_pub)` to `rustc_borrowck`.
Nicholas Nethercote
-1
/
+1
2024-08-07
Use more slice patterns inside the compiler
León Orell Valerian Liehr
-2
/
+2
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-3
/
+3
2024-06-24
Separate the mir body lifetime from the other lifetimes
Oli Scherer
-4
/
+4
2024-06-24
Separate the lifetimes of the `BorrowckInferCtxt` from the other borrowed items
Oli Scherer
-4
/
+4
2024-02-28
Rename `DiagnosticBuilder` as `Diag`.
Nicholas Nethercote
-4
/
+3
2024-02-23
compiler: clippy::complexity fixes
Matthias Krüger
-3
/
+2
2024-02-19
Prefer `DiagnosticBuilder` over `Diagnostic` in diagnostic modifiers.
Nicholas Nethercote
-3
/
+3
2024-02-06
Invert diagnostic lints.
Nicholas Nethercote
-0
/
+3
2024-02-02
Rename `buffer_non_error_diag` as `buffer_non_error`.
Nicholas Nethercote
-1
/
+1
2023-12-24
Remove `Session` methods that duplicate `DiagCtxt` methods.
Nicholas Nethercote
-2
/
+1
2023-12-18
Rename `Session::span_diagnostic` as `Session::dcx`.
Nicholas Nethercote
-2
/
+2
2023-11-14
finish `RegionKind` rename
lcnr
-2
/
+2
2023-05-24
Use `is_some_and`/`is_ok_and` in less obvious spots
Maybe Waffle
-2
/
+1
2023-05-03
Restrict `From<S>` for `{D,Subd}iagnosticMessage`.
Nicholas Nethercote
-5
/
+5
2023-03-05
Remove `allow(potential_query_instability)` from `borrowck`
clubby789
-2
/
+2
2023-01-06
Use fmt named parameters in rustc_borrowck
wcampbell
-10
/
+8
2022-10-27
Revert "Make ClosureOutlivesRequirement not rely on an unresolved type"
Michael Goulet
-1
/
+1
2022-10-19
Make ClosureOutlivesRequirement not rely on an unresolved type
Michael Goulet
-1
/
+1
2022-09-01
Always import all tracing macros for the entire crate instead of piecemeal by...
Oli Scherer
-1
/
+0
2022-06-20
Give name if anonymous region appears in impl signature
Michael Goulet
-1
/
+2
2022-05-25
suggest constraining dyn trait in impl in NLL
b-naber
-1
/
+1
2022-05-20
Remove `crate` visibility usage in compiler
Jacob Pratt
-3
/
+3
2022-04-09
use `format-args-capture` and remove unnecessary nested blocks
Takayuki Maeda
-7
/
+6
2022-03-30
Spellchecking some comments
Yuri Astrakhan
-1
/
+1
2022-02-23
rustc_errors: let `DiagnosticBuilder::emit` return a "guarantee of emission".
Eduard-Mihai Burtescu
-1
/
+1
2022-02-23
Replace `&mut DiagnosticBuilder`, in signatures, with `&mut Diagnostic`.
Eduard-Mihai Burtescu
-2
/
+2
2022-02-11
implement tainted_by_errors in mir borrowck
Michael Goulet
-1
/
+1
2021-10-16
Adopt let_else across the compiler
est31
-3
/
+1
2021-10-03
Don't suggest replacing region with 'static in NLL
Aaron Hill
-3
/
+1
2021-09-07
Move rustc_mir::borrow_check to new crate rustc_borrowck.
Camille GILLOT
-0
/
+265