| Age | Commit message (Expand) | Author | Lines |
| 2017-06-05 | Add doc example for `CString::as_bytes_with_nul`. | Corey Farwell | -0/+10 |
| 2017-06-05 | Add doc example for `CString::into_bytes_with_nul`. | Corey Farwell | -0/+10 |
| 2017-06-05 | Add doc example for `CString::into_bytes`. | Corey Farwell | -0/+10 |
| 2017-06-05 | Add doc example for `CString::into_raw`. | Corey Farwell | -0/+20 |
| 2017-06-06 | Auto merge of #41990 - qnighy:disallow-underscore-suffix-for-string-like-lite... | bors | -0/+29 |
| 2017-06-05 | syntax_pos::Symbol should not implement Sync | Wesley Wiser | -0/+1 |
| 2017-06-06 | Spell profiler option correctly... | Marco Castelluccio | -1/+1 |
| 2017-06-06 | Add basic documentation for the profile feature | Marco Castelluccio | -0/+16 |
| 2017-06-05 | Enable profiler on all builders | Marco Castelluccio | -0/+1 |
| 2017-06-05 | Auto merge of #42452 - raphlinus:mx_job_default, r=alexcrichton | bors | -5/+1 |
| 2017-06-05 | tidy is an unnecessary roadblock to contributions | Alex Burka | -3/+5 |
| 2017-06-05 | Use single quotes, and doc the Rc struct itself. | Ulysse Carion | -5/+6 |
| 2017-06-05 | [fuchsia] Track change of mx_job_default | Raph Levien | -5/+1 |
| 2017-06-05 | fix tests | steveklabnik | -0/+2 |
| 2017-06-05 | address review feedback | steveklabnik | -18/+10 |
| 2017-06-05 | Add run-make test for Command::spawn on Windows | Oliver Middleton | -0/+49 |
| 2017-06-05 | Auto merge of #42414 - frewsxcv:frewsxcv/improve-cow-docs, r=QuietMisdreavus | bors | -7/+29 |
| 2017-06-05 | Auto merge of #42383 - estebank:candidate-newline, r=arielb1 | bors | -169/+426 |
| 2017-06-05 | Add ui tests for issue 26046 | Tommy Ip | -0/+38 |
| 2017-06-05 | Better closure error message | Tommy Ip | -5/+27 |
| 2017-06-05 | Doc changes for assert macros | Michael Kohl | -5/+13 |
| 2017-06-05 | doc rewording | king6cong | -1/+1 |
| 2017-06-04 | Skip documentation files without ``` when running markdown tests. | Mark Simulacrum | -16/+15 |
| 2017-06-04 | Auto merge of #42426 - arthurprs:io_error, r=sfackler | bors | -0/+1 |
| 2017-06-04 | Always quote program name in Command::spawn on Windows | Oliver Middleton | -8/+10 |
| 2017-06-04 | Auto merge of #42362 - estebank:type, r=arielb1 | bors | -15/+97 |
| 2017-06-04 | Separate suggestion in a `help` and a `note` | Esteban Küber | -28/+51 |
| 2017-06-04 | Show trait method signature when impl differs | Esteban Küber | -15/+97 |
| 2017-06-04 | Use the three-element variant of the 'llvm.gcov' metadata | Marco Castelluccio | -6/+2 |
| 2017-06-04 | rustc_llvm: re-run build script if config.toml changes | Venkata Giri Reddy | -0/+9 |
| 2017-06-04 | Add overflow checking for str::get with inclusive ranges | Scott McMurray | -4/+55 |
| 2017-06-04 | Run profiler test only if built with profiler support | Marco Castelluccio | -0/+2 |
| 2017-06-04 | Auto merge of #42402 - citizen428:create-dump-mir-dir, r=Mark-Simulacrum | bors | -0/+1 |
| 2017-06-04 | inline io::Error creation from ErrorKind | arthurprs | -0/+1 |
| 2017-06-04 | Add llvm.gcov metadata only if profiler is enabled | Marco Castelluccio | -22/+24 |
| 2017-06-04 | Update mod.rs | bjorn3 | -1/+1 |
| 2017-06-04 | Update lowering.rs | bjorn3 | -2/+2 |
| 2017-06-04 | Update def.rs | bjorn3 | -1/+1 |
| 2017-06-04 | Stop checking uses_std | Marco Castelluccio | -21/+12 |
| 2017-06-04 | Merge branch 'profiling' of github.com:whitequark/rust into profiling | Marco Castelluccio | -10/+295 |
| 2017-06-04 | Auto merge of #42406 - bjorn3:patch-1, r=eddyb | bors | -53/+55 |
| 2017-06-04 | Delegate str:Index(Mut) to SliceIndex<str> | Scott McMurray | -37/+18 |
| 2017-06-04 | Auto merge of #42265 - Zoxc:for-sugar, r=eddyb | bors | -83/+138 |
| 2017-06-03 | Explicate what "Rc" and "Arc" stand for. | Ulysse Carion | -2/+4 |
| 2017-06-04 | Auto merge of #41968 - kennytm:fix-unreadable-json-test-output-36516, r=nikom... | bors | -35/+250 |
| 2017-06-04 | Create directory for dump-mir-dir automatically | Michael Kohl | -0/+1 |
| 2017-06-04 | Auto merge of #42398 - redox-os:master, r=sfackler | bors | -3/+3 |
| 2017-06-03 | Auto merge of #42391 - photoszzt:master, r=Manishearth | bors | -16/+30 |
| 2017-06-03 | Auto merge of #42387 - GuillaumeGomez:error-codes-next, r=Susurrus | bors | -6/+52 |
| 2017-06-03 | Remove 'elided' from lifetime resolution error | Stephen Lazaro | -6/+6 |