| Age | Commit message (Expand) | Author | Lines |
| 2017-06-17 | move `implied_bounds` into regionck | Niko Matsakis | -165/+142 |
| 2017-06-17 | Auto merge of #42712 - frewsxcv:rollup, r=frewsxcv | bors | -44/+79 |
| 2017-06-16 | Rollup merge of #42705 - est31:master, r=alexcrichton | Corey Farwell | -43/+78 |
| 2017-06-16 | Rollup merge of #42662 - Mark-Simulacrum:doc-fix, r=estebank | Corey Farwell | -1/+1 |
| 2017-06-16 | Rollup merge of #42660 - steveklabnik:gh42632, r=frewsxcv | Corey Farwell | -0/+0 |
| 2017-06-17 | Auto merge of #42650 - nrc:save-slim, r=eddyb | bors | -3280/+844 |
| 2017-06-17 | Auto merge of #42613 - stepancheg:lossy, r=alexcrichton | bors | -134/+450 |
| 2017-06-17 | Auto merge of #42604 - stepancheg:timedwait, r=alexcrichton | bors | -19/+81 |
| 2017-06-16 | Auto merge of #42598 - cramertj:track-more-metadata, r=nikomatsakis | bors | -93/+122 |
| 2017-06-16 | Introduce tidy lint to check for inconsistent tracking issues | est31 | -43/+78 |
| 2017-06-16 | Auto merge of #42430 - nagisa:core-float, r=alexcrichton | bors | -8/+122 |
| 2017-06-16 | Auto merge of #42612 - est31:master, r=nagisa | bors | -1263/+420 |
| 2017-06-16 | Fix cross compilation | est31 | -8/+8 |
| 2017-06-16 | Auto merge of #42410 - nagisa:llvmup, r=sanxiyn | bors | -1/+34 |
| 2017-06-16 | Auto merge of #41840 - arielb1:deduplicate-selection-errors, r=nikomatsakis | bors | -265/+277 |
| 2017-06-16 | Auto merge of #42631 - malbarbo:wasm32, r=alexcrichton | bors | -98/+182 |
| 2017-06-16 | Auto merge of #42690 - frewsxcv:rollup, r=frewsxcv | bors | -71/+125 |
| 2017-06-15 | Divide up metadata into separate DepNodes | Taylor Cramer | -6/+10 |
| 2017-06-16 | Rollup merge of #42685 - Havvy:doc-remove-sometimes, r=steveklabnik | Corey Farwell | -1/+1 |
| 2017-06-16 | Rollup merge of #42656 - VBChunguk:struct-field-attributes, r=nikomatsakis | Corey Farwell | -67/+3 |
| 2017-06-16 | Rollup merge of #42654 - GuillaumeGomez:error-codes-new, r=QuietMisdreavus | Corey Farwell | -13/+60 |
| 2017-06-16 | Rollup merge of #42651 - infinity0:master, r=alexcrichton | Corey Farwell | -2/+27 |
| 2017-06-16 | Rollup merge of #42616 - estebank:span-fix, r=nikomatsakis | Corey Farwell | -2/+48 |
| 2017-06-16 | Auto merge of #42578 - estebank:recover-binop, r=nikomatsakis | bors | -9/+140 |
| 2017-06-16 | Remove intermediate forms and some other refactoring | Nick Cameron | -2828/+843 |
| 2017-06-16 | Auto merge of #42568 - GuillaumeGomez:E0608, r=QuietMisdreavus | bors | -17/+47 |
| 2017-06-15 | Fix condvar.wait(distant future) return immediately on OSX | Stepan Koltsov | -19/+81 |
| 2017-06-15 | Avoid allocations in Debug for os_str | Stepan Koltsov | -35/+117 |
| 2017-06-15 | Utf8Lossy type with chunks iterator and impl Display and Debug | Stepan Koltsov | -99/+333 |
| 2017-06-15 | Position span label correctly when it isn't last | Esteban Küber | -2/+48 |
| 2017-06-15 | Add a no-system-llvm compilecheck header | Simonas Kazlauskas | -9/+14 |
| 2017-06-15 | Review comments | Esteban Küber | -109/+83 |
| 2017-06-15 | Auto merge of #42648 - murarth:merge-alloc-collections, r=alexcrichton | bors | -2516/+2347 |
| 2017-06-15 | Add E0618 | Guillaume Gomez | -13/+60 |
| 2017-06-15 | Only run check-linkchecker when actually building docs | Ximin Luo | -1/+1 |
| 2017-06-15 | Ensure that disable-doc builds don't depend on doc targets | Ximin Luo | -1/+26 |
| 2017-06-15 | Auto merge of #42623 - VBChunguk:fix-older-urls, r=steveklabnik | bors | -36/+38 |
| 2017-06-15 | Use new macro instead | Guillaume Gomez | -5/+5 |
| 2017-06-15 | Auto merge of #42625 - michaelwoerister:dep-node-debug, r=nikomatsakis | bors | -4/+156 |
| 2017-06-14 | Switch CrateNum queries to DefId | Taylor Cramer | -116/+96 |
| 2017-06-15 | Auto merge of #42665 - aidanhs:aphs-simplify-init-repos, r=Mark-Simulacrum | bors | -35/+4 |
| 2017-06-15 | Remove struct_field_attributes from the Unstable Book | Wonwoo Choi | -11/+0 |
| 2017-06-15 | Use --depth to speed up pristine submodule cloning | Aidan Hobson Sayers | -35/+4 |
| 2017-06-15 | Remove some more stubs | est31 | -78/+0 |
| 2017-06-14 | Correct note as to location of section. | Mark Simulacrum | -1/+1 |
| 2017-06-14 | suppress trait errors that are implied by other errors | Ariel Ben-Yehuda | -265/+277 |
| 2017-06-14 | update book with redirect fixes | steveklabnik | -0/+0 |
| 2017-06-14 | Re-implement float min/max in rust | Simonas Kazlauskas | -8/+122 |
| 2017-06-15 | Remove struct_field_attributes feature gate | Wonwoo Choi | -56/+3 |
| 2017-06-15 | Update older URLs pointing to the first edition of the Book | Wonwoo Choi | -36/+38 |