about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2015-01-24Auto merge of #21079 - huonw:chained-cmp-tweaks, r=pnkfelixbors-6/+6
2015-01-25Tweak chained comparison errors.Huon Wilson-6/+6
2015-01-24Auto merge of #21542 - vadimcn:fix-exported-macro-paths, r=alexcrichtonbors-0/+46
2015-01-23regex: Remove in-tree versionAlex Crichton-131/+1
2015-01-23Fix tidy.Vadim Chugunov-1/+1
2015-01-22Added test.Vadim Chugunov-0/+46
2015-01-23Auto merge of #21374 - dgrunwald:range-notation-fixes, r=nikomatsakisbors-0/+39
2015-01-22Rollup merge of #21471 - michaelwoerister:associated-types, r=alexcrichtonSteve Klabnik-0/+152
2015-01-22Fix some grammar inconsistencies for the '..' range notation.Daniel Grunwald-0/+39
2015-01-22Auto merge of #21187 - oli-obk:feature/hint_struct_field_access, r=alexcrichtonbors-0/+71
2015-01-21Make diagnostic ordering deterministicAlex Crichton-0/+4
2015-01-21rollup merge of #20179: eddyb/blind-itemsAlex Crichton-18/+143
2015-01-21rollup merge of #21258: aturon/stab-3-indexAlex Crichton-16/+23
2015-01-21rollup merge of #21252: nikomatsakis/assoc-type-ice-hunt-take-2Alex Crichton-0/+291
2015-01-21Move regression test for #20971 into run-fail, since it panics.Niko Matsakis-1/+3
2015-01-21Fix type inference problems in tests and docsAaron Turon-15/+17
2015-01-21Test fixes and rebase conflictsAlex Crichton-23/+0
2015-01-21Deny imports after non-item statements.Eduard Burtescu-3/+5
2015-01-21Added another test with success local-item shadowingEduard Burtescu-0/+19
2015-01-21Added some tests for arbitrary ordered view itemsMarvin Löbel-0/+138
2015-01-21tests: fix fallout of merging ast::ViewItem into ast::Item.Eduard Burtescu-39/+5
2015-01-21debuginfo: Fix issue with associated types and struct fieldsMichael Woerister-0/+152
2015-01-21rollup merge of #21457: alexcrichton/issue-21436Alex Crichton-131/+131
2015-01-21rollup merge of #21447: cmr/masterAlex Crichton-27/+17
2015-01-21rollup merge of #21441: alexcrichton/rustc-optsAlex Crichton-113/+32
2015-01-21rollup merge of #21429: GuillaumeGomez/macro-fixAlex Crichton-0/+14
2015-01-21rollup merge of #21421: huonw/one-suggestion-per-traitAlex Crichton-0/+22
2015-01-21rollup merge of #21411: P1start/help-tweaksAlex Crichton-9/+9
2015-01-21rollup merge of #21396: japaric/no-parens-in-rangeAlex Crichton-6/+6
2015-01-21rollup merge of #21392: japaric/iterAlex Crichton-0/+38
2015-01-21rollup merge of #21354: eddyb/vec-ufcsAlex Crichton-0/+23
2015-01-21rollup merge of #21342: Diggsey/issue-21310Alex Crichton-0/+28
2015-01-21rollup merge of #21340: pshc/libsyntax-no-more-intsAlex Crichton-2/+2
2015-01-21rollup merge of #21289: brson/errorcodesAlex Crichton-1/+1
2015-01-21Change init-large-type to use child threadAaron Turon-1/+6
2015-01-20std: Rename Show/String to Debug/DisplayAlex Crichton-131/+131
2015-01-21Display negative trait implementations correctly in rustdocDiggory Blake-0/+28
2015-01-20tests: uncomment regression tests for 13970, 13971, 13972Corey Richardson-27/+17
2015-01-20rustc: Remove deprecated lint namesAlex Crichton-21/+5
2015-01-20Make error code registration work again. #19624Brian Anderson-1/+1
2015-01-20rustc: Remove deprecated flagsAlex Crichton-92/+27
2015-01-21Rollup merge of #21424 - sanxiyn:coerce-mut, r=nikomatsakisBarosl LEE-4/+29
2015-01-21Rollup merge of #21404 - japaric:hash, r=alexcrichtonBarosl LEE-0/+18
2015-01-21Rollup merge of #21386 - Diggsey:issue-21384, r=alexcrichtonBarosl LEE-0/+27
2015-01-20Forbid coercing &T to &mut TSeo Sanghyeon-4/+29
2015-01-20Auto merge of #21364 - cmr:fix-ttseq-ice, r=alexcrichtonbors-0/+17
2015-01-20Avoid suggesting traits multiple times.Huon Wilson-0/+22
2015-01-20librustc: hint close matches on accessing nonexisting fieldsOliver Schneider-0/+71
2015-01-20Fix up some ‘help’ messagesP1start-9/+9
2015-01-20Auto merge of #21304 - lifthrasiir:htmldocck, r=alexcrichtonbors-98/+34