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
Age
Commit message (
Expand
)
Author
Lines
2021-06-06
Add variance-related information to lifetime error messages
Aaron Hill
-0
/
+24
2021-05-12
Don't suggest adding `'static` lifetime to arguments
Aaron Hill
-5
/
+0
2021-05-01
Closure capture borrow diagnostics for disjoint captures
Chris Pardy
-18
/
+18
2021-04-03
Remove redundant `ignore-tidy-linelength` annotations
Simon Jakobi
-6
/
+3
2021-03-31
Add var to BoundRegion. Add query to get bound vars for applicable items.
Jack Huey
-15
/
+15
2021-03-06
Move some tests to more suitable subdirs
Yuki Okushi
-0
/
+25
2021-02-22
Update test cases
0yoyoyo
-12
/
+12
2021-02-06
path trimming: ignore type aliases
Dan Aloni
-1
/
+1
2021-02-02
Rollup merge of #81634 - jesusprubio:jesusprubio/add-long-explanation-e0521, ...
Jack Huey
-1
/
+6
2021-02-02
Rollup merge of #80629 - sexxi-goose:migrations_1, r=nikomatsakis
Jonas Schievink
-6
/
+6
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
/
+6
2021-01-31
Move some tests to more reasonable directories
Caio
-0
/
+127
2021-01-26
Avoid describing a method as 'not found' when bounds are unsatisfied
Aaron Hill
-4
/
+4
2021-01-16
Move some tests to more reasonable directories - 2
Caio
-0
/
+196
2020-12-24
Auto merge of #77692 - PankajChaudhary5:issue-76630, r=davidtwco
bors
-9
/
+9
2020-12-18
Make BoundRegion have a kind of BoungRegionKind
Jack Huey
-15
/
+15
2020-12-01
Added better error message for shared borrow treated as unique for purposes o...
PankajChaudhary5
-9
/
+9
2020-11-09
Rollup merge of #76468 - SNCPlay42:lifetime-names, r=Mark-Simulacrum
Dylan DPC
-2
/
+2
2020-11-09
use RegionNameHighlight for async fn and closure returns
SNCPlay42
-2
/
+2
2020-10-23
Add test for bad NLL higher-ranked subtype
Aaron Hill
-0
/
+72
2020-10-06
Update to chalk 0.31. Implement some unimplemented. Ignore some tests in comp...
Jack Huey
-0
/
+1
2020-10-06
Separate bounds and predicates for associated/opaque types
Matthew Jasper
-8
/
+1
2020-09-25
Move from {{closure}}#0 syntax to {closure#0} for (def) path components
marmeladema
-50
/
+50
2020-09-02
pretty: trim paths of unique symbols
Dan Aloni
-75
/
+75
2020-08-25
Auto merge of #75302 - Aaron1011:feature/partial-move-diag, r=estebank
bors
-4
/
+4
2020-08-22
Use smaller def span for functions
Aaron Hill
-17
/
+8
2020-08-08
Be consistent when describing a move as a 'partial' in diagnostics
Aaron Hill
-4
/
+4
2020-07-28
Make closures and generators a must use types
Tomasz Miąsko
-3
/
+14
2020-07-22
Further tweak wording of E0759 and introduce E0767
Esteban Küber
-1
/
+1
2020-07-22
Detect when `'static` obligation might come from an `impl`
Esteban Küber
-21
/
+4
2020-07-02
Audit uses of `span_suggestion_short`
Yuki Okushi
-7
/
+48
2020-06-24
Provide suggestions for some moved value errors
Esteban Küber
-0
/
+4
2020-06-15
Rollup merge of #72598 - Aaron1011:feature/fnmut-capture-span, r=nikomatsakis
Ralf Jung
-2
/
+6
2020-05-30
Tweak type parameter errors to reduce verbosity
Esteban Küber
-10
/
+2
2020-05-27
Tweak output for mismatched impl item
Esteban Küber
-2
/
+2
2020-05-27
Name `RegionKind::ReVar` lifetimes in diagnostics
Esteban Küber
-2
/
+2
2020-05-27
Fix spacing of expected/found notes without a label
Esteban Küber
-16
/
+16
2020-05-25
Display information about captured variable in `FnMut` error
Aaron Hill
-2
/
+6
2020-05-03
Correctly check comparison operators in MIR typeck
Matthew Jasper
-17
/
+5
2020-04-30
Rollup merge of #70950 - nikomatsakis:leak-check-nll-2, r=matthewjasper
Dylan DPC
-5
/
+104
2020-04-28
Suggest `;` or assignment to drop borrows in tail exprs
Esteban Küber
-13
/
+60
2020-04-16
reserve variable for empty root region
Niko Matsakis
-0
/
+31
2020-04-16
enforce that R1: R2 requires univ(R1) <= univ(R2)
Niko Matsakis
-5
/
+73
2020-04-11
rustc: Add a warning count upon completion
RoccoDev
-1
/
+1
2020-03-30
bless output of ui test nll/user-annotations/closure-substs.rs
Remy Rakic
-1
/
+1
2020-03-30
bless output of ui test nll/outlives-suggestion-simple.rs
Remy Rakic
-4
/
+6
2020-03-24
Rollup merge of #70277 - matthewjasper:remove-closurebound, r=nikomatsakis
Mazdak Farrokhzad
-14
/
+14
2020-03-23
Remove `ReClosureBound`
Matthew Jasper
-14
/
+14
2020-03-21
rustc: keep upvars tupled in {Closure,Generator}Substs.
Eduard-Mihai Burtescu
-6
/
+50
[next]