| Age | Commit message (Expand) | Author | Lines |
| 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 | Run rustfmt | Santiago Pastorino | -117/+155 |
| 2019-02-20 | Fix erroneous loop diagnostic in nll | Santiago Pastorino | -73/+205 |
| 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 |
| 2019-02-20 | Rollup merge of #58534 - dwijnand:mention-capping-forbid-lints, r=oli-obk | kennytm | -1/+3 |
| 2019-02-20 | Rollup merge of #58530 - scottmcm:monomorphize-less, r=TimNN | kennytm | -9/+18 |
| 2019-02-20 | Rollup merge of #58528 - Zoxc:stmtkind-item, r=oli-obk | kennytm | -6/+7 |
| 2019-02-20 | Rollup merge of #58456 - lzutao:nll, r=Centril | kennytm | -4/+0 |
| 2019-02-20 | Rollup merge of #58409 - euclio:impl-trait-wrapping, r=QuietMisdreavus | kennytm | -30/+43 |
| 2019-02-20 | Rollup merge of #58392 - scottmcm:less-shifting-in-net-ip, r=oli-obk | kennytm | -25/+58 |
| 2019-02-20 | Rollup merge of #58384 - GuillaumeGomez:fix-table-display, r=QuietMisdreavus | kennytm | -25/+6 |
| 2019-02-20 | Rollup merge of #58336 - GuillaumeGomez:fix-search-results-interactions, r=ol... | kennytm | -2/+2 |
| 2019-02-20 | Rollup merge of #58303 - GuillaumeGomez:stability-tags-display, r=QuietMisdre... | kennytm | -11/+10 |
| 2019-02-19 | Update cargo | Eric Huss | -0/+0 |
| 2019-02-19 | update miri | Ralf Jung | -14/+14 |
| 2019-02-19 | update miri | Ralf Jung | -14/+14 |
| 2019-02-19 | expand Unpin example | Ralf Jung | -3/+5 |
| 2019-02-19 | improve wording | Ralf Jung | -2/+2 |