| Age | Commit message (Expand) | Author | Lines |
| 2017-05-05 | Improve implementation approach comments in [T]::reverse() | Scott McMurray | -4/+15 |
| 2017-05-04 | Make [u8]::reverse() 5x faster | Scott McMurray | -0/+69 |
| 2017-04-30 | Auto merge of #41651 - arielb1:missing-adjustment-2, r=eddyb | bors | -230/+204 |
| 2017-04-30 | refactor the handling of lvalue ops | Ariel Ben-Yehuda | -230/+204 |
| 2017-04-30 | Auto merge of #41602 - hsivonen:explainnonnull, r=steveklabnik | bors | -3/+10 |
| 2017-04-30 | Auto merge of #41643 - frewsxcv:rollup, r=frewsxcv | bors | -19/+174 |
| 2017-04-29 | Rollup merge of #41637 - eddyb:used-not-dead, r=petrochenkov | Corey Farwell | -0/+23 |
| 2017-04-29 | Rollup merge of #41636 - moosingin3space:fix/process-exit-in-forget-doc, r=sf... | Corey Farwell | -1/+1 |
| 2017-04-29 | Rollup merge of #41608 - cuviper:distcheck-rust-src, r=alexcrichton | Corey Farwell | -0/+28 |
| 2017-04-29 | Rollup merge of #41509 - froydnj:float-stack-reduction, r=nagisa | Corey Farwell | -18/+104 |
| 2017-04-29 | Rollup merge of #41449 - Eh2406:master, r=aturon | Corey Farwell | -0/+18 |
| 2017-04-30 | Auto merge of #41593 - achernyak:def_span, r=eddyb | bors | -23/+24 |
| 2017-04-29 | Auto merge of #41544 - alexcrichton:bump-bootstrap, r=brson | bors | -144/+93 |
| 2017-04-29 | Don't ever warn about #[used] items being dead code. | Eduard-Mihai Burtescu | -0/+23 |
| 2017-04-29 | Update stage0 bootstrap compiler | Alex Crichton | -144/+93 |
| 2017-04-29 | process:exit -> process::exit in mem::forget docs | Nathan Moos | -1/+1 |
| 2017-04-29 | removed custom functions and comment | achernyak | -12/+3 |
| 2017-04-29 | chaned dep nodes impl | achernyak | -2/+2 |
| 2017-04-29 | Auto merge of #39291 - Freyskeyd:check_context_E0423, r=petrochenkov | bors | -14/+65 |
| 2017-04-29 | added dep nodes and comment | achernyak | -3/+18 |
| 2017-04-29 | Auto merge of #41588 - cengizIO:master, r=nikomatsakis | bors | -77/+17 |
| 2017-04-29 | Auto merge of #41623 - alexcrichton:update-sccache, r=TimNN | bors | -34/+34 |
| 2017-04-29 | ci: Update sccache build | Alex Crichton | -34/+34 |
| 2017-04-29 | Auto merge of #41564 - gaurikholkar:master, r=nikomatsakis | bors | -19/+146 |
| 2017-04-29 | Auto merge of #41577 - Keruspe:master, r=alexcrichton | bors | -8/+24 |
| 2017-04-28 | Merge branch 'master' into def_span | Artem Chernyak | -955/+1121 |
| 2017-04-28 | found the stack overflow culprit | achernyak | -2/+2 |
| 2017-04-28 | FromIterator and Extend Cow for String | Eh2406 | -0/+18 |
| 2017-04-28 | Auto merge of #41542 - petrochenkov:objpars2, r=nikomatsakis | bors | -2/+78 |
| 2017-04-28 | review updateds | achernyak | -13/+3 |
| 2017-04-28 | fmt: use mem::uninitialized for float formatting buffers | Nathan Froyd | -22/+34 |
| 2017-04-28 | fmt: use the minimum parts array size | Nathan Froyd | -4/+4 |
| 2017-04-28 | fmt: reduce the stack space required by float formatting | Nathan Froyd | -16/+66 |
| 2017-04-28 | num: add minimal benchmarks for full floating-point formatting | Nathan Froyd | -0/+24 |
| 2017-04-28 | Auto merge of #41368 - nikomatsakis:incr-comp-dep-tracking-map, r=eddyb | bors | -172/+251 |
| 2017-04-28 | refac Move levenchstein before context dependent check | Freyskeyd | -14/+65 |
| 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 |