| Age | Commit message (Expand) | Author | Lines |
| 2020-04-17 | Make `needs_drop` less pessimistic on generators | Jonas Schievink | -18/+29 |
| 2020-04-17 | Improved try_macro_suggestion function | Duddino | -4/+2 |
| 2020-04-17 | Minor fix and addition to doc comments | JOE1994 | -3/+4 |
| 2020-04-17 | Improved try_macro_suggestion | Duddino | -4/+5 |
| 2020-04-17 | Moved is_try check into try_macro_suggestion | Duddino | -4/+3 |
| 2020-04-17 | Replace big JS dict with JSON parsing | Guillaume Gomez | -5/+41 |
| 2020-04-17 | Implement `Clone` for `liballoc::collections::linked_list::Cursor`. | Charles Lew | -0/+8 |
| 2020-04-17 | Remove unnecessary variable intialization | Donough Liu | -10/+11 |
| 2020-04-17 | Account for use of `try!()` in 2018 edition and guide users in the right dire... | Duddino | -0/+74 |
| 2020-04-17 | add lint futures_not_send | Roland Kuhn | -0/+7 |
| 2020-04-17 | Auto merge of #71049 - eddyb:const-err, r=oli-obk | bors | -408/+193 |
| 2020-04-17 | Rename `asm` test directory in favor of `llvm_asm` | Yuki Okushi | -19/+19 |
| 2020-04-17 | Miri: fix typo | Ralf Jung | -1/+1 |
| 2020-04-17 | Auto merge of #70629 - anyska:fields-variant, r=oli-obk | bors | -23/+59 |
| 2020-04-17 | Auto merge of #71230 - Dylan-DPC:rollup-rofigbv, r=Dylan-DPC | bors | -97/+513 |
| 2020-04-17 | ty/print: pretty-print constant aggregates (arrays, tuples and ADTs). | Eduard-Mihai Burtescu | -25/+72 |
| 2020-04-17 | mir: pretty-print `Rvalue::Aggregate` correctly. | Eduard-Mihai Burtescu | -42/+44 |
| 2020-04-17 | record await span inside GeneratorInteriorTypeCause | csmoe | -15/+24 |
| 2020-04-17 | Rollup merge of #71225 - leocassarani:patch-1, r=jonas-schievink | Dylan DPC | -1/+1 |
| 2020-04-17 | Rollup merge of #71220 - cuviper:std_or_patterns, r=Mark-Simulacrum | Dylan DPC | -16/+14 |
| 2020-04-17 | Rollup merge of #71206 - RalfJung:dont-try, r=oli-obk | Dylan DPC | -5/+5 |
| 2020-04-17 | Rollup merge of #71182 - JohnTitor:regression-tests, r=Mark-Simulacrum | Dylan DPC | -0/+64 |
| 2020-04-17 | Rollup merge of #71164 - RalfJung:uninit-not-undef, r=oli-obk | Dylan DPC | -11/+126 |
| 2020-04-17 | Rollup merge of #70910 - rakshith-ravi:master, r=cuviper | Dylan DPC | -63/+244 |
| 2020-04-17 | Rollup merge of #70578 - PankajChaudhary5:master, r=GuillaumeGomez | Dylan DPC | -1/+59 |
| 2020-04-17 | ty/print/pretty: use `comma_sep` instead of replicating it. | Eduard-Mihai Burtescu | -36/+12 |
| 2020-04-17 | Auto merge of #71131 - pnkfelix:issue-69798-dont-reuse-post-lto-products-when... | bors | -22/+121 |
| 2020-04-16 | Fix typo in Default trait docs: Provides -> Provide | Leo Cassarani | -1/+1 |
| 2020-04-16 | Rollup merge of #71221 - cuviper:rustdoc_or_patterns, r=Mark-Simulacrum | Dylan DPC | -30/+33 |
| 2020-04-16 | Rollup merge of #71219 - JOE1994:patch-4, r=Mark-Simulacrum | Dylan DPC | -6/+6 |
| 2020-04-16 | Rollup merge of #71211 - ehuss:update-cargo, r=ehuss | Dylan DPC | -0/+0 |
| 2020-04-16 | Rollup merge of #71197 - ljedrz:unsafe_unused, r=ecstatic-morse | Dylan DPC | -7/+13 |
| 2020-04-16 | Rollup merge of #70611 - pawanbisht62:doc/61137-add-long-error-code-e0708, r=... | Dylan DPC | -2/+28 |
| 2020-04-17 | Avoid emitting stderr for now | Yuki Okushi | -24/+2 |
| 2020-04-17 | Add test for issue-67893 | Yuki Okushi | -0/+45 |
| 2020-04-17 | Add test for issue-54067 | Yuki Okushi | -0/+12 |
| 2020-04-17 | Add test for issue-28575 | Yuki Okushi | -0/+20 |
| 2020-04-17 | Add test for issue-24843 | Yuki Okushi | -0/+9 |
| 2020-04-16 | Dogfood or_patterns in rustdoc | Josh Stone | -30/+33 |
| 2020-04-16 | Apply suggestions from code review | Christopher Durham | -1/+3 |
| 2020-04-16 | Minor fixes to doc comments of 'VecDequeue' | Youngsuk Kim | -6/+6 |
| 2020-04-16 | outlives: ignore lifetimes shallowly found in `ty::FnDef`s. | Eduard-Mihai Burtescu | -6/+64 |
| 2020-04-16 | Dogfood or_patterns in the standard library | Josh Stone | -16/+14 |
| 2020-04-16 | Auto merge of #71201 - Dylan-DPC:rollup-23202uf, r=Dylan-DPC | bors | -257/+320 |
| 2020-04-16 | comment on the sorting of unused unsafe blocks | ljedrz | -0/+2 |
| 2020-04-16 | Update cargo | Eric Huss | -0/+0 |
| 2020-04-16 | Move stack access methods in the Machine implementations out of the enforce_ ... | Vytautas Astrauskas | -28/+28 |
| 2020-04-16 | bikeshed | Ralf Jung | -3/+3 |
| 2020-04-16 | ty: convert `ErrorHandled::Reported` to `ConstKind::Error`. | Eduard-Mihai Burtescu | -295/+54 |
| 2020-04-16 | mir/interpret: only use `ErrorHandled::Reported` for `ErrorReported`. | Eduard-Mihai Burtescu | -74/+87 |