| Age | Commit message (Expand) | Author | Lines |
| 2019-02-27 | Permit unwinding through FFI by default | Mark Rousskov | -1/+3 |
| 2019-02-25 | stable 1.33.0 release | Pietro Albini | -1/+1 |
| 2019-02-22 | Fix non-clickable urls | Guillaume Gomez | -4/+0 |
| 2019-02-22 | Fix invalid background color | Guillaume Gomez | -8/+0 |
| 2019-02-22 | improve Pin documentation | Ralf Jung | -51/+312 |
| 2019-02-22 | partially revert 904a0bde93f0348f69914ee90b1f8b6e4e0d7cbc | Niko Matsakis | -6/+37 |
| 2019-02-22 | update test files to reflect new output | Niko Matsakis | -288/+826 |
| 2019-02-22 | restore the actual leak-check | Niko Matsakis | -14/+277 |
| 2019-02-22 | introduce a dummy leak check and invoke it in all the right places | Niko Matsakis | -39/+105 |
| 2019-02-22 | reintroduce `commit_if_ok` calls to `subtype_predicate` | Niko Matsakis | -14/+16 |
| 2019-02-22 | reintroduce `commit_if_ok` call into `higher_ranked_sub` | Niko Matsakis | -20/+27 |
| 2019-02-22 | s/skol_/placeholder_/ | Niko Matsakis | -10/+10 |
| 2019-02-22 | make generalization code create new variables in correct universe | Niko Matsakis | -35/+114 |
| 2019-02-22 | Fix #57979 by allowing a legitimate type error to take precedence over an ICE. | Felix S. Klock II | -1/+10 |
| 2019-02-17 | Rollup merge of #58522 - ehuss:update-beta-cargo, r=pietroalbini | Pietro Albini | -0/+0 |
| 2019-02-17 | Fixes text becoming invisible when element targetted | Guillaume Gomez | -14/+2 |
| 2019-02-17 | avoid committing to autoderef in object method probing | Ariel Ben-Yehuda | -7/+81 |
| 2019-02-17 | add tests to a few edge cases in method lookup | Ariel Ben-Yehuda | -0/+290 |
| 2019-02-17 | add some comments to method::probe::Candidate | Ariel Ben-Yehuda | -0/+31 |
| 2019-02-17 | unit test for issue 57673. | Felix S. Klock II | -0/+21 |
| 2019-02-17 | Do not initiate nested probe within `assemble_probe`. | Felix S. Klock II | -9/+7 |
| 2019-02-17 | Address review comments and cleanup code | Vadim Petrochenkov | -62/+59 |
| 2019-02-17 | #56411 do not suggest a fix for a import conflict in a macro | François Mockers | -1/+56 |
| 2019-02-17 | Lower constant patterns with ascribed types. | David Wood | -4/+68 |
| 2019-02-17 | Make `intern_lazy_const` actually intern its argument. | Nicholas Nethercote | -38/+40 |
| 2019-02-16 | [BETA] Update cargo | Eric Huss | -0/+0 |
| 2019-02-15 | libpanic_unwind => 2018: fix ICEs. | Mazdak Farrokhzad | -6/+7 |
| 2019-02-04 | Fix release manifest generation | Jethro Beekman | -0/+1 |
| 2019-02-04 | Build the standard library for thumbv7neon-unknown-linux-gnueabihf in CI | Henri Sivonen | -2/+6 |
| 2019-02-04 | Fix bug in integer range matching | varkor | -7/+21 |
| 2019-02-04 | Don't panic when accessing enum variant ctor using `Self` in match | Esteban Küber | -1/+26 |
| 2019-02-04 | Pass correct arguments to places_conflict | Matthew Jasper | -1/+37 |
| 2019-01-31 | Auto merge of #57990 - Keruspe:beta, r=alexcrichton | bors | -2/+2 |
| 2019-01-30 | rustbuild: fix build with rust 1.33 | Marc-Antoine Perennou | -2/+2 |
| 2019-01-24 | Fix typo bug in DepGraph::try_mark_green(). | Michael Woerister | -1/+18 |
| 2019-01-24 | Simplify the version check | Tom Tromey | -4/+3 |
| 2019-01-24 | Fix issue 57762 | Tom Tromey | -1/+5 |
| 2019-01-24 | make sure to accept all android licenses | Pietro Albini | -1/+1 |
| 2019-01-21 | Auto merge of #57766 - Xanewok:beta-rls-version-bump, r=pietroalbini | bors | -0/+0 |
| 2019-01-20 | beta: Update RLS version to 1.33 | Igor Matuszewski | -0/+0 |
| 2019-01-19 | Update beta to released compiler | Mark Rousskov | -2/+2 |
| 2019-01-16 | allow unused warnings related to rustc_layout_scalar_valid_range_start | Pietro Albini | -0/+20 |
| 2019-01-16 | prepare beta 1.33.0 | Pietro Albini | -5/+5 |
| 2019-01-16 | Auto merge of #57416 - alexcrichton:remove-platform-intrinsics, r=nagisa | bors | -15986/+4 |
| 2019-01-15 | Auto merge of #57629 - matthiaskrgr:clippy_submodule_upd, r=oli-obk | bors | -10/+15 |
| 2019-01-15 | Auto merge of #57630 - Centril:rollup, r=Centril | bors | -35/+417 |
| 2019-01-15 | Rollup merge of #57614 - GuillaumeGomez:fix-crate-filtering, r=QuietMisdreavus | Mazdak Farrokhzad | -1/+1 |
| 2019-01-15 | Rollup merge of #57608 - timvisee:master, r=frewsxcv | Mazdak Farrokhzad | -1/+1 |
| 2019-01-15 | Rollup merge of #57587 - Aaron1011:fix/const-pat-ice, r=alexcrichton | Mazdak Farrokhzad | -0/+1 |
| 2019-01-15 | Rollup merge of #57579 - stjepang:once-with, r=SimonSapin | Mazdak Farrokhzad | -0/+135 |