| Age | Commit message (Expand) | Author | Lines |
| 2017-04-29 | Add comment about overflow behavior for next_power_of_two | Irfan Hudda | -0/+3 |
| 2017-04-28 | Add helper functions for `next_power_of_two` and `checked_next_power_of_two` | Irfan Hudda | -10/+14 |
| 2017-04-28 | Auto merge of #41575 - alexcrichton:android-qemu-server, r=TimNN | bors | -467/+243 |
| 2017-04-28 | query for def_span | achernyak | -16/+20 |
| 2017-04-28 | introduce ability to if we have typeck-tables for a given def-id | Niko Matsakis | -53/+84 |
| 2017-04-28 | Auto merge of #41508 - michaelwoerister:generic-path-remapping, r=alexcrichton | bors | -313/+547 |
| 2017-04-28 | Disable path remapping test on Windows. | Michael Woerister | -0/+1 |
| 2017-04-28 | Adding documentation, indentation fixes | gaurikholkar | -32/+47 |
| 2017-04-28 | make `ty` and `impl_trait_ref` private | Niko Matsakis | -30/+68 |
| 2017-04-28 | allow maps to be made private or public | Niko Matsakis | -39/+39 |
| 2017-04-28 | Explain why zero-length slices require a non-null pointer | Henri Sivonen | -3/+10 |
| 2017-04-28 | rustbuild: only build cargo for host | Marc-Antoine Perennou | -0/+1 |
| 2017-04-28 | Disable ref hint for pattern in let and adding ui-tests. | gaurikholkar | -20/+132 |
| 2017-04-28 | do not access `typeck_tables` map directly | Niko Matsakis | -17/+9 |
| 2017-04-28 | do not access `associated_item` map directly | Niko Matsakis | -25/+40 |
| 2017-04-28 | do not access `inherited_impls` map directly | Niko Matsakis | -17/+20 |
| 2017-04-28 | Rollup merge of #41583 - arielb1:cross-constant, r=eddyb | Corey Farwell | -7/+47 |
| 2017-04-28 | Rollup merge of #41571 - alexcrichton:fix-windows-mingw, r=brson | Corey Farwell | -1/+2 |
| 2017-04-28 | Rollup merge of #41534 - achernyak:master, r=eddyb | Corey Farwell | -13/+20 |
| 2017-04-27 | travis: Parallelize tests on Android | Alex Crichton | -467/+243 |
| 2017-04-28 | Auto merge of #41591 - frewsxcv:rollup, r=frewsxcv | bors | -69/+394 |
| 2017-04-27 | Rollup merge of #41578 - arielb1:missing-adjustment, r=eddyb | Corey Farwell | -2/+49 |
| 2017-04-27 | Rollup merge of #41572 - frewsxcv:bump-mdbook, r=steveklabnik | Corey Farwell | -8/+19 |
| 2017-04-27 | Rollup merge of #41556 - pftbest:fix_msp430_codegen, r=alexcrichton | Corey Farwell | -1/+1 |
| 2017-04-27 | Rollup merge of #41526 - steveklabnik:gh35950, r=GuillaumeGomez | Corey Farwell | -9/+8 |
| 2017-04-27 | Rollup merge of #41523 - estebank:moved, r=arielb1 | Corey Farwell | -20/+63 |
| 2017-04-27 | Rollup merge of #41438 - projektir:mpsc_docs, r=steveklabnik | Corey Farwell | -29/+254 |
| 2017-04-27 | Auto merge of #41529 - bitshifter:issue-41479, r=eddyb | bors | -3/+36 |
| 2017-04-27 | use diff crate for compile-fail test diagnostics #41474 | Cengiz Can | -77/+17 |
| 2017-04-27 | query for describe_def | achernyak | -13/+20 |
| 2017-04-27 | don't ICE on cross-crate associated const type mismatch | Ariel Ben-Yehuda | -7/+47 |
| 2017-04-27 | Auto merge of #41447 - alexcrichton:sccache-everywhere, r=brson | bors | -43/+126 |
| 2017-04-27 | Bump mdbook dep to pick up new 'create missing' toggle feature. | Corey Farwell | -8/+19 |
| 2017-04-27 | appveyor: Use Ninja/sccache on MSVC | Alex Crichton | -43/+126 |
| 2017-04-27 | travis: Update sccache build used | Alex Crichton | -34/+34 |
| 2017-04-27 | typeck: resolve type vars before calling `try_index_step` | Ariel Ben-Yehuda | -2/+49 |
| 2017-04-27 | Auto merge of #41507 - arielb1:symbol-cache, r=nikomatsakis | bors | -347/+220 |
| 2017-04-27 | rustbuild: install rustc after cargo and rls | Marc-Antoine Perennou | -3/+3 |
| 2017-04-27 | Auto merge of #41433 - estebank:constructor, r=michaelwoerister | bors | -2/+5 |
| 2017-04-27 | rustbuild: install cargo and rls when extended build is enabled | Marc-Antoine Perennou | -4/+12 |
| 2017-04-27 | rustbuild: add rls_package_vers | Marc-Antoine Perennou | -0/+5 |
| 2017-04-27 | rustbuild: pass version number as param in install phase | Marc-Antoine Perennou | -6/+6 |
| 2017-04-27 | rustbuild: build cargo and rls as part of extended build | Marc-Antoine Perennou | -0/+2 |
| 2017-04-27 | Update LLVM to fix incorrect codegen on MSP430. | Vadzim Dambrouski | -1/+1 |
| 2017-04-26 | Adding links and examples for various mspc pages #29377 | projektir | -29/+254 |
| 2017-04-27 | Auto merge of #37860 - giannicic:defaultimpl, r=nagisa | bors | -43/+1222 |
| 2017-04-26 | windows: Copy libwinpthread-1.dll into libdir bin | Alex Crichton | -1/+2 |
| 2017-04-27 | Auto merge of #41567 - arielb1:rollup, r=arielb1 | bors | -89/+339 |
| 2017-04-26 | Rollup merge of #41552 - jessicah:updated-num-cpus-dep, r=alexcrichton | Ariel Ben-Yehuda | -4/+4 |
| 2017-04-26 | Rollup merge of #41550 - wesleywiser:fix_33287, r=estebank | Ariel Ben-Yehuda | -0/+18 |