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
/
region_name.rs
Age
Commit message (
Expand
)
Author
Lines
2024-02-08
Make `RegionName` `Copy` by (transitively) interning the few string variants
Amanda Stjerna
-13
/
+13
2024-02-06
A drive-by rewrite of give_region_a_name()
Amanda Stjerna
-17
/
+21
2024-02-06
Teach typeck/borrowck/solvers how to deal with async closures
Michael Goulet
-10
/
+11
2024-02-06
Make async closures directly lower to ClosureKind::CoroutineClosure
Michael Goulet
-3
/
+12
2024-02-06
Invert diagnostic lints.
Nicholas Nethercote
-0
/
+3
2024-01-30
Remove the lifetime from `DiagnosticArgValue`.
Nicholas Nethercote
-1
/
+1
2023-12-26
Auto merge of #119258 - compiler-errors:closure-kind, r=eholk
bors
-52
/
+76
2023-12-25
Flatten match
Michael Goulet
-47
/
+67
2023-12-25
Only regular coroutines have movability
Michael Goulet
-13
/
+13
2023-12-25
Make closures carry their own ClosureKind, rather than deducing what it is fr...
Michael Goulet
-40
/
+44
2023-12-24
Remove `Session` methods that duplicate `DiagCtxt` methods.
Nicholas Nethercote
-1
/
+1
2023-12-22
Split coroutine desugaring kind from source
Michael Goulet
-29
/
+36
2023-12-15
banish hir::GenericBound::LangItemTrait
Michael Goulet
-20
/
+10
2023-12-12
Move some methods from `tcx.hir()` to `tcx`
zetanumbers
-5
/
+5
2023-12-08
Implement `async gen` blocks
Michael Goulet
-2
/
+17
2023-12-02
Rename `HandlerInner::delay_span_bug` as `HandlerInner::span_delayed_bug`.
Nicholas Nethercote
-2
/
+2
2023-11-26
rustc: `hir().local_def_id_to_hir_id()` -> `tcx.local_def_id_to_hir_id()` cle...
Vadim Petrochenkov
-1
/
+1
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-1
/
+1
2023-11-14
finish `RegionKind` rename
lcnr
-20
/
+23
2023-11-13
rename `ReLateBound` to `ReBound`
lcnr
-1
/
+1
2023-10-26
Add hir::GeneratorKind::Gen
Oli Scherer
-0
/
+14
2023-10-25
Rename `AsyncCoroutineKind` to `CoroutineSource`
Oli Scherer
-3
/
+3
2023-10-20
Rename `CoroutineKind::Gen` to `::Coroutine`
Oli Scherer
-1
/
+1
2023-10-20
s/generator/coroutine/
Oli Scherer
-6
/
+6
2023-10-20
s/Generator/Coroutine/
Oli Scherer
-5
/
+5
2023-10-13
Format all the let chains in compiler
Michael Goulet
-3
/
+1
2023-09-27
Auto merge of #116163 - compiler-errors:lazyness, r=oli-obk
bors
-1
/
+1
2023-09-26
subst -> instantiate
lcnr
-2
/
+2
2023-09-26
Don't store lazyness in DefKind
Michael Goulet
-1
/
+1
2023-09-24
Remove span from BrAnon.
Camille GILLOT
-1
/
+1
2023-09-21
Record asyncness span in HIR
Michael Goulet
-1
/
+1
2023-09-18
Remove `RegionHighlightMode::tcx`.
Nicholas Nethercote
-4
/
+4
2023-08-07
Store the laziness of type aliases in the DefKind
León Orell Valerian Liehr
-1
/
+1
2023-08-01
Use upvar_tys in more places, make it a list
Michael Goulet
-0
/
+1
2023-07-14
refactor(rustc_middle): Substs -> GenericArg
Mahdi Dibaiee
-22
/
+20
2023-07-12
Re-format let-else per rustfmt update
Mark Rousskov
-2
/
+2
2023-06-26
Migrate predicates_of and caller_bounds to Clause
Michael Goulet
-4
/
+4
2023-06-19
s/Clause/ClauseKind
Michael Goulet
-2
/
+2
2023-05-03
Restrict `From<S>` for `{D,Subd}iagnosticMessage`.
Nicholas Nethercote
-1
/
+1
2023-04-13
Remove `ToRegionVid`.
Nicholas Nethercote
-5
/
+5
2023-03-02
rustc_middle: Remove trait `DefIdTree`
Vadim Petrochenkov
-1
/
+1
2023-02-16
remove bound_type_of query; make type_of return EarlyBinder; change type_of i...
Kyle Matsuda
-4
/
+3
2023-02-16
change usages of type_of to bound_type_of
Kyle Matsuda
-1
/
+3
2023-02-16
`if $c:expr { Some($r:expr) } else { None }` =>> `$c.then(|| $r)`
Maybe Waffle
-11
/
+4
2023-02-14
Add `of_trait` to DefKind::Impl.
Camille GILLOT
-2
/
+2
2023-02-09
Change to `ReError(ErrorGuaranteed)`
Esteban Küber
-1
/
+1
2023-02-09
Introduce `ReError`
Esteban Küber
-3
/
+7
2023-01-30
errors: implement `IntoDiagnosticArg` for `&T`
David Wood
-0
/
+6
2023-01-09
Rollup merge of #106549 - wcampbell0x2a:use-fmt-named-parameters-borrowck, r=...
fee1-dead
-4
/
+3
2023-01-06
Use fmt named parameters in rustc_borrowck
wcampbell
-4
/
+3
[prev]
[next]