| Age | Commit message (Expand) | Author | Lines |
| 2018-12-14 | Auto merge of #56568 - notriddle:master, r=alexcrichton | bors | -54/+210 |
| 2018-12-14 | format: minor stylistic improvements | ljedrz | -12/+6 |
| 2018-12-14 | Always run rustc in a thread | Oliver Scherer | -61/+5 |
| 2018-12-14 | format: refactor verify_arg_type | ljedrz | -22/+16 |
| 2018-12-14 | fix issue 54153 by ignoring issue-18804 test on windows/mac. | Felix S. Klock II | -0/+5 |
| 2018-12-14 | format: refactor report_invalid_references | ljedrz | -25/+21 |
| 2018-12-14 | Fix docs path to PermissionsExt | Danilo Bargen | -1/+2 |
| 2018-12-14 | format: inline one-liners related to parse_expr | ljedrz | -0/+3 |
| 2018-12-14 | format: remove unreachable condition | ljedrz | -22/+9 |
| 2018-12-14 | Fixes broken links | Roberto Vidal | -3/+3 |
| 2018-12-14 | Auto merge of #56490 - faern:add-checked-add-to-instant, r=alexcrichton | bors | -166/+150 |
| 2018-12-14 | Auto merge of #56536 - alexcrichton:update-master, r=Mark-Simulacrum | bors | -62/+46 |
| 2018-12-14 | Auto merge of #56778 - Xanewok:update-clippy, r=kennytm | bors | -14/+16 |
| 2018-12-13 | debug logging, added conditional error message, tests updated | Kevyn Grasso | -4/+24 |
| 2018-12-14 | Auto merge of #56351 - davidtwco:issue-55396-stabilize-linker-flavor, r=nagisa | bors | -98/+12 |
| 2018-12-13 | Update panic message to be clearer about env-vars | Daniel Silverstone | -5/+7 |
| 2018-12-13 | rustc: Add an unstable `simd_select_bitmask` intrinsic | Alex Crichton | -5/+97 |
| 2018-12-13 | Change bounds on `TryFrom` blanket impl to use `Into` instead of `From` | Ozaren | -2/+2 |
| 2018-12-13 | Auto merge of #56142 - jnqnfe:osstr_lossy_example, r=alexcrichton | bors | -8/+33 |
| 2018-12-13 | Split on words instead | Guillaume Gomez | -7/+27 |
| 2018-12-13 | Make determining the discriminant a normal Shallow read | Matthew Jasper | -24/+73 |
| 2018-12-13 | add `crates` to the final doctest | QuietMisdreavus | -0/+3 |
| 2018-12-13 | Wording changes | Esteban Küber | -5/+5 |
| 2018-12-13 | Fix dur2intervals import on cloudabi | Linus Färnstrand | -5/+9 |
| 2018-12-13 | Auto merge of #56783 - alexcrichton:pinentry-mode, r=Mark-Simulacrum | bors | -1/+2 |
| 2018-12-13 | Use `dedup` instead of `dedup_by` | Oliver Scherer | -1/+1 |
| 2018-12-13 | Add targets thumbv7neon-linux-androideabi and thumbv7neon-unknown-linux-gnuea... | Henri Sivonen | -2/+114 |
| 2018-12-13 | Add `--pinentry-mode=loopback` to deployment script | Alex Crichton | -1/+2 |
| 2018-12-13 | Update LLVM submodule | Nikita Popov | -1/+1 |
| 2018-12-13 | Fix checked_add/sub for sys/sgx/time.rs | Linus Färnstrand | -11/+7 |
| 2018-12-13 | Add checked_sub for Instant and SystemTime | Linus Färnstrand | -87/+83 |
| 2018-12-13 | Add checked_add method to Instant time type | Linus Färnstrand | -74/+62 |
| 2018-12-13 | Update Clippy | Igor Matuszewski | -14/+16 |
| 2018-12-13 | Auto merge of #56461 - oli-obk:alloc_ids, r=RalfJung | bors | -79/+101 |
| 2018-12-13 | Expand on a few comments | Oliver Scherer | -0/+6 |
| 2018-12-13 | Update tests to show diagnostics | Oliver Scherer | -20/+129 |
| 2018-12-13 | Fix indent | Oliver Scherer | -3/+1 |
| 2018-12-13 | Doc comment format | Oliver Scherer | -2/+2 |
| 2018-12-13 | fix: make hello public | Satya Rohith | -2/+2 |
| 2018-12-13 | Add x86_64-unknown-uefi target | David Herrmann | -0/+135 |
| 2018-12-13 | Update code comments of `c_void` to explain the reasoning for its current imp... | Sebastian Dröge | -4/+6 |
| 2018-12-13 | Remove confusing comment about ideally using `!` for `c_void` | Sebastian Dröge | -3/+4 |
| 2018-12-13 | Stabilize `linker-flavor` flag. | David Wood | -98/+12 |
| 2018-12-13 | Auto merge of #56161 - RalfJung:vecdeque-stacked-borrows, r=SimonSapin | bors | -5/+8 |
| 2018-12-13 | Auto merge of #56090 - nnethercote:filesearch, r=eddyb | bors | -154/+139 |
| 2018-12-13 | Make SimplifyCfg collapse goto chains from bb0 | Shotaro Yamada | -1/+80 |
| 2018-12-13 | Some changes | John Kåre Alsaker | -1/+5 |
| 2018-12-13 | Make the 'a lifetime on TyCtxt useless | John Kåre Alsaker | -47/+51 |
| 2018-12-13 | Auto merge of #55982 - alexcrichton:panic-extern-abort, r=zackmdavis | bors | -46/+61 |
| 2018-12-12 | Suggest using `.display()` when trying to print a `Path` | Esteban Küber | -2/+28 |