summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2015-06-11Auto merge of #26199 - swgillespie:issue-26092, r=alexcrichtonbors-0/+16
2015-06-11Prevent raw pointers from being used as an explicit selfAriel Ben-Yehuda-0/+18
2015-06-11Auto merge of #26190 - Veedrac:no-iter, r=alexcrichtonbors-20/+19
2015-06-11Conver reborrows to .iter() calls where appropriateJoshua Landau-4/+4
2015-06-11Auto merge of #26172 - nham:add_E0116, r=alexcrichtonbors-2/+2
2015-06-10fix #26092 by returning an empty OS string when the output file path has no f...swgillespie-0/+16
2015-06-10Auto merge of #24689 - SimonSapin:formatter-write-char, r=alexcrichtonbors-1/+10
2015-06-10Removed many pointless calls to *iter() and iter_mut()Joshua Landau-16/+15
2015-06-10Have std::fmt::Formatter implement std::fmt::Write.Simon Sapin-1/+1
2015-06-10Auto merge of #26182 - Manishearth:rollup, r=Manishearthbors-14/+14
2015-06-10Add a write_char method to std::fmt::Formatter.Simon Sapin-0/+9
2015-06-10Rollup merge of #26146 - steveklabnik:remove_unsafe_pointer, r=GankroManish Goregaokar-10/+10
2015-06-10Rollup merge of #26143 - steveklabnik:gh25851, r=alexcrichtonManish Goregaokar-4/+4
2015-06-10Auto merge of #26141 - eddyb:ast_map, r=nikomatsakisbors-1/+1
2015-06-10Auto merge of #26153 - dotdash:issue26127, r=luqmanabors-0/+21
2015-06-10Add explanation for E0116 and update the error message.Nick Hamann-2/+2
2015-06-10Auto merge of #26058 - Kimundi:issue15609, r=nikomatsakisbors-0/+146
2015-06-10syntax: move ast_map to librustc.Eduard Burtescu-1/+1
2015-06-10Use the correct type of undef value for ignored return values in trans_named_...Björn Steinbrink-0/+21
2015-06-09Exise 'unsafe pointer' in favor of 'raw pointer'Steve Klabnik-10/+10
2015-06-09Exise 'owned pointer' from the codebaseSteve Klabnik-4/+4
2015-06-09Adding Iterator Sync/Send tests for libcore/iter.rsPaul Faria-3/+76
2015-06-09Made ref pattern bindings correctly pick Deref or DerefMutMarvin Löbel-0/+146
2015-06-09Auto merge of #25627 - murarth:execution-engine-fix, r=nrcbors-0/+257
2015-06-08Changes to LLVM `ExecutionEngine` wrapperMurarth-0/+257
2015-06-08Auto merge of #26079 - eefriedman:emit-closure, r=nrcbors-0/+13
2015-06-08Auto merge of #26077 - SimonSapin:patch-6, r=alexcrichtonbors-7/+7
2015-06-08Auto merge of #26044 - nagisa:canonicalize-metadata-loader, r=alexcrichtonbors-0/+41
2015-06-08Translate "ignored" closure expressions.Eli Friedman-0/+13
2015-06-08Replace usage of String::from_str with String:fromSimon Sapin-7/+7
2015-06-08Auto merge of #26091 - chellmuth:pub-struct-field-span, r=nrcbors-0/+30
2015-06-07Add licenseChris Hellmuth-0/+10
2015-06-08Auto merge of #26087 - fitzgen:improve-suggestion-hueristics, r=Aatchbors-6/+27
2015-06-07Make the maximum edit distance of typo suggestions a function of the typo'd n...Nick Fitzgerald-6/+27
2015-06-07Add a regression test for public struct field spansChris Hellmuth-0/+20
2015-06-07test: Ignore gdb-pretty-struct-and-enums.rsBrian Anderson-0/+1
2015-06-07Don’t ICE if fs::canonicalise fails in meta-loadSimonas Kazlauskas-0/+41
2015-06-06Clear cached landing pads before generating a call.Eli Friedman-0/+40
2015-06-06Auto merge of #26038 - eddyb:dst-nested, r=luqmanabors-0/+5
2015-06-05fixup! Added test for Sync/Send on iterators within char. Added todo blocks f...Paul Faria-5/+5
2015-06-05Added test for Sync/Send on iterators within char. Added todo blocks for othe...Paul Faria-0/+47
2015-06-05Allow nested generics for the last field of structs in unsizing.Eduard Burtescu-0/+5
2015-06-05fix test falloutAriel Ben-Yehuda-0/+3
2015-06-04Auto merge of #25981 - nham:fix_E0201, r=alexcrichtonbors-2/+2
2015-06-04Auto merge of #25743 - michaelsproul:match-diagnostics, r=nrcbors-25/+45
2015-06-03Auto merge of #25959 - pnkfelix:fsk-hack-move-val-init, r=nikomatsakisbors-0/+194
2015-06-03Remove #[static_assert]Steve Klabnik-94/+0
2015-06-03Make E0201 detect when duplicate function is a method.Nick Hamann-3/+3
2015-06-03Improve diagnostic messages for range patterns.Michael Sproul-25/+45
2015-06-02s/method/associated function/ in E0201Nick Hamann-4/+4