about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-06-27Fix the error of selecting obligation by not running the borrow checker.Vytautas Astrauskas-7/+76
2018-06-27Move regression test from `compile-fail/` to `ui/` test directory.Felix S. Klock II-0/+8
2018-06-27Fix the regression test for issue 50716.Vytautas Astrauskas-1/+3
2018-06-27Fix NLL issue 50716 and add a regression test.Vytautas Astrauskas-0/+31
2018-06-27Auto merge of #51496 - petrochenkov:mhelper2, r=nikomatsakisbors-2/+134
2018-06-27Implement `#[macro_export(local_inner_macros)]`Vadim Petrochenkov-2/+134
2018-06-27Auto merge of #51835 - tmccombs:stable-int-to-from-bytes, r=joshtriplettbors-12/+4
2018-06-27Auto merge of #51815 - oli-obk:lowering_cleanups2, r=nikomatsakisbors-28/+32
2018-06-26Stabilize to_bytes and from_bytes for integers.Thayne McCombs-12/+4
2018-06-27Auto merge of #51598 - Pazzaz:master, r=sfacklerbors-2/+46
2018-06-27Auto merge of #51773 - oli-obk:cleanup_impl_trait, r=nikomatsakisbors-124/+20
2018-06-26Auto merge of #51149 - zackmdavis:․․․_to_․․=, r=nikomatsakisbors-240/+373
2018-06-26Auto merge of #51814 - MajorBreakfast:local-task-obj, r=cramertjbors-296/+455
2018-06-26Move spawn errors into executor.rsJosef Reinhard Brandl-67/+50
2018-06-26Nested `LocalTaskObj` in `TaskObj`, remove `SpawnErrorObj` conversionsJosef Reinhard Brandl-75/+34
2018-06-26Auto merge of #51756 - nielx:fix/librustdoc, r=GuillaumeGomezbors-2/+6
2018-06-26Auto merge of #51725 - Mark-Simulacrum:no-llvm, r=kennytmbors-6/+3
2018-06-26Update rustdocOliver Schneider-5/+5
2018-06-26Flatten some occurrences of `[P<T>]` to `[T]`Oliver Schneider-23/+27
2018-06-26Add `LocalTaskObj`Josef Reinhard Brandl-8/+118
2018-06-26driveby status update to 2015 comment about parens in patternsZack M. Davis-0/+2
2018-06-26inclusive range syntax lint (`...` → `..=`)Zack M. Davis-22/+154
2018-06-26migrate codebase to `..=` inclusive range patternsZack M. Davis-218/+217
2018-06-26Split libcore/task.rs into submodulesJosef Reinhard Brandl-294/+401
2018-06-26Don't inspect the generated existential type itemsOliver Schneider-124/+20
2018-06-26Auto merge of #51678 - Zoxc:combine-lints, r=estebankbors-139/+177
2018-06-26Auto merge of #51805 - pietroalbini:rollup, r=pietroalbinibors-244/+397
2018-06-26Rollup merge of #51791 - GuillaumeGomez:minify-css, r=estebankPietro Albini-16/+35
2018-06-26Rollup merge of #51789 - estebank:issue-50577, r=oli-obkPietro Albini-11/+39
2018-06-26Rollup merge of #51788 - berkus:fix-typo, r=varkorPietro Albini-1/+1
2018-06-26Rollup merge of #51786 - cuviper:stat64-pointers, r=Mark-SimulacrumPietro Albini-2/+2
2018-06-26Rollup merge of #51769 - alexcameron89:update_rustc_guide_links, r=frewsxcvPietro Albini-18/+18
2018-06-26Rollup merge of #51747 - varkor:export_name-null-character, r=estebankPietro Albini-10/+44
2018-06-26Rollup merge of #51731 - varkor:closure-array-break-length, r=estebankPietro Albini-31/+87
2018-06-26Rollup merge of #51730 - MajorBreakfast:pin-get-mut-unchecked, r=withoutboatsPietro Albini-14/+15
2018-06-26Rollup merge of #51642 - GuillaumeGomez:fix-unknown-windows-build, r=oli-obkPietro Albini-0/+3
2018-06-26Rollup merge of #51153 - ogham:panic-and-compile_error-docs, r=GuillaumeGomezPietro Albini-2/+10
2018-06-26Rollup merge of #51104 - zackmdavis:dynamo, r=nikomatsakisPietro Albini-139/+143
2018-06-26Auto merge of #49469 - Nokel81:allow-irrefutable-let-patterns, r=nikomatsakisbors-22/+143
2018-06-26Auto merge of #51613 - nnethercote:ob-forest-cleanup, r=nikomatsakisbors-21/+18
2018-06-26Auto merge of #50630 - sharkdp:fix-50619, r=sfacklerbors-7/+24
2018-06-26Auto merge of #50966 - leodasvacas:self-in-where-clauses-is-not-object-safe, ...bors-41/+115
2018-06-25make the `while let` loop terminateNiko Matsakis-1/+1
2018-06-25Minify cssGuillaume Gomez-16/+35
2018-06-25Do not build LLVM tools for any of the toolsMark Simulacrum-6/+3
2018-06-25Don't ICE when performing `lower_pattern_unadjusted` on a `TyError`Esteban Küber-11/+39
2018-06-25Fix typoBerkus Karchebnyy-1/+1
2018-06-25Auto merge of #51785 - cuviper:fstatat64, r=Mark-Simulacrumbors-6/+5
2018-06-25Remove unnecessary stat64 pointer castsJosh Stone-2/+2
2018-06-25Use fstatat64 where availableJosh Stone-6/+5