summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2019-08-13Auto merge of #63498 - Mark-Simulacrum:stable-next, r=Mark-Simulacrum 1.37.0bors-36/+108
2019-08-12Add date debug to CIMark Rousskov-0/+9
2019-08-12fix cycle when looking up size and align of a staticRalf Jung-22/+41
2019-08-12Avoid ICE when referencing desugared local binding in borrow errorEsteban Küber-13/+57
2019-08-12Switch to stable channelMark Rousskov-1/+1
2019-08-05Auto merge of #63262 - pietroalbini:beta-rollup, r=pietroalbinibors-40/+1793
2019-08-05bless ui testsPietro Albini-1/+1
2019-08-04Rollup merge of #63254 - taiki-e:arbitrary_self_types-lifetime-elision-2-beta...Pietro Albini-33/+1560
2019-08-04arbitrary_self_types lifetime elision: --bless --compare-mode=nllTaiki Endo-0/+342
2019-08-04Fix typoTaiki Endo-1/+1
2019-08-04Add tests for `self: (&)AssocType`Taiki Endo-0/+124
2019-08-04Add test for multiple ref-selfTaiki Endo-7/+73
2019-08-04Minor clean upTaiki Endo-36/+27
2019-08-04Add main functions and check-pass annotationsTaiki Endo-22/+16
2019-08-04Update src/test/ui/self/elision/README.mdTaiki Endo-1/+1
2019-08-04add a bevy of new test casesNiko Matsakis-0/+831
2019-08-04Use Set1<Region> instead of Option<Region>Taiki Endo-5/+6
2019-08-04Make is_self_ty a method on SelfVisitorTaiki Endo-32/+35
2019-08-04Remove query for `.pin_type()`Taiki Endo-36/+47
2019-08-04Allow lifetime elision in `Pin<&(mut) Self>`Taiki Endo-1/+165
2019-08-03Rollup merge of #62911 - ehuss:update-beta-cargo, r=alexcrichtonPietro Albini-0/+0
2019-08-03ci: move .azure-pipelines to src/ci/azure-pipelinesPietro Albini-0/+0
2019-08-03review commentsEsteban Küber-3/+4
2019-08-03Fix another caseEsteban Küber-3/+72
2019-08-03Make the parser TokenStream more resilient after mismatched delimiter recoveryEsteban Küber-0/+38
2019-08-03Require a value for configure --debuginfo-levelJosh Stone-6/+6
2019-08-03Updated RELEASES.md for 1.37.0Erin Power-0/+118
2019-08-02[BETA] Update cargoEric Huss-0/+0
2019-07-22Auto merge of #62866 - pietroalbini:beta-rollup, r=Centrilbors-71/+695
2019-07-22Rollup merge of #62793 - wesleywiser:pgo_error_backport, r=zackmdavisPietro Albini-2/+5
2019-07-22Rollup merge of #62792 - goodmanjonathan:beta, r=estebankPietro Albini-1/+20
2019-07-22Ensure that checkout is with \n line endingsMark Rousskov-0/+34
2019-07-22ci: pin awscli dependenciesPietro Albini-2/+15
2019-07-22Cancel unemitted diagnostics during error recoveryEsteban Küber-8/+9
2019-07-22add test caseEsteban Küber-0/+13
2019-07-22Correctly break out of recovery loopEsteban Küber-2/+3
2019-07-22Handle errors during error recovery gracefullyEsteban Küber-4/+27
2019-07-22Raise the default recursion limit to 128Simonas Kazlauskas-29/+389
2019-07-22Blessed tests.Alexander Regueiro-0/+27
2019-07-22Added tests for issues.Alexander Regueiro-3/+23
2019-07-22Fixed ICEs.Alexander Regueiro-11/+1
2019-07-22Fixed up a few comments.Alexander Regueiro-10/+10
2019-07-22rustc_target: avoid negative register counts in the SysV x86_64 ABI.Eduard-Mihai Burtescu-9/+129
2019-07-18Only error about MSVC + PGO + unwind if we're generating codeWesley Wiser-2/+5
2019-07-18Don't drop DiagnosticBuilder if parsing failsJonathan Goodman-1/+20
2019-07-12Auto merge of #62505 - cuviper:beta-1.37-no-unwind-abort, r=joshtriplettbors-3/+11
2019-07-08Force #[unwind(aborts)] in test/codegen/c-variadic.rsJosh Stone-0/+6
2019-07-08Revert "Allow a dirty MirBuilt for make_extern and make_method_extern"Josh Stone-2/+2
2019-07-08Permit unwinding through FFI by defaultMark Rousskov-1/+3
2019-07-08Auto merge of #62374 - Mark-Simulacrum:beta-next, r=pietroalbinibors-2/+2