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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
ui
/
on-unimplemented
Age
Commit message (
Expand
)
Author
Lines
2022-09-04
Address nits, rename enclosing_scope => parent_label
Michael Goulet
-43
/
+43
2022-09-04
Use head span for rustc_on_unimplemented's enclosing_scope attr
Michael Goulet
-43
/
+26
2022-08-27
Revert "Remove deferred sized checks"
Michael Goulet
-4
/
+96
2022-08-21
Deduplicate errors that come from places like normalization, sized
Michael Goulet
-44
/
+2
2022-08-21
Prefer non-Self non-method types over Self, first
Michael Goulet
-8
/
+8
2022-08-21
Rework point-at-arg
Michael Goulet
-2
/
+44
2022-08-18
Reword "Required because of the requirements on the impl of ..."
Andy Wang
-2
/
+2
2022-08-16
Remove deferred sized checks
Michael Goulet
-50
/
+4
2022-07-24
suggest dereferencing index when trying to use a reference of usize as index
Takayuki Maeda
-4
/
+4
2022-07-19
Mention first and last macro in backtrace
Michael Goulet
-4
/
+4
2022-04-05
Rollup merge of #95525 - ohno418:suggest-derivable-trait-E0277, r=compiler-er...
Dylan DPC
-0
/
+4
2022-04-05
Suggest derivable trait on E0277
ohno418
-0
/
+4
2022-04-04
Refer to the TraitRef::identity in the message to be clearer
Esteban Kuber
-7
/
+7
2022-04-04
Dedup logic and improve output for other types that impl trait
Esteban Kuber
-7
/
+7
2022-04-04
Mention implementers of unsatisfied trait
Esteban Kuber
-0
/
+25
2022-03-06
allow referencing impl substs from rustc_on_unimplemented
Michael Goulet
-0
/
+28
2021-11-20
Do not mention associated items when they introduce an obligation
Esteban Kuber
-20
/
+0
2021-10-24
Always sort suggestions before emitting them
Esteban Kuber
-2
/
+2
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
[next]