| Age | Commit message (Expand) | Author | Lines |
| 2018-03-02 | Replace Rc with Lrc for shared data | John Kåre Alsaker | -413/+435 |
| 2018-03-02 | Fix Decodable impl for Arc | John Kåre Alsaker | -1/+1 |
| 2018-03-02 | Optimize str::repeat | Shotaro Yamada | -3/+35 |
| 2018-03-02 | Remove print_what_bootstrap_means | Phlosioneer | -27/+8 |
| 2018-03-02 | Auto merge of #48653 - Manishearth:rollup2, r=Manishearth | bors | -334/+703 |
| 2018-03-01 | rustbuild: Pass `ccache` to build scripts | Alex Crichton | -5/+28 |
| 2018-03-01 | Auto merge of #47861 - sgrif:sg-rebase-chalkify-universe-refactorings, r=niko... | bors | -1315/+660 |
| 2018-03-01 | rustc: More stable hashes of command line arguments | Alex Crichton | -130/+71 |
| 2018-03-01 | rustfmt over error_reporting, explain_borrow and region_infer mods | Santiago Pastorino | -454/+513 |
| 2018-03-01 | Make explain borrow work for Universal lifetimes | Santiago Pastorino | -22/+127 |
| 2018-03-01 | Refactor note_and_explain_region to call note_and_explain_free_region | Santiago Pastorino | -86/+92 |
| 2018-03-01 | Rollup merge of #48570 - Amanieu:aarch64_features, r=alexcrichton | kennytm | -9/+17 |
| 2018-03-01 | Rollup merge of #48610 - ishitatsuyuki:ishitatsuyuki-patch-1, r=nikomatsakis | Manish Goregaokar | -0/+43 |
| 2018-03-01 | Rollup merge of #48585 - stjepang:stabilize-localkey-try_with, r=alexcrichton | Manish Goregaokar | -141/+43 |
| 2018-03-01 | Rollup merge of #48572 - alexcrichton:noexcept-msvc2, r=eddyb | Manish Goregaokar | -6/+127 |
| 2018-03-01 | Rollup merge of #48522 - etaoins:fix-find-width-of-character-at-span-bounds-c... | Manish Goregaokar | -8/+55 |
| 2018-03-01 | Rollup merge of #48500 - petrochenkov:parpat, r=nikomatsakis | Manish Goregaokar | -107/+166 |
| 2018-03-01 | Rollup merge of #48446 - mark-i-m:e0245, r=mark-i-m | Manish Goregaokar | -17/+45 |
| 2018-03-01 | Rollup merge of #48405 - kennytm:autotoolstate-follow-up, r=Mark-Simulacrum | Manish Goregaokar | -46/+207 |
| 2018-03-01 | Add comment explaining when posix_spawn() can be supported. | Bryan Drewery | -0/+2 |
| 2018-03-01 | posix_spawn() on OSX supports returning ENOENT. | Bryan Drewery | -2/+2 |
| 2018-03-01 | Document why we download rust-mingw | Segev Finer | -0/+3 |
| 2018-03-01 | Bump ena | Sean Griffin | -4/+4 |
| 2018-03-01 | Fix breakage in rustdoc | Sean Griffin | -1/+6 |
| 2018-03-01 | Fix bad rebase | Sean Griffin | -2/+2 |
| 2018-03-01 | Re-add some removed uses of `Kind` | Sean Griffin | -1/+1 |
| 2018-03-01 | Remove dead code | Sean Griffin | -798/+0 |
| 2018-03-01 | change skolemizations to use universe index | Sean Griffin | -24/+34 |
| 2018-03-01 | fix tests in `librustc_driver` | Niko Matsakis | -1/+2 |
| 2018-03-01 | fix tidy error | Niko Matsakis | -1/+4 |
| 2018-03-01 | change skolemizations to use universe index | Niko Matsakis | -10/+17 |
| 2018-03-01 | add universes to type inference variables | Niko Matsakis | -55/+132 |
| 2018-03-01 | remove unnecessary clause propagating divergence | Niko Matsakis | -8/+0 |
| 2018-03-01 | have `probe()` return `TypeVariableValue` | Niko Matsakis | -35/+46 |
| 2018-03-01 | correct subtle bug in the type variable code | Niko Matsakis | -108/+63 |
| 2018-03-01 | store type values in the unification table directly | Niko Matsakis | -98/+176 |
| 2018-03-01 | obtain `UnificationTable` and `snapshot_vec` from `ena` instead | Niko Matsakis | -65/+88 |
| 2018-03-01 | kill supporting code from type-variable defaults | Niko Matsakis | -151/+18 |
| 2018-03-01 | kill custom type inference defaults (these don't really work anyway) | Niko Matsakis | -31/+16 |
| 2018-03-01 | make `Default` Copy and Clone | Niko Matsakis | -3/+3 |
| 2018-03-01 | use `{}` for `Known` variant just for more parity | Niko Matsakis | -6/+8 |
| 2018-03-01 | introduce `UniverseIndex` into `ParamEnv` | Niko Matsakis | -12/+66 |
| 2018-03-01 | add some comments to `Obligation` | Niko Matsakis | -1/+12 |
| 2018-03-01 | introduce `Universe` struct | Niko Matsakis | -0/+62 |
| 2018-03-01 | Restore the download of rust-mingw | Segev Finer | -0/+5 |
| 2018-03-01 | Auto merge of #46785 - leodasvacas:type-check-defaults-at-declaration, r=niko... | bors | -23/+231 |
| 2018-03-01 | Fix spelling s/casted/cast/ | Lukas Lueg | -18/+18 |
| 2018-03-01 | Fix braces | Scott McMurray | -4/+2 |
| 2018-03-01 | Add a Zip::nth test for side effects | Scott McMurray | -0/+20 |
| 2018-03-01 | Specialize Zip::nth for TrustedRandomAccess | Scott McMurray | -0/+84 |