| Age | Commit message (Expand) | Author | Lines |
| 2018-12-18 | Auto merge of #56160 - oli-obk:const_fn_let, r=nikomatsakis | bors | -132/+1085 |
| 2018-12-18 | Update LLVM submodule | Jethro Beekman | -0/+0 |
| 2018-12-18 | Explain the math | Oliver Scherer | -4/+9 |
| 2018-12-18 | treat ref-to-raw cast like a reborrow: do a special kind of retag | Ralf Jung | -128/+76 |
| 2018-12-18 | Explain that lack of short circuiting support in constants is temporary | Oliver Scherer | -3/+6 |
| 2018-12-18 | Properly worded diagnostic message | Oliver Scherer | -3/+3 |
| 2018-12-18 | Fix rustdoc-js tests | John Heitmann | -2/+14 |
| 2018-12-18 | Auto merge of #56481 - arielb1:dynamic-order, r=nikomatsakis | bors | -59/+458 |
| 2018-12-17 | bootstrap: Link LLVM as a dylib with ThinLTO | Alex Crichton | -51/+17 |
| 2018-12-17 | fix tests | Nicole Mazzuca | -2/+2 |
| 2018-12-17 | deny intra-doc link resolution failures in libstd | Andy Russell | -3/+24 |
| 2018-12-17 | Reordered match arms | Nathan West | -1/+1 |
| 2018-12-17 | rename div_euc -> div_euclid, and mod_euc -> rem_euclid | Nicole Mazzuca | -121/+141 |
| 2018-12-18 | Fix DOM errors | Guillaume Gomez | -32/+28 |
| 2018-12-18 | improve tests as suggested by review comments | Ariel Ben-Yehuda | -2/+92 |
| 2018-12-17 | Add --progress to git submodule commands | Clar Fon | -2/+2 |
| 2018-12-17 | Update the stdsimd submodule | Alex Crichton | -15/+16 |
| 2018-12-17 | Stabilize `underscore_imports` | Vadim Petrochenkov | -69/+11 |
| 2018-12-17 | Do not point at delim spans for complete correct blocks | Esteban Küber | -1/+28 |
| 2018-12-17 | static eval: Do not ICE on layout size overflow | Dan Robertson | -4/+30 |
| 2018-12-17 | rustc: Don't ICE on usage of two new target features | Alex Crichton | -1/+8 |
| 2018-12-17 | Add required lifetime parameter to BitDenotation. | David Wood | -132/+138 |
| 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 |