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
/
src
/
test
/
ui
/
nll
/
closure-requirements
Age
Commit message (
Expand
)
Author
Lines
2023-01-11
Move /src/test to /tests
Albert Larsan
-1387
/
+0
2022-11-11
Do not rename bound variables when verbose-printing binders.
Camille GILLOT
-13
/
+13
2022-11-05
use spans in TypeTest rather than mir::Location
Ali MJ Al-Nasrawy
-12
/
+4
2022-10-27
Revert "Make ClosureOutlivesRequirement not rely on an unresolved type"
Michael Goulet
-7
/
+8
2022-10-19
Make ClosureOutlivesRequirement not rely on an unresolved type
Michael Goulet
-8
/
+7
2022-09-26
address review
b-naber
-13
/
+13
2022-09-26
bless tests
b-naber
-6
/
+6
2022-09-13
Use def_span for external requirements.
Camille GILLOT
-209
/
+60
2022-09-13
Use tcx.hir() utils for spans in MIR building.
Camille GILLOT
-29
/
+87
2022-09-08
Remove ReEmpty
Jack Huey
-2
/
+2
2022-07-07
Shorten span for closures.
Camille GILLOT
-87
/
+29
2022-06-16
fix one more case of trailing space
klensy
-3
/
+3
2022-06-03
Fully stabilize NLL
Jack Huey
-19
/
+19
2022-05-25
update tests
b-naber
-7
/
+8
2022-04-30
Bless tests.
Camille GILLOT
-3
/
+5
2022-04-24
Recover missing suggestion part under NLL
marmeladema
-1
/
+1
2022-04-24
Improve span for `consider adding an explicit lifetime bound` suggestions und...
marmeladema
-2
/
+3
2022-04-04
Format invariance notes with backticks
Michael Goulet
-4
/
+4
2021-12-29
Refactor variance diagnostics to work with more types
Aaron Hill
-0
/
+8
2021-11-14
Improve diagnostics when a static lifetime is expected
Lucas Kent
-4
/
+5
2021-10-05
Note specific regions involved in 'borrowed data escapes' error
Aaron Hill
-4
/
+14
2021-10-03
Don't suggest replacing region with 'static in NLL
Aaron Hill
-6
/
+0
2021-05-12
Don't suggest adding `'static` lifetime to arguments
Aaron Hill
-2
/
+0
2021-03-31
Add var to BoundRegion. Add query to get bound vars for applicable items.
Jack Huey
-13
/
+13
2021-02-02
Rollup merge of #81634 - jesusprubio:jesusprubio/add-long-explanation-e0521, ...
Jack Huey
-1
/
+4
2021-02-01
Process mentioned upvars for analysis first pass after ExprUseVisitor
Aman Arora
-6
/
+6
2021-02-01
Update ui tests
Jesus Rubio
-1
/
+4
2020-12-18
Make BoundRegion have a kind of BoungRegionKind
Jack Huey
-13
/
+13
2020-09-25
Move from {{closure}}#0 syntax to {closure#0} for (def) path components
marmeladema
-17
/
+17
2020-09-02
pretty: trim paths of unique symbols
Dan Aloni
-6
/
+6
2020-03-21
rustc: keep upvars tupled in {Closure,Generator}Substs.
Eduard-Mihai Burtescu
-6
/
+17
2020-01-31
Auto merge of #68080 - varkor:declared-here, r=petrochenkov
bors
-1
/
+1
2020-01-25
Use better bound names in `-Zverbose` mode
Esteban Küber
-1
/
+1
2020-01-24
Normalise diagnostics with respect to "the X is declared/defined here"
varkor
-1
/
+1
2020-01-23
Use check-pass mode for nll tests
Tomasz Miąsko
-1
/
+1
2020-01-12
Diagnostics should start lowercase
varkor
-33
/
+33
2019-12-06
Auto merge of #66911 - eddyb:nicer-rustc_regions, r=matthewjasper
bors
-38
/
+33
2019-11-30
rustc_mir: use nicer path printing for #[rustc_regions] NLL tests.
Eduard-Mihai Burtescu
-38
/
+33
2019-11-30
rustc: don't just show raw DefIndex's in BrNamed's fmt::Debug impl.
Eduard-Mihai Burtescu
-13
/
+13
2019-11-18
Auto merge of #58281 - mark-i-m:synthesis, r=estebank
bors
-0
/
+12
2019-11-07
Rollup merge of #66087 - tmiasko:ui-mode, r=Centril
Mazdak Farrokhzad
-1
/
+1
2019-11-05
rustc: remove "GlobalMetaData" dead code from hir::map::definitions.
Eduard-Mihai Burtescu
-33
/
+33
2019-11-04
Use check-pass in ui tests where appropriate
Tomasz Miąsko
-1
/
+1
2019-10-27
update tests
Mark Mansi
-18
/
+6
2019-10-27
implement outlive suggestions
Mark Mansi
-0
/
+24
2019-07-03
Migrate compile-pass annotations to build-pass
Yuki Okushi
-2
/
+2
2019-06-16
compiletest: Remove `skip-codegen`
Vadim Petrochenkov
-3
/
+2
2019-06-01
rustc: collect upvars from HIR, instead of during name resolution.
Eduard-Mihai Burtescu
-9
/
+9
2019-05-12
Remove feature(nll) when compare mode is sufficient
Matthew Jasper
-7
/
+1
2019-05-09
Rollup merge of #60648 - petrochenkov:shorten2, r=Dylan-DPC
Mazdak Farrokhzad
-2
/
+1
[next]