summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
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-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-17Unbreak beta.Jeffrey Seyfried-1/+2
2017-01-17rustbuild: Don't enable debuginfo in rustcAlex Crichton-0/+16
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-11Use little-endian encoding for Blake2 hashing on all architecturesAriel Ben-Yehuda-6/+10
2017-01-07Merge pull request #38884 from nikomatsakis/beta-unmergedAlex Crichton-40/+264
2017-01-06Don't `unused_qualifications`-check global paths.Jeffrey Seyfried-5/+6
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
2017-01-06Dont check stability for items that are not pub to universe.Felix S. Klock II-1/+36
2017-01-06Style fixesJosh Driver-6/+3
2017-01-06Stop macro calls in structs for proc_macro_derive from panicingJosh Driver-1/+62
2017-01-06Fix regression with duplicate `#[macro_export] macro_rules!`.Jeffrey Seyfried-1/+42
2017-01-06fix promotion of MIR terminatorsAriel Ben-Yehuda-79/+87
2016-12-30Demote most backwards incompatible ambiguity errors from RFC 1560 to warnings.Jeffrey Seyfried-28/+111
2016-12-30rustbuild: Stop building docs for libtest by defaultOliver Middleton-1/+1
2016-12-30rustbuild: Update Cargo download locationAlex Crichton-14/+10
2016-12-30Fix closure debuginfo.Austin Hicks-5/+9
2016-12-30Disable field reorderingAustin Hicks-36/+36
2016-12-30Fix non-termination in `resolve`.Jeffrey Seyfried-2/+5
2016-12-30clear discriminant drop flag at the bottom of a ladderAriel Ben-Yehuda-38/+93