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
/
derives
Age
Commit message (
Expand
)
Author
Lines
2021-02-09
./x.py test --bless
Tomasz Miąsko
-180
/
+4
2021-02-09
Fix derived PartialOrd operators
Tomasz Miąsko
-0
/
+60
2021-02-07
Address review comments
Vadim Petrochenkov
-0
/
+11
2021-02-07
expand/resolve: Turn `#[derive]` into a regular macro attribute
Vadim Petrochenkov
-29
/
+34
2021-02-01
Regression tests for issue 81211.
Felix S. Klock II
-0
/
+72
2021-01-26
Avoid describing a method as 'not found' when bounds are unsatisfied
Aaron Hill
-3
/
+3
2020-12-07
Move some tests to subdirectories
Vadim Petrochenkov
-0
/
+21
2020-09-08
Update tests
Guillaume Gomez
-11
/
+13
2020-09-02
pretty: trim paths of unique symbols
Dan Aloni
-104
/
+104
2020-07-27
mv std libs to library/
mark
-11
/
+11
2020-04-08
Small tweaks to required bound span
Esteban Küber
-3
/
+3
2020-04-08
Use `PredicateObligation`s instead of `Predicate`s
Esteban Küber
-4
/
+20
2020-04-02
tests: remove ignore directives from tests that mention core/alloc/std spans.
Eduard-Mihai Burtescu
-182
/
+53
2020-03-23
Ignore tests on some platforms due to #53081
Aaron Hill
-1
/
+6
2020-03-22
Store idents for `DefPathData` into crate metadata
Aaron Hill
-0
/
+8
2020-02-28
Review comments: split requirement text to multiple lines for readability
Esteban Küber
-1
/
+2
2020-02-28
Show information of chain of bound obligations
Esteban Küber
-2
/
+5
2020-02-28
Track all predicates in errors, not just trait obligations
Esteban Küber
-1
/
+3
2020-02-28
Deduplicate information in E0599
Esteban Küber
-3
/
+1
2020-02-28
Reduce vebosity of E0599
Esteban Küber
-5
/
+1
2020-02-28
Add more context to E0599 errors
Esteban Küber
-2
/
+9
2020-02-06
rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros.
Eduard-Mihai Burtescu
-0
/
+61
2020-01-24
Normalise notes with the/is
varkor
-2
/
+2
2020-01-11
Auto merge of #65912 - estebank:variants-orig, r=petrochenkov
bors
-2
/
+16
2020-01-11
Rollup merge of #68014 - estebank:unify-e0599, r=cramertj
Yuki Okushi
-1
/
+1
2020-01-10
Ignore platforms that can't point to std
Esteban Küber
-3
/
+12
2020-01-10
Use `def_span` to minimize definition span to first line when possible
Esteban Küber
-1
/
+1
2020-01-10
Point at the span for the definition of crate foreign ADTs
Esteban Küber
-0
/
+5
2020-01-09
Update tests
Vadim Petrochenkov
-13
/
+213
2020-01-08
Unify output of "variant not found" errors
Esteban Küber
-1
/
+1
2019-12-28
Ignore i586-unknown-linux-gnu and i586-unknown-musl in tests
Esteban Küber
-65
/
+154
2019-11-16
Modify primary label message to be inline with error message
Esteban Küber
-3
/
+3
2019-11-16
Suggest borrowing when it would satisfy an unmet trait bound
Esteban Küber
-6
/
+15
2019-11-02
also adjust ignore in generated tests
Ralf Jung
-42
/
+64
2019-09-22
ignore-x86 instead of ignore-musl
Esteban Küber
-4
/
+4
2019-09-22
ignore musl target in tests to avoid issues with output differences
Esteban Küber
-4
/
+12
2019-09-22
On obligation errors point at the unfulfilled binding when possible
Esteban Küber
-7
/
+19
2019-09-19
When possible point at argument causing item obligation failure
Esteban Küber
-6
/
+6
2019-09-08
Give method not found a primary span label
Esteban Küber
-1
/
+1
2019-08-31
Use span label instead of note for cause in E0631
Esteban Küber
-15
/
+9
2019-08-27
resolve: Block expansion of a derive container until all its derives are reso...
Vadim Petrochenkov
-12
/
+12
2019-08-17
Remove gensyms from built-in derives
Matthew Jasper
-0
/
+121
2019-07-19
Auto merge of #62684 - petrochenkov:scopevisit, r=davidtwco
bors
-1
/
+1
2019-07-18
resolve: Visit all scopes to collect suggestion candidates for unresolved macros
Vadim Petrochenkov
-1
/
+1
2019-07-17
normalize use of backticks in compiler messages for librustc/lint
Samy Kacimi
-1
/
+1
2019-07-11
Add a regression test for #44692
Vadim Petrochenkov
-0
/
+31
2019-07-06
normalize use of backticks/lowercase in compiler messages for librustc_mir
Samy Kacimi
-8
/
+8
2019-06-23
Remove built-in derive macros `Send` and `Sync`
Vadim Petrochenkov
-4
/
+16
2019-06-22
Lint empty 'derive()' as unused attribute.
Mazdak Farrokhzad
-4
/
+13
2019-04-23
Update ui tests
varkor
-1
/
+1
[next]