| Age | Commit message (Expand) | Author | Lines |
| 2018-11-30 | Statically link proc_macro into proc macros. | Eduard-Mihai Burtescu | -3/+2 |
| 2018-11-30 | proc_macro: move to a dependency of libtest. | Eduard-Mihai Burtescu | -1/+0 |
| 2018-11-30 | proc_macro: introduce a "bridge" between clients (proc macros) and servers (c... | Eduard-Mihai Burtescu | -16/+13 |
| 2018-11-29 | Auto merge of #49878 - dlrobertson:va_list_pt0, r=eddyb | bors | -0/+1 |
| 2018-11-29 | Rollup merge of #56257 - mark-i-m:rustc-guide-links, r=nikomatsakis | Guillaume Gomez | -28/+28 |
| 2018-11-29 | Rollup merge of #56223 - Mark-Simulacrum:self-profile-json, r=wesleywiser | Guillaume Gomez | -1/+1 |
| 2018-11-29 | Rollup merge of #56021 - RalfJung:track-features, r=oli-obk | Guillaume Gomez | -1/+1 |
| 2018-11-27 | remove uses of feature gate | Mark Mansi | -1/+0 |
| 2018-11-27 | Auto merge of #56251 - scalexm:root-universe, r=nikomatsakis | bors | -6/+12 |
| 2018-11-27 | avoid features_untracked | Ralf Jung | -1/+1 |
| 2018-11-27 | Auto merge of #56094 - RalfJung:memory-data-revived, r=oli-obk | bors | -100/+152 |
| 2018-11-26 | libcore: Add va_list lang item and intrinsics | Dan Robertson | -0/+1 |
| 2018-11-27 | resolve: Implement edition hygiene for imports and absolute paths | Vadim Petrochenkov | -11/+3 |
| 2018-11-26 | rustc-guide has moved | Mark Mansi | -28/+28 |
| 2018-11-26 | Put all existential ty vars in the `ROOT` universe | scalexm | -6/+12 |
| 2018-11-26 | Auto merge of #56070 - oli-obk:const_let, r=eddyb | bors | -0/+4 |
| 2018-11-25 | Make JSON output from -Zprofile-json valid | Mark Rousskov | -1/+1 |
| 2018-11-25 | Rollup merge of #56210 - RalfJung:c_str, r=oli-obk | Pietro Albini | -9/+8 |
| 2018-11-25 | Rollup merge of #56170 - wesleywiser:fix_self_profiler_windows, r=estebank | Pietro Albini | -4/+19 |
| 2018-11-25 | Rollup merge of #56101 - frewsxcv:frewsxcv-dyn, r=steveklabnik | Pietro Albini | -3/+3 |
| 2018-11-25 | Rollup merge of #56024 - oli-obk:const_fn_collect_inner, r=michaelwoerister | Pietro Albini | -4/+1 |
| 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 | -60/+49 |
| 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 | make memory allocation hook infallible | Ralf Jung | -3/+3 |
| 2018-11-25 | bring back MemoryExtra | Ralf Jung | -100/+152 |
| 2018-11-25 | Remove `OpenSnapshot` and `CommittedSnapshot` markers from `RegionConstraintC... | Nicholas Nethercote | -42/+32 |
| 2018-11-25 | Introduce `in_snapshot` and `assert_open_snapshot` methods. | Nicholas Nethercote | -4/+7 |
| 2018-11-25 | Make `commit` and `rollback_to` methods take ownership of the snapshots. | Nicholas Nethercote | -4/+4 |
| 2018-11-25 | Rename `UndoLogEntry` as `UndoLog`. | Nicholas Nethercote | -6/+6 |
| 2018-11-25 | Remove `insert_noop`. | Nicholas Nethercote | -6/+2 |
| 2018-11-25 | Auto merge of #55921 - scalexm:placeholders, r=nikomatsakis | bors | -128/+251 |
| 2018-11-25 | Auto merge of #55959 - matthewjasper:remove-end-region, r=nikomatsakis | bors | -21/+0 |
| 2018-11-24 | [Windows] Work around non-monotonic clocks in the self-profiler | Wesley Wiser | -2/+15 |
| 2018-11-24 | Rebase fallout | Oliver Scherer | -12/+20 |
| 2018-11-24 | Document `Allocation` | Oliver Scherer | -2/+17 |
| 2018-11-24 | Explain {read,write}_scalar failure to cope with zsts | Oliver Scherer | -0/+10 |
| 2018-11-24 | Move alignment checks out of `Allocation` | Oliver Scherer | -57/+12 |
| 2018-11-24 | Reorder methods in `allocation.rs` | Oliver Scherer | -85/+85 |
| 2018-11-24 | Make a method that doesn't need `Self` a free function instead | Oliver Scherer | -18/+17 |
| 2018-11-24 | Make zst accesses in allocations take the regular path. | Oliver Scherer | -21/+0 |
| 2018-11-24 | Remove unnecessary `Result` (function always returned `Ok`) | Oliver Scherer | -6/+6 |
| 2018-11-24 | Adjust rustc_mir::interpret to changes in `Allocation`/`Memory` methods | Oliver Scherer | -43/+69 |
| 2018-11-24 | Move some byte and scalar accessors from `Memory` to `Allocation` | Oliver Scherer | -0/+200 |
| 2018-11-24 | Fiddle a `HasDataLayout` through the allocation methods | Oliver Scherer | -19/+41 |
| 2018-11-24 | Access `self` instead of `alloc` | Oliver Scherer | -30/+14 |
| 2018-11-24 | Adjust generics to `Allocation` parameters | Oliver Scherer | -9/+9 |