| Age | Commit message (Expand) | Author | Lines |
| 2019-10-20 | Fix parameter name in documentation | Adrian Heine né Lang | -1/+1 |
| 2019-10-20 | Auto merge of #65622 - Centril:rollup-l8orba7, r=Centril | bors | -120/+186 |
| 2019-10-20 | Rollup merge of #65602 - varkor:other-candidates, r=Centril | Mazdak Farrokhzad | -4/+5 |
| 2019-10-20 | Rollup merge of #65600 - integer32llc:bye-bye-ref, r=Centril | Mazdak Farrokhzad | -2/+2 |
| 2019-10-20 | Rollup merge of #65595 - Centril:cfgspecs, r=Mark-Simulacrum | Mazdak Farrokhzad | -108/+108 |
| 2019-10-20 | Rollup merge of #65593 - RalfJung:non-const-fn, r=oli-obk | Mazdak Farrokhzad | -0/+42 |
| 2019-10-20 | Rollup merge of #65551 - sinkuu:cstring_spec, r=sfackler | Mazdak Farrokhzad | -4/+27 |
| 2019-10-20 | Rollup merge of #64996 - lzutao:inline-ptr-null, r=oli-obk | Mazdak Farrokhzad | -2/+2 |
| 2019-10-20 | Auto merge of #65497 - choller:master, r=tmiasko | bors | -5/+21 |
| 2019-10-20 | Auto merge of #65469 - mati865:libc, r=alexcrichton | bors | -34/+2 |
| 2019-10-20 | Auto merge of #65302 - msizanoen1:fix-armv7-segfault, r=alexcrichton | bors | -366/+511 |
| 2019-10-19 | Auto merge of #65094 - oxalica:linux-statx, r=alexcrichton | bors | -14/+235 |
| 2019-10-19 | Auto merge of #65599 - Manishearth:clippyup, r=Manishearth | bors | -7/+12 |
| 2019-10-19 | Fix plural mistake in emitter.rs | varkor | -4/+5 |
| 2019-10-19 | Remove unneeded `ref` from docs | Carol (Nichols || Goulding) | -2/+2 |
| 2019-10-19 | Update clippy | Manish Goregaokar | -7/+12 |
| 2019-10-19 | Rollup merge of #65505 - RalfJung:rc, r=Centril | Mazdak Farrokhzad | -110/+137 |
| 2019-10-19 | Rollup merge of #65448 - eddyb:codegen-box-less-special, r=oli-obk | Mazdak Farrokhzad | -27/+19 |
| 2019-10-19 | Rollup merge of #65226 - ssomers:master, r=bluss | Mazdak Farrokhzad | -121/+144 |
| 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 | 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 | 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 | 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 | 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 |