summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2017-01-19Merge pull request #39189 from brson/beta-next 1.15.0Alex Crichton-7/+38
2017-01-19Bump prerelease versionBrian Anderson-1/+1
2017-01-19mk: Fix compile with makefilesAlex Crichton-5/+10
2017-01-19OpenBSD has two stdc++ libraries: use the newerSébastien Marie-2/+9
2017-01-19let BSD to use gmake for GNU-makeSébastien Marie-4/+20
2017-01-19disable run-pass/backtrace for openbsdSébastien Marie-0/+1
2017-01-19Disconnect ar from cc on OpenBSDSébastien Marie-0/+2
2017-01-18Merge pull request #39170 from brson/beta-nextAlex Crichton-4/+26
2017-01-19Bump prerelease versionBrian Anderson-1/+1
2017-01-19tolerate `None` return from `get_line`Niko Matsakis-1/+1
2017-01-19more complete error messageNiko Matsakis-1/+1
2017-01-19only consider value items when searching for methods, not typesNiko Matsakis-2/+24
2017-01-17Merge pull request #39141 from jseyfried/unbreak_betaBrian Anderson-1/+2
2017-01-17Unbreak beta.Jeffrey Seyfried-1/+2
2017-01-17Merge pull request #39140 from brson/beta-nextAlex Crichton-21/+521
2017-01-17rustbuild: Don't enable debuginfo in rustcAlex Crichton-4/+25
2017-01-17fix function arguments in constant promotionAriel Ben-Yehuda-13/+22
2017-01-17Improve the warning cycle for `use $crate;`.Jeffrey Seyfried-4/+14
2017-01-171.15 release notesBrian Anderson-0/+241
2017-01-17Auto merge of #38427 - brson:relnotes, r=alexcrichtonbors-0/+219
2017-01-11Merge pull request #39008 from cuviper/beta-blake-endianAlex Crichton-6/+10
2017-01-11Use little-endian encoding for Blake2 hashing on all architecturesAriel Ben-Yehuda-6/+10
2017-01-07Bump beta to .3Alex Crichton-1/+1
2017-01-07Merge pull request #38884 from nikomatsakis/beta-unmergedAlex Crichton-40/+264
2017-01-06Merge pull request #38893 from jseyfried/backport_unused_qualification_lintNiko Matsakis-5/+6
2017-01-06Don't `unused_qualifications`-check global paths.Jeffrey Seyfried-5/+6
2017-01-06Merge pull request #38872 from nikomatsakis/betaAlex Crichton-241/+883
2017-01-06Add regression test.Jeffrey Seyfried-0/+43
2017-01-06Fold all spans in the AST.Jeffrey Seyfried-7/+7
2017-01-06Fix tidy warningJonathan Turner-0/+10
2017-01-06Add in test for E0090Jonathan Turner-0/+5
2017-01-06Add back in previous logic and remove span shrinkingJonathan Turner-1/+8
2017-01-06rebase backport of #38855 onto betaNiko Matsakis-1/+1
2017-01-06Fix ICE on i686 when calling immediate() on OperandValue::Ref in returnMark Simulacrum-1/+26
2017-01-06fix help for the --print optionDoug Goldstein-1/+2
2017-01-06std: Don't pass overlapped handles to processesAlex Crichton-29/+153
2017-01-06rustbuild: Stop building docs for std dependanciesOliver Middleton-1/+10
2017-01-06Document custom derive.Steve Klabnik-12/+258
2017-01-06rustc: Stabilize the `proc_macro` featureAlex Crichton-188/+13
2017-01-06rustbuild: Fix source tarballs and the vendor dirAlex Crichton-0/+7
2017-01-06Fix mistake.Without Boats-1/+1
2017-01-06Add test.Without Boats-0/+16
2017-01-06Improve error message.Without Boats-1/+1
2017-01-06Prevent where < ident > from parsing.Without Boats-0/+17
2017-01-06Revert "Update for changes to TraitItem on master."Niko Matsakis-3/+3
2017-01-06Fix rustdoc ICE.Jeffrey Seyfried-0/+58
2017-01-06Update for changes to TraitItem on master.Eduard-Mihai Burtescu-3/+3
2017-01-06Don't leak the compiler's internal representation of scopes in error messages.Eduard-Mihai Burtescu-15/+99
2017-01-06rebase: remove `tcx` from `associated_item`Niko Matsakis-8/+6
2017-01-06Regression test and exploratory unit test.Felix S. Klock II-0/+249