| Age | Commit message (Expand) | Author | Lines |
| 2018-11-21 | add regression test | Niko Matsakis | -0/+13 |
| 2018-11-21 | preserve the original visibility for the "list stem" node | Niko Matsakis | -4/+0 |
| 2018-11-21 | renumber segment ids for visibilities whenever we clone them | Niko Matsakis | -7/+17 |
| 2018-11-21 | add some `debug!` into lowering | Niko Matsakis | -0/+8 |
| 2018-11-21 | track the span for each id so that we can give a nice ICE | Niko Matsakis | -29/+39 |
| 2018-11-21 | Auto merge of #56117 - petrochenkov:iempty, r=eddyb | bors | -1/+15 |
| 2018-11-21 | Auto merge of #52591 - eddyb:functional-snakes, r=oli-obk | bors | -144/+129 |
| 2018-11-21 | rustc: implement and use Default on more types. | Eduard-Mihai Burtescu | -73/+61 |
| 2018-11-21 | rustc: remove {FxHash,Node,DefId,HirId,ItemLocal}{Map,Set} "constructor" fns. | Eduard-Mihai Burtescu | -75/+72 |
| 2018-11-21 | Auto merge of #56032 - petrochenkov:stabecip, r=nikomatsakis | bors | -151/+40 |
| 2018-11-21 | resolve: Make "empty import canaries" invisible from other crates | Vadim Petrochenkov | -1/+15 |
| 2018-11-21 | Add a couple more tests | Vadim Petrochenkov | -3/+33 |
| 2018-11-21 | Stabilize `extern_crate_item_prelude` | Vadim Petrochenkov | -148/+7 |
| 2018-11-20 | Auto merge of #56111 - nrc:update, r=kennytm | bors | -71/+92 |
| 2018-11-21 | Update RLS and Rustfmt | Nick Cameron | -71/+92 |
| 2018-11-20 | Auto merge of #55720 - RalfJung:const-eval-raw, r=oli-obk | bors | -109/+138 |
| 2018-11-20 | Auto merge of #55663 - varkor:must_use-traits, r=estebank | bors | -16/+79 |
| 2018-11-20 | Auto merge of #56081 - alexcrichton:update-manifest, r=nrc | bors | -0/+2 |
| 2018-11-20 | Auto merge of #55983 - oli-obk:static_, r=Mark-Simulacrum | bors | -0/+34 |
| 2018-11-20 | Auto merge of #56049 - newpavlov:revert_51601, r=sfackler | bors | -75/+14 |
| 2018-11-19 | Add temporary renames to manifests for rustfmt/clippy | Alex Crichton | -0/+2 |
| 2018-11-19 | explain why we can use raw | Ralf Jung | -0/+4 |
| 2018-11-19 | we now do proper validation on scalars | Ralf Jung | -14/+14 |
| 2018-11-19 | use RawConst in miri | Ralf Jung | -40/+32 |
| 2018-11-19 | Make const_eval_raw query return just an AllocId | Ralf Jung | -64/+97 |
| 2018-11-19 | Auto merge of #55971 - SergioBenitez:skip-non-semantic, r=alexcrichton | bors | -6/+141 |
| 2018-11-19 | Fix change to predicates | varkor | -1/+1 |
| 2018-11-19 | Fix typo in #[must_use] message | varkor | -1/+1 |
| 2018-11-19 | Handle trait objects | varkor | -6/+24 |
| 2018-11-19 | Test for #[must_use] on traits | varkor | -0/+36 |
| 2018-11-19 | Recognise #[must_use] on traits, affecting impl Trait | varkor | -1/+14 |
| 2018-11-19 | Use general uninhabitedness checking | varkor | -14/+10 |
| 2018-11-19 | Auto merge of #56060 - nrc:save-path-fallback, r=zackmdavis | bors | -4/+17 |
| 2018-11-19 | Auto merge of #56051 - pietroalbini:rollup, r=pietroalbini | bors | -588/+1248 |
| 2018-11-19 | Rollup merge of #56059 - alexcrichton:fix-tests, r=sfackler | kennytm | -5/+54 |
| 2018-11-19 | Rollup merge of #56043 - nikomatsakis:issue-55756-via-outlives, r=eddyb | Pietro Albini | -7/+60 |
| 2018-11-19 | Rollup merge of #56027 - Xanewok:docs-backtick, r=QuietMisdreavus | Pietro Albini | -1/+1 |
| 2018-11-19 | Rollup merge of #56016 - scottmcm:vecdeque-resize-with, r=joshtriplett | Pietro Albini | -1/+39 |
| 2018-11-19 | Rollup merge of #56012 - RalfJung:unsafe-cell, r=nikomatsakis | Pietro Albini | -1/+3 |
| 2018-11-19 | Rollup merge of #56011 - CBenoit:master, r=QuietMisdreavus | Pietro Albini | -1/+1 |
| 2018-11-19 | Rollup merge of #56007 - RalfJung:non-const-call, r=oli-obk | Pietro Albini | -11/+60 |
| 2018-11-19 | Rollup merge of #55970 - RalfJung:miri-backtrace, r=@oli-obk | Pietro Albini | -78/+100 |
| 2018-11-19 | Rollup merge of #55968 - ehuss:non-mod-rs-tests, r=petrochenkov | Pietro Albini | -165/+45 |
| 2018-11-19 | Rollup merge of #55963 - stepancheg:mpsc-take-2, r=alexcrichton | Pietro Albini | -0/+172 |
| 2018-11-19 | Rollup merge of #55962 - QuietMisdreavus:tricky-spans, r=GuillaumeGomez | Pietro Albini | -1/+38 |
| 2018-11-19 | Rollup merge of #55953 - blitzerr:master, r=nikomatsakis | Pietro Albini | -102/+113 |
| 2018-11-19 | Rollup merge of #55952 - michaelwoerister:newer-clang, r=alexcrichton | Pietro Albini | -4/+4 |
| 2018-11-19 | Rollup merge of #55949 - ljedrz:return_impl_Iterator_from_Predicate_walk_tys,... | Pietro Albini | -20/+58 |
| 2018-11-19 | save-analysis: fallback to using path id | Nick Cameron | -4/+17 |
| 2018-11-18 | Increase `Duration` approximate equal threshold to 1us | Alex Crichton | -1/+1 |