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
/
union
Age
Commit message (
Expand
)
Author
Lines
2019-10-21
Rollup merge of #62330 - SimonSapin:no-drop-in-union-fields, r=RalfJung
Mazdak Farrokhzad
-167
/
+346
2019-10-15
Handle more cases
Esteban Küber
-3
/
+6
2019-10-11
Update ui stderr
Oliver Scherer
-15
/
+2
2019-10-11
Ensure we do not treat all unions as not having any drop glue.
Oliver Scherer
-0
/
+47
2019-10-11
Preserve originally intended test semantics
Oliver Scherer
-4
/
+6
2019-10-11
rpass tests are now part of `ui` tests
Oliver Scherer
-1
/
+43
2019-10-11
Extend union-nodrop.rs test
Simon Sapin
-1
/
+5
2019-10-11
Update src/test/run-pass/union/union-nodrop.rs
Simon Sapin
-1
/
+1
2019-10-11
Fixes #41073, it is no longer an ICE
Simon Sapin
-0
/
+39
2019-10-11
Change untagged_unions to not allow union fields with drop
Ulrik Sverdrup
-68
/
+137
2019-10-11
Remove most uses of `allow(unions_with_drop_fields)` in tests
Simon Sapin
-101
/
+90
2019-09-12
Auto merge of #64359 - varkor:opaque-ty-in-extern, r=estebank
bors
-3
/
+4
2019-09-10
Refactor "not FFI-safe" diagnostic
varkor
-3
/
+4
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
-12
/
+6
2019-08-15
Group all ui tests and move to abi #62593
Kevin Per
-37
/
+0
2019-07-27
tests: Move run-pass tests with naming conflicts to ui
Vadim Petrochenkov
-0
/
+111
2019-07-27
tests: Move run-pass tests without naming conflicts to ui
Vadim Petrochenkov
-0
/
+839
2019-07-03
Migrate compile-pass annotations to build-pass
Yuki Okushi
-1
/
+1
2019-06-10
Implement RFC 2645 (transparent enums and unions)
Michael Bradshaw
-1
/
+1
2019-04-22
update tests for migrate mode by default
Matthew Jasper
-111
/
+44
2019-04-18
hide `--explain` hint if error has no extended info
Andy Russell
-5
/
+5
2019-03-11
Update NLL tests
Vadim Petrochenkov
-6
/
+6
2019-03-11
Update tests
Vadim Petrochenkov
-49
/
+49
2019-01-24
Fix --compare-mode=nll tests
Esteban Küber
-6
/
+6
2019-01-13
Rollup merge of #57102 - davidtwco:issue-57100, r=nikomatsakis
Mazdak Farrokhzad
-10
/
+16
2019-01-06
Auto merge of #57291 - euclio:method-call-suggestion, r=estebank
bors
-4
/
+3
2019-01-04
Improve diagnostic labels and add note.
David Wood
-4
/
+10
2019-01-03
use structured suggestion for method calls
Andy Russell
-4
/
+3
2019-01-01
Fix broken links to second edition TRPL.
Corey Farwell
-5
/
+5
2018-12-31
use structured suggestions for nonexistent fields
Andy Russell
-5
/
+9
2018-12-26
Add union justifications to conflicting borrows.
David Wood
-9
/
+9
2018-12-25
Remove licenses
Mark Rousskov
-260
/
+70
2018-11-04
Update test to force error under NLL.
David Wood
-26
/
+65
2018-10-16
updates to expected output for other ui tests.
Felix S. Klock II
-3
/
+3
2018-08-14
Merged migrated compile-fail tests and ui tests. Fixes #46841.
David Wood
-0
/
+767
2018-08-10
Rollup merge of #53082 - felixrabe:fix-doc-link-again, r=GuillaumeGomez
kennytm
-3
/
+3
2018-08-07
Place unions, pointer casts and pointer derefs behind extra feature gates
Oliver Schneider
-0
/
+1
2018-08-05
Fix doc link (again)
Felix Rabe
-3
/
+3
2018-07-17
Fix doc link
Felix Rabe
-3
/
+3
2018-07-10
Fix typo in error message E0277
Rémy Rakic
-6
/
+6
2018-06-19
Update message for `!Sized` types
Esteban Küber
-9
/
+9
2018-06-19
Add link to book for `Sized` errors
Esteban Küber
-0
/
+3
2018-06-19
Add message to `rustc_on_unimplemented` attributes in core
Esteban Küber
-11
/
+14
2018-05-16
Remove empty files
Jane Lusby
-0
/
+0
2018-05-10
Fix tuple struct field spans
Esteban Küber
-1
/
+1
2018-04-13
Rename must-compile-successfully into compile-pass
Guillaume Gomez
-1
/
+1
2018-03-19
Reduce diagnostic verbosity by removing labels
Esteban Küber
-1
/
+1
2018-03-14
update tests
Guillaume Gomez
-6
/
+6
2018-03-08
Regenerate tests
Oliver Schneider
-17
/
+0
[next]