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_resolve
/
src
/
late
Age
Commit message (
Expand
)
Author
Lines
2022-10-27
Additional revert fixes
Michael Goulet
-1
/
+1
2022-10-04
Fix a typo in error message
Frank Steffahn
-1
/
+1
2022-09-14
Auto merge of #101709 - nnethercote:simplify-visitors-more, r=cjgillot
bors
-7
/
+3
2022-09-12
Remove unused argument from `visit_poly_trait_ref`.
Nicholas Nethercote
-6
/
+2
2022-09-12
Remove `path_span` argument to the `visit_path_segment` methods.
Nicholas Nethercote
-1
/
+1
2022-09-11
Avoid `Iterator::last`
KaDiWa
-2
/
+2
2022-09-09
Handle generic parameters.
Camille GILLOT
-5
/
+1
2022-09-09
Lower RPITIT to ImplTraitPlaceholder item
Michael Goulet
-1
/
+2
2022-09-09
RPITIT placeholder items
Michael Goulet
-0
/
+3
2022-09-07
Add instrument and debug calls
Santiago Pastorino
-0
/
+3
2022-09-03
Do not call object_lifetime_default on lifetime params.
Camille GILLOT
-16
/
+22
2022-09-01
Always import all tracing macros for the entire crate instead of piecemeal by...
Oli Scherer
-3
/
+1
2022-09-01
Directly use the `instrument` macro instead of its full path
Oli Scherer
-8
/
+8
2022-09-01
Auto merge of #100707 - dzvon:fix-typo, r=davidtwco
bors
-1
/
+1
2022-08-31
Fix a bunch of typo
Dezhi Wu
-1
/
+1
2022-08-31
Fix uintended diagnostic caused by `drain(..)`
Donough Liu
-12
/
+13
2022-08-29
Rollup merge of #99821 - cjgillot:ast-lifetimes-2, r=compiler-errors
Dylan DPC
-374
/
+80
2022-08-28
Auto merge of #100497 - kadiwa4:remove_clone_into_iter, r=cjgillot
bors
-1
/
+1
2022-08-26
Rollup merge of #100817 - vincenzopalazzo:macros/bool_spelling_sugg, r=davidtwco
Michael Goulet
-5
/
+22
2022-08-22
sugg: suggest the usage of boolean value when there is a typo in the keyword
Vincenzo Palazzo
-5
/
+22
2022-08-22
make some methods private
Takayuki Maeda
-1
/
+1
2022-08-18
Rollup merge of #100643 - TaKO8Ki:point-at-type-parameter-shadowing-another-t...
Matthias Krüger
-0
/
+12
2022-08-17
point at a type parameter shadowing another type
Takayuki Maeda
-0
/
+12
2022-08-13
avoid cloning and then iterating
KaDiWa
-1
/
+1
2022-08-11
Suggest path separator when a dot is used on a trait
León Orell Valerian Liehr
-16
/
+37
2022-08-10
Use &mut Diagnostic instead of &mut DiagnosticBuilder unless needed
Michael Goulet
-3
/
+3
2022-08-03
Assert index sanity.
Camille GILLOT
-2
/
+7
2022-08-03
Simplify debugging.
Camille GILLOT
-7
/
+3
2022-08-03
Use DefIdTree instead of open-coding it.
Camille GILLOT
-6
/
+2
2022-08-03
Remove index from Region::EarlyBound.
Camille GILLOT
-199
/
+24
2022-08-03
Compute `object_lifetime_default` per parameter.
Camille GILLOT
-84
/
+24
2022-08-03
Create a specific `ObjectLifetimeDefault` enum.
Camille GILLOT
-73
/
+39
2022-08-03
Make object_lifetime_defaults a cross-crate query.
Camille GILLOT
-41
/
+19
2022-07-28
Remove guess_head_span.
Camille GILLOT
-6
/
+1
2022-07-27
Rollup merge of #99728 - cjgillot:ast-lifetimes-anon-clean, r=petrochenkov
Guillaume Gomez
-512
/
+56
2022-07-26
Pacify tidy.
Camille GILLOT
-1
/
+0
2022-07-26
Stop creating anonymous late lifetimes.
Camille GILLOT
-36
/
+1
2022-07-26
Remove resolve_elided_lifetimes.
Camille GILLOT
-53
/
+6
2022-07-26
Stop resolving lifetime elision on HIR.
Camille GILLOT
-425
/
+52
2022-07-26
Replace LifetimeRes::Anonymous by LifetimeRes::Infer.
Camille GILLOT
-2
/
+2
2022-07-26
Remove the distinction between LifetimeName::Implicit and LifetimeName::Under...
Camille GILLOT
-4
/
+4
2022-07-26
Rollup merge of #99729 - cjgillot:rm-unused-tuple, r=michaelwoerister
Matthias Krüger
-1
/
+1
2022-07-25
Unused tuple fields in rustc_resolve.
Camille GILLOT
-1
/
+1
2022-07-25
Update file description.
Camille GILLOT
-5
/
+6
2022-07-25
Report elision failures on the AST.
Camille GILLOT
-758
/
+317
2022-07-19
Rollup merge of #99401 - TaKO8Ki:avoid-symbol-to-&str-conversions, r=nnethercote
Matthias Krüger
-8
/
+13
2022-07-18
avoid `Symbol` to `&str` conversions
Takayuki Maeda
-8
/
+13
2022-07-14
Rollup merge of #98705 - WaffleLapkin:closure_binder, r=cjgillot
Dylan DPC
-3
/
+85
2022-07-13
Add feature gate.
Camille GILLOT
-1
/
+16
2022-07-12
Add an indirection for closures in `hir::ExprKind`
Maybe Waffle
-1
/
+4
[next]