| Age | Commit message (Expand) | Author | Lines |
| 2019-02-20 | Remove braces from most E0505 examples | Alex Gurganus | -15/+9 |
| 2019-02-20 | Update RELEASES.md | Trevor Spiteri | -1/+1 |
| 2019-02-20 | Allow Self::Module to be mutated. | Gabriela Alexandra Moldovan | -8/+8 |
| 2019-02-20 | Auto merge of #58056 - nikomatsakis:issue-57843-universe-leak, r=pnkfelix | bors | -50/+150 |
| 2019-02-20 | Put Future trait into spotlight | Stjepan Glavina | -0/+1 |
| 2019-02-20 | Add examples for duration constants | Stjepan Glavina | -0/+32 |
| 2019-02-20 | Fixes #58586: Make E0505 explain example fail for 2018 edition | Alex Gurganus | -3/+16 |
| 2019-02-20 | expand pinning projections | Ralf Jung | -38/+41 |
| 2019-02-20 | Search for target_triple.json only if builtin target not found | gnzlbg | -6/+16 |
| 2019-02-20 | Use standard Read/Write traits in sys::stdio | Paul Dicker | -75/+114 |
| 2019-02-20 | Address review comments | Paul Dicker | -22/+36 |
| 2019-02-20 | tweak pinning projections | Ralf Jung | -12/+21 |
| 2019-02-20 | fix typo | Andre Bogus | -1/+1 |
| 2019-02-20 | ./x.py test src/test/ui --stage 1 --bless -i --compare-mode=nll | Clint Frederickson | -8/+8 |
| 2019-02-20 | ci: switch appveyor to gce builders to try debugging the 259 failure | Pietro Albini | -0/+5 |
| 2019-02-20 | Run rustfmt | Santiago Pastorino | -117/+155 |
| 2019-02-20 | Fix erroneous loop diagnostic in nll | Santiago Pastorino | -73/+205 |
| 2019-02-20 | Update RELEASES.md | Aaron Power | -0/+2 |
| 2019-02-20 | Update RELEASES.md | Aaron Power | -25/+44 |
| 2019-02-20 | Use successor_within_block helper | Santiago Pastorino | -4/+1 |
| 2019-02-20 | Dedup a rustdoc diagnostic construction | Dale Wijnand | -22/+8 |
| 2019-02-20 | Turn duration consts into associated consts | Stjepan Glavina | -19/+16 |
| 2019-02-20 | update clippy: partially HirIdify | ljedrz | -10/+5 |
| 2019-02-20 | Auto merge of #58578 - kennytm:rollup, r=kennytm | bors | -633/+1177 |
| 2019-02-20 | adjust intravisit HirIdification | ljedrz | -16/+12 |
| 2019-02-20 | HirIdification: change some NodeId to HirId calls | ljedrz | -23/+22 |
| 2019-02-20 | hir: remove parent_node from NodeCollector | ljedrz | -24/+17 |
| 2019-02-20 | hir: change HirIdValidator.hir_ids_seen to a set | ljedrz | -10/+15 |
| 2019-02-20 | hir: add and use hir_to_node_id in NodeCollector | ljedrz | -32/+34 |
| 2019-02-20 | hir: HirId-ify intravisit | ljedrz | -211/+216 |
| 2019-02-20 | tweaks | Ralf Jung | -14/+15 |
| 2019-02-20 | cleanup macro after 2018 transition | Aleksey Kladov | -4/+2 |
| 2019-02-20 | remove a bit of dead code | Aleksey Kladov | -6/+0 |
| 2019-02-20 | Refactor Windows stdio and remove stdin double buffering | Paul Dicker | -116/+178 |
| 2019-02-20 | Remove unused Read implementation on sys::Windows::Stdin | Paul Dicker | -9/+0 |
| 2019-02-20 | Remove sys::*::Stderr Write implementation | Paul Dicker | -80/+13 |
| 2019-02-20 | Rollup merge of #58044 - Lokathor:lokathor, r=alexcrichton | kennytm | -9/+17 |
| 2019-02-20 | Rollup merge of #58576 - SimonSapin:successors, r=Centril | kennytm | -14/+13 |
| 2019-02-20 | Rollup merge of #58569 - kenta7777:reduce-code-repetition, r=oli-obk | kennytm | -6/+4 |
| 2019-02-20 | Rollup merge of #58568 - benjaminp:driver-trans, r=wesleywiser | kennytm | -1/+1 |
| 2019-02-20 | Rollup merge of #58565 - thomaseizinger:typo-future-docs, r=frewsxcv | kennytm | -1/+1 |
| 2019-02-20 | Rollup merge of #58562 - dlrobertson:fix_nits, r=alexreg | kennytm | -48/+64 |
| 2019-02-20 | Rollup merge of #58553 - scottmcm:more-ihle, r=Centril | kennytm | -219/+219 |
| 2019-02-20 | Rollup merge of #58551 - ssomers:master, r=oli-obk | kennytm | -2/+6 |
| 2019-02-20 | Rollup merge of #58546 - taiki-e:librustc_codegen_llvm-2018, r=Centril | kennytm | -199/+190 |
| 2019-02-20 | Rollup merge of #58545 - emlai:regression-test-for-39448, r=Centril | kennytm | -0/+62 |
| 2019-02-20 | Rollup merge of #58544 - TheBiggerGuy:rustc-doc-cli-args, r=TimNN | kennytm | -2/+2 |
| 2019-02-20 | Rollup merge of #58539 - aaronstillwell:master, r=Mark-Simulacrum | kennytm | -0/+81 |
| 2019-02-20 | Rollup merge of #58538 - GuillaumeGomez:fmt-examples, r=Centril | kennytm | -10/+313 |
| 2019-02-20 | Rollup merge of #58536 - xfix:remove-ub-in-pointer-tests, r=RalfJung | kennytm | -5/+6 |