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
/
c-variadic
/
variadic-ffi-4.stderr
Age
Commit message (
Expand
)
Author
Lines
2023-01-11
Move /src/test to /tests
Albert Larsan
-150
/
+0
2022-04-04
Format invariance notes with backticks
Michael Goulet
-16
/
+16
2021-12-31
Ensure that early-bound function lifetimes are always 'local'
Aaron Hill
-1
/
+1
2021-12-29
Refactor variance diagnostics to work with more types
Aaron Hill
-0
/
+28
2021-06-06
Add variance-related information to lifetime error messages
Aaron Hill
-0
/
+8
2020-09-02
pretty: trim paths of unique symbols
Dan Aloni
-17
/
+17
2020-05-22
Update tests
Matthew Jasper
-189
/
+86
2019-12-03
Include a span in more `expected...found` notes
Aaron Hill
-3
/
+7
2019-11-18
Specific labels when referring to "expected" and "found" types
Esteban Küber
-10
/
+10
2019-10-11
Print lifetimes with backticks
Yuki Okushi
-1
/
+1
2019-10-07
update ui tests
Guillaume Gomez
-1
/
+2
2019-09-28
rustc: rely on c_variadic == true instead of CVarArgs in HIR/Ty fn signatures.
Eduard-Mihai Burtescu
-131
/
+68
2019-09-28
rustc: don't store a lifetime in hir::TyKind::CVarArgs.
Eduard-Mihai Burtescu
-8
/
+8
2019-07-14
Make VaListImpl<'f> invariant over the 'f lifetime
Andrei Homescu
-36
/
+86
2019-06-17
Expose `VaListImpl` as the Rust equivalent of `__va_list_tag` and implement C...
Andrei Homescu
-27
/
+54
2019-04-18
hide `--explain` hint if error has no extended info
Andy Russell
-1
/
+1
2019-03-22
ffi: rename VaList::copy to VaList::with_copy
Dan Robertson
-11
/
+11
2019-03-11
Update tests
Vadim Petrochenkov
-41
/
+41
2019-02-27
Support defining C compatible variadic functions
Dan Robertson
-0
/
+198