| Age | Commit message (Expand) | Author | Lines |
| 2019-06-07 | Make `i*::signum` a `const fn`. | Dylan MacKenzie | -6/+3 |
| 2019-06-07 | Auto merge of #61622 - Centril:rollup-6ivvmul, r=Centril | bors | -125/+242 |
| 2019-06-07 | Rollup merge of #61618 - RalfJung:error, r=oli-obk | Mazdak Farrokhzad | -1/+6 |
| 2019-06-07 | Rollup merge of #61605 - GuillaumeGomez:const-generic-display, r=varkor | Mazdak Farrokhzad | -1/+16 |
| 2019-06-07 | Rollup merge of #61603 - Goirad:increase-sgx-heapsize, r=alexcrichton | Mazdak Farrokhzad | -0/+2 |
| 2019-06-07 | Rollup merge of #61599 - laumann:pin-docs-minor-edits, r=Centril | Mazdak Farrokhzad | -20/+21 |
| 2019-06-07 | Rollup merge of #61586 - alexcrichton:asmjs-no-assertions, r=pietroalbini | Mazdak Farrokhzad | -0/+8 |
| 2019-06-07 | Rollup merge of #61532 - wesleywiser:const_prop_more, r=oli-obk | Mazdak Farrokhzad | -30/+136 |
| 2019-06-07 | Rollup merge of #61332 - kennethbgoodin:borrowck-remove-asterisk-suggestion, ... | Mazdak Farrokhzad | -73/+53 |
| 2019-06-07 | Fix slice const generic length display | Guillaume Gomez | -1/+16 |
| 2019-06-07 | add doc comment for EvalError | Ralf Jung | -0/+5 |
| 2019-06-07 | make the backtrace field of EvalError private | Ralf Jung | -1/+1 |
| 2019-06-07 | Auto merge of #61209 - matthewjasper:const-tuple-constructors, r=oli-obk | bors | -168/+516 |
| 2019-06-07 | libcore/pin: Minor grammar corrections for module documentation | Thomas Bracht Laumann Jespersen | -20/+21 |
| 2019-06-07 | Auto merge of #61541 - petrochenkov:tsp, r=oli-obk | bors | -959/+978 |
| 2019-06-07 | Auto merge of #61408 - varkor:fmin-fmax-llvm-intrinsics, r=alexcrichton | bors | -57/+102 |
| 2019-06-06 | Bless test output | Wesley Wiser | -0/+12 |
| 2019-06-06 | increase max heapsize available during sgx tests | Dario Gonzalez | -0/+2 |
| 2019-06-06 | Auto merge of #61601 - Centril:rollup-uegbsns, r=Centril | bors | -117/+174 |
| 2019-06-06 | Rollup merge of #61591 - christianpoveda:patch-1, r=jonas-schievink | Mazdak Farrokhzad | -0/+1 |
| 2019-06-06 | Rollup merge of #61585 - lnicola:mailmap, r=Mark-Simulacrum | Mazdak Farrokhzad | -0/+1 |
| 2019-06-06 | Rollup merge of #61559 - spastorino:make-visitors-iterate, r=oli-obk | Mazdak Farrokhzad | -77/+87 |
| 2019-06-06 | Rollup merge of #61554 - spastorino:change_visit_api, r=oli-obk | Mazdak Farrokhzad | -39/+44 |
| 2019-06-06 | Rollup merge of #61376 - czipperz:bound-cloned, r=sfackler | Mazdak Farrokhzad | -1/+41 |
| 2019-06-06 | Add intrinsics for floating-point min and max | varkor | -37/+82 |
| 2019-06-06 | Update compiler_builtins | varkor | -20/+20 |
| 2019-06-06 | Update .mailmap | Christian Poveda | -0/+1 |
| 2019-06-06 | Make sure constructors functions are type checked correctly | Matthew Jasper | -0/+127 |
| 2019-06-06 | Make constructors actually be const functions | Matthew Jasper | -13/+237 |
| 2019-06-06 | Don't run MIR passes on constructor shims | Matthew Jasper | -155/+152 |
| 2019-06-06 | ci: Disable LLVM/debug assertions for asmjs builder | Alex Crichton | -0/+8 |
| 2019-06-06 | Update .mailmap with my name | Laurențiu Nicola | -0/+1 |
| 2019-06-06 | [const-prop] Handle Rvalue::Len | Wesley Wiser | -23/+46 |
| 2019-06-06 | [const-prop] Handle ProjectionElem::Deref | Wesley Wiser | -0/+27 |
| 2019-06-06 | [const-prop] Handle Rvalue::Ref | Wesley Wiser | -1/+22 |
| 2019-06-06 | [const-prop] Fix ICE when casting function pointers | Wesley Wiser | -6/+29 |
| 2019-06-06 | Auto merge of #61583 - Centril:rollup-ug2cbfd, r=Centril | bors | -32/+36 |
| 2019-06-06 | Rollup merge of #61582 - matthiaskrgr:submodule_upd, r=oli-obk | Mazdak Farrokhzad | -11/+7 |
| 2019-06-06 | Rollup merge of #61571 - czipperz:needs_drop-doc-escape-HashMap, r=Mark-Simul... | Mazdak Farrokhzad | -2/+2 |
| 2019-06-06 | Rollup merge of #61557 - alexcrichton:build-less, r=pietroalbini | Mazdak Farrokhzad | -1/+9 |
| 2019-06-06 | Rollup merge of #61556 - phansch:emitter_cleanup, r=estebank | Mazdak Farrokhzad | -18/+18 |
| 2019-06-06 | Address review comments | Vadim Petrochenkov | -16/+19 |
| 2019-06-06 | Some code cleanup and tidy/test fixes | Vadim Petrochenkov | -101/+109 |
| 2019-06-06 | syntax: Use `Token` in visitors and fix a mut visitor test | Vadim Petrochenkov | -17/+25 |
| 2019-06-06 | syntax: Switch function parameter order in `TokenTree::token` | Vadim Petrochenkov | -62/+63 |
| 2019-06-06 | syntax: Use `Token` in some more places | Vadim Petrochenkov | -6/+6 |
| 2019-06-06 | syntax: Remove duplicate span from `token::Ident` | Vadim Petrochenkov | -184/+181 |
| 2019-06-06 | syntax: Remove duplicate span from `token::Lifetime` | Vadim Petrochenkov | -36/+39 |
| 2019-06-06 | syntax: Add some helper methods to `Token` | Vadim Petrochenkov | -62/+64 |
| 2019-06-06 | syntax: Use `Token` in `Parser` | Vadim Petrochenkov | -126/+126 |