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
Age
Commit message (
Expand
)
Author
Lines
2021-08-11
Modify structured suggestion output
Esteban Küber
-3
/
+3
2021-08-04
Remove trailing whitespace from error messages
Fabian Wolff
-1
/
+1
2021-07-06
Replace per-target ABI denylist with an allowlist
Simonas Kazlauskas
-16
/
+19
2021-06-09
Handle C-variadic arguments properly when reporting region errors
Fabian Wolff
-0
/
+140
2021-06-06
Add variance-related information to lifetime error messages
Aaron Hill
-0
/
+8
2021-01-13
Update tests for extern block linting
Mark Rousskov
-6
/
+6
2020-10-15
ensure arguments are included in count mismatch span
Andy Russell
-6
/
+12
2020-10-15
fix off-by-one in parameter spans
Andy Russell
-1
/
+1
2020-09-02
pretty: trim paths of unique symbols
Dan Aloni
-17
/
+17
2020-06-04
test: ui: skip tests which aren't appropriate for RISC-V
Tom Eccles
-11
/
+12
2020-05-22
Update tests
Matthew Jasper
-322
/
+102
2020-04-22
Tweak wording
Esteban Küber
-1
/
+1
2020-04-22
Tweak `'static` suggestion code
Esteban Küber
-1
/
+5
2020-02-11
On mismatched argument count point at arguments
Esteban Küber
-6
/
+10
2020-01-12
Get rid of RegionErrorNamingContext
Mark Mansi
-2
/
+2
2019-12-12
More c-variadic errors as semantic restrictions.
Mazdak Farrokhzad
-2
/
+2
2019-12-03
Include a span in more `expected...found` notes
Aaron Hill
-3
/
+7
2019-11-25
Auto merge of #66682 - estebank:fn-type-err, r=davidtwco
bors
-4
/
+4
2019-11-23
Highlight parts of fn in type errors
Esteban Küber
-4
/
+4
2019-11-21
Point at type in `let` assignment on type errors
Esteban Küber
-2
/
+6
2019-11-18
Specific labels when referring to "expected" and "found" types
Esteban Küber
-14
/
+14
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
-154
/
+100
2019-09-28
rustc: don't store a lifetime in hir::TyKind::CVarArgs.
Eduard-Mihai Burtescu
-8
/
+8
2019-09-12
update tests
Mark Mansi
-9
/
+9
2019-08-12
syntax: account for CVarArgs being in the argument list.
Eduard-Mihai Burtescu
-0
/
+14
2019-07-14
Make VaListImpl<'f> invariant over the 'f lifetime
Andrei Homescu
-44
/
+116
2019-06-17
Expose `VaListImpl` as the Rust equivalent of `__va_list_tag` and implement C...
Andrei Homescu
-56
/
+97
2019-05-12
Remove feature(nll) when compare mode is sufficient
Matthew Jasper
-104
/
+0
2019-05-12
Change compare mode to use -Zborrowck=mir
Matthew Jasper
-0
/
+81
2019-04-22
review comments: deduplicate tests
Esteban Küber
-105
/
+0
2019-04-22
Continue evaluating after item-type checking
Esteban Küber
-14
/
+85
2019-04-18
hide `--explain` hint if error has no extended info
Andy Russell
-3
/
+3
2019-03-22
ffi: rename VaList::copy to VaList::with_copy
Dan Robertson
-19
/
+19
2019-03-11
Update tests
Vadim Petrochenkov
-55
/
+55
2019-02-27
Rename variadic to c_variadic
Dan Robertson
-4
/
+4
2019-02-27
Add c_variadic language feature item
Dan Robertson
-0
/
+1
2019-02-27
Support defining C compatible variadic functions
Dan Robertson
-0
/
+516