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