| Age | Commit message (Expand) | Author | Lines |
| 2018-04-18 | Support #[no_debug] for global variables. | Michael Woerister | -3/+10 |
| 2018-04-18 | Add #[no_debug] to trans_fn_attrs() query. | Michael Woerister | -0/+3 |
| 2018-04-17 | Don't inject clippy into rls on stable/beta | Oliver Schneider | -1/+2 |
| 2018-04-17 | Add a tracking issue for making the warning a lint | Oliver Schneider | -0/+1 |
| 2018-04-17 | Don't abort const eval due to long running evals, just warn | Oliver Schneider | -18/+9 |
| 2018-04-17 | Sign extend constants in range patterns | Oliver Schneider | -23/+69 |
| 2018-04-17 | Difference between master and beta | Oliver Schneider | -1/+1 |
| 2018-04-17 | Get rid of redundant `HashSet` | Oliver Schneider | -30/+28 |
| 2018-04-17 | Reduce the number of calls to `cdata` | Oliver Schneider | -2/+2 |
| 2018-04-17 | Encode items before encoding the list of AllocIds | Oliver Schneider | -10/+13 |
| 2018-04-17 | Use `LazySeq` instead of `Vec` | Oliver Schneider | -23/+40 |
| 2018-04-17 | Stop referring to statics' AllocIds directly | Oliver Schneider | -162/+68 |
| 2018-04-17 | Don't recurse into allocations, use a global table instead | Oliver Schneider | -152/+192 |
| 2018-04-14 | Auto merge of #49880 - oli-obk:backport_allocation_hashing, r=petrochenkov | bors | -1/+65 |
| 2018-04-11 | [incremental] Hash `Allocation`s | Shotaro Yamada | -1/+65 |
| 2018-04-10 | Fix #49344 | leonardo.yvens | -3/+13 |
| 2018-04-06 | [beta] Update Cargo | Alex Crichton | -0/+0 |
| 2018-04-05 | Fix "since" version for getpid feature. | Thayne McCombs | -1/+1 |
| 2018-04-04 | [beta] Update cargo | Aleksey Kladov | -0/+0 |
| 2018-04-02 | Don't verify miri's build status on beta | Alex Crichton | -1/+0 |
| 2018-04-02 | [beta] Prepare the 1.26.0 beta release | Alex Crichton | -4/+4 |
| 2018-04-02 | Auto merge of #49124 - abonander:attr-macro-stmt-expr, r=abonander | bors | -33/+334 |
| 2018-04-02 | Expand attribute macros on statements and expressions. | Austin Bonander | -33/+334 |
| 2018-04-02 | Auto merge of #49580 - glandium:core-heap, r=SimonSapin | bors | -17/+19 |
| 2018-04-02 | Use Alloc and Layout from core::heap. | Mike Hommey | -17/+19 |
| 2018-04-02 | Auto merge of #49574 - tmccombs:stabilize-getpid, r=sfackler | bors | -2/+1 |
| 2018-04-01 | Stabilize `std::process::id()` | Thayne McCombs | -2/+1 |
| 2018-04-01 | Update drop.rs | Anders Pitman | -1/+1 |
| 2018-04-01 | Rollup merge of #49549 - Mark-Simulacrum:bootstrap-cleanup, r=alexcrichton | Mark Simulacrum | -19/+8 |
| 2018-04-01 | Rollup merge of #49498 - Manishearth:clippyup, r=oli-obk | Mark Simulacrum | -8/+43 |
| 2018-04-01 | Rollup merge of #49451 - QuietMisdreavus:epoch-doctests, r=GuillaumeGomez | Mark Simulacrum | -17/+70 |
| 2018-04-01 | Auto merge of #49478 - Phlosioneer:fix-windows-file-not-found, r=petrochenkov | bors | -1/+1 |
| 2018-04-01 | Remove filetime dep from build_helper | Mark Simulacrum | -19/+8 |
| 2018-04-01 | Auto merge of #49418 - frewsxcv:frewsxcv-network-order, r=TimNN | bors | -2/+80 |
| 2018-04-01 | Auto merge of #49545 - alexcrichton:proc-macro-fixes, r=eddyb | bors | -54/+164 |
| 2018-04-01 | Auto merge of #49530 - petrhosek:empty-extra-flags, r=cramertj | bors | -1/+3 |
| 2018-04-01 | Auto merge of #49522 - mbrubeck:fs_read, r=SimonSapin | bors | -7/+8 |
| 2018-04-01 | Auto merge of #49527 - petrhosek:fast-submodules, r=alexcrichton | bors | -1/+5 |
| 2018-03-31 | proc_macro: Tweak doc comments and negative literals | Alex Crichton | -54/+164 |
| 2018-03-31 | Auto merge of #49521 - mbrubeck:fs_read_write_bytes, r=TimNN | bors | -2/+2 |
| 2018-03-31 | Auto merge of #49501 - sfackler:unix-epoch-assoc-const, r=alexcrichton | bors | -0/+23 |
| 2018-03-31 | Auto merge of #49500 - oli-obk:mir_dep_graph, r=michaelwoerister | bors | -1/+60 |
| 2018-03-31 | Auto merge of #49481 - SimonSapin:core-heap, r=alexcrichton | bors | -11/+17 |
| 2018-03-31 | Auto merge of #49201 - Phlosioneer:add-trivial-size-hints, r=SimonSapin | bors | -0/+117 |
| 2018-03-31 | Commit code for option size hint | Phlosioneer | -1/+6 |
| 2018-03-31 | Auto merge of #49472 - nikomatsakis:nll-optimize-constraint-prop-1, r=pnkfelix | bors | -48/+136 |
| 2018-03-30 | Only include space in RUSTFLAGS extra flags if not empty | Petr Hosek | -1/+3 |
| 2018-03-31 | Auto merge of #49459 - GuillaumeGomez:primitive-intra-links, r=QuietMisdreavus | bors | -13/+91 |
| 2018-03-30 | Handle fast-submodules option correctly | Petr Hosek | -1/+5 |
| 2018-03-30 | Auto merge of #49324 - SimonSapin:unsigned, r=alexcrichton | bors | -7/+25 |