| Age | Commit message (Expand) | Author | Lines |
| 2020-02-18 | Rollup merge of #68767 - kubo39:patch-macos, r=shepmaster | Yuki Okushi | -2/+3 |
| 2020-02-18 | Rollup merge of #68597 - ollie27:skip_nth_last, r=Amanieu | Yuki Okushi | -13/+7 |
| 2020-02-18 | Rollup merge of #67272 - fisherdarling:master, r=varkor,hellow554 | Yuki Okushi | -6/+112 |
| 2020-02-17 | Auto merge of #69129 - Centril:macro-legacy-errors, r=petrochenkov | bors | -97/+35 |
| 2020-02-17 | Auto merge of #69226 - JohnTitor:rollup-syn03oj, r=JohnTitor | bors | -158/+185 |
| 2020-02-17 | Rollup merge of #69188 - GuillaumeGomez:clean-up-e0309, r=Dylan-DPC | Yuki Okushi | -9/+13 |
| 2020-02-17 | Rollup merge of #69186 - petrochenkov:kwrules, r=Centril | Yuki Okushi | -6/+9 |
| 2020-02-17 | Rollup merge of #69179 - JohnTitor:rename-to-fnretty, r=Centril | Yuki Okushi | -118/+111 |
| 2020-02-17 | Rollup merge of #69158 - ecstatic-morse:graphviz-diff, r=matthewjasper | Yuki Okushi | -20/+35 |
| 2020-02-17 | Rollup merge of #68701 - amosonn:patch-2, r=RalfJung | Yuki Okushi | -4/+15 |
| 2020-02-17 | Rollup merge of #68495 - sdegutis:patch-1, r=Mark-Simulacrum | Yuki Okushi | -1/+2 |
| 2020-02-17 | Auto merge of #68781 - ssomers:btree_miri_relief, r=RalfJung | bors | -25/+36 |
| 2020-02-17 | Rename `FunctionRetTy` to `FnRetTy` | Yuki Okushi | -118/+111 |
| 2020-02-16 | Handle recursion_limit parsing errors | Fisher Darling | -6/+112 |
| 2020-02-16 | Auto merge of #67953 - cjgillot:split_infer, r=Zoxc | bors | -8343/+8493 |
| 2020-02-16 | Lighten tests, in particular for Miri, yet test and explain more | Stein Somers | -20/+32 |
| 2020-02-16 | Fix comments outdated during #66648 | Stein Somers | -5/+4 |
| 2020-02-16 | Auto merge of #67885 - tobithiel:fix_group_lint_allow_override, r=Mark-Simula... | bors | -14/+65 |
| 2020-02-16 | Auto merge of #68997 - Zoxc:pure-node-id, r=petrochenkov | bors | -45/+3 |
| 2020-02-16 | Improve #Safety of core::ptr::drop_in_place | Amos Onn | -1/+4 |
| 2020-02-16 | Prune rustc dependencies. | Camille GILLOT | -2/+0 |
| 2020-02-16 | Gate macro use. | Camille GILLOT | -0/+1 |
| 2020-02-16 | Prune features. | Camille GILLOT | -23/+0 |
| 2020-02-16 | Remove librustc_infer crate re-exports. | Camille GILLOT | -156/+150 |
| 2020-02-16 | Other crates. | Camille GILLOT | -10/+13 |
| 2020-02-16 | Make librustc_traits compile. | Camille GILLOT | -45/+51 |
| 2020-02-16 | Make librustc_mir compile. | Camille GILLOT | -51/+55 |
| 2020-02-16 | macOS: avoid calling pthread_self() twice | Hiroki Noda | -2/+3 |
| 2020-02-16 | Make librustc_typeck compile. | Camille GILLOT | -83/+84 |
| 2020-02-16 | Make librustc_infer compile. | Camille GILLOT | -88/+254 |
| 2020-02-16 | Make librustc compile. | Camille GILLOT | -12/+12 |
| 2020-02-16 | Move librustc/{traits,infer} to librustc_infer. | Camille GILLOT | -0/+0 |
| 2020-02-16 | Auto merge of #69156 - ecstatic-morse:unified-dataflow-impls2, r=eddyb | bors | -83/+41 |
| 2020-02-16 | Auto merge of #68814 - Aaron1011:fix/proc-macro-order-two, r=petrochenkov | bors | -34/+84 |
| 2020-02-15 | Auto merge of #68668 - GuillaumeGomez:struct-variant-field-search, r=ollie27 | bors | -24/+48 |
| 2020-02-15 | Add additional comment | Aaron Hill | -0/+6 |
| 2020-02-15 | Record proc macro harness order for use during metadata deserialization | Aaron Hill | -34/+78 |
| 2020-02-15 | Panic when hashing node IDs | John Kåre Alsaker | -8/+3 |
| 2020-02-15 | Treat NodeIs as pure values for incremental compilation | John Kåre Alsaker | -43/+6 |
| 2020-02-15 | Clean up E0309 explanation | Guillaume Gomez | -9/+13 |
| 2020-02-15 | Auto merge of #69168 - brainlock:test-textrel-regression, r=Mark-Simulacrum,t... | bors | -0/+31 |
| 2020-02-15 | Improve #Safety in various methods in core::ptr | Amos Onn | -0/+8 |
| 2020-02-15 | Improve #Safety of core::ptr::replace | Amos Onn | -1/+1 |
| 2020-02-15 | Improve #Safety in various methods in core::ptr | Amos Onn | -2/+2 |
| 2020-02-15 | parser: `macro_rules` is a weak keyword | Vadim Petrochenkov | -6/+9 |
| 2020-02-15 | Rollup merge of #69180 - Aaron1011:feature/comma-struct-init, r=petrochenkov | Dylan DPC | -3/+46 |
| 2020-02-15 | Rollup merge of #69166 - JohnTitor:ice-const-enum, r=matthewjasper | Dylan DPC | -1/+19 |
| 2020-02-15 | Rollup merge of #69154 - JohnTitor:fix-macro-ices, r=petrochenkov | Dylan DPC | -2/+42 |
| 2020-02-15 | Rollup merge of #69106 - RReverser:wasi-fs-copy, r=KodrAus | Dylan DPC | -1/+9 |
| 2020-02-15 | Rollup merge of #66721 - maxbla:exp-format-integers, r=KodrAus | Dylan DPC | -0/+243 |