| Age | Commit message (Expand) | Author | Lines |
| 2018-06-01 | Fix processing mod with multi-level path on Windows | Evgenii Pashkin | -1/+8 |
| 2018-06-01 | Auto merge of #51181 - mbrubeck:prelude, r=petrochenkov | bors | -1/+60 |
| 2018-06-01 | Auto merge of #51060 - michaelwoerister:thread-safe-consts, r=Zoxc | bors | -115/+449 |
| 2018-06-01 | Remove outdated AllocId decoding function. | Michael Woerister | -42/+1 |
| 2018-06-01 | Make metadata decoding use AllocDecodingState/Session. | Michael Woerister | -35/+19 |
| 2018-06-01 | Make const decoding from the incremental cache thread-safe. | Michael Woerister | -42/+181 |
| 2018-06-01 | Add TinyList data structure. | Michael Woerister | -0/+252 |
| 2018-06-01 | Auto merge of #51225 - oli-obk:miri_oob_ptr, r=eddyb | bors | -20/+35 |
| 2018-06-01 | Auto merge of #51171 - faern:const-bswap-ctpop-cttz-ctlz, r=oli-obk | bors | -4/+75 |
| 2018-06-01 | Auto merge of #50836 - jsgf:arc-downcast, r=SimonSapin | bors | -10/+153 |
| 2018-05-31 | Auto merge of #51096 - matthewjasper:reverse-normalization-bounds, r=nikomats... | bors | -5/+82 |
| 2018-05-31 | Fix up Any doc examples | Jeremy Fitzhardinge | -3/+3 |
| 2018-05-31 | Update `Arc` and `Rc` to use `NonNull::cast` to cast the inner pointers | Jeremy Fitzhardinge | -17/+6 |
| 2018-05-31 | Implement `downcast` for `Arc<Any + Send + Sync>` | Jeremy Fitzhardinge | -0/+64 |
| 2018-05-31 | Add implementations for Any + Send + Sync | Jeremy Fitzhardinge | -0/+90 |
| 2018-05-31 | Rollup merge of #51240 - nnethercote:parse-2, r=nikomatsakis | Guillaume Gomez | -5/+3 |
| 2018-05-31 | Rollup merge of #51227 - uuttff8:master, r=dtolnay | Guillaume Gomez | -4/+4 |
| 2018-05-31 | Rollup merge of #51213 - nicokoch:copy_permissions, r=cramertj | Guillaume Gomez | -5/+5 |
| 2018-05-31 | Rollup merge of #51193 - GuillaumeGomez:fixes-style-issues, r=QuietMisdreavus | Guillaume Gomez | -8/+33 |
| 2018-05-31 | Rollup merge of #51146 - dlrobertson:fix_51102, r=estebank | Guillaume Gomez | -3/+82 |
| 2018-05-31 | Rollup merge of #49546 - GuillaumeGomez:stabilize-short-error-format, r=oli-obk | Guillaume Gomez | -17/+5 |
| 2018-05-31 | Register outlives predicates from queries the right way around. | Matthew Jasper | -5/+82 |
| 2018-05-31 | Make short-error format GNU compatible | Guillaume Gomez | -3/+3 |
| 2018-05-31 | Stabilize short error format | Guillaume Gomez | -14/+2 |
| 2018-05-31 | Auto merge of #51050 - symphorien:fstatat, r=kennytm | bors | -12/+33 |
| 2018-05-31 | Rename num -> bits and num -> out_val | Linus Färnstrand | -6/+6 |
| 2018-05-31 | Rename bytes -> bits | Linus Färnstrand | -8/+8 |
| 2018-05-31 | libstd/sys/unix/fs.rs: fix compilation on fuchsia | Guillaume Girol | -1/+1 |
| 2018-05-31 | Rewrite numeric_intrinsic without macro | Linus Färnstrand | -28/+11 |
| 2018-05-31 | Add test for intrinsics::bswap | Linus Färnstrand | -0/+23 |
| 2018-05-31 | Make ctpop, cttz, ctlz and bswap const fns | Linus Färnstrand | -4/+69 |
| 2018-05-31 | Auto merge of #51235 - nikomatsakis:issue-51117-borrowck-implicit-deref, r=eddyb | bors | -68/+139 |
| 2018-05-31 | typeck: Do not pass the field check on field error | Dan Robertson | -3/+82 |
| 2018-05-31 | change `PointerKind::Implicit` to a note | Niko Matsakis | -68/+139 |
| 2018-05-31 | Add std/core to prelude if extern_prelude enabled | Matt Brubeck | -1/+60 |
| 2018-05-31 | Auto merge of #51203 - nnethercote:obligations-2, r=michaelwoerister | bors | -5/+2 |
| 2018-05-31 | Auto merge of #51182 - eddyb:not-just-visibility, r=nikomatsakis | bors | -261/+275 |
| 2018-05-31 | Update miri submodule | Oliver Schneider | -6/+6 |
| 2018-05-31 | ScalarPair for two element tuples was treated wrongly in closure calls | Oliver Schneider | -17/+29 |
| 2018-05-31 | Pull a layout computation out of a loop | Oliver Schneider | -1/+4 |
| 2018-05-31 | Don't invalidate one byte beyond the end | Oliver Schneider | -1/+1 |
| 2018-05-31 | Don't store the discriminant with the enum's type size | Oliver Schneider | -1/+1 |
| 2018-05-31 | Update the miri submodule | Oliver Schneider | -5/+5 |
| 2018-05-31 | Auto merge of #51127 - frewsxcv:frewsxcv-discriminant, r=GuillaumeGomez | bors | -1/+3 |
| 2018-05-31 | Avoid an unnecessary `match` when lexing "<-". | Nicholas Nethercote | -5/+1 |
| 2018-05-31 | Tweak identifer lexing. | Nicholas Nethercote | -0/+2 |
| 2018-05-30 | Add doc link from discriminant struct to function. | Corey Farwell | -1/+3 |
| 2018-05-31 | Auto merge of #51145 - petrochenkov:npbot, r=alexcrichton | bors | -17/+69 |
| 2018-05-31 | Auto merge of #51220 - nikomatsakis:issue-51008-false-positive-lifetime-must-... | bors | -48/+132 |
| 2018-05-31 | Inline `NodeIndex` methods. | Nicholas Nethercote | -0/+2 |