| Age | Commit message (Expand) | Author | Lines |
| 2019-11-20 | Auto merge of #66104 - yodaldevoid:generic-arg-disambiguation, r=petrochenkov | bors | -98/+221 |
| 2019-11-19 | Auto merge of #66454 - cjgillot:lift, r=Zoxc | bors | -322/+87 |
| 2019-11-19 | Rollup merge of #66538 - dingelish:master, r=Centril | Mazdak Farrokhzad | -1/+0 |
| 2019-11-19 | Rollup merge of #66536 - nnethercote:mv-QueryResult, r=Centril | Mazdak Farrokhzad | -13/+11 |
| 2019-11-19 | Rollup merge of #66529 - petrochenkov:reshelp2, r=davidtwco | Mazdak Farrokhzad | -48/+47 |
| 2019-11-19 | Rollup merge of #66511 - haraldh:error_chain_nocopy, r=dtolnay | Mazdak Farrokhzad | -1/+1 |
| 2019-11-19 | Rollup merge of #66493 - JohnTitor:ping-me-rustc-guide, r=spastorino | Mazdak Farrokhzad | -4/+4 |
| 2019-11-19 | Rollup merge of #66461 - clemencetbk:master, r=GuillaumeGomez | Mazdak Farrokhzad | -1/+22 |
| 2019-11-19 | Rollup merge of #66431 - Aaron1011:fix/opaque-type-infer, r=varkor | Mazdak Farrokhzad | -66/+205 |
| 2019-11-19 | Rollup merge of #66430 - dns2utf8:fix_code_selection_click_handler, r=Guillau... | Mazdak Farrokhzad | -24/+37 |
| 2019-11-19 | Rollup merge of #66239 - estebank:suggest-async-closure-call, r=Centril | Mazdak Farrokhzad | -65/+175 |
| 2019-11-19 | Rollup merge of #66155 - GuillaumeGomez:long-err-explanation-E0594, r=Dylan-DPC | Mazdak Farrokhzad | -22/+88 |
| 2019-11-19 | Rollup merge of #66090 - pietroalbini:ci-improvements, r=alexcrichton | Mazdak Farrokhzad | -101/+114 |
| 2019-11-19 | Auto merge of #66206 - PotHix:master, r=estebank | bors | -6/+6 |
| 2019-11-19 | Move the definition of `QueryResult` into `plumbing.rs`. | Nicholas Nethercote | -13/+11 |
| 2019-11-19 | Auto merge of #66074 - wesleywiser:test_run_const_prop, r=oli-obk | bors | -24/+37 |
| 2019-11-18 | Remove compiler_builtins_lib feature from libstd | Yu Ding | -1/+0 |
| 2019-11-19 | Auto merge of #65821 - SimonSapin:in-place, r=Amanieu | bors | -4/+18 |
| 2019-11-18 | Move E0594 to new error code system | Guillaume Gomez | -2578/+24 |
| 2019-11-18 | test: Update tests with fallout of changes | Gabriel Smith | -74/+54 |
| 2019-11-18 | test: const-generics: Update tests removing unrequired braces | Gabriel Smith | -19/+19 |
| 2019-11-18 | rustc: lowering: Lower type args as const args when resolved in value | Gabriel Smith | -5/+56 |
| 2019-11-18 | Auto merge of #58281 - mark-i-m:synthesis, r=estebank | bors | -6/+1144 |
| 2019-11-18 | resolve: late: Check if type arg is really a const arg | Gabriel Smith | -0/+46 |
| 2019-11-18 | rustc: hir: Add method to check validity of a Res/Def in a namespace | Gabriel Smith | -0/+38 |
| 2019-11-18 | resolve: Allow idents to resolve to primitives in the type namespace | Gabriel Smith | -0/+8 |
| 2019-11-19 | resolve: Give derive helpers highest priority during resolution | Vadim Petrochenkov | -48/+47 |
| 2019-11-18 | review comments | Esteban Küber | -33/+45 |
| 2019-11-18 | Auto merge of #54733 - GuillaumeGomez:stabilize-rustdoc-theme, r=ollie27,Dyla... | bors | -52/+88 |
| 2019-11-18 | Update test output | Aaron Hill | -57/+45 |
| 2019-11-18 | Replace bool with new `FallbackMode` enum | Aaron Hill | -8/+18 |
| 2019-11-18 | Add explanation of unconstrained opaque type | Aaron Hill | -2/+8 |
| 2019-11-18 | Fix 'type annotations needed' error with opaque types | Aaron Hill | -9/+144 |
| 2019-11-18 | Update ui tests | Guillaume Gomez | -21/+64 |
| 2019-11-18 | Add long error explanation for E0594 | Guillaume Gomez | -0/+2577 |
| 2019-11-18 | Fix Makefile themes check | Guillaume Gomez | -1/+2 |
| 2019-11-18 | Remove redundant html check | Guillaume Gomez | -1/+0 |
| 2019-11-18 | improve error messages and documentation | Guillaume Gomez | -16/+24 |
| 2019-11-18 | remove -Z option from rustdoc theme checker tool | Guillaume Gomez | -1/+0 |
| 2019-11-18 | Apply review comments | Guillaume Gomez | -9/+9 |
| 2019-11-18 | Rename rustdoc options --themes and --check-themes to --theme and --check-theme | Guillaume Gomez | -18/+21 |
| 2019-11-18 | remove unstable docs | Guillaume Gomez | -26/+2 |
| 2019-11-18 | rename check-theme option into check-themes | Guillaume Gomez | -12/+9 |
| 2019-11-18 | Improve documentation, add checks for themes option arguments, make sure the ... | Guillaume Gomez | -3/+12 |
| 2019-11-18 | Fix typos | Guillaume Gomez | -2/+2 |
| 2019-11-18 | Rename theme-checker option to check-theme | Guillaume Gomez | -9/+9 |
| 2019-11-18 | Add sentence to tell other options are ignored when running check-theme | Guillaume Gomez | -3/+3 |
| 2019-11-18 | Prevent invalid html characters in themes name | Guillaume Gomez | -1/+3 |
| 2019-11-18 | add test for rustdoc's --themes flag | QuietMisdreavus | -0/+14 |
| 2019-11-18 | Apply review comments | Guillaume Gomez | -5/+11 |