| Age | Commit message (Expand) | Author | Lines |
| 2020-03-31 | Rollup merge of #70555 - Centril:fix-70549, r=petrochenkov | Mazdak Farrokhzad | -9/+82 |
| 2020-03-31 | Rollup merge of #70548 - Ersikan:master, r=GuillaumeGomez | Mazdak Farrokhzad | -3/+24 |
| 2020-03-31 | Rollup merge of #69784 - benesch:fast-strip-prefix-suffix, r=kennytm | Mazdak Farrokhzad | -30/+107 |
| 2020-03-31 | rustc_target::abi: rename FieldPlacement to FieldsShape. | Ana-Maria Mihalache | -64/+64 |
| 2020-03-31 | update `VecDeque::as_(mut)_slice` docs | Bastian Kauschke | -4/+4 |
| 2020-03-31 | remove unnecessary relocation check in const_prop | Ralf Jung | -7/+4 |
| 2020-03-31 | more clippy fixes | Matthias Krüger | -124/+102 |
| 2020-03-31 | Clean up E0466 explanation | Guillaume Gomez | -1/+1 |
| 2020-03-31 | improve folder name for persistent doc tests | Luro02 | -40/+63 |
| 2020-03-31 | Add missing -lmsvcrt on mingw after -lpthread | Amanieu d'Antras | -0/+2 |
| 2020-03-31 | bump Miri | Ralf Jung | -7/+7 |
| 2020-03-30 | Deduplicate crosstool-ng.sh | Ben Wolsieffer | -30/+6 |
| 2020-03-30 | Ensure LLVM is in the link path for "fulldeps" tests | Josh Stone | -1/+10 |
| 2020-03-30 | Add `can_unwind` field to `FnAbi` | Wesley Wiser | -44/+60 |
| 2020-03-30 | remove a dead parameter that everyone sets to None | Ralf Jung | -4/+4 |
| 2020-03-30 | stop unnecessarily passing around span argument for Miri function calls | Ralf Jung | -42/+25 |
| 2020-03-30 | remove caller span from Miri stack frame | Ralf Jung | -12/+2 |
| 2020-03-30 | Fix incorrect documentation for `str::{split_at, split_at_mut}` | Jacob Greenfield | -2/+2 |
| 2020-03-30 | Format | Jonas Schievink | -2/+2 |
| 2020-03-30 | std: Fix over-aligned allocations on wasm32-wasi | Alex Crichton | -1/+1 |
| 2020-03-30 | bless tests | Ralf Jung | -73/+136 |
| 2020-03-30 | Miri stacktrace: record span inside frame, not call-site span | Ralf Jung | -29/+12 |
| 2020-03-30 | Fix #69841 by updating LLVM submodule. Includes regression test for issue 69841. | Felix S. Klock II | -0/+30 |
| 2020-03-30 | Auto merge of #70574 - matthiaskrgr:submodule_upd, r=Centril | bors | -12/+8 |
| 2020-03-30 | Assert that the trait ref does not need inference | Jonas Schievink | -0/+1 |
| 2020-03-30 | Use query instead of `impl_is_default` fn | Jonas Schievink | -24/+15 |
| 2020-03-30 | Sync `Instance::resolve` with the projection code | Jonas Schievink | -53/+40 |
| 2020-03-30 | Add a test | Jonas Schievink | -0/+23 |
| 2020-03-30 | spec. graph: track defining and finalizing impls | Jonas Schievink | -63/+93 |
| 2020-03-30 | Simplify `NodeItem` | Jonas Schievink | -12/+8 |
| 2020-03-30 | update tests, improve variable names | Bastian Kauschke | -12/+40 |
| 2020-03-30 | add test for array len inference | Bastian Kauschke | -0/+32 |
| 2020-03-30 | dedup docs | Bastian Kauschke | -1/+0 |
| 2020-03-30 | Correct long error message according to reviews | Julien Philippon | -2/+3 |
| 2020-03-30 | Document ThreadSanitizer in unstable-book | Tomasz Miąsko | -86/+150 |
| 2020-03-30 | Clean up redudant conditions and match exprs | Russell Cohen | -12/+11 |
| 2020-03-30 | infer arr len from pattern | Bastian Kauschke | -21/+90 |
| 2020-03-30 | submodules: update clippy from 70b93aab to e170c849 | Matthias Krüger | -12/+8 |
| 2020-03-30 | Optimize strip_prefix and strip_suffix with str patterns | Nikhil Benesch | -30/+107 |
| 2020-03-30 | Rollup merge of #70567 - JOE1994:patch-3, r=Centril | Dylan DPC | -1/+1 |
| 2020-03-30 | Rollup merge of #70559 - RalfJung:btree-test-miri, r=Mark-Simulacrum | Dylan DPC | -1/+1 |
| 2020-03-30 | Rollup merge of #70546 - lqd:polonius_update, r=nikomatsakis | Dylan DPC | -12/+18 |
| 2020-03-30 | Rollup merge of #70479 - RalfJung:win-env, r=Mark-Simulacrum | Dylan DPC | -1/+1 |
| 2020-03-30 | Fix broken link in README | Youngsuk Kim | -1/+1 |
| 2020-03-30 | Add inline attributes for functions used in the query system | John Kåre Alsaker | -0/+4 |
| 2020-03-30 | remove obsolete comment | Tshepang Lekhonkhobe | -3/+0 |
| 2020-03-30 | fix and test aliasing in swap_remove | Ralf Jung | -3/+9 |
| 2020-03-30 | fix aliasing in remove() | Ralf Jung | -5/+8 |
| 2020-03-30 | try_resolve_as_non_binding: span_bug -> delay_span_bug | Mazdak Farrokhzad | -9/+82 |
| 2020-03-30 | also cover next() path of draining iterators | Ralf Jung | -4/+11 |