| Age | Commit message (Expand) | Author | Lines |
| 2021-01-26 | shrink_to shouldn't panic on len greater than capacity | Thom Wiggers | -8/+0 |
| 2021-01-26 | Refine "remove semicolon" suggestion in trait selection | Ömer Sinan Ağacan | -0/+36 |
| 2021-01-26 | typeck: Don't suggest converting LHS exprs | Ömer Sinan Ağacan | -0/+33 |
| 2021-01-25 | Auto merge of #68828 - oli-obk:inline_cycle, r=wesleywiser | bors | -0/+194 |
| 2021-01-25 | Implement new panic!() behaviour for Rust 2021. | Mara Bos | -336/+338 |
| 2021-01-25 | Ignore a test on wasm, because that changes landing pads | oli | -37/+39 |
| 2021-01-24 | Account for generics when suggesting bound | Esteban Küber | -3/+133 |
| 2021-01-25 | Point to span of upvar making closure FnMut | 1000teslas | -3/+97 |
| 2021-01-24 | Ignore test on 32-bit architectures | Camelid | -1/+4 |
| 2021-01-24 | Auto merge of #81355 - jonas-schievink:rollup-vpaadij, r=jonas-schievink | bors | -209/+574 |
| 2021-01-24 | libtest: allow multiple filters | Eric Huss | -0/+24 |
| 2021-01-24 | Rollup merge of #81310 - tmiasko:in-pattern, r=petrochenkov | Jonas Schievink | -1/+40 |
| 2021-01-24 | Rollup merge of #81302 - LeSeulArtichaut:80777-trait-render, r=jyn514 | Jonas Schievink | -0/+19 |
| 2021-01-24 | Rollup merge of #81264 - Swatinem:doctest-run-directory, r=jyn514 | Jonas Schievink | -0/+35 |
| 2021-01-24 | Rollup merge of #81259 - est31:cfg_version, r=petrochenkov | Jonas Schievink | -30/+110 |
| 2021-01-24 | Rollup merge of #80855 - m-ou-se:assert-2021, r=petrochenkov | Jonas Schievink | -0/+9 |
| 2021-01-24 | Rollup merge of #78578 - oli-obk:const_mut_refs, r=RalfJung | Jonas Schievink | -178/+361 |
| 2021-01-24 | Identify subpatterns by the path to them instead of spans | Nadrieril | -24/+17 |
| 2021-01-24 | Factor or-pattern expansion | Nadrieril | -13/+22 |
| 2021-01-24 | Add tests | Nadrieril | -10/+90 |
| 2021-01-24 | parser: Collect tokens for values in key-value attributes | Vadim Petrochenkov | -2/+14 |
| 2021-01-24 | clean up some const error reporting around promoteds | Ralf Jung | -59/+34 |
| 2021-01-24 | Auto merge of #80838 - nagisa:nagisa/stack-probe-type, r=cuviper | bors | -0/+1 |
| 2021-01-24 | Auto merge of #80919 - cjgillot:defkey-span, r=oli-obk | bors | -8/+2 |
| 2021-01-24 | Replace version_check dependency with own version parsing code | est31 | -30/+110 |
| 2021-01-23 | Move SIMD tests | Caleb Zulawski | -37/+29 |
| 2021-01-23 | add test for lazy norm err | Bastian Kauschke | -4/+6 |
| 2021-01-23 | Fix maximum SIMD lane count, and expose it to other crates. Disallow SIMD ve... | Caleb Zulawski | -164/+120 |
| 2021-01-23 | Fix rendering of stabilization version for trait implementors | LeSeulArtichaut | -0/+19 |
| 2021-01-23 | Rollup merge of #81288 - camelid:fix-trait-item-vis, r=jyn514 | Jonas Schievink | -0/+32 |
| 2021-01-23 | Rollup merge of #81249 - cjgillot:issue-79537, r=oli-obk | Jonas Schievink | -0/+68 |
| 2021-01-23 | Rollup merge of #81243 - osa1:fix_80742_2, r=RalfJung | Jonas Schievink | -3/+31 |
| 2021-01-23 | Add option to control doctest run directory | Arpad Borsos | -0/+35 |
| 2021-01-23 | Move test to mir-opt so we actually see that no inlining is happening | oli | -4/+95 |
| 2021-01-23 | Make sure that const prop does not produce unsilenceable lints after inlining | oli | -0/+15 |
| 2021-01-23 | Prevent query cycles during inlining | oli | -0/+86 |
| 2021-01-23 | Auto merge of #80579 - RalfJung:no-fallible-promotion, r=oli-obk | bors | -281/+238 |
| 2021-01-23 | Iterate DefId to encode spans. | Camille GILLOT | -8/+2 |
| 2021-01-23 | Put dynamic check tests into their own file | oli | -24/+64 |
| 2021-01-23 | Cover more cases in the test suite | oli | -38/+99 |
| 2021-01-23 | Adjust wording of a diagnostic | oli | -17/+17 |
| 2021-01-23 | Fix a comment that only made sense in the context of a dataflow based mutabil... | oli | -3/+2 |
| 2021-01-23 | Rename tests to what their code actually does | oli | -0/+0 |
| 2021-01-23 | Permit mutable references in all const contexts | oli | -143/+226 |
| 2021-01-23 | Auto merge of #80065 - b-naber:parse-angle-arg-diagnostics, r=petrochenkov | bors | -38/+141 |
| 2021-01-22 | Make functional record update/struct update syntax works inside closures when... | Dhruv Jauhar | -0/+41 |
| 2021-01-22 | rustdoc: Fix visibility of trait and impl items | Camelid | -0/+32 |
| 2021-01-23 | Do not mark unit variants as used when in path pattern | Tomasz Miąsko | -1/+40 |
| 2021-01-22 | Auto merge of #72160 - slo1:libstd-setgroups, r=KodrAus | bors | -0/+26 |
| 2021-01-22 | bless tests | b-naber | -1/+1 |