| Age | Commit message (Expand) | Author | Lines |
| 2018-08-19 | mv FileMap SourceFile | Donato Sciarra | -126/+126 |
| 2018-08-19 | mv CodeMap SourceMap | Donato Sciarra | -133/+133 |
| 2018-08-19 | Auto merge of #53258 - nikomatsakis:issue-53189-optimize-reassignment-immutab... | bors | -90/+425 |
| 2018-08-19 | Auto merge of #53248 - nikomatsakis:nll-trivial-sized-predicate, r=eddyb | bors | -2/+51 |
| 2018-08-19 | move tests to borrowck directory, remove feature(nll) | Niko Matsakis | -52/+173 |
| 2018-08-19 | add tests for assigning fields without initializing var | Niko Matsakis | -0/+234 |
| 2018-08-19 | just check whether a variable is initialized | Niko Matsakis | -31/+26 |
| 2018-08-19 | treat local variables specially | Niko Matsakis | -32/+17 |
| 2018-08-19 | Auto merge of #51131 - qnighy:unsized-locals, r=eddyb | bors | -64/+776 |
| 2018-08-19 | Auto merge of #52972 - RalfJung:from_raw_parts_align, r=alexcrichton | bors | -3/+26 |
| 2018-08-19 | Integrate OperandValue::UnsizedRef into OperandValue::Ref. | Masaki Hara | -43/+27 |
| 2018-08-19 | Integrate PassMode::UnsizedIndirect into PassMode::Indirect. | Masaki Hara | -53/+42 |
| 2018-08-19 | Remove a now-unnecessary paragraph. | Masaki Hara | -19/+0 |
| 2018-08-19 | Update the unstable book regarding [e; dyn n]. | Masaki Hara | -3/+3 |
| 2018-08-19 | Add an unstable-book article about unsized_locals. | Masaki Hara | -0/+199 |
| 2018-08-19 | Implement simple codegen for unsized rvalues. | Masaki Hara | -20/+388 |
| 2018-08-19 | Lift some Sized checks. | Masaki Hara | -14/+140 |
| 2018-08-19 | Add #![feature(unsized_locals)]. | Masaki Hara | -0/+31 |
| 2018-08-19 | Add Builder::array_alloca. | Masaki Hara | -0/+24 |
| 2018-08-19 | Add notes on unsized argument errors. | Masaki Hara | -1/+11 |
| 2018-08-18 | Auto merge of #52592 - eddyb:or-default, r=Mark-Simulacrum | bors | -146/+130 |
| 2018-08-18 | Auto merge of #53324 - alexreg:self_in_typedefs, r=eddyb | bors | -37/+153 |
| 2018-08-18 | Added page for feature to unstable book. | Alexander Regueiro | -2/+26 |
| 2018-08-18 | Added tests. | Alexander Regueiro | -0/+40 |
| 2018-08-18 | Added feature gate. | Alexander Regueiro | -19/+62 |
| 2018-08-18 | Updated diagnostics. | Alexander Regueiro | -5/+5 |
| 2018-08-18 | Resolve `Self` within type definitions. | Alexander Regueiro | -15/+24 |
| 2018-08-18 | Use the new Entry::or_default method where possible. | Eduard-Mihai Burtescu | -146/+130 |
| 2018-08-18 | Auto merge of #53436 - cuviper:trace_fn-stop, r=alexcrichton | bors | -24/+30 |
| 2018-08-18 | Auto merge of #53286 - nagisa:cast-assumes, r=eddyb | bors | -2/+42 |
| 2018-08-18 | Auto merge of #53175 - matthewjasper:more-return-stuff, r=nikomatsakis | bors | -176/+235 |
| 2018-08-18 | Auto merge of #52553 - Pazzaz:vecdeque-append, r=SimonSapin | bors | -2/+313 |
| 2018-08-18 | Auto merge of #53437 - alexcrichton:fix-target-features, r=michaelwoerister | bors | -35/+44 |
| 2018-08-17 | Auto merge of #53369 - pnkfelix:partial-53351-make-some-ported-compile-fail-t... | bors | -130/+626 |
| 2018-08-17 | Auto merge of #53356 - michaelwoerister:itlto, r=alexcrichton | bors | -172/+331 |
| 2018-08-17 | Auto merge of #50911 - petrochenkov:macuse, r=alexcrichton | bors | -524/+164 |
| 2018-08-17 | Auto merge of #53449 - frewsxcv:rollup, r=frewsxcv | bors | -183/+750 |
| 2018-08-17 | Rollup merge of #53434 - alexcrichton:remove-strip-debug, r=yurydelendik | Corey Farwell | -12/+0 |
| 2018-08-17 | Rollup merge of #53413 - eddyb:featured-in-the-latest-edition, r=varkor | Corey Farwell | -53/+106 |
| 2018-08-17 | Rollup merge of #53407 - pnkfelix:partial-53351-make-more-ported-compile-fail... | Corey Farwell | -23/+236 |
| 2018-08-17 | Rollup merge of #53406 - estebank:to_string-to_string, r=michaelwoerister | Corey Farwell | -2/+46 |
| 2018-08-17 | Rollup merge of #53358 - SimonSapin:int-bytes, r=shepmaster | Corey Farwell | -18/+90 |
| 2018-08-17 | Rollup merge of #53357 - fukatani:pretty-print-btreemap, r=michaelwoerister | Corey Farwell | -1/+62 |
| 2018-08-17 | Rollup merge of #53349 - memoryruins:nll-tests, r=nikomatsakis | Corey Farwell | -0/+76 |
| 2018-08-17 | Rollup merge of #53347 - eddyb:no-crate-in-root, r=petrochenkov | Corey Farwell | -74/+71 |
| 2018-08-17 | Rollup merge of #53326 - memoryruins:issue-27868-test, r=nikomatsakis | Corey Farwell | -0/+58 |
| 2018-08-17 | Rollup merge of #53321 - alexcrichton:wasm-target-feature, r=nikomatsakis | Corey Farwell | -0/+1 |
| 2018-08-17 | Rollup merge of #52858 - frewsxcv:frewsxcv-elaborator, r=SimonSapin | Corey Farwell | -0/+4 |
| 2018-08-17 | Auto merge of #53288 - RalfJung:dropck, r=nikomatsakis | bors | -5/+82 |
| 2018-08-17 | Gratuitous at byte boundaries in hex i32 literals in some doc-tests | Simon Sapin | -4/+4 |