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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_borrowck
/
src
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2024-01-25
Remove unused features
clubby789
-3
/
+0
2024-01-23
Rename `TyCtxt::emit_spanned_lint` as `TyCtxt::emit_node_span_lint`.
Nicholas Nethercote
-1
/
+1
2024-01-15
compiler: Lower fn call arg spans down to MIR
Martin Nordholts
-1
/
+1
2024-01-11
Stop using `DiagnosticBuilder::buffer` in `BorrowckErrors`.
Nicholas Nethercote
-9
/
+10
2023-12-28
Movability doesn't need to be a query anymore
Michael Goulet
-1
/
+1
2023-12-28
Remove movability from TyKind::Coroutine
Michael Goulet
-6
/
+7
2023-12-24
Remove `Session` methods that duplicate `DiagCtxt` methods.
Nicholas Nethercote
-3
/
+4
2023-12-23
Give `DiagnosticBuilder` a default type.
Nicholas Nethercote
-13
/
+8
2023-12-18
Rename `Session::span_diagnostic` as `Session::dcx`.
Nicholas Nethercote
-1
/
+1
2023-12-15
Split `Handler::emit_diagnostic` in two.
Nicholas Nethercote
-2
/
+2
2023-12-02
Auto merge of #118470 - nnethercote:cleanup-error-handlers, r=compiler-errors
bors
-3
/
+3
2023-12-02
Rename `HandlerInner::delay_span_bug` as `HandlerInner::span_delayed_bug`.
Nicholas Nethercote
-3
/
+3
2023-12-01
Auto merge of #118216 - lqd:constraint-generation-non-non, r=matthewjasper
bors
-13
/
+9
2023-11-27
Address unused tuple struct fields in the compiler
Jake Goulding
-1
/
+2
2023-11-26
Auto merge of #118316 - Mark-Simulacrum:delete-copy-to-upvars, r=cjgillot
bors
-28
/
+9
2023-11-26
Remove Upvar duplication
Mark Rousskov
-28
/
+9
2023-11-26
merge NLL "constraint generation" into liveness
Rémy Rakic
-1
/
+0
2023-11-26
extract polonius loan invalidations fact generation
Rémy Rakic
-1
/
+1
2023-11-26
remove useless local variables
Rémy Rakic
-11
/
+8
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-26
Use `rustc_fluent_macro::fluent_messages!` directly.
Nicholas Nethercote
-2
/
+1
2023-11-26
Avoid need for `{D,Subd}iagnosticMessage` imports.
Nicholas Nethercote
-1
/
+1
2023-11-24
Remove unused `EverInitializedPlaces::tcx` field.
Nicholas Nethercote
-1
/
+1
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-9
/
+9
2023-11-15
Bump cfg(bootstrap)s
Mark Rousskov
-2
/
+2
2023-11-08
rename `BorrowKind::Shallow` to `Fake`
lcnr
-12
/
+12
2023-10-21
Remove redundant checks.
Camille GILLOT
-16
/
+2
2023-10-21
Parametrize gather_moves by filter.
Camille GILLOT
-2
/
+2
2023-10-21
Stop computing error info in move path builder.
Camille GILLOT
-4
/
+2
2023-10-21
Avoid using a magic value for untracked locals.
Camille GILLOT
-2
/
+4
2023-10-21
Do not report errors from move path builder.
Camille GILLOT
-47
/
+196
2023-10-20
s/generator/coroutine/
Oli Scherer
-8
/
+8
2023-10-20
s/Generator/Coroutine/
Oli Scherer
-4
/
+4
2023-10-16
docs: add Rust logo to more compiler crates
Michael Howell
-1
/
+3
2023-10-13
Format all the let chains in compiler
Michael Goulet
-1
/
+3
2023-10-05
Rollup merge of #116223 - catandcoder:master, r=cjgillot
Jubilee
-1
/
+1
2023-10-04
Fix misuses of a vs an
cui fliter
-1
/
+1
2023-10-02
subtyping_projections
ouz-a
-0
/
+2
2023-09-02
Take `&mut Results` in `ResultsVisitor`
Jason Newcomb
-3
/
+3
2023-08-25
Auto merge of #115045 - RalfJung:unwind-terminate-reason, r=davidtwco
bors
-2
/
+2
2023-08-24
when terminating during unwinding, show the reason why
Ralf Jung
-2
/
+2
2023-08-23
Bump cfg(bootstrap)
Mark Rousskov
-1
/
+1
2023-08-20
give some unwind-related terminators a more clear name
Ralf Jung
-4
/
+6
2023-08-03
Add `internal_features` lint
Nilstrieb
-0
/
+1
2023-08-01
Auto merge of #111753 - cjgillot:simp-place-conflict, r=compiler-errors
bors
-7
/
+10
2023-07-27
Rollup merge of #114075 - matthiaskrgr:fmt_args_rustc_3, r=wesleywiser
Matthias Krüger
-4
/
+2
2023-07-25
inline format!() args from rustc_codegen_llvm to the end (4)
Matthias Krüger
-4
/
+2
2023-07-24
borrowck/errors: fix i18n error in delayed bug
David Wood
-5
/
+4
2023-07-14
refactor(rustc_middle): Substs -> GenericArg
Mahdi Dibaiee
-1
/
+1
2023-06-29
Merge `un_derefer` into `MovePathLookup`
DrMeepster
-1
/
+1
[next]