| Age | Commit message (Expand) | Author | Lines |
| 2018-07-10 | Avoid unwrapping in PanicInfo doc example. | Corey Farwell | -1/+5 |
| 2018-07-10 | Auto merge of #52229 - GuillaumeGomez:rollup, r=GuillaumeGomez | bors | -23/+177 |
| 2018-07-10 | Rollup merge of #52195 - alexcrichton:no-tmp, r=pnkfelix | Guillaume Gomez | -3/+3 |
| 2018-07-10 | Rollup merge of #52171 - bharrisau:fsub-count, r=estebank | Guillaume Gomez | -3/+4 |
| 2018-07-10 | Rollup merge of #52151 - GuillaumeGomez:trait-impl-settings, r=QuietMisdreavus | Guillaume Gomez | -14/+18 |
| 2018-07-10 | Rollup merge of #52149 - willmo:transparent-atomics, r=cramertj | Guillaume Gomez | -0/+3 |
| 2018-07-10 | Rollup merge of #52064 - Valloric:patch-1, r=cramertj | Guillaume Gomez | -1/+4 |
| 2018-07-10 | Rollup merge of #51722 - Aaronepower:master, r=Mark-Simulacrum | Guillaume Gomez | -2/+145 |
| 2018-07-10 | Rollup merge of #51612 - ashtneoi:51515-missing-first-char, r=pnkfelix | Guillaume Gomez | -2/+49 |
| 2018-07-10 | Auto merge of #51612 - ashtneoi:51515-missing-first-char, r=pnkfelix | bors | -2/+49 |
| 2018-07-10 | Auto merge of #52196 - ollie27:rustdoc_ctor_imports, r=QuietMisdreavus | bors | -5/+32 |
| 2018-07-10 | Auto merge of #52191 - SimonSapin:alloc_error_handler, r=alexcrichton | bors | -8/+253 |
| 2018-07-10 | Auto merge of #52168 - nikomatsakis:nll-region-name, r=estebank | bors | -22/+300 |
| 2018-07-10 | Auto merge of #52204 - zackmdavis:and_the_crate_of_the_missing_module, r=oli-obk | bors | -1/+55 |
| 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 | rustdoc: Hide struct and enum variant constructor imports | Oliver Middleton | -5/+32 |
| 2018-07-09 | Auto merge of #51899 - gnzlbg:llvm501, r=alexcrichton | bors | -101/+17 |
| 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 | Fix issue #51515 and update test | ashtneoi | -4/+16 |
| 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 | revert travis-ci changes | gnzlbg | -2/+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 | run asmjs and emscripten builds on CI (temporary) | gnzlbg | -2/+2 |
| 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 | -268/+17 |
| 2018-07-09 | Auto merge of #52160 - euclio:include-macros, r=oli-obk | bors | -0/+35 |
| 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 | Auto merge of #52166 - orlp:master, r=joshtriplett | bors | -3/+9 |
| 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 | add regression test for #48835 | Andy Russell | -0/+35 |
| 2018-07-08 | Auto merge of #52152 - fabric-and-ink:edit-file-open-example, r=frewsxcv | bors | -3/+3 |
| 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 |