| Age | Commit message (Expand) | Author | Lines |
| 2019-08-12 | Add lint for excess trailing semicolons | Nathan | -0/+55 |
| 2019-08-12 | Parse excess semicolons as empty stmts for linting | nathanwhit | -1/+16 |
| 2019-08-12 | Rollup merge of #63480 - OptimisticPeach:patch-1, r=Centril | Mazdak Farrokhzad | -1/+1 |
| 2019-08-12 | Rollup merge of #63474 - adamAndMath:master, r=Centril | Mazdak Farrokhzad | -0/+74 |
| 2019-08-12 | Rollup merge of #63473 - adrian-budau:master, r=Centril | Mazdak Farrokhzad | -0/+38 |
| 2019-08-12 | Rollup merge of #63461 - tommilligan:doc-var-panic, r=joshtriplett | Mazdak Farrokhzad | -0/+12 |
| 2019-08-12 | Rollup merge of #63449 - petrochenkov:builtinagain, r=eddyb | Mazdak Farrokhzad | -37/+20 |
| 2019-08-12 | Rollup merge of #63431 - andjo403:revert_mir_simplification, r=matthewjasper | Mazdak Farrokhzad | -23/+30 |
| 2019-08-12 | Rollup merge of #63406 - jakubadamw:resolve-inconsistent-names-suggest-qualif... | Mazdak Farrokhzad | -58/+168 |
| 2019-08-12 | Rollup merge of #63297 - RalfJung:ptr_offset, r=dtolnay | Mazdak Farrokhzad | -34/+128 |
| 2019-08-12 | Rollup merge of #62108 - Zoxc:sharded-queries, r=oli-obk | Mazdak Farrokhzad | -26/+28 |
| 2019-08-12 | Fixes #63477 | OptimisticPeach | -1/+1 |
| 2019-08-12 | Auto merge of #63469 - Centril:refactor-parser, r=petrochenkov | bors | -6192/+6325 |
| 2019-08-11 | Auto merge of #63472 - Xanewok:update-rls, r=Mark-Simulacrum | bors | -0/+0 |
| 2019-08-11 | Move tests into type-alias-impl-trait | Adam | -0/+0 |
| 2019-08-11 | Add test for issue 53598 and 57700 | Adam | -0/+74 |
| 2019-08-11 | Regression test for #56870 | Adrian Budau | -0/+38 |
| 2019-08-11 | Rollup merge of #63464 - Mark-Simulacrum:deref-instance, r=eddyb | Mark Rousskov | -7/+7 |
| 2019-08-11 | Rollup merge of #63453 - Mark-Simulacrum:rustdoc-clean-2, r=GuillaumeGomez | Mark Rousskov | -347/+322 |
| 2019-08-11 | Rollup merge of #63442 - lzutao:vec-bin-search-insert, r=Mark-Simulacrum | Mark Rousskov | -0/+11 |
| 2019-08-11 | Rollup merge of #63441 - bjorn3:patch-1, r=Mark-Simulacrum | Mark Rousskov | -2/+3 |
| 2019-08-11 | Rollup merge of #63440 - RalfJung:ctfe-backtrace, r=oli-obk | Mark Rousskov | -1/+1 |
| 2019-08-11 | Rollup merge of #63433 - RalfJung:miri-call, r=oli-obk | Mark Rousskov | -12/+67 |
| 2019-08-11 | Rollup merge of #63346 - RalfJung:zeroed-lint, r=eddyb | Mark Rousskov | -24/+361 |
| 2019-08-11 | Rollup merge of #61969 - MikailBag:master, r=Centril | Mark Rousskov | -0/+30 |
| 2019-08-11 | Update RLS | Igor Matuszewski | -0/+0 |
| 2019-08-11 | parser: {check,expect}_lifetime into ty.rs | Mazdak Farrokhzad | -19/+19 |
| 2019-08-11 | parser: move into generics.rs | Mazdak Farrokhzad | -272/+278 |
| 2019-08-11 | parser: move into stmt.rs | Mazdak Farrokhzad | -464/+477 |
| 2019-08-11 | parser: move parse_fn_block_decl into expr.rs | Mazdak Farrokhzad | -60/+56 |
| 2019-08-11 | parser: move parse_ident_or_underscore into item.rs | Mazdak Farrokhzad | -11/+11 |
| 2019-08-11 | parser: split into {ty, path}.rs | Mazdak Farrokhzad | -899/+930 |
| 2019-08-11 | parser: split into {item,module}.rs | Mazdak Farrokhzad | -2218/+2251 |
| 2019-08-11 | Copy ty::Instance instead of passing by reference | Mark Rousskov | -7/+7 |
| 2019-08-11 | Derive Debug for NativeLibrary and NativeLibraryKind | bjorn3 | -2/+2 |
| 2019-08-11 | Reduce nesting in externalfiles implementation | Mark Rousskov | -28/+14 |
| 2019-08-11 | Drop RefCell from IdMap in markdown rendering | Mark Rousskov | -31/+22 |
| 2019-08-11 | Remove fmt::Display impls on Markdown structs | Mark Rousskov | -39/+34 |
| 2019-08-11 | Remove thread-local for playground config | Mark Rousskov | -117/+147 |
| 2019-08-11 | Remove unnecessary channel | Mark Rousskov | -6/+3 |
| 2019-08-11 | Use a HashSet instead of Vec | Mark Rousskov | -6/+4 |
| 2019-08-11 | Don't store all traits in DocContext | Mark Rousskov | -7/+5 |
| 2019-08-11 | Store typed Passes | Mark Rousskov | -68/+65 |
| 2019-08-11 | Replace Arc with Rc around external_traits | Mark Rousskov | -3/+2 |
| 2019-08-11 | Remove ReentrantMutex | Mark Rousskov | -15/+9 |
| 2019-08-11 | Use entry API in store_path | Mark Rousskov | -6/+2 |
| 2019-08-11 | Remove crate_name from DocContext | Mark Rousskov | -13/+8 |
| 2019-08-11 | Move def_id_to_path to use site in visit_ast | Mark Rousskov | -20/+19 |
| 2019-08-11 | rustdoc: Replace HirVec with slices in doctree | Mark Rousskov | -21/+21 |
| 2019-08-11 | Auto merge of #63446 - Centril:refactor-lowering, r=oli-obk | bors | -2780/+2912 |