| Age | Commit message (Expand) | Author | Lines |
| 2018-11-30 | Add a test for various const let features | Oliver Scherer | -0/+468 |
| 2018-11-30 | Remove a bunch of now-unnecessary `const_let` feature gates | Oliver Scherer | -19/+0 |
| 2018-11-30 | Update a test's diagnostics | Oliver Scherer | -39/+6 |
| 2018-11-30 | Stabilize `const_let` inside const functions | Oliver Scherer | -127/+44 |
| 2018-11-30 | Fix const_fn ICE with non-const function pointer | Philipp Hansch | -0/+28 |
| 2018-11-30 | tests: use alloc instead of libc in unnecessary-extern-crate, to make it work... | Eduard-Mihai Burtescu | -33/+29 |
| 2018-11-30 | tests: use `force-host` and `no-prefer-dynamic` in all proc_macro tests. | Eduard-Mihai Burtescu | -25/+53 |
| 2018-11-30 | tests: move all proc_macro tests from -fulldeps. | Eduard-Mihai Burtescu | -0/+2866 |
| 2018-11-30 | Changed test for issue 56202 to compile-pass. | Alexander Regueiro | -7/+4 |
| 2018-11-30 | Fix ICE with feature self_struct_ctor | Esteban Küber | -0/+22 |
| 2018-11-29 | Fix error message after rebase | varkor | -4/+4 |
| 2018-11-29 | Fix broken tests | varkor | -7/+22 |
| 2018-11-29 | Clarify undecided semantics | varkor | -4/+7 |
| 2018-11-29 | Add a test for uninhabitedness changes | varkor | -30/+56 |
| 2018-11-29 | Rollup merge of #56330 - estebank:cleanup-span, r=zackmdavis | Guillaume Gomez | -4/+4 |
| 2018-11-29 | Rollup merge of #56322 - petrochenkov:edlints, r=eddyb | Guillaume Gomez | -0/+21 |
| 2018-11-29 | Rollup merge of #56220 - estebank:suggest-lifetime-move, r=nikomatsakis | Guillaume Gomez | -0/+83 |
| 2018-11-29 | Rollup merge of #56114 - varkor:nonexhaustive-backticks, r=nikomatsakis | Guillaume Gomez | -13/+13 |
| 2018-11-29 | Fix another related ICE | Oliver Scherer | -1/+40 |
| 2018-11-29 | r/\t/ / | Oliver Scherer | -21/+21 |
| 2018-11-29 | Support arbitrary slice constants for pattern deaggregation | Oliver Scherer | -2/+24 |
| 2018-11-29 | Allow constants of byte slice type as patterns | Oliver Scherer | -0/+11 |
| 2018-11-29 | Auto merge of #56245 - mark-i-m:stabilize_ques_kleene, r=alexcrichton | bors | -190/+17 |
| 2018-11-28 | Clean up span in non-trailing `..` suggestion | Esteban Küber | -4/+4 |
| 2018-11-28 | resolve: Fix false-positives from lint `absolute_paths_not_starting_with_crate` | Vadim Petrochenkov | -0/+21 |
| 2018-11-27 | fix test | Mark Mansi | -2/+2 |
| 2018-11-27 | fix test | Mark Mansi | -2/+2 |
| 2018-11-27 | update tests | Mark Mansi | -189/+16 |
| 2018-11-27 | Auto merge of #56264 - petrochenkov:typonly, r=nikomatsakis | bors | -0/+8 |
| 2018-11-27 | Auto merge of #56251 - scalexm:root-universe, r=nikomatsakis | bors | -1/+1 |
| 2018-11-27 | Auto merge of #55402 - estebank:macro-eof-2, r=nikomatsakis | bors | -49/+63 |
| 2018-11-27 | resolve: Extern prelude is for type namespace only | Vadim Petrochenkov | -0/+8 |
| 2018-11-27 | resolve: Suggest `crate::` for resolving ambiguities when appropriate | Vadim Petrochenkov | -27/+73 |
| 2018-11-27 | resolve: Fallback to extern prelude in 2015 imports used from global 2018 edi... | Vadim Petrochenkov | -15/+39 |
| 2018-11-27 | resolve: Fallback to uniform paths in 2015 imports used from global 2018 edition | Vadim Petrochenkov | -2/+88 |
| 2018-11-27 | resolve: Implement edition hygiene for imports and absolute paths | Vadim Petrochenkov | -0/+106 |
| 2018-11-27 | Remove duplicate tests for uniform paths | Vadim Petrochenkov | -312/+0 |
| 2018-11-26 | Put all existential ty vars in the `ROOT` universe | scalexm | -1/+1 |
| 2018-11-26 | Emit one diagnostic for multiple misplaced lifetimes | Esteban Küber | -3/+19 |
| 2018-11-26 | Auto merge of #56070 - oli-obk:const_let, r=eddyb | bors | -32/+316 |
| 2018-11-25 | Move lifetimes before the *first* type argument | Esteban Küber | -2/+2 |
| 2018-11-25 | Suggest appropriate place for lifetime when declared after type arguments | Esteban Küber | -0/+67 |
| 2018-11-25 | Rollup merge of #56211 - petrochenkov:fwd, r=petrochenkov | Pietro Albini | -28/+110 |
| 2018-11-25 | Rollup merge of #56207 - SimonSapin:int_to_from_bytes, r=nagisa | Pietro Albini | -1/+1 |
| 2018-11-25 | Rollup merge of #56204 - estebank:suggest-variant, r=zackmdavis | Pietro Albini | -6/+40 |
| 2018-11-25 | Rollup merge of #56072 - da-x:stabilize-literal-matcher, r=petrochenkov | Pietro Albini | -30/+0 |
| 2018-11-25 | Rollup merge of #56045 - qnighy:additional-sizedness, r=cramertj | Pietro Albini | -44/+90 |
| 2018-11-25 | Rollup merge of #56024 - oli-obk:const_fn_collect_inner, r=michaelwoerister | Pietro Albini | -1/+29 |
| 2018-11-25 | resolve: Fix some more asserts in import validation | Vadim Petrochenkov | -25/+61 |
| 2018-11-25 | resolve: Fix bad span arithmetics in import conflict diagnostics | Vadim Petrochenkov | -3/+20 |