| Age | Commit message (Expand) | Author | Lines |
| 2018-07-10 | improve error message shown for unsafe operations: explain why undefined beha... | Ralf Jung | -50/+114 |
| 2018-07-10 | Auto merge of #52177 - ljedrz:bare_gcc_warning, r=alexcrichton | bors | -0/+8 |
| 2018-07-09 | in which `use` suggestions meet edition 2018 | Zack M. Davis | -1/+55 |
| 2018-07-10 | Auto merge of #51583 - cuviper:packed_pair-bool, r=Mark-Simulacrum | bors | -50/+96 |
| 2018-07-10 | Auto merge of #52100 - nielx:fix/rust_driver-stacklimit, r=cramertj | bors | -1/+21 |
| 2018-07-10 | step_by: leave time of item skip unspecified | Emerentius | -1/+22 |
| 2018-07-10 | rustdoc: Hide struct and enum variant constructor imports | Oliver Middleton | -5/+32 |
| 2018-07-09 | Auto merge of #51899 - gnzlbg:llvm501, r=alexcrichton | bors | -100/+16 |
| 2018-07-09 | rustc: Avoid /tmp/ in graphviz writing | Alex Crichton | -3/+3 |
| 2018-07-09 | Implement #[alloc_error_handler] | Simon Sapin | -7/+224 |
| 2018-07-09 | Add a test for the default allocation error hook | Simon Sapin | -0/+28 |
| 2018-07-09 | Remove `extern` on the `pub fn rust_oom` lang item in libstd, to match ABI of... | Simon Sapin | -1/+1 |
| 2018-07-09 | Auto merge of #50250 - csmoe:wf_traitref, r=scalexm | bors | -23/+82 |
| 2018-07-09 | Add "or destination" to {copy, clone}_from_slice example | Anirudh Balaji | -4/+4 |
| 2018-07-09 | Fix issue #51515 and update test | ashtneoi | -4/+16 |
| 2018-07-09 | doc: Clarify the lifetime returned by `Box::leak` | Josh Stone | -1/+3 |
| 2018-07-09 | Add test case from issue #51515 | ashtneoi | -0/+35 |
| 2018-07-09 | Change gcc warning file name, remove unnecessary reference | ljedrz | -2/+2 |
| 2018-07-09 | Change wording | scalexm | -20/+22 |
| 2018-07-09 | Auto merge of #51956 - GuillaumeGomez:shutdown-doc-lints, r=oli-obk | bors | -4/+57 |
| 2018-07-09 | add comment about lints whitelisting | Guillaume Gomez | -0/+2 |
| 2018-07-09 | Auto merge of #52159 - SimonSapin:alloc-prelude, r=alexcrichton | bors | -17/+72 |
| 2018-07-09 | Warn windows-gnu users that the bundled gcc can't compile | ljedrz | -0/+8 |
| 2018-07-09 | Fix the documentation of `Option::replace` | Clément RENAULT | -1/+1 |
| 2018-07-09 | Add a basic test to `Option::replace` | Clément RENAULT | -0/+16 |
| 2018-07-09 | still support LLVM4 for emscripten | gnzlbg | -1/+167 |
| 2018-07-09 | bump llvm version of failing codegen test | gnzlbg | -0/+1 |
| 2018-07-09 | bump minimum LLVM version to 5.0 | gnzlbg | -267/+16 |
| 2018-07-09 | Auto merge of #52160 - euclio:include-macros, r=oli-obk | bors | -0/+35 |
| 2018-07-09 | Also distribute cargo clippy | Oliver Schneider | -1/+14 |
| 2018-07-09 | Inject clippy into the rls again | Oliver Schneider | -31/+15 |
| 2018-07-09 | Correct some codegen stats counters | Ben Harris | -3/+4 |
| 2018-07-09 | Auto merge of #52066 - benjaminp:obligation-select, r=Mark-Simulacrum | bors | -2/+1 |
| 2018-07-09 | Removed a single trailing space. Oops. | Orson Peters | -1/+1 |
| 2018-07-09 | find and highlight the `&` or `'_` in `region_name` | Niko Matsakis | -22/+300 |
| 2018-07-09 | Reimplemented Vec's swap_remove to not rely on pop. | Orson Peters | -4/+6 |
| 2018-07-09 | Performance improvement of Vec's swap_remove. | Orson Peters | -3/+7 |
| 2018-07-08 | rework `LineWriter` example | Andy Russell | -10/+24 |
| 2018-07-08 | add regression test for #48835 | Andy Russell | -0/+35 |
| 2018-07-08 | Delete leftover files | jD91mZM2 | -1337/+0 |
| 2018-07-08 | Auto merge of #52152 - fabric-and-ink:edit-file-open-example, r=frewsxcv | bors | -3/+3 |
| 2018-07-08 | Update std::ascii::ASCIIExt deprecation notes | Kevin Zajler | -10/+30 |
| 2018-07-08 | Remove fallback to parent modules from lexical resolution | Vadim Petrochenkov | -102/+317 |
| 2018-07-08 | Remove the comment line that harmed. | Hideki Sekine | -1/+0 |
| 2018-07-08 | Tweak to run test for thumbv7m target. | Hideki Sekine | -18/+20 |
| 2018-07-08 | Create Dockerfile based on dist-various-1. | Hideki Sekine | -0/+127 |
| 2018-07-08 | Auto merge of #52106 - PramodBisht:issue/52049, r=oli-obk | bors | -1/+48 |
| 2018-07-08 | Edit code example for File::open | Fabian Drinck | -3/+3 |
| 2018-07-08 | hygiene: Decouple transparencies from expansion IDs | Vadim Petrochenkov | -68/+122 |
| 2018-07-08 | libsyntax_pos: Tweak some visibilities | Vadim Petrochenkov | -11/+19 |