summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2015-08-10Fixed algorithm to match shootout requirementsllogiq-16/+13
2015-08-09Use https URLs to refer to rust-lang.org where appropriate.Eli Friedman-21/+1
2015-08-08rustc: rename multiple imports in a listSean McArthur-1/+81
2015-08-07Fix the diagnostic for fat pointer to usize casts.Scott Olson-2/+2
2015-08-07Fix ICE when trying to drop an unsized type from a different crateBjörn Steinbrink-0/+46
2015-08-07Auto merge of #27582 - pnkfelix:disable-nonzeroing-move-hint-by-default, r=ni...bors-0/+36
2015-08-07placate the pretty tests by ignoring my test.Felix S. Klock II-0/+2
2015-08-07improve span of erroneous empty macro invocationTim Neumann-0/+28
2015-08-07Regression test for dropflag reinit issue.Felix S. Klock II-0/+34
2015-08-07Auto merge of #27551 - arielb1:adt-def, r=nikomatsakisbors-0/+7
2015-08-07Customize error messages for self glob imports.Victor Berger-1/+11
2015-08-06Revert "Revert "Fix `missing_docs` lint for const and static.""Brian Anderson-0/+21
2015-08-06Auto merge of #27296 - jroesch:type-macros, r=huonwbors-8/+139
2015-08-06handle associated types correctly in null pointer optimizationAriel Ben-Yehuda-0/+7
2015-08-06Add test descriptions.Victor Berger-2/+11
2015-08-06Fix expected parse errorJared Roesch-8/+9
2015-08-05Auto merge of #27505 - steveklabnik:exterminate_exterminate, r=brsonbors-47/+0
2015-08-05Update tests and add some more.Victor Berger-5/+54
2015-08-05Revert "debuginfo: Bring back some GDB pretty printing autotests that are not...Alex Crichton-188/+0
2015-08-05Auto merge of #27458 - mitaa:local_cpath, r=nikomatsakisbors-14/+80
2015-08-05Auto merge of #27439 - vberger:more_perseverant_resolve, r=nrcbors-7/+114
2015-08-05Auto merge of #27393 - alexcrichton:no-std-changes, r=brsonbors-70/+164
2015-08-04Fix last nitsJared Roesch-48/+52
2015-08-04Actually commit testsJared Roesch-0/+126
2015-08-04Address nitsJared Roesch-84/+0
2015-08-04Tidy test caseJared Roesch-3/+5
2015-08-04Update and add test caseJared Roesch-0/+82
2015-08-04Rollup merge of #27491 - GuillaumeGomez:patch-4, r=ManishearthManish Goregaokar-1/+1
2015-08-04Auto merge of #27507 - eefriedman:link-section, r=alexcrichtonbors-0/+36
2015-08-04Addressing nits & tests explanations.Victor Berger-2/+12
2015-08-04Auto merge of #27500 - michaelwoerister:bring-gdb-pp-tests-back, r=alexcrichtonbors-0/+188
2015-08-03Fix link_section regression.Eli Friedman-0/+36
2015-08-03syntax: Implement #![no_core]Alex Crichton-70/+164
2015-08-03Auto merge of #26783 - eddyb:methrec, r=huonwbors-0/+66
2015-08-04rustc_lint: handle more method calls in unconditional_recursion.Eduard Burtescu-0/+66
2015-08-03Auto merge of #27210 - vadimcn:win64-eh-pers, r=alexcrichtonbors-2/+8
2015-08-03delete some old testsSteve Klabnik-47/+0
2015-08-03debuginfo: Bring back some GDB pretty printing autotests that are not actuall...Michael Woerister-0/+188
2015-08-03Update error commentGuillaume Gomez-1/+1
2015-08-01Fix and add tests regarding extern crate pathsmitaa-14/+80
2015-07-31Auto merge of #27432 - sanxiyn:impl-dotdot, r=sfacklerbors-3/+18
2015-07-31Fix resolve tests and add some more.Victor Berger-7/+104
2015-07-31Fix `impl A .. {}`Seo Sanghyeon-3/+18
2015-07-31Auto merge of #27382 - brson:gate-assoc-type, r=alexcrichtonbors-0/+29
2015-07-30Fix testsBrian Anderson-0/+8
2015-07-30Implement Win64 eh_personality natively.Vadim Chugunov-2/+8
2015-07-30Auto merge of #27392 - pnkfelix:rename-xpretty-as-unpretty, r=jroeschbors-1/+1
2015-07-30Auto merge of #27052 - wthrowe:atomic_send, r=Gankrobors-0/+22
2015-07-30Rename the unstable option `--xpretty` to `--unpretty`Felix S. Klock II-1/+1
2015-07-29Feature gate associated type defaultsBrian Anderson-0/+21