| Age | Commit message (Expand) | Author | Lines |
| 2018-04-20 | Use InternedString instead of Symbol for type parameters. | Michael Woerister | -30/+30 |
| 2018-04-20 | add `failure-status: 1` to the test | Niko Matsakis | -0/+1 |
| 2018-04-20 | Fix ICE with `main`'s return type containing lifetimes | Shotaro Yamada | -8/+78 |
| 2018-04-20 | Remove `underscore_lifetimes` and `match_default_bindings` from active featur... | kennytm | -6/+0 |
| 2018-04-20 | Add docs for the test crate with the std docs | Oliver Middleton | -1/+4 |
| 2018-04-20 | Fix path attribute in rustdoc | Guillaume Gomez | -4/+7 |
| 2018-04-19 | [beta] Tweak some stabilizations in libstd | Alex Crichton | -47/+5 |
| 2018-04-20 | Rollup merge of #50046 - michaelwoerister:backport-no-debug, r=alexcrichton | kennytm | -7/+22 |
| 2018-04-18 | Clean up attribute handling in create_function_debug_context(). | Michael Woerister | -4/+5 |
| 2018-04-18 | Use #[no_debug] to work around LLVM problem with rustc_driver::get_trans::LOAD. | Michael Woerister | -0/+4 |
| 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 |