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
/
fn
Age
Commit message (
Expand
)
Author
Lines
2023-01-11
Move /src/test to /tests
Albert Larsan
-1025
/
+0
2023-01-05
Tweak wording of fn call with wrong number of args
Esteban Küber
-2
/
+2
2023-01-04
Restore Fn trait note
Michael Goulet
-2
/
+14
2023-01-03
Suggest more impl Trait on `-> _`
Michael Goulet
-7
/
+111
2022-12-23
Move tests
Caio
-0
/
+52
2022-12-02
Don't elide information when printing E0308 with Zverbose
Michael Goulet
-0
/
+34
2022-08-28
More descriptive argument placeholders
Michael Goulet
-4
/
+4
2022-08-28
Suggest calling when operator types mismatch
Michael Goulet
-7
/
+3
2022-08-27
Suggest calling trait objects and parameters too, when possible
Michael Goulet
-0
/
+8
2022-08-12
Point out a single arg if we have a single arg incompatibility
Michael Goulet
-5
/
+5
2022-08-09
don't normalize wf predicates
lcnr
-32
/
+113
2022-07-15
provide `generic_param_scope` for region errors
lcnr
-3
/
+5
2022-07-07
Fix borrowck closure span.
Camille GILLOT
-2
/
+4
2022-06-03
Fully stabilize NLL
Jack Huey
-20
/
+2
2022-05-22
Use revisions for NLL in various directories
Jack Huey
-3
/
+9
2022-05-06
Resolve vars in note_type_err
Jack Huey
-14
/
+12
2022-05-02
Fix invalid keyword order for function declarations
Ken Matsui
-0
/
+22
2022-04-16
Implementation for 65853
Jack Huey
-17
/
+52
2022-01-21
Rollup merge of #92467 - Aaron1011:extern-local-region, r=oli-obk
Matthias Krüger
-1
/
+1
2022-01-18
generic_arg_infer: placeholder in signature err
lcnr
-4
/
+4
2021-12-31
Ensure that early-bound function lifetimes are always 'local'
Aaron Hill
-1
/
+1
2021-12-14
Add another regression test for unnormalized fn args with Self
Jack Huey
-0
/
+37
2021-12-08
Rollup merge of #91531 - notriddle:notriddle/issue-87647-expected-semicolon, ...
Matthias Krüger
-3
/
+3
2021-12-04
Do not add `;` to expected tokens list when it's wrong
Michael Howell
-3
/
+3
2021-12-03
Tweak "call this function" suggestion to have smaller span
Esteban Kuber
-2
/
+2
2021-12-02
Change to check-pass
Jack Huey
-1
/
+1
2021-12-02
Add additional test from rust issue number 91068
Frank Steffahn
-0
/
+22
2021-11-30
Rollup merge of #91243 - jackh726:issue-91068, r=nikomatsakis
Yuki Okushi
-0
/
+49
2021-11-29
Bless nll
Jack Huey
-0
/
+14
2021-11-25
Don't treat unnormalized function arguments as well-formed
jackh726
-0
/
+35
2021-11-18
Move some tests to more reasonable directories
Caio
-0
/
+12
2021-11-14
Move some tests to more reasonable directories
Caio
-0
/
+104
2021-09-26
Remove box syntax from most places in src/test outside of the issues dir
est31
-12
/
+12
2021-09-16
Point at call span that introduced obligation for the arg
Esteban Kuber
-1
/
+3
2021-08-16
Use note to point at bound introducing requirement
Esteban Küber
-3
/
+5
2021-08-11
Modify structured suggestion output
Esteban Küber
-2
/
+2
2021-06-22
Updated tests to reflect specified types in E0121
Deadbeef
-4
/
+4
2021-04-17
Move some tests to more reasonable directories - 6
Caio
-0
/
+13
2020-12-22
Add regression test for #80179
ThePuzzlemaker
-0
/
+48
2020-12-03
Gracefully handle confusing -> with : in function return type
mibac138
-50
/
+86
2020-12-01
Gracefully handle mistyping -> as => in function return type
mibac138
-0
/
+68
2020-10-27
This flag is not really needed in the test
Santiago Pastorino
-1
/
+0
2020-10-27
Add unsized_fn_params feature
Santiago Pastorino
-1
/
+1
2020-09-02
pretty: trim paths of unique symbols
Dan Aloni
-24
/
+24
2020-06-23
review comments: wording and style
Esteban Küber
-20
/
+20
2020-06-22
Provide context on E0308 involving fn items
Esteban Küber
-10
/
+55
2020-05-08
Skip tests on emscripten
Yuki Okushi
-0
/
+1
2020-05-06
Move tests from `test/run-fail` to UI
Yuki Okushi
-0
/
+10
2020-04-18
Make Box<dyn FnOnce> respect self alignment
Santiago Pastorino
-0
/
+24
2020-04-08
Small tweaks to required bound span
Esteban Küber
-1
/
+1
[next]