| Age | Commit message (Expand) | Author | Lines |
| 2018-11-25 | Move lifetimes before the *first* type argument | Esteban Küber | -3/+5 |
| 2018-11-25 | Suggest appropriate place for lifetime when declared after type arguments | Esteban Küber | -8/+102 |
| 2018-11-25 | fix missing borrow | Ethan Brierley | -1/+1 |
| 2018-11-25 | Use a reference rather than take ownership | Ethan Brierley | -1/+1 |
| 2018-11-25 | Auto merge of #55527 - sgeisler:time-checked-add, r=sfackler | bors | -22/+78 |
| 2018-11-25 | Add grammar for {f32,f64}::from_str, mention known bug. | Corey Farwell | -1/+25 |
| 2018-11-25 | Auto merge of #56215 - pietroalbini:rollup, r=pietroalbini | bors | -374/+686 |
| 2018-11-25 | Rollup merge of #56211 - petrochenkov:fwd, r=petrochenkov | Pietro Albini | -35/+129 |
| 2018-11-25 | Rollup merge of #56210 - RalfJung:c_str, r=oli-obk | Pietro Albini | -9/+8 |
| 2018-11-25 | Rollup merge of #56207 - SimonSapin:int_to_from_bytes, r=nagisa | Pietro Albini | -38/+14 |
| 2018-11-25 | Rollup merge of #56204 - estebank:suggest-variant, r=zackmdavis | Pietro Albini | -7/+68 |
| 2018-11-25 | Rollup merge of #56176 - GuillaumeGomez:panic-setup-msg, r=nagisa | Pietro Albini | -0/+0 |
| 2018-11-25 | Rollup merge of #56170 - wesleywiser:fix_self_profiler_windows, r=estebank | Pietro Albini | -4/+19 |
| 2018-11-25 | Rollup merge of #56151 - alexcrichton:move-out-flaky-test, r=nagisa | Pietro Albini | -36/+25 |
| 2018-11-25 | Rollup merge of #56144 - tromey:Bug-55771-btreemap, r=alexcrichton | Pietro Albini | -63/+50 |
| 2018-11-25 | Rollup merge of #56101 - frewsxcv:frewsxcv-dyn, r=steveklabnik | Pietro Albini | -18/+19 |
| 2018-11-25 | Rollup merge of #56100 - RalfJung:visiting-generators, r=oli-obk | Pietro Albini | -12/+42 |
| 2018-11-25 | Rollup merge of #56075 - alexcrichton:wasm-producer-section, r=estebank | Pietro Albini | -0/+112 |
| 2018-11-25 | Rollup merge of #56072 - da-x:stabilize-literal-matcher, r=petrochenkov | Pietro Albini | -73/+15 |
| 2018-11-25 | Rollup merge of #56045 - qnighy:additional-sizedness, r=cramertj | Pietro Albini | -46/+133 |
| 2018-11-25 | Rollup merge of #56024 - oli-obk:const_fn_collect_inner, r=michaelwoerister | Pietro Albini | -33/+52 |
| 2018-11-25 | resolve: Fix some more asserts in import validation | Vadim Petrochenkov | -26/+63 |
| 2018-11-25 | resolve: Fix bad span arithmetics in import conflict diagnostics | Vadim Petrochenkov | -8/+25 |
| 2018-11-25 | resolve: Prohibit relative paths in visibilities on 2018 edition | Vadim Petrochenkov | -1/+41 |
| 2018-11-25 | Typo | Oliver S̶c̶h̶n̶e̶i̶d̶e̶r Scherer | -1/+1 |
| 2018-11-25 | Auto merge of #55906 - nnethercote:rm-OpenSnapshot-CommittedSnapshot, r=nikom... | bors | -118/+96 |
| 2018-11-25 | fix length of slice returned from read_c_str | Ralf Jung | -3/+5 |
| 2018-11-25 | yay for NLL | Ralf Jung | -5/+3 |
| 2018-11-25 | read_c_str should call the AllocationExtra hooks | Ralf Jung | -4/+3 |
| 2018-11-25 | Typo | Oliver S̶c̶h̶n̶e̶i̶d̶e̶r Scherer | -1/+1 |
| 2018-11-25 | accept undef in raw pointers, for consistency with integers | Ralf Jung | -6/+10 |
| 2018-11-25 | machine hooks for stack push and pop, frame machine data | Ralf Jung | -8/+49 |
| 2018-11-25 | make memory allocation hook infallible | Ralf Jung | -4/+4 |
| 2018-11-25 | pass MemoryExtra to find_foreign_static and adjust_static_allocation; they mi... | Ralf Jung | -14/+20 |
| 2018-11-25 | bring back MemoryExtra | Ralf Jung | -107/+179 |
| 2018-11-25 | Stabilize the int_to_from_bytes feature | Simon Sapin | -38/+14 |
| 2018-11-25 | Remove `OpenSnapshot` and `CommittedSnapshot` markers from `RegionConstraintC... | Nicholas Nethercote | -42/+32 |
| 2018-11-25 | Remove `OpenSnapshot` and `CommittedSnapshot` markers from `SnapshotMap`. | Nicholas Nethercote | -34/+25 |
| 2018-11-25 | Introduce `in_snapshot` and `assert_open_snapshot` methods. | Nicholas Nethercote | -7/+14 |
| 2018-11-25 | Make `commit` and `rollback_to` methods take ownership of the snapshots. | Nicholas Nethercote | -12/+12 |
| 2018-11-25 | Replace a `.truncate(0)` call with `.clear()`. | Nicholas Nethercote | -1/+1 |
| 2018-11-25 | Rename `UndoLogEntry` as `UndoLog`. | Nicholas Nethercote | -6/+6 |
| 2018-11-25 | Remove `insert_noop`. | Nicholas Nethercote | -16/+6 |
| 2018-11-25 | Update to `ena` 0.11.0. | Nicholas Nethercote | -4/+4 |
| 2018-11-25 | Auto merge of #55921 - scalexm:placeholders, r=nikomatsakis | bors | -212/+414 |
| 2018-11-25 | Auto merge of #55959 - matthewjasper:remove-end-region, r=nikomatsakis | bors | -1560/+207 |
| 2018-11-24 | [Windows] Work around non-monotonic clocks in the self-profiler | Wesley Wiser | -2/+15 |
| 2018-11-24 | Suggest correct enum variant on typo | Esteban Küber | -7/+68 |
| 2018-11-25 | Auto merge of #55915 - oli-obk:miri_engine_refactoring, r=RalfJung | bors | -497/+617 |
| 2018-11-24 | Try to work around #53332 in `src/test/run-pass/rustc-rust-log.rs` | scalexm | -0/+1 |