| Age | Commit message (Expand) | Author | Lines |
| 2020-11-12 | Rollup merge of #78987 - lcnr:integer-sizes, r=varkor | Mara Bos | -5/+94 |
| 2020-11-12 | Rollup merge of #78836 - fanzier:struct-and-slice-destructuring, r=petrochenkov | Mara Bos | -64/+411 |
| 2020-11-12 | Rollup merge of #76730 - ebkalderon:rustdoc-fix-mut-args-async-fn, r=tmandry | Mara Bos | -2/+15 |
| 2020-11-12 | Handle and test wildcard arguments | Joshua Nelson | -2/+7 |
| 2020-11-12 | Don't reuse bindings for `ref mut` | Joshua Nelson | -0/+8 |
| 2020-11-12 | extend min_const_generics param ty tests | Bastian Kauschke | -5/+94 |
| 2020-11-12 | Auto merge of #76256 - tgnottingham:issue-74890, r=nikomatsakis | bors | -0/+48 |
| 2020-11-12 | Rollup merge of #78960 - ethanboxx:const-gen-test-default-error, r=lcnr | Guillaume Gomez | -0/+28 |
| 2020-11-12 | Rollup merge of #78916 - lcnr:const-generics-tests, r=varkor | Guillaume Gomez | -0/+1126 |
| 2020-11-12 | Auto merge of #78782 - petrochenkov:nodoctok, r=Aaron1011 | bors | -2/+2 |
| 2020-11-11 | default_trait_param | Ethan Brierley | -0/+14 |
| 2020-11-11 | Add test `default_function_param` | Ethan Brierley | -0/+14 |
| 2020-11-11 | add error-in-impl-trait const generics test | Bastian Kauschke | -0/+24 |
| 2020-11-11 | add rustdoc test | Bastian Kauschke | -0/+148 |
| 2020-11-11 | Rollup merge of #78899 - tmiasko:inline-diverging, r=oli-obk | Jonas Schievink | -0/+180 |
| 2020-11-11 | Rollup merge of #78873 - tmiasko:inline-opts, r=oli-obk | Jonas Schievink | -0/+75 |
| 2020-11-11 | Rollup merge of #78832 - lcnr:const-evaluatable-unevaluated, r=oli-obk | Jonas Schievink | -0/+61 |
| 2020-11-11 | Implement destructuring assignment for structs and slices | Fabian Zaiser | -64/+411 |
| 2020-11-10 | Rollup merge of #78912 - JulianKnodt:mcg_macro, r=lcnr | Jonas Schievink | -0/+212 |
| 2020-11-10 | Rollup merge of #78908 - liketechnik:fix_macro_expand_src_link, r=jyn514 | Jonas Schievink | -7/+4 |
| 2020-11-10 | Rollup merge of #78898 - SNCPlay42:issue-78892, r=Mark-Simulacrum | Jonas Schievink | -0/+14 |
| 2020-11-10 | Rollup merge of #78897 - hyd-dev:alloc-error-hook-newline, r=m-ou-se | Jonas Schievink | -1/+1 |
| 2020-11-10 | Rollup merge of #78669 - sasurau4:test/check-pass-consts, r=jyn514 | Jonas Schievink | -4/+4 |
| 2020-11-10 | Rollup merge of #78574 - sasurau4:test/check-pass-regions, r=jyn514 | Jonas Schievink | -18/+18 |
| 2020-11-10 | Rollup merge of #76765 - guswynn:async_return, r=tmandry | Jonas Schievink | -100/+218 |
| 2020-11-10 | use check-pass instead of build-pass in consts ui test suits | Daiki Ihara | -4/+4 |
| 2020-11-10 | add cross crate test | Bastian Kauschke | -0/+47 |
| 2020-11-10 | add test for where clauses mentioning const params | Bastian Kauschke | -0/+35 |
| 2020-11-10 | const param in async | Bastian Kauschke | -0/+35 |
| 2020-11-10 | try referencing outer params | Bastian Kauschke | -0/+247 |
| 2020-11-10 | exhaustively enumerate all values of a const param | Bastian Kauschke | -0/+310 |
| 2020-11-10 | add associated type bounds test | Bastian Kauschke | -0/+71 |
| 2020-11-10 | add macro_rules test regarding braces | Bastian Kauschke | -0/+149 |
| 2020-11-10 | Add macro test for min-const-generics | kadmin | -0/+212 |
| 2020-11-10 | add generic param mismatch test | Bastian Kauschke | -0/+38 |
| 2020-11-10 | const param macro test | Bastian Kauschke | -0/+22 |
| 2020-11-09 | Update src/test/ui/issues/issue-76547.rs | Tyler Mandry | -1/+1 |
| 2020-11-09 | add nll compare mode stderr file | Gus Wynn | -0/+20 |
| 2020-11-10 | (rustdoc) [src] link for types defined by macros shows invocation | Florian Warzecha | -7/+4 |
| 2020-11-10 | Add flags customizing behaviour of MIR inlining | Tomasz Miąsko | -0/+75 |
| 2020-11-09 | incr-comp: add ignore-32bit directive to incr-prev-body-beyond-eof test | Tyson Nottingham | -1/+5 |
| 2020-11-09 | Rollup merge of #78710 - petrochenkov:macvisit, r=davidtwco | Dylan DPC | -1/+1 |
| 2020-11-09 | Rollup merge of #78580 - tmiasko:inline-loop, r=oli-obk | Dylan DPC | -0/+134 |
| 2020-11-09 | Rollup merge of #78502 - matthewjasper:chalkup, r=nikomatsakis | Dylan DPC | -0/+33 |
| 2020-11-09 | Rollup merge of #76468 - SNCPlay42:lifetime-names, r=Mark-Simulacrum | Dylan DPC | -3/+121 |
| 2020-11-10 | Add missing newline to error message of the default OOM hook | hyd-dev | -1/+1 |
| 2020-11-09 | use RegionNameHighlight for async fn and closure returns | SNCPlay42 | -5/+55 |
| 2020-11-09 | add regression test for #78892 | SNCPlay42 | -0/+14 |
| 2020-11-09 | Add `#[cfg(panic = "...")]` | David Hewitt | -10/+82 |
| 2020-11-08 | incr-comp: add clarifying comments to incr-prev-body-beyond-eof test | Tyson Nottingham | -4/+8 |