| Age | Commit message (Expand) | Author | Lines |
| 2019-02-20 | Fixes #58586: Make E0505 explain example fail for 2018 edition | Alex Gurganus | -3/+16 |
| 2019-02-19 | Auto merge of #57896 - oli-obk:permissive_existence, r=cramertj | bors | -79/+548 |
| 2019-02-19 | Auto merge of #58571 - Manishearth:rustup, r=Manishearth | bors | -17/+15 |
| 2019-02-19 | Update clippy to rust-lang/rust-clippy@d61b25419be | Manish Goregaokar | -7/+9 |
| 2019-02-19 | Auto merge of #56514 - ollie27:rustdoc_test_libdir, r=QuietMisdreavus | bors | -22/+5 |
| 2019-02-19 | Auto merge of #58503 - varkor:const-generics-hir, r=petrochenkov | bors | -191/+390 |
| 2019-02-18 | Auto merge of #58543 - jonas-schievink:bumpstrap, r=pietroalbini | bors | -1/+1 |
| 2019-02-18 | Auto merge of #58549 - pietroalbini:fix-docker-ci-hash, r=Mark-Simulacrum | bors | -3/+3 |
| 2019-02-18 | ci: fix docker cache hash collision | Pietro Albini | -3/+3 |
| 2019-02-18 | Add constant_time_eq to license exception list of tidy tool | flip1995 | -0/+1 |
| 2019-02-18 | Update Cargo.toml of rustc-workspace-hack | flip1995 | -1/+1 |
| 2019-02-18 | Update rustfmt to rust-lang/rustfmt@d6829d | flip1995 | -5/+5 |
| 2019-02-18 | Update RLS to rust-lang/rls@0d6f53 | flip1995 | -0/+0 |
| 2019-02-18 | Update Clippy to rust-lang/rust-clippy@32ee30 | flip1995 | -12/+7 |
| 2019-02-18 | Auto merge of #58541 - kennytm:fix-publish-toolstate-py-again, r=oli-obk | bors | -3/+3 |
| 2019-02-18 | Auto merge of #58373 - RalfJung:maybe-uninit, r=gnzlbg | bors | -9/+7 |
| 2019-02-17 | Bump the bootstrap compiler | Jonas Schievink | -1/+1 |
| 2019-02-17 | publish_toolstate.py: further fix the runtime errors | kennytm | -3/+3 |
| 2019-02-17 | Auto merge of #58416 - cuviper:dist-linux-gcc, r=alexcrichton | bors | -111/+312 |
| 2019-02-17 | update stdsimd | Ralf Jung | -0/+0 |
| 2019-02-17 | Auto merge of #58495 - kennytm:rollup, r=kennytm | bors | -300/+819 |
| 2019-02-17 | Rollup merge of #58521 - sfackler:error-iter-issue, r=withoutboats | kennytm | -4/+4 |
| 2019-02-17 | Rollup merge of #58509 - phansch:add_myself_to_clippy_toolstate_maintainers, ... | kennytm | -179/+218 |
| 2019-02-17 | Rollup merge of #58496 - nathan:doc-std-path-pathbuf-pop, r=frewsxcv | kennytm | -2/+1 |
| 2019-02-17 | Rollup merge of #58395 - vi:checked_duration_since, r=dtolnay | kennytm | -0/+61 |
| 2019-02-17 | Rollup merge of #57929 - GuillaumeGomez:rustodc-remove-old-style-files, r=oll... | kennytm | -23/+64 |
| 2019-02-17 | Rollup merge of #58489 - xfix:fix-keyword-tests-runtime-error, r=alexcrichton | kennytm | -2/+2 |
| 2019-02-17 | Rollup merge of #58479 - saleemjaffer:test_promote_evaluation_unused_result, ... | kennytm | -0/+8 |
| 2019-02-17 | Auto merge of #58477 - rust-lang:fix-publish-toolstate-syntax-error, r=oli-obk | bors | -3/+3 |
| 2019-02-16 | Fix tracking issue for error iterators | Steven Fackler | -4/+4 |
| 2019-02-16 | Add a test for const parameter uppercase lint | varkor | -0/+27 |
| 2019-02-16 | Don't abort early when collecting const generics | varkor | -4/+19 |
| 2019-02-16 | Check for Const param in collect | varkor | -4/+4 |
| 2019-02-16 | Notify myself when Clippy toolstate changes | Philipp Hansch | -1/+1 |
| 2019-02-16 | Rollup merge of #58468 - RalfJung:maybe-uninit-split, r=Centril | kennytm | -33/+55 |
| 2019-02-16 | Rollup merge of #58448 - euclio:missing-summaries, r=QuietMisdreavus | kennytm | -1/+6 |
| 2019-02-16 | Rollup merge of #58440 - gnzlbg:v6, r=japaric | kennytm | -0/+2 |
| 2019-02-16 | Rollup merge of #58438 - cuviper:posix_spawn_file_actions_addchdir_np, r=alex... | kennytm | -2/+22 |
| 2019-02-16 | Rollup merge of #58433 - RalfJung:miri-mark-tests, r=TimNN | kennytm | -79/+150 |
| 2019-02-16 | Rollup merge of #58429 - RalfJung:box, r=TimNN | kennytm | -3/+8 |
| 2019-02-16 | Rollup merge of #58359 - taiki-e:impl_snapshot_for, r=oli-obk | kennytm | -8/+6 |
| 2019-02-16 | Rollup merge of #58306 - GuillaumeGomez:crate-browser-history, r=QuietMisdreavus | kennytm | -1/+1 |
| 2019-02-16 | Rollup merge of #58293 - xfix:patch-16, r=Mark-Simulacrum | kennytm | -23/+7 |
| 2019-02-16 | Rollup merge of #58196 - varkor:const-fn-feature-gate-error, r=oli-obk | kennytm | -103/+352 |
| 2019-02-16 | Rollup merge of #58074 - scottmcm:stabilize-sort_by_cached_key, r=SimonSapin | kennytm | -14/+9 |
| 2019-02-16 | Rollup merge of #57981 - Zoxc:fix-57979, r=nikomatsakis | kennytm | -1/+60 |
| 2019-02-15 | Fix rebase issue | varkor | -2/+2 |
| 2019-02-15 | Update tests | varkor | -12/+12 |
| 2019-02-15 | Take Const into account with nonstandard style lint | varkor | -0/+10 |
| 2019-02-15 | Drive-by cleanup | varkor | -20/+10 |