| Age | Commit message (Expand) | Author | Lines |
| 2019-07-02 | HashMap is UnwindSafe | Simon Sapin | -0/+12 |
| 2019-06-29 | Auto merge of #62209 - nikomatsakis:arbitrary_self_types-lifetime-elision-2-b... | bors | -33/+254 |
| 2019-06-28 | arbitrary_self_types lifetime elision: --bless --compare-mode=nll. | Mazdak Farrokhzad | -0/+42 |
| 2019-06-28 | Use Set1<Region> instead of Option<Region> | Taiki Endo | -5/+6 |
| 2019-06-28 | Make is_self_ty a method on SelfVisitor | Taiki Endo | -32/+35 |
| 2019-06-28 | Remove query for `.pin_type()` | Taiki Endo | -36/+47 |
| 2019-06-28 | Allow lifetime elision in `Pin<&(mut) Self>` | Taiki Endo | -1/+165 |
| 2019-06-26 | Switch to stable from beta | Mark Rousskov | -1/+1 |
| 2019-06-26 | Beta backport of: Auto merge of #61754 - nikomatsakis:trait-caching-perf-3, r... | Niko Matsakis | -83/+407 |
| 2019-06-26 | Revert "Set test flag when rustdoc is running with --test option" | Oliver Middleton | -12/+12 |
| 2019-06-26 | rustc_typeck: correctly compute `Substs` for `Res::SelfCtor`. | Eduard-Mihai Burtescu | -53/+109 |
| 2019-06-26 | bless ui tests | Pietro Albini | -8/+1 |
| 2019-06-26 | review comment | Esteban Küber | -1/+1 |
| 2019-06-26 | Fix ICE involving mut references | Esteban Küber | -1/+34 |
| 2019-06-26 | Hygienize macros in the standard library | Vadim Petrochenkov | -47/+26 |
| 2019-06-26 | Handle index out of bound errors during const eval without panic | Esteban Küber | -2/+36 |
| 2019-06-26 | Fix cfg(test) build for x86_64-fortanix-unknown-sgx | Jethro Beekman | -1/+2 |
| 2019-06-26 | Regression test for issue #60654. | Felix S. Klock II | -0/+26 |
| 2019-06-26 | Delay ICE in early_free_scope so feature gate has chance to stop compilation ... | Felix S. Klock II | -6/+9 |
| 2019-06-26 | Delay ICE in fold_region so feature gate has chance to stop compilation cleanly. | Felix S. Klock II | -4/+5 |
| 2019-06-23 | Solaris CI: Build with dilos2 stable | bgermann | -1/+1 |
| 2019-06-09 | Comment out dev key | Mark Rousskov | -2/+2 |
| 2019-06-07 | bump clippy | Pietro Albini | -14/+5 |
| 2019-06-06 | Rollup merge of #61569 - cuviper:beta-1.36-no-unwind-abort, r=Mark-Simulacrum | Pietro Albini | -3/+11 |
| 2019-06-06 | upgrade rustdoc's `pulldown-cmark` to 0.5.2 | Andy Russell | -6/+15 |
| 2019-06-06 | Add test for denying overflowing literal in loop | varkor | -1/+10 |
| 2019-06-06 | Update unreachable loop patterns test | varkor | -1/+8 |
| 2019-06-06 | Fix missing overflowing literal lint in for loop | varkor | -15/+16 |
| 2019-06-06 | Revert edition-guide toolstate override | Eric Huss | -3/+1 |
| 2019-06-06 | Turn ICE on type arguments on variables into an error | Oliver Scherer | -34/+66 |
| 2019-06-06 | Bump hashbrown to 0.4.0 | Amanieu d'Antras | -1/+1 |
| 2019-06-06 | Add regression test | Esteban Küber | -0/+15 |
| 2019-06-06 | Fix regression #61475 | Esteban Küber | -7/+11 |
| 2019-06-05 | Force #[unwind(aborts)] in test/codegen/c-variadic.rs | Josh Stone | -0/+6 |
| 2019-06-05 | Revert "Allow a dirty MirBuilt for make_extern and make_method_extern" | Josh Stone | -2/+2 |
| 2019-06-05 | Permit unwinding through FFI by default | Mark Rousskov | -1/+3 |
| 2019-05-28 | debuginfo: Revert to old/more verbose behavior for -Cdebuginfo=1. | Michael Woerister | -2/+21 |
| 2019-05-28 | Revert "Add implementations of last in terms of next_back on a bunch of Doubl... | Steven Fackler | -159/+0 |
| 2019-05-28 | add ui tests | Mark Mansi | -0/+47 |
| 2019-05-28 | these errors can happen after all | Mark Mansi | -8/+10 |
| 2019-05-25 | adjust deprecation date of mem::uninitialized | Ralf Jung | -1/+1 |
| 2019-05-21 | this is beta 1.36.0 | Pietro Albini | -5/+5 |
| 2019-05-21 | Auto merge of #60950 - taiki-e:arbitrary_self_types-tests, r=Centril | bors | -3/+5 |
| 2019-05-21 | Auto merge of #60985 - cr1901:msp430-fix, r=alexcrichton | bors | -0/+0 |
| 2019-05-20 | Rollup merge of #60983 - petrhosek:libunwind-no-exceptions, r=alexcrichton | Mazdak Farrokhzad | -5/+2 |
| 2019-05-20 | Rollup merge of #60972 - RalfJung:volatile, r=alexcrichton | Mazdak Farrokhzad | -6/+0 |
| 2019-05-20 | Rollup merge of #60959 - petrochenkov:sassert, r=estebank | Mazdak Farrokhzad | -23/+31 |
| 2019-05-20 | Rollup merge of #60952 - dtolnay:heap, r=Amanieu | Mazdak Farrokhzad | -0/+43 |
| 2019-05-20 | Rollup merge of #60942 - bjorn3:metadata_loader_refactor, r=michaelwoerister | Mazdak Farrokhzad | -6/+5 |
| 2019-05-20 | Rollup merge of #60915 - michaelwoerister:hashstablestuff, r=estebank | Mazdak Farrokhzad | -20/+24 |