| Age | Commit message (Expand) | Author | Lines |
| 2016-11-08 | Group unused import warnings per path list | Esteban Küber | -26/+82 |
| 2016-11-08 | introduce a `fudge_regions_if_ok` to address false region edges | Niko Matsakis | -46/+192 |
| 2016-11-08 | Point to type argument span when used as trait | Esteban Küber | -14/+69 |
| 2016-11-08 | rustbuild: Fix check-error-index step | Alex Crichton | -1/+3 |
| 2016-11-09 | Improve "Doesn't live long enough" error | Mikhail Modin | -24/+63 |
| 2016-11-08 | Rollup merge of #37652 - SimonSapin:arc-count-doc, r=alexcrichton | Steve Klabnik | -5/+11 |
| 2016-11-08 | Rollup merge of #37650 - GuillaumeGomez:missing_urls_product, r=steveklabnik | Steve Klabnik | -8/+16 |
| 2016-11-08 | Rollup merge of #37610 - oldmanmike:unary-and-binary-tests, r=michaelwoerister | Steve Klabnik | -0/+514 |
| 2016-11-08 | Rollup merge of #37601 - brson:book-without-tiers, r=steveklabnik | Steve Klabnik | -99/+12 |
| 2016-11-08 | Rollup merge of #37588 - GuillaumeGomez:missing_io_urls, r=frewsxcv | Steve Klabnik | -11/+19 |
| 2016-11-08 | Rollup merge of #37483 - xfix:patch-1, r=steveklabnik | Steve Klabnik | -23/+43 |
| 2016-11-08 | Rollup merge of #37425 - polo-language:doc, r=GuillaumeGomez | Steve Klabnik | -1/+1 |
| 2016-11-08 | Rollup merge of #35102 - steveklabnik:ref_warning, r=aturon | Steve Klabnik | -0/+5 |
| 2016-11-08 | ICH: Add test case for match-expressions | Michael Woerister | -0/+342 |
| 2016-11-08 | ICH: Add test case for let-expressions. | Michael Woerister | -0/+228 |
| 2016-11-08 | add more comment | Ariel Ben-Yehuda | -14/+61 |
| 2016-11-08 | Add missing urls and few local rewrites | Guillaume Gomez | -54/+92 |
| 2016-11-08 | Auto merge of #37192 - cristicbz:rust-rc-into-raw, r=brson | bors | -0/+190 |
| 2016-11-08 | Partially stabilize RFC 1506 "Clarify relationships between ADTs" | Vadim Petrochenkov | -115/+23 |
| 2016-11-08 | More proeminent warning in Arc::{strong,weak}_count docs. | Simon Sapin | -5/+11 |
| 2016-11-08 | Add missing urls for Sum and Product traits | Guillaume Gomez | -8/+16 |
| 2016-11-08 | Slightly optimise CString | Oliver Middleton | -1/+1 |
| 2016-11-08 | rustbuild: Tweak for vendored dependencies | Alex Crichton | -166/+139 |
| 2016-11-08 | rustbuild: Vendor all dependencies | Alex Crichton | -0/+40085 |
| 2016-11-08 | Update testing.md to reflect changes to cargo new | Trotter Cashion | -50/+76 |
| 2016-11-08 | Adding a deprecation warning for no-stack-check codegen option. | karpinski | -2/+7 |
| 2016-11-08 | Change description of no-stack-check (#34915) | abhijeetbhagat | -2/+2 |
| 2016-11-08 | Revert "Point macros 1.1 errors to the input item" | Josh Driver | -19/+5 |
| 2016-11-08 | Allow proc_macro functions to whitelist specific attributes | Josh Driver | -46/+260 |
| 2016-11-08 | Auto merge of #36843 - petrochenkov:dotstab, r=nikomatsakis | bors | -73/+20 |
| 2016-11-08 | Replace FnvHasher use with FxHasher. | Nicholas Nethercote | -588/+588 |
| 2016-11-08 | Add FxHasher, a faster alternative to FnvHasher. | Nicholas Nethercote | -0/+115 |
| 2016-11-08 | save-analysis: don't choke on stripped doc attributes | Nick Cameron | -1/+5 |
| 2016-11-08 | Rename KNOWN_ATTRS to BUILT_ATTRS, and create KNOWN_ATTRS | Josh Driver | -8/+34 |
| 2016-11-07 | Auto merge of #36365 - matthew-piziak:silent-overflow, r=eddyb | bors | -6/+56 |
| 2016-11-07 | Fix typos and redundant code | oldmanmike | -5/+3 |
| 2016-11-07 | Apply changes recommended in code review | oldmanmike | -21/+40 |
| 2016-11-07 | Auto merge of #37625 - xen0n:rustbuild-mips, r=alexcrichton | bors | -0/+16 |
| 2016-11-07 | Auto merge of #37624 - xen0n:remove-bogus-mipsel-arches, r=alexcrichton | bors | -1/+1 |
| 2016-11-06 | Auto merge of #37605 - dsprenkels:arc-max-refcount, r=alexcrichton | bors | -0/+4 |
| 2016-11-07 | rustbuild: support MIPS host builds | Wang Xuerui | -0/+16 |
| 2016-11-07 | Remove mention of mipsel target_arch | Wang Xuerui | -1/+1 |
| 2016-11-06 | Auto merge of #37506 - jseyfried:improve_shadowing_checks, r=nrc | bors | -16/+66 |
| 2016-11-06 | Auto merge of #37619 - TimNN:aarch64-fuchsia-abi-blacklist, r=alexcrichton | bors | -2/+5 |
| 2016-11-06 | Set attributes hidden by default | Guillaume Gomez | -8/+24 |
| 2016-11-06 | Auto merge of #37617 - pweyck:force-static-llvm-linking, r=alexcrichton | bors | -0/+13 |
| 2016-11-06 | Improve attributes display and allow expansion | Guillaume Gomez | -373/+384 |
| 2016-11-06 | use arm abi blacklist for aarch64 fuchsia | Tim Neumann | -2/+5 |
| 2016-11-06 | Add a comment to `Arc::MAX_REFCOUNT` | Daan Sprenkels | -0/+4 |
| 2016-11-06 | Set possibility to hide attributes | Guillaume Gomez | -11/+15 |