about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2017-01-04simplify Copy implementation error reportingAriel Ben-Yehuda-73/+68
2017-01-03Fix lint attributes on non-item nodes.comex-45/+12
2017-01-03Doc fixMina Naguib-1/+1
2017-01-03rustfmt coherence::builtinAriel Ben-Yehuda-28/+26
2017-01-03normalize field types in copy implementationsAriel Ben-Yehuda-23/+56
2017-01-03coherence: check builtin impls after the specialization graph is readyAriel Ben-Yehuda-11/+5
2017-01-03coherence: code cleanupAriel Ben-Yehuda-317/+298
2017-01-03coherence: move the builtin trait checks to their own moduleAriel Ben-Yehuda-352/+361
2017-01-03Properly ban the negation of unsigned integers in type-checking.Eduard-Mihai Burtescu-202/+27
2017-01-03rustc: use -Xlinker when specifying an rpath with ',' in itJeremy Fitzhardinge-1/+22
2017-01-03Print attributes on expressions when pretty printing.comex-0/+1
2017-01-03Ensure type is copyable before emitting note suggesting adding manual deref.Felix S. Klock II-5/+5
2017-01-03Detect double reference when applying binary opEsteban Küber-1/+55
2017-01-03Regression test and exploratory unit test.Felix S. Klock II-0/+249
2017-01-03Dont check stability for items that are not pub to universe.Felix S. Klock II-1/+36
2017-01-03Fix process module tests to run on Windowsabhijeetbhagat-18/+67
2017-01-03Auto merge of #38473 - zackmdavis:issue_kebab, r=sanxiynbors-0/+0
2017-01-03Fix make tidyAndrew Cann-2/+2
2017-01-03Change file structure, add comments for inhabitedness.rsAndrew Cann-123/+222
2017-01-03Spelling. s/forrest/forestAndrew Cann-65/+65
2017-01-03fix comment that got split in twoNiko Matsakis-3/+2
2017-01-03Fix build after rebase.Andrew Cann-118/+129
2017-01-03Remove E0001 diagnosticAndrew Cann-27/+2
2017-01-03Amend compile-fail testsAndrew Cann-5/+4
2017-01-03Disable unreachable patterns error entirelyAndrew Cann-12/+25
2017-01-03Fix inhabitedness bugAndrew Cann-12/+13
2017-01-03Refactor is_uninhabitedAndrew Cann-87/+294
2017-01-03Add drain method to AccumulateVec/ArrayVecAndrew Cann-1/+126
2017-01-03Fix test I brokeAndrew Cann-3/+5
2017-01-03Fix build after rebaseAndrew Cann-1/+1
2017-01-03Fix build after rebaseAndrew Cann-5/+5
2017-01-03Auto merge of #38791 - dylanmckay:foreign-item-dc, r=eddybbors-1/+26
2017-01-03Style fixAndrew Cann-2/+1
2017-01-03Improve error message, fix and add tests.Andrew Cann-31/+131
2017-01-03More pattern matching for empty types changesAndrew Cann-96/+237
2017-01-03Make is_useful handle empty types properlyAndrew Cann-85/+246
2017-01-03Start enabling empty types in pattern matching.Andrew Cann-12/+17
2017-01-03Reduce the size of static data in std_unicode::tables.Simon Sapin-214/+103
2017-01-03book: match enum warning removedConstantin-1/+1
2017-01-03Auto merge of #38782 - clarcharr:stupid, r=GuillaumeGomezbors-11/+11
2017-01-03Add regression test.Jeffrey Seyfried-0/+43
2017-01-03Fold all spans in the AST.Jeffrey Seyfried-7/+7
2017-01-03Don't warn about dead foreign items if the 'allow(dead_code)' attribute is pr...Dylan McKay-1/+26
2017-01-02Reword 'stupid' and 'crazy' in docs.Clar Charr-11/+11
2017-01-02Auto merge of #38543 - philipc:unsized-debuginfo, r=michaelwoeristerbors-1/+46
2017-01-02rustc: Stabilize the `proc_macro` featureAlex Crichton-188/+13
2017-01-02Auto merge of #38760 - est31:ignorecfg, r=sanxiynbors-1/+1
2017-01-02do not run outter part of benchmarks multimple times to fix issue 20142Craig Macomber-97/+148
2017-01-02Auto merge of #38766 - eddyb:less-fake-hir, r=arielb1bors-293/+411
2017-01-02Remove some dead Python code.Simon Sapin-7/+0