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
/
on-unimplemented
Age
Commit message (
Expand
)
Author
Lines
2021-09-16
Point at call span that introduced obligation for the arg
Esteban Kuber
-8
/
+24
2021-08-16
Use note to point at bound introducing requirement
Esteban Küber
-18
/
+34
2021-07-19
Various diagnostics clean ups/tweaks
Esteban Küber
-12
/
+20
2021-06-22
Change Debug unimplemented message per request
Aris Merchant
-1
/
+1
2021-06-16
Update test stderr files
Aris Merchant
-5
/
+1
2021-05-12
Show macro name in 'this error originates in macro' message
Aaron Hill
-4
/
+4
2020-09-02
pretty: trim paths of unique symbols
Dan Aloni
-23
/
+23
2020-04-08
Small tweaks to required bound span
Esteban Küber
-6
/
+6
2020-03-01
Make `rustc_attrs` tracking issue None
Yuki Okushi
-1
/
+0
2020-02-09
--bless --compare-mode=nll
Matthias Prechtl
-1
/
+1
2020-02-06
rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros.
Eduard-Mihai Burtescu
-0
/
+4
2019-12-06
parse_meta: ditch parse_in_attr
Mazdak Farrokhzad
-6
/
+3
2019-12-03
Rollup merge of #66651 - Areredify:on-unimplemented-scope, r=davidtwco
Mazdak Farrokhzad
-0
/
+93
2019-11-26
Refactor 'parse_enum_item' to use 'parse_delim_comma_seq'
Janusz Marcinkiewicz
-1
/
+4
2019-11-25
add `enclosing_scope` param to `rustc_on_unimplmented`
Mikhail Babenko
-0
/
+93
2019-11-08
Rollup merge of #66007 - estebank:remove-here, r=Centril
Mazdak Farrokhzad
-1
/
+1
2019-11-06
Remove "here" from "expected one of X here"
Esteban Küber
-1
/
+1
2019-11-06
gate rustc_on_unimplemented under rustc_attrs
Mazdak Farrokhzad
-5
/
+25
2019-10-24
Increase spacing for suggestions in diagnostics
Esteban Küber
-0
/
+1
2019-09-22
On obligation errors point at the unfulfilled binding when possible
Esteban Küber
-2
/
+2
2019-09-19
When possible point at argument causing item obligation failure
Esteban Küber
-26
/
+26
2019-08-31
Use span label instead of note for cause in E0631
Esteban Küber
-30
/
+18
2019-05-25
Reword malformed attribute input diagnostics
Esteban Küber
-2
/
+8
2019-04-23
Update ui tests
varkor
-2
/
+2
2019-04-23
Remove unnecessary ignore-tidy-linelength
varkor
-5
/
+0
2019-04-22
Remove double trailing newlines
varkor
-1
/
+0
2019-04-18
hide `--explain` hint if error has no extended info
Andy Russell
-1
/
+1
2019-03-11
Update tests
Vadim Petrochenkov
-4
/
+4
2019-02-10
tests: doc comments
Alexander Regueiro
-2
/
+2
2019-01-19
Make `str` indexing generic on `SliceIndex`.
Alexis Hunt
-2
/
+2
2019-01-13
Implement basic input validation for built-in attributes
Vadim Petrochenkov
-29
/
+16
2019-01-06
Make sure feature gate errors are recoverable (take 2)
Vadim Petrochenkov
-5
/
+16
2018-12-25
Remove licenses
Mark Rousskov
-110
/
+33
2018-11-07
remove `#[rustc_error]` from ui/ tests that remain compile-fail tests.
Felix S. Klock II
-6
/
+6
2018-10-21
Make sure all ui/parse tests have `-Z parse-only`
Vadim Petrochenkov
-0
/
+34
2018-08-12
Various changes to `rustc_on_unimplemented`
Esteban Küber
-9
/
+9
2018-05-15
Update bad-annotation error message
varkor
-2
/
+2
2018-05-05
Suggest more helpful formatting string
Kornel
-4
/
+7
2018-03-14
update tests
Guillaume Gomez
-7
/
+7
2018-02-26
Update UI tests
Vadim Petrochenkov
-32
/
+32
2018-02-25
Update ui tests
Guillaume Gomez
-0
/
+7
2018-02-01
Remove cast suggestions
Esteban Küber
-168
/
+0
2018-02-01
Add filter to detect local crates for rustc_on_unimplemented
Esteban Küber
-25
/
+167
2018-02-01
Change rustc_on_unimplemented for Iterator and binops
Esteban Küber
-6
/
+135
2018-02-01
Add filtering options to `rustc_on_unimplemented`
Esteban Küber
-30
/
+6
2018-01-15
On E0283, point at method with the requirements
Esteban Küber
-6
/
+30
2017-12-14
Remove NOTE/HELP annotations from UI tests
Vadim Petrochenkov
-32
/
+12
2017-11-24
Merge cfail and ui tests into ui tests
Oliver Schneider
-14
/
+21
2017-09-03
implement improved on_unimplemented directives
Ariel Ben-Yehuda
-3
/
+81
2017-07-05
`rustc_on_unimplemented` supports referring to trait
Esteban Küber
-0
/
+346