| Age | Commit message (Expand) | Author | Lines |
| 2018-11-27 | Auto merge of #56251 - scalexm:root-universe, r=nikomatsakis | bors | -7/+13 |
| 2018-11-27 | Auto merge of #55402 - estebank:macro-eof-2, r=nikomatsakis | bors | -65/+130 |
| 2018-11-27 | Auto merge of #56094 - RalfJung:memory-data-revived, r=oli-obk | bors | -135/+258 |
| 2018-11-27 | Auto merge of #56262 - petrochenkov:nabsedihyg, r=petrochenkov | bors | -539/+645 |
| 2018-11-26 | Auto merge of #54668 - RalfJung:use-maybe-uninit, r=SimonSapin | bors | -52/+53 |
| 2018-11-27 | resolve: Suggest `crate::` for resolving ambiguities when appropriate | Vadim Petrochenkov | -50/+111 |
| 2018-11-27 | resolve: Fallback to extern prelude in 2015 imports used from global 2018 edi... | Vadim Petrochenkov | -25/+86 |
| 2018-11-27 | resolve: Generalize `early_resolve_ident_in_lexical_scope` slightly | Vadim Petrochenkov | -82/+78 |
| 2018-11-27 | resolve: Fallback to uniform paths in 2015 imports used from global 2018 edition | Vadim Petrochenkov | -37/+186 |
| 2018-11-27 | resolve: Implement edition hygiene for imports and absolute paths | Vadim Petrochenkov | -75/+226 |
| 2018-11-27 | Remove duplicate tests for uniform paths | Vadim Petrochenkov | -312/+0 |
| 2018-11-26 | Put all existential ty vars in the `ROOT` universe | scalexm | -7/+13 |
| 2018-11-26 | Auto merge of #55835 - alexcrichton:llvm-upgrade, r=nikomatsakis | bors | -1/+24 |
| 2018-11-26 | Auto merge of #56070 - oli-obk:const_let, r=eddyb | bors | -43/+382 |
| 2018-11-25 | Pass `--export-dynamic` to LLD for wasm | Alex Crichton | -0/+6 |
| 2018-11-25 | wasm: Pass `--no-demangle` to LLD | Alex Crichton | -0/+5 |
| 2018-11-25 | Conditionally compile in only the extra argument. | Edd Barrett | -7/+4 |
| 2018-11-25 | Make Rustc build with LLVM trunk. | Edd Barrett | -0/+7 |
| 2018-11-25 | Handle some renamed ThinLTO functions | Alex Crichton | -0/+8 |
| 2018-11-25 | Upgrade to LLVM trunk | Alex Crichton | -0/+0 |
| 2018-11-26 | Auto merge of #55705 - ethanboxx:master, r=SimonSapin | bors | -1/+24 |
| 2018-11-25 | Auto merge of #56194 - eddyb:top-unhack, r=alexcrichton | bors | -22/+11 |
| 2018-11-25 | Try to make top-level Cargo.toml work without __CARGO_TEST_ROOT. | Eduard-Mihai Burtescu | -22/+11 |
| 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 | 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 #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 | -115/+93 |
| 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 |