| Age | Commit message (Expand) | Author | Lines |
| 2017-07-23 | field does not exist error: note fields if Levenshtein suggestion fails | Zack M. Davis | -13/+114 |
| 2017-07-23 | Auto merge of #43416 - tshepang:extra-layer, r=alexcrichton | bors | -6/+5 |
| 2017-07-23 | Auto merge of #43256 - Others:patch-1, r=steveklabnik | bors | -4/+1 |
| 2017-07-23 | Auto merge of #43406 - canndrew:never-impl-clone, r=alexcrichton | bors | -0/+1 |
| 2017-07-23 | Auto merge of #43387 - TimNN:rustllvm50, r=alexcrichton | bors | -105/+194 |
| 2017-07-22 | Auto merge of #43382 - mmatyas:aarch64_ignore-stack-probes, r=alexcrichton | bors | -0/+3 |
| 2017-07-22 | doc: provide an actual equivalent to filter_map | Tshepang Lekhonkhobe | -6/+5 |
| 2017-07-22 | Auto merge of #43059 - Mark-Simulacrum:rustbuild-2.0, r=alexcrichton | bors | -4677/+5460 |
| 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 | Auto merge of #42973 - zackmdavis:json_byte_position_to_start_at_top_of_file,... | bors | -3/+34 |
| 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 | 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 | 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 |
| 2017-07-20 | Use the macro structure spans instead of the invocation | Esteban Küber | -11/+105 |
| 2017-07-21 | Auto merge of #43183 - michaelwoerister:internalize-symbols-without-llvm, r=e... | bors | -365/+559 |
| 2017-07-20 | Change make_run signature to taking a RunConfig struct for refactorability. | Mark Simulacrum | -353/+203 |
| 2017-07-20 | Add an optional condition to constrain defaults. | Mark Simulacrum | -121/+61 |
| 2017-07-20 | Remove step.rs | Mark Simulacrum | -1820/+0 |
| 2017-07-20 | Remove step.rs comments | Mark Simulacrum | -749/+1 |
| 2017-07-20 | Check RLS tests | Mark Simulacrum | -1/+2 |
| 2017-07-20 | Change default documentation rules to correspond with previous state. | Mark Simulacrum | -2/+2 |
| 2017-07-20 | Don't include lldb/gdb in default tests | Mark Simulacrum | -7/+5 |
| 2017-07-20 | trans: Make the collector search const fn invocations. | Michael Woerister | -5/+16 |
| 2017-07-20 | std: Cut down #[inline] annotations where not necessary | Alex Crichton | -50/+50 |
| 2017-07-20 | Don't run host-only tests when targeting another platform | Mark Simulacrum | -42/+114 |