| Age | Commit message (Expand) | Author | Lines |
| 2018-12-17 | Update the book to fix some edition-related bugs | Carol (Nichols || Goulding) | -0/+0 |
| 2018-12-17 | Update LLVM submodule | Nikita Popov | -1/+1 |
| 2018-12-16 | Revert "Update CI-clang to 7.0.0 for Linux dists." | Alex Crichton | -4/+4 |
| 2018-12-16 | backport #56844 | QuietMisdreavus | -1/+1 |
| 2018-12-14 | Fix line numbers display | Guillaume Gomez | -2/+2 |
| 2018-12-08 | build the edition guide | Steve Klabnik | -1/+2 |
| 2018-12-08 | Swith to released bootstrap compiler | Alex Crichton | -2/+2 |
| 2018-12-04 | Update promoted master for beta channel | Mark Rousskov | -5/+5 |
| 2018-12-04 | Auto merge of #56486 - matthewjasper:propagate-all-closure-bounds, r=pnkfelix | bors | -4/+46 |
| 2018-12-04 | Call methods on the right tcx | Matthew Jasper | -3/+3 |
| 2018-12-04 | Auto merge of #56244 - oli-obk:loud_ui_errors, r=nikomatsakis | bors | -339/+440 |
| 2018-12-04 | Auto merge of #55871 - ljedrz:llvm_back_allocations, r=nagisa | bors | -21/+23 |
| 2018-12-04 | Auto merge of #56224 - ehuss:update-cargo, r=alexcrichton | bors | -0/+1 |
| 2018-12-04 | Update doc-ui tests | Oliver Scherer | -5/+11 |
| 2018-12-04 | Update ui tests | Oliver Scherer | -28/+29 |
| 2018-12-04 | Remove unused stderr file | Oliver Scherer | -49/+0 |
| 2018-12-04 | Newlines.... newlines everywhere | Oliver Scherer | -1/+1 |
| 2018-12-04 | Add a test ensuring that we don't regress this | Oliver Scherer | -0/+6 |
| 2018-12-04 | Update tests | Oliver Scherer | -252/+387 |
| 2018-12-04 | Report failing tests without `//~ ERROR` comments | Oliver Scherer | -6/+8 |
| 2018-12-04 | Auto merge of #55707 - GuillaumeGomez:file-sidebar, r=QuietMisdreavus | bors | -63/+425 |
| 2018-12-04 | Auto merge of #55682 - GuillaumeGomez:primitive-sidebar-link-gen, r=QuietMisd... | bors | -30/+80 |
| 2018-12-04 | Auto merge of #56467 - oli-obk:osx_stack_bump, r=nagisa | bors | -4/+6 |
| 2018-12-03 | Propagate all closure requirements to the caller | Matthew Jasper | -1/+43 |
| 2018-12-03 | Auto merge of #55041 - evq:thumbv8m, r=alexcrichton | bors | -2/+40 |
| 2018-12-03 | Don't generate suffix for source-file.js | Guillaume Gomez | -4/+4 |
| 2018-12-03 | Bump stack size to 32MB | Oliver Scherer | -4/+6 |
| 2018-12-03 | Auto merge of #56451 - kennytm:rollup, r=kennytm | bors | -222/+138 |
| 2018-12-03 | Update rls | Eric Huss | -0/+0 |
| 2018-12-03 | Update cargo | Eric Huss | -0/+1 |
| 2018-12-03 | Auto merge of #55010 - tromey:Bug-9224-generic-parameters, r=michaelwoerister | bors | -18/+115 |
| 2018-12-03 | Rollup merge of #56438 - yui-knk:remove_not_used_DotEq_token, r=petrochenkov | kennytm | -9/+2 |
| 2018-12-03 | Rollup merge of #56435 - RalfJung:libstd-without-c, r=alexcrichton | kennytm | -1/+4 |
| 2018-12-03 | Rollup merge of #56433 - yui-knk:update_comment_of_parse_visibility, r=petroc... | kennytm | -3/+4 |
| 2018-12-03 | Rollup merge of #56432 - ordovicia:shrink-to-issue, r=Centril | kennytm | -7/+7 |
| 2018-12-03 | Rollup merge of #56419 - mark-i-m:remove-try, r=Centril | kennytm | -27/+25 |
| 2018-12-03 | Rollup merge of #56418 - petrochenkov:wintidy, r=nagisa | kennytm | -0/+0 |
| 2018-12-03 | Rollup merge of #56416 - GuillaumeGomez:css-body, r=QuietMisdreavus | kennytm | -2/+2 |
| 2018-12-03 | Rollup merge of #56412 - petrochenkov:extself, r=Centril | kennytm | -2/+2 |
| 2018-12-03 | Rollup merge of #56402 - scottmcm:better-marker-trait-example, r=Centril | kennytm | -6/+8 |
| 2018-12-03 | Rollup merge of #56401 - scottmcm:vecdeque-resize-with, r=dtolnay | kennytm | -33/+27 |
| 2018-12-03 | Rollup merge of #56395 - Centril:stabilize-dbg-macro, r=SimonSapin | kennytm | -44/+14 |
| 2018-12-03 | Rollup merge of #56366 - alexreg:stabilise-self_in_typedefs, r=Centril | kennytm | -82/+25 |
| 2018-12-03 | Rollup merge of #56141 - jnqnfe:osstr_len_clarity, r=nagisa | kennytm | -6/+18 |
| 2018-12-03 | Auto merge of #56305 - RalfJung:miri, r=oli-obk | bors | -5/+19 |
| 2018-12-03 | codegen_llvm_back: improve allocations | ljedrz | -21/+23 |
| 2018-12-03 | update miri | Ralf Jung | -5/+19 |
| 2018-12-03 | update miri | Ralf Jung | -5/+5 |
| 2018-12-03 | Auto merge of #56394 - cuviper:interrupted-timeout, r=sfackler | bors | -12/+28 |
| 2018-12-03 | Auto merge of #56358 - nikic:mergefunc-aliases, r=rkruppe | bors | -10/+26 |