about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-09-25Improvements to finding LLVM's FileCheckTom Tromey-2/+33
2018-09-25incr.comp.: Don't automatically enable -Zshare-generics for incr.comp. builds.Michael Woerister-1/+0
2018-09-25Change the diagnostic number from 714 to 716.Felix S. Klock II-58/+58
2018-09-25add "temporary value dropped while borrowed" errorMikhail Modin-188/+848
2018-09-25Add examples for docSon-4/+22
2018-09-25Auto merge of #54430 - adrian-budau:master, r=alexcrichtonbors-7/+1
2018-09-25Auto merge of #54317 - Centril:feature/dbg_macro, r=SimonSapinbors-0/+332
2018-09-25Also rename ExactChunks iterator name to ChunksExactSebastian Dröge-26/+26
2018-09-25Auto merge of #53693 - scottmcm:marker-trait-attribute, r=nikomatsakisbors-17/+540
2018-09-24Rely only on base alignment and offset for computing field alignmentColin Pronovost-4/+11
2018-09-25Added section to Unstable Book.Alexander Regueiro-0/+28
2018-09-25Added tests.Alexander Regueiro-1/+170
2018-09-25Handle locals in closures properly.Alexander Regueiro-123/+83
2018-09-25Handle impl trait in MIR type checked for assignments.Matthew Jasper-235/+368
2018-09-25Lower `impl Trait` types in locals.Alexander Regueiro-176/+262
2018-09-25Auto merge of #53438 - matthewjasper:permissive-match-access, r=pnkfelixbors-906/+1197
2018-09-24std: Start implementing wasm32 atomicsAlex Crichton-4/+509
2018-09-24Rename places_conflict to borrow_conflicts_with_placeMatthew Jasper-13/+13
2018-09-24Update mir opt testsMatthew Jasper-81/+88
2018-09-24Add a MIR transform to remove fake readsMatthew Jasper-3/+188
2018-09-24Update ui testsMatthew Jasper-720/+73
2018-09-24Add tests for new match borrowsMatthew Jasper-0/+457
2018-09-24Don't check for conflicting borrows of `ReadForMatch`esMatthew Jasper-3/+12
2018-09-24Add more fake borrows to matchesMatthew Jasper-58/+171
2018-09-24Better messages for errors from Shallow borrowsMatthew Jasper-9/+96
2018-09-24Add "Shallow" borrow kindMatthew Jasper-22/+102
2018-09-24Auto merge of #54416 - christianpoveda:master, r=wesleywiserbors-2/+41
2018-09-24Make "await" a pseudo-edition keywordTaylor Cramer-4/+244
2018-09-24Fix JS errorGuillaume Gomez-2/+5
2018-09-24Rename slice::exact_chunks() to slice::chunks_exact()Sebastian Dröge-77/+77
2018-09-24Auto merge of #53783 - RalfJung:ptr-docs, r=alexcrichtonbors-549/+701
2018-09-24Auto merge of #54509 - matthewjasper:better-drop-access, r=pnkfelixbors-416/+282
2018-09-24Add keyword docs for `loop`.iirelu-0/+45
2018-09-24aarch64-pc-windows-msvc: Don't link libpanic_unwind to libtest.Michael Woerister-1/+9
2018-09-24Auto merge of #54507 - csmoe:deny_overflow, r=varkorbors-1/+29
2018-09-24Shrink StatementKind::InlineAsm.Nicholas Nethercote-9/+21
2018-09-24Shrink StatementKind::Assign.Nicholas Nethercote-53/+62
2018-09-23Fixed three small typos.gardrek-3/+3
2018-09-24Auto merge of #54489 - matthiaskrgr:rls, r=kennytmbors-0/+2
2018-09-24Auto merge of #54495 - raventid:improve-e0425-message, r=estebankbors-8/+10
2018-09-23Auto merge of #54485 - arielb1:avoid-ctor-attrs, r=eddybbors-11/+30
2018-09-23Add test to check if inlining works for any operandChristian Poveda-0/+39
2018-09-23dbg_macro: fix line numbersMazdak Farrokhzad-8/+8
2018-09-23Update tests for changes to drop accessMatthew Jasper-10/+26
2018-09-23Rework checking for borrows conflicting with dropsMatthew Jasper-397/+252
2018-09-23Remove irrelevant message about drop orderMatthew Jasper-9/+4
2018-09-23Auto merge of #54229 - davidtwco:issue-52534, r=pnkfelixbors-431/+1338
2018-09-23add test for edition 2018csmoe-0/+26
2018-09-23deny overflow literalscsmoe-1/+3
2018-09-23dbg_macro: only ignore cloudabi and emscriptenMazdak Farrokhzad-2/+0