about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-08-20Add Error::source method per RFC 2504.Without Boats-1/+66
2018-08-20Auto merge of #47562 - Centril:feature/core_convert_id, r=oli-obkbors-0/+107
2018-08-20core::convert::identity: fix issue number to #53500Mazdak Farrokhzad-1/+1
2018-08-20Auto merge of #53519 - Manishearth:clippyup, r=eddybbors-5/+19
2018-08-19Update clippyManish Goregaokar-5/+19
2018-08-20Auto merge of #52101 - japaric:linker-flavor, r=alexcrichtonbors-44/+133
2018-08-19Auto merge of #52953 - dsciarra:mv-codemap-sourcemap, r=petrochenkovbors-858/+879
2018-08-19fix: preserve msvc linker fallback logicJorge Aparicio-1/+3
2018-08-19Auto merge of #53316 - tristanburgess:52895_existential_type_ICE, r=oli-obkbors-9/+70
2018-08-19fix tidy errorsDonato Sciarra-19/+36
2018-08-19mv CachingCodemapView CachingSourceMapViewDonato Sciarra-13/+13
2018-08-19mv codemap source_mapDonato Sciarra-130/+130
2018-08-19mv codemap() source_map()Donato Sciarra-209/+209
2018-08-19mv (mod) codemap source_mapDonato Sciarra-153/+157
2018-08-19mv filemap source_fileDonato Sciarra-209/+209
2018-08-19mv FileMap SourceFileDonato Sciarra-126/+126
2018-08-19mv CodeMap SourceMapDonato Sciarra-133/+133
2018-08-19convert-id: tests for const gating.Mazdak Farrokhzad-0/+47
2018-08-19Auto merge of #53258 - nikomatsakis:issue-53189-optimize-reassignment-immutab...bors-90/+425
2018-08-19remove feature(convert_id) from lib{core,std}/lib.rsMazdak Farrokhzad-2/+0
2018-08-19Make core::convert::identity a const fn.Mazdak Farrokhzad-1/+2
2018-08-19Get rid of unnecessary #![feature(core_float)].Mazdak Farrokhzad-1/+0
2018-08-19Drop `identity` from prelude.Mazdak Farrokhzad-3/+0
2018-08-19Merge branch 'master' into feature/core_convert_idMazdak Farrokhzad-194454/+350328
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-19fix: use detected MSVC's link.exeJorge Aparicio-2/+5
2018-08-19Auto merge of #52972 - RalfJung:from_raw_parts_align, r=alexcrichtonbors-3/+26
2018-08-19LinkerFlavor::Gcc defaults to cc, not gccJorge Aparicio-1/+1
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-18fully implement lld-flavorJorge Aparicio-0/+39
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