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
/
union
Age
Commit message (
Expand
)
Author
Lines
2021-08-03
Test dropping union fields more
Smitty
-22
/
+3
2021-08-02
Update UI tests
Guillaume Gomez
-10
/
+10
2021-07-30
Do not discard `?Sized` type params and suggest their removal
Esteban Küber
-0
/
+12
2021-07-27
Update tests
Jacob Pratt
-3
/
+1
2021-07-23
Implement `AssignToDroppingUnionField` in THIR unsafeck
LeSeulArtichaut
-3
/
+19
2021-07-19
Various diagnostics clean ups/tweaks
Esteban Küber
-12
/
+30
2021-07-09
Check for union field accesses in THIR unsafeck
Smitty
-65
/
+707
2021-05-12
Show macro name in 'this error originates in macro' message
Aaron Hill
-2
/
+2
2021-05-09
remove const_fn feature gate
Ralf Jung
-2
/
+0
2021-04-10
Expand derive invocations in left-to-right order
Aaron Hill
-18
/
+18
2021-04-03
Remove redundant `ignore-tidy-linelength` annotations
Simon Jakobi
-7
/
+6
2021-03-31
give full path of constraint in suggest_constraining_type_param
hi-rustin
-3
/
+3
2021-03-29
Suggest box/pin/arc ing receiver on method calls
Esteban Küber
-8
/
+0
2021-01-26
Avoid describing a method as 'not found' when bounds are unsatisfied
Aaron Hill
-4
/
+4
2020-12-15
Auto merge of #78068 - RalfJung:union-safe-assign, r=nikomatsakis
bors
-31
/
+52
2020-11-29
Update tests to remove old numeric constants
bstrie
-3
/
+0
2020-11-20
needs -> might need
Ralf Jung
-6
/
+6
2020-11-20
adjust union access unsafety check logic to take into account Deref and the a...
Ralf Jung
-9
/
+54
2020-11-20
consider assignments of union field of ManuallyDrop type safe
Ralf Jung
-28
/
+4
2020-10-16
stabilize union with 'ManuallyDrop' fields and 'impl Drop for Union'
Ralf Jung
-43
/
+23
2020-10-11
rustc_parse: More precise spans for `tuple.0.0`
Vadim Petrochenkov
-3
/
+3
2020-09-23
Deduplicate errors in const to pat conversion
Oliver Scherer
-8
/
+1
2020-09-13
rebase fallout
Ralf Jung
-1
/
+1
2020-09-13
make union-drop mem::forget test meaningful
Ralf Jung
-4
/
+4
2020-09-13
please tidy
Ralf Jung
-1
/
+1
2020-09-13
unions: test move behavior of non-Copy fields
Ralf Jung
-0
/
+93
2020-09-05
Auto merge of #75584 - RalfJung:union-no-deref, r=matthewjasper
bors
-0
/
+84
2020-09-02
pretty: trim paths of unique symbols
Dan Aloni
-25
/
+25
2020-08-31
test more ways of mutably accessing a place
Ralf Jung
-1
/
+45
2020-08-31
only emit error for ManuallyDrop derefs
Ralf Jung
-8
/
+9
2020-08-31
also detect DerefMut in nested union fields
Ralf Jung
-4
/
+19
2020-08-31
do not apply DerefMut on union field
Ralf Jung
-0
/
+24
2020-07-27
mv std libs to library/
mark
-3
/
+3
2020-07-14
Rollup merge of #74228 - estebank:unsized-param, r=davidtwco
Manish Goregaokar
-16
/
+53
2020-07-14
Reword message
Esteban Küber
-5
/
+5
2020-07-14
Remove redundant explanatory `note` for type parameters
Esteban Küber
-3
/
+0
2020-07-14
Remove `Sized` `on_unimplemented` note
Esteban Küber
-5
/
+0
2020-07-14
Suggest boxing or borrowing unsized fields
Esteban Küber
-8
/
+53
2020-07-12
Detect tuple struct incorrectly used as struct pat
Esteban Küber
-6
/
+6
2020-06-10
review comments: only suggest one substitution
Esteban Küber
-5
/
+1
2020-06-10
On recursive ADT, provide indirection structured suggestion
Esteban Küber
-2
/
+9
2020-04-08
Use `PredicateObligation`s instead of `Predicate`s
Esteban Küber
-2
/
+10
2020-04-02
tests: remove ignore directives from tests that mention core/alloc/std spans.
Eduard-Mihai Burtescu
-7
/
+2
2020-03-24
Rollup merge of #70077 - Aaron1011:feature/new-def-path-ident, r=petrochenkov
Mazdak Farrokhzad
-2
/
+15
2020-03-23
Ignore tests on some platforms due to #53081
Aaron Hill
-2
/
+7
2020-03-22
Store idents for `DefPathData` into crate metadata
Aaron Hill
-0
/
+8
2020-03-22
Add span label to primary error span
Esteban Küber
-1
/
+1
2020-03-22
Increase verbosity when suggesting subtle code changes
Esteban Küber
-2
/
+7
2020-02-28
Do not suggest implementing traits if present in predicates
Esteban Küber
-3
/
+0
2020-02-28
Review comments: split requirement text to multiple lines for readability
Esteban Küber
-1
/
+2
[prev]
[next]