| Age | Commit message (Expand) | Author | Lines |
| 2020-03-31 | add tests for `unused_braces` | Bastian Kauschke | -0/+134 |
| 2020-03-31 | update tests | Bastian Kauschke | -25/+31 |
| 2020-03-31 | const backtrace: do not skip first frame | Ralf Jung | -1/+12 |
| 2020-03-31 | Add a test case for incremental + codegen-units interaction. | Michael Woerister | -0/+42 |
| 2020-03-31 | Rollup merge of #70562 - lcnr:const-arr_len, r=Centril | Mazdak Farrokhzad | -3/+122 |
| 2020-03-31 | Rollup merge of #70555 - Centril:fix-70549, r=petrochenkov | Mazdak Farrokhzad | -0/+74 |
| 2020-03-31 | Rollup merge of #70548 - Ersikan:master, r=GuillaumeGomez | Mazdak Farrokhzad | -2/+2 |
| 2020-03-30 | bless tests | Ralf Jung | -73/+136 |
| 2020-03-30 | Fix #69841 by updating LLVM submodule. Includes regression test for issue 69841. | Felix S. Klock II | -0/+30 |
| 2020-03-30 | Add a test | Jonas Schievink | -0/+23 |
| 2020-03-30 | update tests, improve variable names | Bastian Kauschke | -8/+36 |
| 2020-03-30 | add test for array len inference | Bastian Kauschke | -0/+32 |
| 2020-03-30 | infer arr len from pattern | Bastian Kauschke | -4/+63 |
| 2020-03-30 | Rollup merge of #70546 - lqd:polonius_update, r=nikomatsakis | Dylan DPC | -11/+17 |
| 2020-03-30 | try_resolve_as_non_binding: span_bug -> delay_span_bug | Mazdak Farrokhzad | -0/+74 |
| 2020-03-30 | parse_and_disallow_postfix_after_cast: account for `ExprKind::Err`. | Mazdak Farrokhzad | -0/+11 |
| 2020-03-30 | rustc -> rustc_middle part 5 -- fix tests | Mazdak Farrokhzad | -24/+24 |
| 2020-03-30 | rustc -> rustc_middle part 2 | Mazdak Farrokhzad | -3/+3 |
| 2020-03-30 | Add long error code for error E0226 | Julien Philippon | -2/+2 |
| 2020-03-30 | bless output of ui test nll/user-annotations/closure-substs.rs | Remy Rakic | -1/+1 |
| 2020-03-30 | bless output of ui test impl-trait/multiple-lifetimes/error-handling.rs | Remy Rakic | -2/+5 |
| 2020-03-30 | bless output of ui test closures/closure-expected-type/expect-region-supply-r... | Remy Rakic | -3/+3 |
| 2020-03-30 | bless output of ui test nll/outlives-suggestion-simple.rs | Remy Rakic | -4/+6 |
| 2020-03-30 | bless output of ui test hrtb/hrtb-perfect-forwarding.rs | Remy Rakic | -1/+2 |
| 2020-03-29 | Auto merge of #70009 - estebank:sugg-bound, r=Centril | bors | -492/+377 |
| 2020-03-29 | Tweak `suggest_constraining_type_param` | Esteban Küber | -492/+377 |
| 2020-03-29 | Rollup merge of #70540 - jonas-schievink:link-attr-template, r=varkor | Dylan DPC | -2/+2 |
| 2020-03-29 | review comment: wording | Esteban Küber | -21/+21 |
| 2020-03-29 | Suggest correct order for arguments when encountering early constraints | Esteban Küber | -21/+21 |
| 2020-03-29 | add a build-pass test for issue 62220 | Dodo | -0/+22 |
| 2020-03-29 | #[link]: mention wasm_import_module instead of cfg | Jonas Schievink | -2/+2 |
| 2020-03-29 | More raw string tests | Russell Cohen | -1/+16 |
| 2020-03-29 | Cleanup error messages, improve docstrings | Russell Cohen | -4/+4 |
| 2020-03-29 | Rollup merge of #68692 - jyn514:vec-from-array, r=LukasKalbertodt | Mazdak Farrokhzad | -7/+25 |
| 2020-03-29 | Auto merge of #70370 - petrochenkov:nosmatch, r=Centril | bors | -33/+33 |
| 2020-03-29 | Improve error messages for raw strings (#60762) | Russell Cohen | -5/+25 |
| 2020-03-28 | Suggest correct order for args and constraints | Esteban Küber | -0/+45 |
| 2020-03-28 | Point at all constraints before args | Esteban Küber | -40/+58 |
| 2020-03-28 | Auto merge of #66938 - GuillaumeGomez:lint-for-no-crate-level-doc, r=Dylan-DPC | bors | -0/+15 |
| 2020-03-28 | Make fields in `MemoryBlock` public | Tim Diekmann | -13/+13 |
| 2020-03-28 | Rollup merge of #70418 - PankajChaudhary5:master, r=Dylan-DPC | Dylan DPC | -0/+2 |
| 2020-03-28 | Auto merge of #70261 - Centril:angle-args-partition, r=varkor | bors | -69/+152 |
| 2020-03-28 | Auto merge of #70095 - jsgf:link-native, r=nagisa | bors | -0/+8 |
| 2020-03-27 | Move raw string tests into the raw directory | Russell Cohen | -0/+0 |
| 2020-03-27 | Rollup merge of #70457 - Centril:non-exhaustive-scrutinee-type, r=estebank | Mazdak Farrokhzad | -0/+263 |
| 2020-03-27 | Rollup merge of #70434 - Centril:fix-34421, r=estebank | Mazdak Farrokhzad | -0/+55 |
| 2020-03-27 | Rollup merge of #70345 - nnethercote:rm-no_integrated_as, r=alexcrichton | Mazdak Farrokhzad | -11/+0 |
| 2020-03-27 | add the label back but make it shorter | Mazdak Farrokhzad | -16/+32 |
| 2020-03-27 | Implement -Zlink-native-libraries | Jeremy Fitzhardinge | -0/+8 |
| 2020-03-27 | Auto merge of #69916 - oli-obk:mir_bless, r=eddyb | bors | -138/+795 |