about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2016-05-19Rollup merge of #33696 - nham:add-test-21225, r=luqmanaManish Goregaokar-0/+30
2016-05-19Rollup merge of #33611 - vvanders:master, r=steveklabnikManish Goregaokar-0/+47
2016-05-19Rollup merge of #33353 - timothy-mcroy:E0502, r=sanxiynManish Goregaokar-1/+27
2016-05-19Auto merge of #33702 - crimsun:pr33678, r=alexcrichtonbors-4/+3
2016-05-19Add new error code testsggomez-0/+284
2016-05-19Make the #[stable(since)] version attribute clearer with a tooltipRémy Rakic-2/+3
2016-05-19Allow `concat_idents!` in type positions as well as in expression positionsJeffrey Seyfried-21/+38
2016-05-19Reword the short diagnostic for E0509Robin Kruppe-11/+13
2016-05-19Auto merge of #33694 - arielb1:fuzzy-on-unimplemented, r=nikomatsakisbors-46/+165
2016-05-19[MIR] Add PointerCast for Unsize casts of fat pointers.Luqman Aden-4/+68
2016-05-18Auto merge of #33688 - jonathandturner:fix_old_school, r=nikomatsakisbors-68/+125
2016-05-18always make at least one codegen-unitNiko Matsakis-2/+11
2016-05-19Fix macro expansion backtrace diagnosticsJeffrey Seyfried-1/+1
2016-05-18rustbuild: Pass -O to tests based on configurationAlex Crichton-2/+25
2016-05-18rustbuild: Add missing test suitesAlex Crichton-16/+57
2016-05-18Auto merge of #33686 - GuillaumeGomez:error-code-tests, r=steveklabnikbors-0/+121
2016-05-18address review commentsAriel Ben-Yehuda-14/+14
2016-05-18Move read more link to same lineManish Goregaokar-5/+6
2016-05-18Simplify report_elision_failure a little bit.Nick Hamann-7/+1
2016-05-18Rust syntax coloring for some ignore, should-panic and no-run snippets.Steven Burns-38/+38
2016-05-18Clarified that `let(mut x, y) =` only makes x mutable, not ymark-summerfield-0/+2
2016-05-18rustdoc: Support short doc fallback for non-default itemsManish Goregaokar-9/+25
2016-05-18rustdoc: Add doc snippets for trait impls, with a read more linkManish Goregaokar-0/+12
2016-05-18implement fuzzy matching in on_unimplementedAriel Ben-Yehuda-46/+165
2016-05-18Auto merge of #33476 - nikomatsakis:incr-comp-xcrate, r=mwbors-370/+1037
2016-05-19Be smart about span of parenthesized expression in macroSeo Sanghyeon-1/+35
2016-05-18add task for linkingNiko Matsakis-0/+5
2016-05-18fix indentation of session/mod.rsNiko Matsakis-3/+3
2016-05-18add debug info to dep_graphNiko Matsakis-1/+5
2016-05-18nit: cache crate-hash for next timeNiko Matsakis-0/+5
2016-05-18nit: use format! instead of iteratorNiko Matsakis-12/+1
2016-05-18basic tests for cross-crate hashingNiko Matsakis-0/+102
2016-05-18load/save hashes of metadataNiko Matsakis-92/+249
2016-05-18allow retracing paths across cratesNiko Matsakis-44/+123
2016-05-18cleanup dep-graph debugging codeNiko Matsakis-19/+79
2016-05-18change svh to store a u64Niko Matsakis-55/+38
2016-05-18pass revision and incr_comp directory to auxbuildNiko Matsakis-10/+40
2016-05-18always encode variant fieldsNiko Matsakis-7/+7
2016-05-18make the filename computation take a cratenumNiko Matsakis-8/+10
2016-05-18identify inputs of `MetaData(X)` nodesNiko Matsakis-83/+221
2016-05-18rename the dep-graph file to include crate identNiko Matsakis-1/+7
2016-05-18when encoding, push MetaData(foo) task on stackNiko Matsakis-54/+71
2016-05-18add a MetaData node and trigger reads from itNiko Matsakis-8/+56
2016-05-18ignore dep-graph in resolve and lower_crateNiko Matsakis-3/+13
2016-05-18thread the DepGraph to session/crate-storeNiko Matsakis-50/+81
2016-05-18remove the `Any` bound from `CrateStore`Niko Matsakis-6/+1
2016-05-18add MetaData DepNode variantNiko Matsakis-0/+6
2016-05-18Remove unnecessary parens in macroSeo Sanghyeon-1/+1
2016-05-18Fix code suggestion in testSeo Sanghyeon-3/+3
2016-05-18Fix tidy errorJonathan Turner-1/+1