| Age | Commit message (Expand) | Author | Lines |
| 2019-08-12 | parse_pat_with_range_pat: remove unnecessary assignments. | Mazdak Farrokhzad | -29/+25 |
| 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 | Add initial files for iOS catalyst / macabi support | Benedikt Terhechte | -3/+31 |
| 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 | Remove `HAS_NORMALIZABLE_PROJECTION` | Matthew Jasper | -17/+8 |
| 2019-08-11 | Don't gensym `Self` parameters | Matthew Jasper | -25/+2 |
| 2019-08-11 | Remove `is_self` and `has_self_ty` methods | Matthew Jasper | -143/+128 |
| 2019-08-11 | Auto merge of #63446 - Centril:refactor-lowering, r=oli-obk | bors | -2780/+2912 |
| 2019-08-11 | parser: split into pat.rs | Mazdak Farrokhzad | -633/+642 |
| 2019-08-11 | docs: add stdlib env::var(_os) panic | Tom Milligan | -0/+12 |
| 2019-08-11 | parser: split into expr.rs | Mazdak Farrokhzad | -1667/+1712 |
| 2019-08-11 | update clippy | Ralf Jung | -8/+8 |
| 2019-08-11 | note down some more future plans | Ralf Jung | -0/+2 |
| 2019-08-11 | allow the lint if a few UB-demonstrating doc tests | Ralf Jung | -1/+5 |