| Age | Commit message (Expand) | Author | Lines |
| 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 | Use builder.cargo() for cargo-vendor. | Johannes Nixdorf | -5/+8 |
| 2018-05-31 | builder.cargo(): don't add "--target"/"--release" to cargo install | Johannes Nixdorf | -5/+10 |
| 2018-05-31 | Add a test for issue 36710. | Johannes Nixdorf | -0/+66 |
| 2018-05-31 | compiletest: escape CXX the same way as CC for MSVC | Johannes Nixdorf | -1/+1 |
| 2018-05-31 | bootstrap: pass crt-static for the compiler host as well | Johannes Nixdorf | -0/+13 |
| 2018-05-31 | bootstrap.py: respect crt-static | Johannes Nixdorf | -3/+30 |
| 2018-05-31 | musl: don't use the included startfiles with -crt-static | Johannes Nixdorf | -9/+37 |
| 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 |
| 2018-05-31 | Remove `ObligationForest::cache_list`. | Nicholas Nethercote | -5/+0 |
| 2018-05-30 | Auto merge of #51138 - spastorino:add-polonius-compare-mode, r=pnkfelix | bors | -782/+1230 |
| 2018-05-30 | Auto merge of #51215 - eddyb:visit-for-a-lifetime, r=nikomatsakis | bors | -143/+122 |
| 2018-05-30 | mod.rs isn't beautiful | uuttff8 | -4/+4 |
| 2018-05-30 | resolve: Make sure indeterminate and inconsistent macro resolutions always ge... | Vadim Petrochenkov | -17/+69 |
| 2018-05-30 | make Layout's align a NonZeroUsize | gnzlbg | -36/+38 |
| 2018-05-30 | also reset anon-param-mode for `fn()` types | Niko Matsakis | -11/+41 |
| 2018-05-30 | reset the "anonymous lifetime mode" for parenthesized where clauses | Niko Matsakis | -37/+91 |
| 2018-05-30 | std::fs::DirEntry.metadata(): use fstatat instead of lstat when possible | Guillaume Girol | -11/+32 |
| 2018-05-30 | Run rustfmt | Santiago Pastorino | -783/+1206 |
| 2018-05-30 | Add compare-mode to x.py | Santiago Pastorino | -1/+14 |
| 2018-05-30 | rustc: rename mir::LocalDecl's syntactic_source_info to source_info. | Eduard-Mihai Burtescu | -47/+47 |
| 2018-05-30 | rustc: turn mir::LocalDecl's visibility_source_info into a SourceScope. | Eduard-Mihai Burtescu | -55/+44 |
| 2018-05-30 | rustc: use syntactic (instead of visibility) source info where appropriate. | Eduard-Mihai Burtescu | -30/+32 |
| 2018-05-30 | rustc: rename mir::LocalDecl's source_info to visibility_source_info. | Eduard-Mihai Burtescu | -59/+60 |
| 2018-05-30 | rustc: turn mir::LocalDecl's syntactic_scope into a SourceInfo. | Eduard-Mihai Burtescu | -33/+53 |