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
/
where-clauses
Age
Commit message (
Expand
)
Author
Lines
2023-01-11
Move /src/test to /tests
Albert Larsan
-570
/
+0
2022-11-11
Do not rename bound variables when verbose-printing binders.
Camille GILLOT
-3
/
+3
2022-09-30
bless tests
b-naber
-3
/
+3
2022-09-27
Do not overwrite binders for another HirId.
Camille GILLOT
-0
/
+61
2022-08-21
Rework point-at-arg
Michael Goulet
-6
/
+4
2022-06-03
Fully stabilize NLL
Jack Huey
-16
/
+1
2022-04-17
Bless tests.
Camille GILLOT
-6
/
+27
2022-04-05
Rollup merge of #95591 - jackh726:nll-revisions-1, r=oli-obk
Dylan DPC
-2
/
+6
2022-04-05
More nll revisions
Jack Huey
-2
/
+6
2022-04-05
Suggest derivable trait on E0277
ohno418
-0
/
+8
2022-02-24
Remove in-band lifetimes
Michael Goulet
-4
/
+0
2021-11-20
Point at source of trait bound obligations in more places
Esteban Kuber
-0
/
+12
2021-09-16
Point at call span that introduced obligation for the arg
Esteban Kuber
-3
/
+9
2021-08-18
Auto merge of #86700 - lqd:matthews-nll-hrtb-errors, r=nikomatsakis
bors
-2
/
+5
2021-08-16
Use note to point at bound introducing requirement
Esteban Küber
-9
/
+16
2021-08-15
Report nicer errors for HRTB NLL errors from queries
Matthew Jasper
-2
/
+5
2021-08-11
Modify structured suggestion output
Esteban Küber
-2
/
+2
2021-06-07
Bless ui/where-clauses/where-for-self.rs test
Fabian Wolff
-0
/
+1
2021-03-31
give full path of constraint in suggest_constraining_type_param
hi-rustin
-4
/
+4
2021-02-10
Keep existing names of regions in placeholder_error
Matthew Jasper
-2
/
+2
2021-02-09
Remove unnecessary note on errors
Matthew Jasper
-7
/
+2
2020-09-02
pretty: trim paths of unique symbols
Dan Aloni
-16
/
+16
2020-07-10
Tweak wording
Yuki Okushi
-2
/
+2
2020-07-10
Add a help to use `in_band_lifetimes` in nightly
Yuki Okushi
-0
/
+4
2020-06-22
fix subtle bug in NLL type checker
Niko Matsakis
-0
/
+8
2020-06-22
remove snapshot calls from "match" operations during select
Niko Matsakis
-14
/
+15
2020-06-22
Revert "modify leak-check to track only outgoing edges from placeholders"
Niko Matsakis
-10
/
+11
2020-06-22
modify leak-check to track only outgoing edges from placeholders
Niko Matsakis
-11
/
+10
2020-06-20
Correctly handle binders inside trait predicates
Matthew Jasper
-8
/
+1
2020-04-18
Add label to item source of bound obligation
Esteban Küber
-1
/
+1
2020-04-08
Small tweaks to required bound span
Esteban Küber
-3
/
+3
2020-03-29
Tweak `suggest_constraining_type_param`
Esteban Küber
-8
/
+6
2020-02-11
Auto merge of #68929 - matprec:consistent-issue-references, r=Dylan-DPC
bors
-2
/
+2
2020-02-09
--bless --compare-mode=nll
Matthias Prechtl
-2
/
+2
2020-02-09
Improve reporting errors and suggestions for trait bounds
Patryk Wychowaniec
-6
/
+12
2020-01-19
When encountering an undefined named lifetime, point to where it can be
Esteban Küber
-0
/
+6
2019-12-24
Handle more specific case E0222
Esteban Küber
-2
/
+2
2019-12-23
Add the full issue reference to equality constraints in `where` clauses
varkor
-4
/
+8
2019-10-15
Handle more cases involving `impl` and `trait`
Esteban Küber
-4
/
+6
2019-09-22
On obligation errors point at the unfulfilled binding when possible
Esteban Küber
-9
/
+9
2019-09-19
When possible point at argument causing item obligation failure
Esteban Küber
-6
/
+6
2019-08-31
Use span label instead of note for cause in E0631
Esteban Küber
-25
/
+16
2019-07-27
tests: Move run-pass tests with naming conflicts to ui
Vadim Petrochenkov
-0
/
+23
2019-07-27
tests: Move run-pass tests without naming conflicts to ui
Vadim Petrochenkov
-0
/
+159
2019-05-29
Update ui test suite to use dyn
memoryruins
-12
/
+12
2019-04-18
hide `--explain` hint if error has no extended info
Andy Russell
-3
/
+1
2019-03-11
Update tests
Vadim Petrochenkov
-1
/
+1
2019-02-21
update test files to reflect new output
Niko Matsakis
-7
/
+14
2019-01-28
Refer to synthetically named lifetimes as "some specific lifetime" rather tha...
Rémy Rakic
-1
/
+1
2019-01-27
Update test expectations for new placeholder error messages
Remy Rakic
-2
/
+2
[next]