| Age | Commit message (Expand) | Author | Lines |
| 2017-07-22 | Use checked NonZero constructor instead of explicit null check in btree | Simon Sapin | -6/+4 |
| 2017-07-22 | Add conversions from references to NonZero pointers, Unique, and Shared | Simon Sapin | -5/+52 |
| 2017-07-22 | Add Box::into_unique | Simon Sapin | -21/+48 |
| 2017-07-22 | Implement From<Unique<T>> for Shared<T> | Simon Sapin | -0/+8 |
| 2017-07-22 | Rename {NonZero,Shared,Unique}::new_checked to new | Simon Sapin | -5/+5 |
| 2017-07-22 | Rename {NonZero,Shared,Unique}::new to new_unchecked | Simon Sapin | -46/+46 |
| 2017-07-22 | Add `new_checked(…) -> Option<Self>` to NonZero, Unique, and Shared. | Simon Sapin | -19/+65 |
| 2017-07-22 | Auto merge of #43059 - Mark-Simulacrum:rustbuild-2.0, r=alexcrichton | bors | -4677/+5460 |
| 2017-07-22 | Add generic example of std::ops::Sub in doc comments | mandeep | -0/+36 |
| 2017-07-22 | Make distcheck work again. | Mark Simulacrum | -1/+6 |
| 2017-07-22 | Auto merge of #43367 - alexcrichton:remove-inline-always, r=sfackler | bors | -50/+50 |
| 2017-07-22 | Add make_run to distcheck. | Mark Simulacrum | -0/+4 |
| 2017-07-22 | Auto merge of #43352 - estebank:macro-span-replacement, r=petrochenkov | bors | -13/+97 |
| 2017-07-22 | Fix StartupObject build | Mark Simulacrum | -1/+1 |
| 2017-07-22 | Auto merge of #43344 - tlively:wasm-debug, r=alexcrichton | bors | -1/+4 |
| 2017-07-22 | Add !: Clone impl | Andrew Cann | -0/+1 |
| 2017-07-22 | Auto merge of #43343 - petrochenkov:methlife3, r=estebank | bors | -24/+140 |
| 2017-07-22 | Auto merge of #43323 - perryprog:master, r=estebank | bors | -18/+91 |
| 2017-07-22 | Gate signatures on the config | Nick Cameron | -0/+21 |
| 2017-07-22 | Use config::pub_only rather than a spearate api mode | Nick Cameron | -161/+51 |
| 2017-07-22 | Use Config::full_docs to trim documentation | Nick Cameron | -38/+44 |
| 2017-07-22 | Use a config file with save-analysis | Nick Cameron | -32/+62 |
| 2017-07-22 | Auto merge of #42973 - zackmdavis:json_byte_position_to_start_at_top_of_file,... | bors | -3/+34 |
| 2017-07-21 | Correct the spelling of "homogeneous" | Josh Stone | -23/+23 |
| 2017-07-21 | run-make test for JSON error byte start/end | Zack M. Davis | -0/+32 |
| 2017-07-21 | make JSON error byte position start at top of file | Zack M. Davis | -3/+2 |
| 2017-07-21 | Review comments | Esteban Küber | -26/+16 |
| 2017-07-21 | Auto merge of #43274 - bitshifter:union-align, r=petrochenkov | bors | -8/+116 |
| 2017-07-21 | More tests | Perry Fraser | -0/+80 |
| 2017-07-21 | Relax a codegen test to be compatible with LLVM 5.0 | Alex Crichton | -8/+8 |
| 2017-07-21 | Auto merge of #43319 - SimonSapin:cargoup, r=alexcrichton | bors | -0/+37 |
| 2017-07-21 | Fix archive member names on 5.0 | Alex Crichton | -0/+4 |
| 2017-07-21 | update attributes API usage | Alex Crichton | -1/+26 |
| 2017-07-21 | rustllvm: split DebugLoc in UnpackOptimizationDiagnostic | Tim Neumann | -21/+52 |
| 2017-07-21 | Auto merge of #43313 - pftbest:fix_asm, r=alexcrichton | bors | -1/+1 |
| 2017-07-21 | rustllvm: update to SyncScope::ID | Tim Neumann | -0/+13 |
| 2017-07-21 | rustllvm: adjust usage of createNameSpace | Tim Neumann | -1/+5 |
| 2017-07-21 | rustllvm: adjust usage of createPointerType | Tim Neumann | -1/+9 |
| 2017-07-21 | rustllvm: use LLVMMetadataRef | Tim Neumann | -73/+75 |
| 2017-07-21 | rustllvm: define LLVM_VERSION_LT | Tim Neumann | -0/+2 |
| 2017-07-21 | Adjust new suggestions to the suggestion guidelines | Oliver Schneider | -64/+40 |
| 2017-07-21 | rustbuild: Fix the --build argument to bootstrap.py | Segev Finer | -1/+2 |
| 2017-07-21 | *.natvis: Use s8 postfixes to correctly interpret rust strings as UTF-8. | MaulingMonkey | -4/+4 |
| 2017-07-21 | Update Cargo to ffab51954ec32d55631c37a8730bb24915fc090b | Simon Sapin | -0/+37 |
| 2017-07-21 | Ignore stack probe tests on AArch64 | Mátyás Mustoha | -0/+3 |
| 2017-07-21 | Add a missing verb to the description of std::process::ExitStatus::success(). | Petr Zemek | -2/+2 |
| 2017-07-20 | Document use of `compiler_builtins` with `no_std` binaries | Joe Ranweiler | -0/+43 |
| 2017-07-20 | Tell `tidy` about `compiler_builtins_lib` feature | Joe Ranweiler | -0/+12 |
| 2017-07-21 | Auto merge of #43318 - jhjourdan:jh/fix_weak_cound_MAX, r=alexcrichton | bors | -1/+23 |
| 2017-07-20 | Fix test | Esteban Küber | -1/+1 |