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_ast_lowering
/
src
/
path.rs
Age
Commit message (
Expand
)
Author
Lines
2022-04-17
Lint elided lifetimes in path on the AST.
Camille GILLOT
-35
/
+4
2022-02-17
Add more information to `impl Trait` deny error
Michael Goulet
-5
/
+11
2022-01-17
Use Term in ProjectionPredicate
kadmin
-1
/
+1
2021-12-27
Tighten span when suggesting lifetime on path
Michael Goulet
-1
/
+3
2021-12-03
Rollup merge of #91273 - Badel2:ice-index-str, r=estebank
Matthias Krüger
-9
/
+13
2021-11-30
Simplify lowering.
Camille GILLOT
-37
/
+31
2021-11-30
Lint elided lifetimes in path during lifetime resolution.
Camille GILLOT
-19
/
+3
2021-11-26
Fix ICE #91268 by checking that the snippet ends with a `)`
Badel2
-9
/
+13
2021-09-20
Do not store visibility in *ItemRef.
Camille GILLOT
-11
/
+2
2021-09-01
Compute item_generics_num_lifetimes during resolution.
Camille GILLOT
-9
/
+2
2021-08-29
ast_lowering: Introduce `lower_span` for catching all spans entering HIR
Vadim Petrochenkov
-7
/
+15
2021-07-19
Better errors when we don't have implicit statics in trait objects
jackh726
-0
/
+1
2021-05-12
Add more precise span informations to generic types
Giacomo Stevanato
-23
/
+44
2021-05-11
improve diagnosts for GATs
b-naber
-0
/
+5
2021-03-15
More precise spans for HIR paths
Vadim Petrochenkov
-5
/
+8
2021-02-04
lowering of generic args in AssocTyConstraint
b-naber
-2
/
+5
2021-01-14
Use Option::map_or instead of `.map(..).unwrap_or(..)`
LingMan
-1
/
+1
2021-01-10
Rework diagnostics for wrong number of generic args
Patryk Wychowaniec
-3
/
+3
2020-10-30
Implement rustc side of report-future-incompat
Aaron Hill
-2
/
+2
2020-10-30
Fix some more clippy warnings
Joshua Nelson
-4
/
+2
2020-08-30
mv compiler to compiler/
mark
-0
/
+433
[prev]