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