| Age | Commit message (Expand) | Author | Lines |
| 2018-12-17 | Auto merge of #56904 - sinkuu:cycle_fold, r=bluss | bors | -13/+2 |
| 2018-12-17 | Remove a wrong multiplier on relocation offset computation | Oliver Scherer | -4/+13 |
| 2018-12-17 | profiler: improve readability | ljedrz | -59/+56 |
| 2018-12-17 | profiler: simplify total_duration | ljedrz | -3/+1 |
| 2018-12-17 | Kill borrows from a projection after assignment. | David Wood | -81/+125 |
| 2018-12-17 | Auto merge of #56810 - sinkuu:build_match, r=oli-obk | bors | -69/+339 |
| 2018-12-17 | Simplify MIR generation for logical ops | Shotaro Yamada | -30/+23 |
| 2018-12-17 | Enable stack probes for UEFI images | Wonwoo Choi | -0/+1 |
| 2018-12-17 | Address LLVM assertion failure by prepopulating with *just* name-anon-globals. | Felix S. Klock II | -1/+1 |
| 2018-12-17 | Address the pull request review comments. | Vytautas Astrauskas | -14/+12 |
| 2018-12-17 | Use compiletest timestamp to check if the tests should be rerun. | Vytautas Astrauskas | -10/+18 |
| 2018-12-17 | Auto merge of #56853 - matthiaskrgr:clippy, r=oli-obk | bors | -19/+12 |
| 2018-12-17 | Auto merge of #56833 - nagisa:ios-fix, r=alexcrichton | bors | -0/+2 |
| 2018-12-17 | tidy | Shotaro Yamada | -1/+1 |
| 2018-12-17 | Add MIR test | Shotaro Yamada | -0/+85 |
| 2018-12-17 | Revert thread-local changes | John Kåre Alsaker | -14/+4 |
| 2018-12-17 | Remove *_inlined variants | John Kåre Alsaker | -13/+5 |
| 2018-12-17 | Add a comment | John Kåre Alsaker | -0/+3 |
| 2018-12-17 | Rename await into cycle_error for the single threaded case and add some comments | John Kåre Alsaker | -2/+6 |
| 2018-12-17 | Turn some asserts into debug_asserts | John Kåre Alsaker | -2/+2 |
| 2018-12-17 | Tweak query code for performance | John Kåre Alsaker | -82/+185 |
| 2018-12-17 | Auto merge of #56764 - sinkuu:simpcfg_bb0, r=matthewjasper | bors | -1/+80 |
| 2018-12-17 | Remove `<Cycle as Iterator>::try_fold` override | Shotaro Yamada | -13/+2 |
| 2018-12-17 | Auto merge of #56642 - nikic:llvm-6, r=alexcrichton | bors | -94/+15 |
| 2018-12-17 | Fix grammar in compiler error for array iterators | Matthew Russell | -5/+5 |
| 2018-12-17 | Auto merge of #56737 - nnethercote:TokenStream-improvements, r=petrochenkov | bors | -285/+107 |
| 2018-12-17 | cleanup `deduce_expectations_from_obligations` | Ariel Ben-Yehuda | -25/+16 |
| 2018-12-17 | fix review comments, round 2 | Ariel Ben-Yehuda | -53/+23 |
| 2018-12-17 | address review comments | Ariel Ben-Yehuda | -15/+15 |
| 2018-12-17 | trigger unsized coercions keyed on Sized bounds | Ariel Ben-Yehuda | -55/+197 |
| 2018-12-16 | rustc: Update Clang used to build LLVM on LInux | Alex Crichton | -17/+14 |
| 2018-12-16 | Auto merge of #56875 - Centril:rollup, r=Centril | bors | -827/+635 |
| 2018-12-16 | Add test to check order of repr(int) enum fields | Peter Todd | -24/+30 |
| 2018-12-16 | Disable field reordering for repr(int). | Emilio Cobos Álvarez | -2/+3 |
| 2018-12-16 | Fixed `Into` bound on `TryFrom` error. | Ozaren | -1/+1 |
| 2018-12-16 | Changed expected error message for TryFrom | Ozaren | -1/+1 |
| 2018-12-16 | Add version display for associated consts | Guillaume Gomez | -8/+32 |
| 2018-12-16 | Implement Eq, PartialEq and Hash for atomic::Ordering | Amanieu d'Antras | -1/+1 |
| 2018-12-16 | Fix invalid JS file generation | Guillaume Gomez | -4/+4 |
| 2018-12-16 | Rollup merge of #56858 - tbu-:pr_doc_canonicalize, r=shepmaster | Mazdak Farrokhzad | -1/+1 |
| 2018-12-16 | Rollup merge of #56857 - tbu-:pr_doc_abssub, r=zackmdavis | Mazdak Farrokhzad | -2/+4 |
| 2018-12-16 | Rollup merge of #56855 - nikic:remove-cttz-hack, r=nagisa | Mazdak Farrokhzad | -14/+1 |
| 2018-12-16 | Rollup merge of #56850 - alexreg:fix-self-in-typedefs, r=petrochenkov | Mazdak Farrokhzad | -55/+176 |
| 2018-12-16 | Rollup merge of #56844 - GuillaumeGomez:improve-css-rule, r=QuietMisdreavus | Mazdak Farrokhzad | -1/+1 |
| 2018-12-16 | Rollup merge of #56832 - alexcrichton:external-demangle, r=Mark-Simulacrum | Mazdak Farrokhzad | -228/+14 |
| 2018-12-16 | Rollup merge of #56826 - alexcrichton:atomic-u128, r=gnzlbg | Mazdak Farrokhzad | -0/+2 |
| 2018-12-16 | Rollup merge of #56793 - QuietMisdreavus:better-doctests, r=GuillaumeGomez | Mazdak Farrokhzad | -16/+88 |
| 2018-12-16 | Rollup merge of #56790 - rust-lang:borrowck-niche-discriminants, r=nikomatsakis | Mazdak Farrokhzad | -24/+73 |
| 2018-12-16 | Rollup merge of #56789 - alexcrichton:simd_select_bitmask, r=rkruppe | Mazdak Farrokhzad | -5/+24 |
| 2018-12-16 | Rollup merge of #56781 - nikic:llvm-update, r=alexcrichton | Mazdak Farrokhzad | -1/+1 |