| Age | Commit message (Expand) | Author | Lines |
| 2018-11-14 | add test for issue #54348 | Andy Russell | -0/+21 |
| 2018-11-14 | add test for issue #55587 | Andy Russell | -0/+14 |
| 2018-11-14 | Remove extern and some return value as an attempt to make the test pass on mo... | Olivier Goffart | -7/+7 |
| 2018-11-14 | capture_disjoint_fields(rust-lang#53488) | Blitzerr | -72/+72 |
| 2018-11-14 | prettier miri backtrace printing | Ralf Jung | -3/+10 |
| 2018-11-14 | Update CI-clang to 7.0.0 for Linux dists. | Michael Woerister | -4/+4 |
| 2018-11-14 | miri: backtraces with instances | Ralf Jung | -21/+31 |
| 2018-11-14 | Revert "Fixes #46775 -- don't mutate the process's environment in Command::exec" | Alex Crichton | -111/+8 |
| 2018-11-14 | core/tests/num: Simplify `test_int_from_str_overflow()` test code | Tobias Bieniek | -16/+8 |
| 2018-11-14 | xLTO: Don't pass --plugin-opt=thin to LLD. That's not supported anymore. | Michael Woerister | -11/+0 |
| 2018-11-14 | core/char: Add comment to `to_digit()` | Tobias Bieniek | -0/+3 |
| 2018-11-14 | core/char: Drop `radix == 10` special case | Tobias Bieniek | -8/+1 |
| 2018-11-14 | Use `Mmap` to open the rmeta file. | Nicholas Nethercote | -4/+30 |
| 2018-11-14 | save-analysis: be even more aggressive about ignorning macro-generated defs | Nick Cameron | -10/+8 |
| 2018-11-14 | Auto merge of #52153 - csmoe:projeq_normal, r=scalexm | bors | -1/+44 |
| 2018-11-13 | Remove unneeded newline. | Corey Farwell | -1/+0 |
| 2018-11-14 | Wrap some query results in `Lrc`. | Nicholas Nethercote | -69/+73 |
| 2018-11-13 | Auto merge of #55912 - kennytm:rollup, r=kennytm | bors | -509/+603 |
| 2018-11-13 | core/char: Speed up `to_digit()` for `radix <= 10` | Tobias Bieniek | -5/+20 |
| 2018-11-13 | core/char: Replace condition + `panic!()` with `assert!()` | Tobias Bieniek | -3/+1 |
| 2018-11-13 | core/benches: Add `char::to_digit()` benchmarks | Tobias Bieniek | -0/+54 |
| 2018-11-13 | fix various typos in doc comments | Andy Russell | -68/+68 |
| 2018-11-13 | Implement `ProjectionEq-Normalize` | csmoe | -1/+44 |
| 2018-11-13 | Auto merge of #55356 - Aaron1011:fix/rustdoc-negative-auto, r=nikomatsakis | bors | -1/+43 |
| 2018-11-13 | hir: simplify a match expression | ljedrz | -2/+2 |
| 2018-11-13 | hir: remove an unused type alias | ljedrz | -3/+1 |
| 2018-11-13 | hir: simplify fmt::Debug for hir::Path | ljedrz | -1/+1 |
| 2018-11-13 | hir: remove an unused hir_vec macro pattern | ljedrz | -1/+0 |
| 2018-11-13 | Change sidebar selector to fix compatibility with docs.rs | cynecx | -1/+1 |
| 2018-11-13 | Fix ui tests | scalexm | -6/+6 |
| 2018-11-13 | Instantiate all bound vars existentially | scalexm | -65/+68 |
| 2018-11-13 | Use a dummy outlives requirement for `where Type:,` (see #53696) | scalexm | -20/+20 |
| 2018-11-13 | Reorder code in `rustc::traits::structural_impls` | scalexm | -340/+340 |
| 2018-11-13 | Bypass ppaux for `Outlives` predicates | scalexm | -18/+48 |
| 2018-11-13 | Provide program clauses for builtin types | scalexm | -229/+512 |
| 2018-11-13 | Adjust documentation | scalexm | -3/+8 |
| 2018-11-13 | Pretty print quantified goals and clauses | scalexm | -79/+198 |
| 2018-11-13 | Replace type params with bound vars in `rustc_traits::lowering` | scalexm | -61/+143 |
| 2018-11-13 | Rollup merge of #55722 - RalfJung:impl-stable-hash, r=varkor | kennytm | -377/+192 |
| 2018-11-13 | Rollup merge of #55136 - GuillaumeGomez:short-doc, r=QuietMisdreavus | kennytm | -35/+78 |
| 2018-11-13 | Rollup merge of #55908 - KWierso:patch-1, r=wesleywiser | kennytm | -1/+1 |
| 2018-11-13 | Rollup merge of #55905 - nnethercote:short_name-to-literal_name, r=Mark-Simul... | kennytm | -8/+8 |
| 2018-11-13 | Rollup merge of #55896 - rust-lang:opt-fuse, r=shepmaster | kennytm | -1/+1 |
| 2018-11-13 | Rollup merge of #55889 - RalfJung:global-alloc, r=alexcrichton | kennytm | -0/+9 |
| 2018-11-13 | Rollup merge of #55888 - RalfJung:alloc-extra, r=oli-obk | kennytm | -12/+13 |
| 2018-11-13 | Rollup merge of #55882 - hugwijst:rc_return_crate_inherent_impls, r=Mark-Simu... | kennytm | -3/+4 |
| 2018-11-13 | Rollup merge of #55879 - Xanewok:dont-panic-with-globs, r=nrc | kennytm | -15/+19 |
| 2018-11-13 | Rollup merge of #55874 - denisvasilik:docs, r=alexcrichton | kennytm | -0/+41 |
| 2018-11-13 | Rollup merge of #55870 - waywardmonkeys:typo-fixes, r=wesleywiser | kennytm | -22/+22 |
| 2018-11-13 | Rollup merge of #55863 - dwijnand:patch-1, r=bluss | kennytm | -1/+1 |