| Age | Commit message (Expand) | Author | Lines |
| 2018-03-06 | Add `inline` to `TransFnAttrs` | Wesley Wiser | -137/+149 |
| 2018-03-06 | Add query for trans fn attributes | Wesley Wiser | -15/+98 |
| 2018-03-06 | Auto merge of #48768 - kennytm:rollup, r=kennytm | bors | -384/+684 |
| 2018-03-06 | Rollup merge of #47463 - bluss:fused-iterator, r=alexcrichton | kennytm | -116/+109 |
| 2018-03-06 | Rollup merge of #48507 - GuillaumeGomez:cstr-note, r=steveklabnik | kennytm | -0/+2 |
| 2018-03-06 | Rollup merge of #48474 - christianpoveda:new_cell_docs, r=steveklabnik | kennytm | -0/+18 |
| 2018-03-06 | Rollup merge of #48761 - frewsxcv:frewsxcv-rm-python, r=alexcrichton | kennytm | -93/+0 |
| 2018-03-06 | Rollup merge of #48754 - leodasvacas:while-let-all-the-things, r=rkruppe | kennytm | -50/+20 |
| 2018-03-06 | Rollup merge of #48753 - tbu-:pr_hashmap_isize, r=BurntSushi | kennytm | -29/+29 |
| 2018-03-06 | Rollup merge of #48732 - debris:remove_powerpc64, r=alexcrichton | kennytm | -11/+0 |
| 2018-03-06 | Rollup merge of #48727 - leodasvacas:refactor-contrived-match, r=rkruppe | kennytm | -13/+6 |
| 2018-03-06 | Rollup merge of #48657 - sinkuu:opt_str_repeat, r=dtolnay | kennytm | -3/+55 |
| 2018-03-06 | Auto merge of #48611 - michaelwoerister:share-generics2, r=alexcrichton | bors | -271/+413 |
| 2018-03-06 | Don't show crate metadata symbol as exported symbol to downstream crates. | Michael Woerister | -13/+29 |
| 2018-03-06 | Fix export level of plugin and procmacro registrars. | Michael Woerister | -13/+14 |
| 2018-03-06 | Don't recompute SymbolExportLevel for upstream crates. | Michael Woerister | -90/+91 |
| 2018-03-06 | Compute symbol names more lazily. | Michael Woerister | -48/+135 |
| 2018-03-06 | Clean up handling of symbol export information. | Michael Woerister | -209/+231 |
| 2018-03-06 | Rename exported_symbol_ids query to something more explicit and document what... | Michael Woerister | -47/+62 |
| 2018-03-06 | Rollup merge of #48590 - tshepang:more-simple, r=frewsxcv | kennytm | -31/+22 |
| 2018-03-06 | Rollup merge of #48573 - Amanieu:bitreverse2, r=sfackler | kennytm | -4/+120 |
| 2018-03-06 | Rollup merge of #48546 - GuillaumeGomez:raw-string-error-note, r=estebank | kennytm | -8/+47 |
| 2018-03-06 | Rollup merge of #48432 - flip1995:lit_diag, r=oli-obk | kennytm | -8/+238 |
| 2018-03-06 | Rollup merge of #48403 - lukaslueg:casted, r=steveklabnik | kennytm | -18/+18 |
| 2018-03-06 | Auto merge of #48509 - Phlosioneer:option-doc-change, r=TimNN | bors | -4/+4 |
| 2018-03-06 | Add i128 tests for intrinsics | Amanieu d'Antras | -1/+26 |
| 2018-03-06 | Add reverse_bits to integer types | Amanieu d'Antras | -0/+66 |
| 2018-03-05 | Remove seemingly unused sugarise-doc-comments Python script. | Corey Farwell | -93/+0 |
| 2018-03-06 | Auto merge of #48456 - mark-i-m:whitelist, r=alexcrichton | bors | -27/+243 |
| 2018-03-05 | Add ena to whitelist | Who? Me?! | -0/+1 |
| 2018-03-05 | Uncomment whitelist | Who? Me?! | -34/+34 |
| 2018-03-05 | Do check the deps of path deps | Mark Mansi | -32/+44 |
| 2018-03-05 | enable whitelist | Mark Mansi | -23/+23 |
| 2018-03-05 | Don't check in-tree deps | Mark Mansi | -39/+12 |
| 2018-03-05 | different versions may have different deps | Mark Mansi | -66/+84 |
| 2018-03-05 | Add a few missing deps | Mark Mansi | -0/+3 |
| 2018-03-05 | Remove spurious whitespace | Mark Mansi | -54/+54 |
| 2018-03-05 | uncomment whitelist | Mark Mansi | -55/+55 |
| 2018-03-05 | Fix alexcrichton's comments | Mark Mansi | -95/+77 |
| 2018-03-05 | Only check the whitelist for some crates | Mark Mansi | -340/+147 |
| 2018-03-05 | Get the path to cargo from rustbuild | Mark Mansi | -7/+10 |
| 2018-03-05 | Trying to get paths right... | Mark Mansi | -1/+310 |
| 2018-03-05 | MAKE IT FAILgit statusgit status | Mark Mansi | -20/+53 |
| 2018-03-05 | Comments | Mark Mansi | -1/+2 |
| 2018-03-05 | Start adding a whitelist for rustc dependencies | Mark Mansi | -9/+82 |
| 2018-03-05 | Run rustfmt on tidy/src/deps.rs | Mark Mansi | -14/+15 |
| 2018-03-05 | while let all the things | leonardo.yvens | -50/+20 |
| 2018-03-05 | Remove a couple of `isize` references from hashmap docs | Tobias Bucher | -29/+29 |
| 2018-03-05 | Fix some merge fallout. | Michael Woerister | -1/+1 |
| 2018-03-05 | Fix procedural_mbe_matching test case after libsyntax change. | Michael Woerister | -1/+1 |