| Age | Commit message (Expand) | Author | Lines |
| 2020-03-25 | Upgrade GCC to 8.3.0, glibc to 2.17.0 and crosstool-ng to 1.24.0 for dist-arm... | Ben Wolsieffer | -739/+1055 |
| 2020-03-25 | Rollup merge of #70379 - JOE1994:patch-2, r=petrochenkov | Dylan DPC | -2/+2 |
| 2020-03-25 | Rollup merge of #70366 - cuviper:option-fuse, r=dtolnay | Dylan DPC | -255/+344 |
| 2020-03-25 | Rollup merge of #70352 - bishtpawan:doc/61137-add-long-error-code-e0710, r=Dy... | Dylan DPC | -1/+37 |
| 2020-03-25 | Rollup merge of #70319 - lcnr:issue63695, r=eddyb | Dylan DPC | -40/+105 |
| 2020-03-25 | Rollup merge of #70226 - RalfJung:checked, r=oli-obk | Dylan DPC | -280/+337 |
| 2020-03-25 | impl TrustedRandomAccess for Fuse without FusedIterator | Josh Stone | -2/+6 |
| 2020-03-25 | Update cargo. | Eric Huss | -0/+0 |
| 2020-03-25 | Make x.py compatible with python 3.8. | Thomas Bächler | -2/+8 |
| 2020-03-25 | run test only on 64bit | Bastian Kauschke | -0/+1 |
| 2020-03-25 | Rename LayoutDetails to just Layout. | Ana-Maria Mihalache | -79/+73 |
| 2020-03-25 | add usize methods for Size getters | Ralf Jung | -11/+20 |
| 2020-03-25 | go back to infix ops for Size | Ralf Jung | -33/+30 |
| 2020-03-25 | add helper method for ptr ops on Scalar; reduce unnecessary large operand of ... | Ralf Jung | -49/+35 |
| 2020-03-25 | use Size addition instead of checked int addition | Ralf Jung | -1/+1 |
| 2020-03-25 | make Size::from* methods generic in the integer type they accept | Ralf Jung | -26/+22 |
| 2020-03-25 | remove unnecessary cast | Ralf Jung | -1/+1 |
| 2020-03-25 | miri: avoid a bunch of casts by offering usized-based field indexing | Ralf Jung | -68/+106 |
| 2020-03-25 | avoid double-cast in mplace_field | Ralf Jung | -8/+8 |
| 2020-03-25 | make bit_width return u64, consistently with other sizes in the compiler | Ralf Jung | -28/+25 |
| 2020-03-25 | use checked casts and arithmetic in Miri engine | Ralf Jung | -153/+186 |
| 2020-03-25 | miri: simplify shift operator overflow checking | Ralf Jung | -12/+13 |
| 2020-03-25 | Auto merge of #70297 - nnethercote:clean-up-debugging-options, r=michaelwoeri... | bors | -86/+40 |
| 2020-03-25 | borrowck: prefer "value" over "`_`". | Mazdak Farrokhzad | -134/+113 |
| 2020-03-25 | simplify check_pat_tuple_struct | Mazdak Farrokhzad | -1/+1 |
| 2020-03-25 | rename def_id -> static_def_id | Ralf Jung | -6/+6 |
| 2020-03-25 | better explain GLOBAL_KIND choice | Ralf Jung | -2/+2 |
| 2020-03-25 | improve non-exhaustive struct pat error | Mazdak Farrokhzad | -8/+49 |
| 2020-03-25 | is_union() instead of string comparsion | Mazdak Farrokhzad | -4/+3 |
| 2020-03-25 | update tool_lints | bishtpawan | -1/+1 |
| 2020-03-25 | Rollup merge of #70376 - tmandry:issue-66312, r=Centril | Mazdak Farrokhzad | -0/+26 |
| 2020-03-25 | Rollup merge of #70373 - Centril:canon-imports, r=Mark-Simulacrum | Mazdak Farrokhzad | -50/+45 |
| 2020-03-25 | Rollup merge of #70369 - estebank:bad-placeholder-in-where, r=Centril | Mazdak Farrokhzad | -81/+75 |
| 2020-03-25 | Rollup merge of #70364 - petrochenkov:nofrustc, r=Centril | Mazdak Farrokhzad | -98/+75 |
| 2020-03-25 | Rollup merge of #70361 - tmiasko:backtrace, r=Mark-Simulacrum | Mazdak Farrokhzad | -1/+1 |
| 2020-03-25 | Rollup merge of #70349 - Centril:hir-outa-rustc, r=Zoxc | Mazdak Farrokhzad | -138/+77 |
| 2020-03-25 | Rollup merge of #70331 - jeremystucki:privacy, r=estebank | Mazdak Farrokhzad | -5/+12 |
| 2020-03-25 | Remove `TargetOptions::embed_bitcode`. | Nicholas Nethercote | -15/+8 |
| 2020-03-24 | fix type name typo in doc comments | Youngsuk Kim | -2/+2 |
| 2020-03-24 | Reduce error duplication for invalid placeholder types in fn types | Esteban Küber | -76/+68 |
| 2020-03-24 | Add test for #66312 | Tyler Mandry | -0/+26 |
| 2020-03-24 | normalize some imports, prefer direct ones. | Mazdak Farrokhzad | -50/+45 |
| 2020-03-24 | Rollup merge of #70368 - bjorn3:patch-2, r=jonas-schievink | Mazdak Farrokhzad | -0/+2 |
| 2020-03-24 | Rollup merge of #70359 - kornelski:mustsplit, r=Dylan-DPC | Mazdak Farrokhzad | -2/+4 |
| 2020-03-24 | Rollup merge of #70355 - GuillaumeGomez:cleanup-e0454, r=Dylan-DPC | Mazdak Farrokhzad | -1/+3 |
| 2020-03-24 | Rollup merge of #70350 - workingjubilee:patch-1, r=Dylan-DPC | Mazdak Farrokhzad | -1/+1 |
| 2020-03-24 | Rollup merge of #70342 - withoutboats:io-slice-send-sync, r=Mark-Simulacrum | Mazdak Farrokhzad | -0/+12 |
| 2020-03-24 | Rollup merge of #70241 - RalfJung:global-mem, r=oli-obk | Mazdak Farrokhzad | -111/+179 |
| 2020-03-24 | Rollup merge of #70234 - anp:tracked-std-traits, r=Amanieu | Mazdak Farrokhzad | -0/+32 |
| 2020-03-24 | Rollup merge of #70023 - GuillaumeGomez:cleanup-e0436, r=Centril | Mazdak Farrokhzad | -3/+4 |