| Age | Commit message (Expand) | Author | Lines |
| 2018-03-06 | Auto merge of #48642 - alexcrichton:compile-cargo-once, r=michaelwoerister | bors | -23/+92 |
| 2018-03-06 | Add RELRO run-make tests | Johannes Löthberg | -0/+34 |
| 2018-03-06 | Make relro-level=off explicitly disable RELRO | Johannes Löthberg | -6/+21 |
| 2018-03-06 | Fix trailing whitespace | Phlosioneer | -1/+1 |
| 2018-03-06 | FusedIterator will be stabilized | 1011X | -1/+1 |
| 2018-03-06 | Run rustfmt over modified files | Santiago Pastorino | -775/+1109 |
| 2018-03-06 | mir is already a reference | Santiago Pastorino | -3/+3 |
| 2018-03-06 | Make causal tracking lazy | Santiago Pastorino | -43/+113 |
| 2018-03-06 | Update env_logger to 0.5.4 | Alex Crichton | -23/+92 |
| 2018-03-06 | Fix sidebar horizontal scroll | Guillaume Gomez | -1/+1 |
| 2018-03-06 | Merge branch 'master' of https://github.com/rust-lang/rust | 1011X | -1387/+2360 |
| 2018-03-06 | rustc: Update LLVM | Alex Crichton | -1/+1 |
| 2018-03-06 | Auto merge of #48768 - kennytm:rollup, r=kennytm | bors | -384/+684 |
| 2018-03-06 | Remove nll-dump-cause flag and always track causes | Santiago Pastorino | -55/+46 |
| 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 | note a FIXME | Ralf Jung | -0/+1 |
| 2018-03-06 | make bounds on higher-kinded lifetimes a hard error in ast_validation | Ralf Jung | -161/+160 |
| 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 info message for -Wall command | Phlosioneer | -0/+17 |
| 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 | Remove IdxSet::elems | varkor | -39/+11 |
| 2018-03-06 | Remove IdxSet::each_bit | varkor | -39/+3 |
| 2018-03-06 | Remove IdxSet::reset_to_empty | varkor | -9/+4 |
| 2018-03-06 | Auto merge of #48456 - mark-i-m:whitelist, r=alexcrichton | bors | -27/+243 |
| 2018-03-05 | Remove unnecessary imports | 1011X | -4/+0 |
| 2018-03-05 | Add resource-suffix option for rustdoc | Guillaume Gomez | -27/+64 |
| 2018-03-05 | Don't generate '[+]'/'[-]' on 'empty' traits | Guillaume Gomez | -7/+18 |
| 2018-03-05 | Copy license into libcore/tests/ascii.rs | 1011X | -0/+10 |