about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2018-11-23Auto merge of #55808 - estebank:type-arguments, r=petrochenkovbors-30/+92
2018-11-22Do not point at associated types from other cratesEsteban Küber-30/+0
2018-11-22Reword and fix testEsteban Küber-21/+19
2018-11-22Suggest correct syntax when writing type arg instead of assoc typeEsteban Küber-2/+6
2018-11-22Point at the associated type's def spanEsteban Küber-0/+62
2018-11-22Join multiple E0191 errors in the same location under a single diagnosticEsteban Küber-20/+13
2018-11-22Point at every unexpected lifetime and type argument in E0107Esteban Küber-3/+38
2018-11-22Auto merge of #56143 - nikomatsakis:issue-56128-segment-id-ice-nightly, r=pet...bors-0/+15
2018-11-22fix codegen-units testsRalf Jung-37/+38
2018-11-22Auto merge of #53586 - eddyb:top-lock, r=alexcrichtonbors-2/+2
2018-11-22Move Cargo.{toml,lock} to the repository root directory.Eduard-Mihai Burtescu-2/+2
2018-11-22Rollup merge of #56078 - ehuss:fix-panic-opt-msg, r=alexcrichtonGuillaume Gomez-4/+4
2018-11-22Rollup merge of #56002 - Axary:master, r=estebankGuillaume Gomez-0/+45
2018-11-22Rollup merge of #55980 - csmoe:issue-55891, r=estebankGuillaume Gomez-10/+30
2018-11-22Rollup merge of #55961 - tromey:Bug-55944-vecdeque, r=nikomatsakisGuillaume Gomez-0/+11
2018-11-22Rollup merge of #55367 - GuillaumeGomez:private-item-doc-test-lint, r=QuietMi...Guillaume Gomez-0/+36
2018-11-21Move a flaky process test out of libstdAlex Crichton-0/+25
2018-11-22Auto merge of #56147 - petrochenkov:impice, r=nikomatsakisbors-0/+67
2018-11-21add compile-pass annotationNiko Matsakis-0/+2
2018-11-21Auto merge of #56065 - oli-obk:min_const_fn_loop_ice, r=davidtwcobors-0/+13
2018-11-21Add test for sidebar link generationGuillaume Gomez-0/+23
2018-11-22resolve: Fix some asserts in import validationVadim Petrochenkov-0/+67
2018-11-21Fix BTreeSet and BTreeMap gdb pretty-printersTom Tromey-8/+9
2018-11-21add regression testNiko Matsakis-0/+13
2018-11-21macro_literal_matcher: fixes per petrochenkov's reviewDan Aloni-2/+0
2018-11-21Stabilize macro_literal_matcherDan Aloni-32/+2
2018-11-21Enclose type in backticks for "reached the recursion limit while auto-derefer...varkor-7/+7
2018-11-21Add tests for unsized-locals functions stability.Masaki Hara-0/+28
2018-11-21Add tests verifying #50940.Masaki Hara-0/+40
2018-11-21Check arg/ret sizedness at ExprKind::Path.Masaki Hara-44/+23
2018-11-21Auto merge of #56117 - petrochenkov:iempty, r=eddybbors-0/+11
2018-11-21Explain why we do not overwrite qualification of localsOliver Scherer-5/+29
2018-11-21Add regression test for overwriting qualifs by assignmentOliver Scherer-0/+22
2018-11-21Fix a commentOliver Scherer-1/+1
2018-11-21TidyOliver Scherer-2/+2
2018-11-21Ensure assignments don't allow skipping projection checksOliver Scherer-0/+32
2018-11-21Properly assign to aggregate fieldsOliver Scherer-0/+20
2018-11-20Add unstable Literal::subspan().Sergio Benitez-0/+182
2018-11-21resolve: Make "empty import canaries" invisible from other cratesVadim Petrochenkov-0/+11
2018-11-21Add a couple more testsVadim Petrochenkov-3/+33
2018-11-21Stabilize `extern_crate_item_prelude`Vadim Petrochenkov-130/+0
2018-11-20Enclose type in backticks for "non-exhaustive patterns" errorvarkor-6/+6
2018-11-20Auto merge of #55720 - RalfJung:const-eval-raw, r=oli-obkbors-28/+36
2018-11-20Auto merge of #55663 - varkor:must_use-traits, r=estebankbors-0/+36
2018-11-20Incorporate `dyn` into more comments and docs.Corey Farwell-1/+2
2018-11-20improve error noteAxary-6/+6
2018-11-20Trailing newlineOliver Scherer-1/+1
2018-11-20Fix invalid bitcast taking bool out of a union represented as a scalarOlivier Goffart-0/+6
2018-11-20Add sanity test for promotion and `const_let`Oliver Scherer-0/+35
2018-11-20Explain missing error in testOliver Scherer-1/+4