| Age | Commit message (Expand) | Author | Lines |
| 2019-01-05 | use the correct supertrait substitution in `object_ty_for_trait` | Ariel Ben-Yehuda | -9/+47 |
| 2019-01-05 | Rollup merge of #57343 - Xanewok:querify-access-levels, r=nikomatsakis | kennytm | -17/+10 |
| 2019-01-05 | Rollup merge of #57342 - phansch:make_public, r=Centril | kennytm | -1/+1 |
| 2019-01-05 | Rollup merge of #57338 - QuietMisdreavus:doctest-file-name, r=GuillaumeGomez | kennytm | -2/+9 |
| 2019-01-05 | Rollup merge of #57326 - king6cong:doc, r=rkruppe | kennytm | -2/+2 |
| 2019-01-05 | Rollup merge of #57314 - wiktorkuchta:master, r=Centril | kennytm | -32/+32 |
| 2019-01-05 | Rollup merge of #57313 - Nemo157:box-to-pin, r=cramertj | kennytm | -5/+15 |
| 2019-01-05 | Rollup merge of #57312 - Mendess2526:master, r=Centril | kennytm | -2/+2 |
| 2019-01-05 | Rollup merge of #57311 - dlrobertson:fix_valist_copy, r=KodrAus | kennytm | -1/+1 |
| 2019-01-05 | Rollup merge of #57295 - d-e-s-o:topic/be-be, r=zackmdavis | kennytm | -4/+4 |
| 2019-01-05 | Rollup merge of #57278 - mati865:config_clippy, r=alexcrichton | kennytm | -1/+1 |
| 2019-01-05 | Rollup merge of #57273 - alexcrichton:update-stdsimd, r=nikomatsakis | kennytm | -0/+1 |
| 2019-01-05 | Rollup merge of #57267 - rust-lang:SimonSapin-patch-1, r=varkor | kennytm | -32/+0 |
| 2019-01-05 | Rollup merge of #57249 - frewsxcv:frewsxcv-second-edition, r=KodrAus | kennytm | -149/+149 |
| 2019-01-05 | Rollup merge of #57238 - Zoxc:bt-fix, r=alexcrichton | kennytm | -1/+10 |
| 2019-01-05 | Rollup merge of #57233 - Smibu:rename-and-fix-nolink-test, r=alexcrichton | kennytm | -13/+12 |
| 2019-01-05 | Rollup merge of #57229 - mikeyhew:fix-56806, r=varkor | kennytm | -5/+37 |
| 2019-01-05 | Rollup merge of #57219 - matthewjasper:mir-cleanup, r=nikomatsakis | kennytm | -71/+9 |
| 2019-01-05 | Auto merge of #57145 - RalfJung:panic-if-uninhabited, r=alexcrichton | bors | -53/+96 |
| 2019-01-05 | Remove `Region` from HAIR | Matthew Jasper | -55/+34 |
| 2019-01-05 | Auto merge of #57101 - o01eg:fix-57014, r=alexcrichton | bors | -21/+26 |
| 2019-01-05 | Don't actually create a full MIR stack frame when not needed | Oliver Scherer | -3/+27 |
| 2019-01-05 | Auto merge of #57099 - davidtwco:issue-57098, r=nikomatsakis | bors | -39/+49 |
| 2019-01-05 | Auto merge of #56837 - arielb1:nonprincipal-trait-objects, r=nikomatsakis | bors | -453/+815 |
| 2019-01-05 | Auto merge of #56145 - weiznich:re_rebalance_coherence, r=nikomatsakis | bors | -267/+1648 |
| 2019-01-04 | use `delay_span_bug` instead of `bug!` when doing layout sanity check | Michael Hewson | -5/+37 |
| 2019-01-04 | Auto merge of #56079 - mark-i-m:patch-1, r=nikomatsakis | bors | -0/+6 |
| 2019-01-04 | add test for #57162 | Ariel Ben-Yehuda | -0/+7 |
| 2019-01-04 | add some debug logging to collect | Ariel Ben-Yehuda | -2/+6 |
| 2019-01-04 | Auto merge of #56897 - euclio:parse-fatal, r=estebank | bors | -134/+451 |
| 2019-01-04 | librustc_mir: Make qualify_min_const_fn module public | Philipp Hansch | -1/+1 |
| 2019-01-04 | review comments | Esteban Küber | -3/+3 |
| 2019-01-04 | Remove unused name from CrateAnalysis | Igor Matuszewski | -3/+0 |
| 2019-01-04 | Replace CrateAnalysis::access_levels with query | Igor Matuszewski | -14/+10 |
| 2019-01-04 | Fix repeated word in astconv.rs | wiktorkuchta | -2/+2 |
| 2019-01-04 | Update src/librustc/ty/fold.rs | Artem Varaksa | -1/+1 |
| 2019-01-04 | Auto merge of #56723 - oli-obk:lazy_const, r=nikomatsakis | bors | -584/+486 |
| 2019-01-04 | force binary filename for compiled doctests | QuietMisdreavus | -2/+9 |
| 2019-01-04 | Bump stage0 | Eric Huss | -1/+1 |
| 2019-01-04 | Auto merge of #56074 - matthewjasper:forbid-recursive-impl-trait, r=nikomatsakis | bors | -11/+342 |
| 2019-01-04 | alphabetize marker traits when printed | Ariel Ben-Yehuda | -12/+25 |
| 2019-01-04 | Auto merge of #55986 - cjgillot:issue-45510, r=nikomatsakis | bors | -145/+309 |
| 2019-01-04 | Update tests changed by rebase | Georg Semmler | -4/+39 |
| 2019-01-04 | Auto merge of #57315 - ehuss:update-cargo, r=alexcrichton | bors | -0/+2 |
| 2019-01-04 | Auto merge of #56958 - alexcrichton:upgrade-docker, r=kennytm | bors | -4/+6 |
| 2019-01-04 | Doc rewording, use the same name `writer` | king6cong | -2/+2 |
| 2019-01-04 | implement a hack to make traitobject 0.1.0 compile | Ariel Ben-Yehuda | -90/+478 |
| 2019-01-04 | Revert "add coherence future-compat warnings for marker-only trait objects" | Ariel Ben-Yehuda | -254/+54 |
| 2019-01-04 | Revert "fix stupid bug" | Ariel Ben-Yehuda | -48/+38 |
| 2019-01-04 | add comment to <List<ExistentialPredicates>>::principal | Ariel Ben-Yehuda | -1/+25 |