| Age | Commit message (Expand) | Author | Lines |
| 2020-04-15 | Update stderrs after rebase. | jumbatm | -0/+6 |
| 2020-04-15 | Move early needs_subst bailout to _after_ linting. | jumbatm | -5/+5 |
| 2020-04-15 | Amend exceeding-bitshifts test case for #69021. | jumbatm | -113/+125 |
| 2020-04-14 | Rollup merge of #71135 - ehuss:update-books, r=ehuss | Dylan DPC | -0/+0 |
| 2020-04-14 | Rollup merge of #71133 - MiSawa:fix-sort-by-key-doc, r=Dylan-DPC | Dylan DPC | -2/+2 |
| 2020-04-14 | Rollup merge of #71128 - Mark-Simulacrum:clean-expansion, r=petrochenkov | Dylan DPC | -5/+1 |
| 2020-04-14 | Rollup merge of #71082 - NeoRaider:ptr_slice_len, r=oli-obk,SimonSapin | Dylan DPC | -4/+93 |
| 2020-04-14 | Rollup merge of #71002 - Freax13:fix-target, r=ollie27 | Dylan DPC | -2/+7 |
| 2020-04-14 | Rollup merge of #70949 - WaffleLapkin:simlify_vec_macro, r=petrochenkov | Dylan DPC | -3/+2 |
| 2020-04-14 | Rollup merge of #70947 - RalfJung:ctfe-no-read-mut-global, r=oli-obk | Dylan DPC | -8/+23 |
| 2020-04-14 | Rollup merge of #70657 - lcnr:unused_delims_try, r=Centril | Dylan DPC | -21/+89 |
| 2020-04-14 | Auto merge of #70452 - eddyb:repeat-expr-correct-generics-parent, r=nikomatsakis | bors | -118/+276 |
| 2020-04-14 | Add illumos triple | Patrick Mooney | -22/+362 |
| 2020-04-14 | Auto merge of #5449 - phansch:diagnostic-items, r=matthiaskrgr | bors | -68/+64 |
| 2020-04-14 | Vec drop and truncate: drop using raw slice *mut [T] | Ulrik Sverdrup | -2/+2 |
| 2020-04-14 | Update the minimum external LLVM to 8 | Josh Stone | -195/+67 |
| 2020-04-14 | ptr: add tracking issue for len() method on raw slices | Matthias Schiffer | -4/+4 |
| 2020-04-14 | Auto merge of #5460 - phansch:fix_incorrect_tests, r=matthiaskrgr | bors | -15/+52 |
| 2020-04-14 | deps: bump compiletest-rs from 0.4 to 0.5 | Matthias Krüger | -1/+1 |
| 2020-04-14 | Provide better compiler output when using `?` on `Option` in fn returning `Re... | Duddino | -1/+68 |
| 2020-04-14 | Auto merge of #71138 - ehuss:update-cargo, r=ehuss | bors | -17/+6 |
| 2020-04-14 | typeck: always expose repeat count `AnonConst`s' parent in `generics_of`. | Eduard-Mihai Burtescu | -64/+36 |
| 2020-04-14 | borrow_check/type_check: normalize `Aggregate` and `Call` operands. | Eduard-Mihai Burtescu | -0/+17 |
| 2020-04-14 | traits/query/normalize: add some `debug!` logging for the result. | Eduard-Mihai Burtescu | -2/+13 |
| 2020-04-14 | ty: erase lifetimes early in `ty::Const::eval`. | Eduard-Mihai Burtescu | -30/+28 |
| 2020-04-14 | Update cargo | Eric Huss | -17/+6 |
| 2020-04-14 | ptr: introduce len() method on raw slices | Matthias Schiffer | -2/+50 |
| 2020-04-14 | ptr: implement "const_slice_ptr" and "mut_slice_ptr" lang items | Matthias Schiffer | -0/+8 |
| 2020-04-14 | rustdoc: add "const_slice_ptr" and "mut_slice_ptr" trait impls | Matthias Schiffer | -0/+2 |
| 2020-04-14 | rustc: add lang items "const_slice_ptr" and "mut_slice_ptr" | Matthias Schiffer | -4/+35 |
| 2020-04-14 | allow try as scrutinee, e.g. `match try ...` | Bastian Kauschke | -20/+88 |
| 2020-04-14 | typeck: workaround WF hole in `to_const`. | Eduard-Mihai Burtescu | -16/+112 |
| 2020-04-14 | Don't load the same allocation twice when reading a scalar pair from it | Oliver Scherer | -7/+5 |
| 2020-04-14 | typeck: track any errors injected during writeback and taint tables appropria... | Eduard-Mihai Burtescu | -6/+70 |
| 2020-04-14 | cleanup `is_expr_delims_necessary` | Bastian Kauschke | -1/+1 |
| 2020-04-14 | Update books | Eric Huss | -0/+0 |
| 2020-04-14 | Tests. | Felix S. Klock II | -0/+52 |
| 2020-04-14 | Tighten time complexity on the doc | mi_sawa | -2/+2 |
| 2020-04-14 | Remove unused single_step flag | Mark Rousskov | -5/+1 |
| 2020-04-14 | Auto merge of #71125 - Dylan-DPC:rollup-3b8prjh, r=Dylan-DPC | bors | -24/+11 |
| 2020-04-14 | If an LLVM module's exports change, cannot reuse its post-LTO object file in | Felix S. Klock II | -4/+33 |
| 2020-04-14 | Rollup merge of #71124 - JOE1994:patch-3, r=Dylan-DPC | Dylan DPC | -1/+1 |
| 2020-04-14 | Rollup merge of #71122 - lcnr:update-docs, r=Mark-Simulacrum | Dylan DPC | -4/+4 |
| 2020-04-14 | Rollup merge of #71121 - AnthonyMikh:fix_string_doc_link, r=Dylan-DPC | Dylan DPC | -0/+1 |
| 2020-04-14 | Rollup merge of #71120 - GuillaumeGomez:cleanup-e0517, r=Dylan-DPC | Dylan DPC | -2/+1 |
| 2020-04-14 | Rollup merge of #71112 - cuviper:unsigned-Neg, r=Mark-Simulacrum | Dylan DPC | -17/+4 |
| 2020-04-14 | Add missing comma | Youngsuk Kim | -1/+1 |
| 2020-04-14 | update docs | Bastian Kauschke | -4/+4 |
| 2020-04-14 | Auto merge of #5457 - phansch:sym, r=matthiaskrgr | bors | -21/+19 |
| 2020-04-14 | Auto merge of #5463 - matthiaskrgr:rustup_42, r=phansch | bors | -8/+8 |