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-09-06
Suggest deriving traits if possible
Paul Trojahn
-0
/
+8
2021-09-01
Stop sorting bodies by span.
Camille GILLOT
-26
/
+26
2021-08-25
Fix debugger stepping behavior around `match` expressions
Wesley Wiser
-2
/
+2
2021-08-22
Fix typos “a”→“an”
Frank Steffahn
-1
/
+1
2021-08-16
Use note to point at bound introducing requirement
Esteban Küber
-12
/
+12
2021-08-15
Introduce hir::ExprKind::Let - Take 2
Caio
-2
/
+2
2021-08-11
Modify structured suggestion output
Esteban Küber
-23
/
+26
2021-08-08
Auto merge of #87697 - GuillaumeGomez:add-e0784, r=nagisa
bors
-10
/
+10
2021-08-04
Remove trailing whitespace from error messages
Fabian Wolff
-4
/
+4
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
[next]