| Age | Commit message (Expand) | Author | Lines |
| 2019-10-19 | Rollup merge of #65192 - estebank:restrict-bound, r=matthewjasper | Mazdak Farrokhzad | -243/+847 |
| 2019-10-19 | Rollup merge of #64007 - estebank:overlapping-patterns, r=matthewjasper | Mazdak Farrokhzad | -115/+317 |
| 2019-10-19 | show the proper diagnostics | Ralf Jung | -2/+17 |
| 2019-10-19 | add test for calling non-const fn | Ralf Jung | -0/+27 |
| 2019-10-19 | clarify const_prop ICE protection comment | Ralf Jung | -8/+10 |
| 2019-10-19 | do all the same edits with Arc | Ralf Jung | -51/+65 |
| 2019-10-19 | some more Rc tweaks | Ralf Jung | -10/+12 |
| 2019-10-19 | move parse_cfgspecs to rustc_interface | Mazdak Farrokhzad | -108/+108 |
| 2019-10-19 | Update ui output | Oliver Scherer | -6/+6 |
| 2019-10-19 | Stabilize `Option::flatten` | Ethan Brierley | -4/+1 |
| 2019-10-19 | Auto merge of #64890 - wesleywiser:const_prop_rvalue, r=oli-obk | bors | -94/+354 |
| 2019-10-19 | the exampleis about drop, not (de)allocation | Ralf Jung | -2/+2 |
| 2019-10-19 | reduce version number to the smallest required version | Stefan Lankes | -1/+1 |
| 2019-10-19 | Rollup merge of #65576 - sunfishcode:main-needs-argc-argv, r=alexcrichton | Mazdak Farrokhzad | -7/+28 |
| 2019-10-19 | Rollup merge of #65545 - nnethercote:more-symbol-cleanups, r=petrochenkov | Mazdak Farrokhzad | -11/+11 |
| 2019-10-19 | Rollup merge of #65542 - estebank:kill-static-methods, r=Centril | Mazdak Farrokhzad | -46/+72 |
| 2019-10-19 | Rollup merge of #65485 - ecstatic-morse:const-validation-mismatch-ugliness, r... | Mazdak Farrokhzad | -17/+83 |
| 2019-10-19 | Rollup merge of #65252 - petrochenkov:deriveholders2, r=matthewjasper | Mazdak Farrokhzad | -49/+55 |
| 2019-10-19 | Rollup merge of #65174 - SimonSapin:zero-box, r=alexcrichton | Mazdak Farrokhzad | -3/+33 |
| 2019-10-18 | reworded loop value sentence | Yves Dorfsman | -2/+3 |
| 2019-10-18 | Improve comments and structure of `ConstProp::const_prop()` | Wesley Wiser | -32/+50 |
| 2019-10-18 | Don't ICE when evaluating writes to uninhabited enum variants | Wesley Wiser | -13/+48 |
| 2019-10-18 | Cleanup const_prop() some | Wesley Wiser | -72/+75 |
| 2019-10-18 | [const-prop] Handle MIR Rvalue::Box | Wesley Wiser | -18/+57 |
| 2019-10-18 | Uninitialized boxes: add test for zero-size allocations | Simon Sapin | -0/+20 |
| 2019-10-19 | Fix rebase | Vadim Petrochenkov | -2/+2 |
| 2019-10-19 | privacy: Avoid one more `unwrap` causing an ICE in rustdoc | Vadim Petrochenkov | -5/+14 |
| 2019-10-19 | expand: Simplify expansion of derives | Vadim Petrochenkov | -40/+28 |
| 2019-10-19 | resolve: Mark macros starting with an underscore as used | Vadim Petrochenkov | -3/+12 |
| 2019-10-18 | Rollup merge of #65552 - JohnTitor:use-bitwise-not, r=Dylan-DPC | Tyler Mandry | -2/+2 |
| 2019-10-18 | Rollup merge of #65549 - t-rapp:tr-wrapping-rotate-docs, r=jonas-schievink | Tyler Mandry | -2/+2 |
| 2019-10-18 | Rollup merge of #65540 - guanqun:extend-t-macro, r=nikomatsakis | Tyler Mandry | -1/+8 |
| 2019-10-18 | Rollup merge of #65535 - eddyb:sliced-predicates, r=nikomatsakis | Tyler Mandry | -138/+120 |
| 2019-10-18 | Rollup merge of #65532 - tshepang:shorten-intro, r=Dylan-DPC | Tyler Mandry | -2/+5 |
| 2019-10-18 | Rollup merge of #65513 - RalfJung:fmt, r=Mark-Simulacrum | Tyler Mandry | -44/+67 |
| 2019-10-18 | Rollup merge of #65511 - Xanewok:sa-nest-in-impls, r=pnkfelix | Tyler Mandry | -9/+27 |
| 2019-10-18 | Rollup merge of #65498 - SimonSapin:plugin-help, r=Centril | Tyler Mandry | -78/+84 |
| 2019-10-18 | Rollup merge of #65496 - tspiteri:euc-div-panic, r=KodrAus | Tyler Mandry | -2/+10 |
| 2019-10-18 | Rollup merge of #65493 - GuillaumeGomez:long-err-explanation-E0584, r=kinnison | Tyler Mandry | -1/+29 |
| 2019-10-18 | Rollup merge of #65480 - nnethercote:rm-iterate_until_fixed_size, r=nikomatsakis | Tyler Mandry | -27/+29 |
| 2019-10-18 | Rollup merge of #65472 - Zoxc:sharded-dep-graph-2, r=nikomatsakis | Tyler Mandry | -15/+44 |
| 2019-10-18 | Rollup merge of #65455 - nnethercote:avoid-unnecessary-TokenTree-to-TokenStre... | Tyler Mandry | -36/+41 |
| 2019-10-18 | Rollup merge of #65364 - XiangQingW:master, r=estebank | Tyler Mandry | -3/+39 |
| 2019-10-18 | Rollup merge of #65334 - GuillaumeGomez:long-err-explanation-E0575, r=kinnison | Tyler Mandry | -2/+54 |
| 2019-10-18 | Rollup merge of #65201 - tmiasko:no-bindings, r=rkruppe | Tyler Mandry | -9/+1 |
| 2019-10-18 | Rollup merge of #65197 - spastorino:place-mut-visitor-adjusts2, r=oli-obk | Tyler Mandry | -122/+301 |
| 2019-10-18 | Rollup merge of #65016 - lzutao:inline-mem-constfn, r=oli-obk | Tyler Mandry | -2/+2 |
| 2019-10-18 | use latest version of libc, remove obsolete code | Stefan Lankes | -20/+1 |
| 2019-10-18 | review comments | Esteban Küber | -5/+7 |
| 2019-10-18 | Ignore a test on musl because its ui output differs | Oliver Scherer | -0/+3 |