| Age | Commit message (Expand) | Author | Lines |
| 2020-11-28 | Rollup merge of #79486 - camelid:E0591-code-cleanup, r=lcnr | Jonas Schievink | -5/+13 |
| 2020-11-28 | Auto merge of #78296 - Aaron1011:fix/stmt-tokens, r=petrochenkov | bors | -119/+376 |
| 2020-11-27 | Slightly improve code samples in E0591 | Camelid | -5/+13 |
| 2020-11-27 | Don't lint on redundant semicolons after item statements | Aaron Hill | -0/+10 |
| 2020-11-27 | Auto merge of #79318 - cjgillot:fitem, r=lcnr | bors | -26/+26 |
| 2020-11-26 | Use custom macro instead of println | Aaron Hill | -141/+152 |
| 2020-11-27 | Auto merge of #79266 - b-naber:gat_trait_path_parser, r=petrochenkov | bors | -32/+346 |
| 2020-11-26 | Fix new 'unnecessary trailing semicolon' warnings | Aaron Hill | -20/+20 |
| 2020-11-26 | Add additional semicolon test | Aaron Hill | -108/+126 |
| 2020-11-26 | Only eat semicolons for statements that need them | Aaron Hill | -6/+1 |
| 2020-11-26 | Properly handle attributes on statements | Aaron Hill | -74/+297 |
| 2020-11-26 | Auto merge of #79338 - Aaron1011:fix/token-reparse-cache, r=petrochenkov | bors | -0/+50 |
| 2020-11-26 | Bless test. | Camille GILLOT | -8/+8 |
| 2020-11-26 | Store ForeignItem in a side table. | Camille GILLOT | -18/+18 |
| 2020-11-26 | Auto merge of #79441 - jonas-schievink:rollup-l9v00bl, r=jonas-schievink | bors | -3/+83 |
| 2020-11-26 | Rollup merge of #77758 - Stupremee:turbofish-help-for-const, r=varkor | Jonas Schievink | -3/+83 |
| 2020-11-26 | Auto merge of #79427 - Aaron1011:fix/const-array-index, r=oli-obk | bors | -0/+11 |
| 2020-11-25 | Resolve inference variables before trying to remove overloaded indexing | Aaron Hill | -0/+11 |
| 2020-11-25 | Auto merge of #79411 - tmiasko:naked-params, r=Amanieu | bors | -0/+95 |
| 2020-11-25 | add tests | b-naber | -32/+346 |
| 2020-11-25 | Auto merge of #79326 - Aaron1011:fix/builtin-macro-stmt, r=petrochenkov | bors | -4/+524 |
| 2020-11-25 | Auto merge of #79388 - tmiasko:naked-def-only, r=lcnr | bors | -13/+94 |
| 2020-11-25 | Auto merge of #79336 - camelid:rename-feature-oibit-to-auto, r=oli-obk | bors | -37/+37 |
| 2020-11-24 | Use the name "auto traits" everywhere in the compiler | Camelid | -8/+8 |
| 2020-11-25 | Validate use of parameters in naked functions | Tomasz Miąsko | -0/+95 |
| 2020-11-24 | Invoke attributes on the statement for statement items | Aaron Hill | -4/+524 |
| 2020-11-24 | Rollup merge of #79374 - mendess:const-param-expr-diagnostic, r=lcnr | Jonas Schievink | -53/+111 |
| 2020-11-24 | Swap note for help | mendess | -111/+111 |
| 2020-11-24 | Requested changes | mendess | -40/+58 |
| 2020-11-24 | Add note to use nightly when using expr in const generics | mendess | -0/+40 |
| 2020-11-24 | Auto merge of #79294 - petrochenkov:determ, r=varkor | bors | -88/+95 |
| 2020-11-24 | Validate that `#[naked]` is applied to a function definition | Tomasz Miąsko | -13/+94 |
| 2020-11-23 | Rename `optin_builtin_traits` to `auto_traits` | Camelid | -29/+29 |
| 2020-11-23 | Auto merge of #78343 - camelid:macros-qualify-panic, r=m-ou-se | bors | -16/+16 |
| 2020-11-23 | Qualify `panic!` as `core::panic!` in non-built-in `core` macros | Camelid | -16/+16 |
| 2020-11-23 | Auto merge of #78439 - lzutao:rm-clouldabi, r=Mark-Simulacrum | bors | -177/+75 |
| 2020-11-23 | Rollup merge of #79287 - jonas-schievink:const-trait-impl, r=oli-obk | Jonas Schievink | -0/+144 |
| 2020-11-23 | Rollup merge of #76829 - tspiteri:const-int-pow, r=oli-obk | Jonas Schievink | -1/+0 |
| 2020-11-23 | Cache pretty-print/retokenize result to avoid compile time blowup | Aaron Hill | -0/+50 |
| 2020-11-23 | Auto merge of #76226 - CDirkx:const-ipaddr, r=dtolnay | bors | -0/+13 |
| 2020-11-23 | stabilize const_int_pow | Trevor Spiteri | -1/+0 |
| 2020-11-23 | Stabilize `IpAddr::is_ipv4` and `is_ipv6` as const | Christiaan Dirkx | -0/+13 |
| 2020-11-22 | Drop support for cloudabi targets | Lzu Tao | -177/+75 |
| 2020-11-22 | Rollup merge of #79293 - Havvy:test-eval-order-compound-assign, r=Mark-Simula... | Mara Bos | -0/+76 |
| 2020-11-22 | Rollup merge of #77697 - WaffleLapkin:iter_split_adaptors, r=m-ou-se | Mara Bos | -3/+5 |
| 2020-11-22 | Auto merge of #79243 - Nadrieril:consolidate-tests, r=varkor | bors | -665/+907 |
| 2020-11-22 | Rollup merge of #79302 - est31:issue_73899_test, r=lcnr | Guillaume Gomez | -0/+21 |
| 2020-11-22 | Add some more tests | Jonas Schievink | -0/+51 |
| 2020-11-22 | Add regression test for issue 73899 | est31 | -0/+21 |
| 2020-11-22 | resolve: Do not put macros into `module.unexpanded_invocations` unless necessary | Vadim Petrochenkov | -99/+91 |