| Age | Commit message (Expand) | Author | Lines |
| 2021-12-24 | Normalize struct tail type when checking Pointee trait | Michael Goulet | -0/+22 |
| 2021-12-24 | Auto merge of #91342 - RalfJung:fn-abi, r=eddyb,oli-obk | bors | -2/+2 |
| 2021-12-23 | Fix tidy line length lint in stringify tests | David Tolnay | -4/+16 |
| 2021-12-23 | Format with rust-lang/rust's rustfmt settings | David Tolnay | -41/+14 |
| 2021-12-23 | Add a test suite for stringify macro | David Tolnay | -0/+894 |
| 2021-12-23 | Import `SourceFile`s from crate before decoding foreign `Span` | Aaron Hill | -0/+44 |
| 2021-12-23 | Rollup merge of #92166 - fee1-dead:patch-2, r=jyn514 | Matthias Krüger | -1/+1 |
| 2021-12-23 | update feature gate test | lcnr | -3/+44 |
| 2021-12-23 | implement `generic_arg_infer` for array lengths | lcnr | -15/+35 |
| 2021-12-23 | Auto merge of #92155 - m-ou-se:panic-fn, r=eddyb | bors | -14/+14 |
| 2021-12-23 | Rollup merge of #91544 - rukai:91492, r=wesleywiser | Matthias Krüger | -0/+79 |
| 2021-12-22 | Delay remaining `span_bug`s in drop elaboration | Tomasz Miąsko | -0/+82 |
| 2021-12-22 | When obligation is a sized predicate, prefer projection or object candidates ... | Jack Huey | -8/+40 |
| 2021-12-21 | Add `#[rustc_clean(loaded_from_disk)]` to assert loading of query result | Aaron Hill | -1/+5 |
| 2021-12-22 | Fixed a small typo in ui test comments | fee1-dead | -1/+1 |
| 2021-12-21 | Auto merge of #92149 - fee1-dead:cache-fix, r=oli-obk | bors | -0/+29 |
| 2021-12-21 | Use panic() instead of panic!() in some places in core. | Mara Bos | -14/+14 |
| 2021-12-21 | Rollup merge of #91770 - TaKO8Ki:suggest-adding-cfg-test, r=joshtriplett | Matthias Krüger | -0/+234 |
| 2021-12-21 | Fix bad caching of `~const Drop` bounds | Deadbeef | -0/+29 |
| 2021-12-20 | Fixup tests for issue-86035 | Michael Goulet | -4/+4 |
| 2021-12-20 | Test for issue-86035 | Michael Goulet | -0/+97 |
| 2021-12-20 | [code coverage] Fix missing dead code in modules that are never called | Wesley Wiser | -8/+14 |
| 2021-12-20 | Add test case for #86177 and #85718 | Wesley Wiser | -0/+16 |
| 2021-12-20 | compare calling convention instead of call ABI | Ralf Jung | -2/+2 |
| 2021-12-20 | Auto merge of #92041 - Aaron1011:remove-speculative-evaluation, r=jackh726 | bors | -0/+34 |
| 2021-12-20 | Auto merge of #91900 - pitaj:fix-91714, r=jyn514 | bors | -39/+18 |
| 2021-12-20 | add test files | SparrowLii | -0/+24 |
| 2021-12-19 | Rollup merge of #91791 - terrarier2111:fix-float-ice, r=nagisa | Matthias Krüger | -0/+29 |
| 2021-12-19 | Fix an ICE when lowering a float with missing exponent magnitude | threadexception | -0/+29 |
| 2021-12-19 | Auto merge of #91957 - nnethercote:rm-SymbolStr, r=oli-obk | bors | -1/+1 |
| 2021-12-19 | Rollup merge of #91956 - notriddle:notriddle/unused-parens-range, r=nagisa | Matthias Krüger | -0/+48 |
| 2021-12-19 | Rollup merge of #91834 - GuillaumeGomez:improve-gui-test-readability, r=jsha | Matthias Krüger | -66/+278 |
| 2021-12-18 | Auto merge of #92065 - matthiaskrgr:rollup-qmpcsuj, r=matthiaskrgr | bors | -4/+53 |
| 2021-12-18 | Auto merge of #92064 - matthiaskrgr:rollup-tgj2pai, r=matthiaskrgr | bors | -20/+20 |
| 2021-12-18 | Support [x; n] expressions in concat_bytes! | Smitty | -2/+70 |
| 2021-12-18 | Rollup merge of #92047 - Aaron1011:location-detail-backtrace, r=Mark-Simulacrum | Matthias Krüger | -3/+7 |
| 2021-12-18 | Rollup merge of #92037 - fee1-dead:fix_env_dmbic, r=oli-obk | Matthias Krüger | -0/+36 |
| 2021-12-18 | Rollup merge of #91566 - cbeuw:remap-dwo-name, r=davidtwco | Matthias Krüger | -1/+10 |
| 2021-12-18 | Rollup merge of #92018 - estebank:missing-ticks, r=oli-obk | Matthias Krüger | -20/+20 |
| 2021-12-18 | Auto merge of #92062 - matthiaskrgr:rollup-en3p4sb, r=matthiaskrgr | bors | -9/+29 |
| 2021-12-18 | Rollup merge of #91516 - rukai:improve_mut_addition_help, r=estebank | Matthias Krüger | -9/+29 |
| 2021-12-18 | Rollup merge of #91975 - cjgillot:noinline-generator, r=jackh726 | Matthias Krüger | -11/+6 |
| 2021-12-18 | Rollup merge of #91928 - fee1-dead:constification1, r=oli-obk | Matthias Krüger | -12/+12 |
| 2021-12-18 | Rollup merge of #91910 - tmiasko:miri-extern-type, r=RalfJung | Matthias Krüger | -0/+58 |
| 2021-12-18 | Rollup merge of #91818 - camelid:unused-result-type, r=jackh726 | Matthias Krüger | -2/+2 |
| 2021-12-18 | Rollup merge of #89090 - cjgillot:bare-dyn, r=jackh726 | Matthias Krüger | -203/+654 |
| 2021-12-18 | Rollup merge of #87901 - poliorcetics:pub-pub-pub, r=jackh726 | Matthias Krüger | -15/+64 |
| 2021-12-18 | get_mut_span_in_struct_field uses span.between | Lucas Kent | -1/+1 |
| 2021-12-17 | Auto merge of #89841 - cormacrelf:let-else-typed, r=nagisa | bors | -19/+683 |
| 2021-12-17 | Remove 'speculative evaluation' of predicates | Aaron Hill | -0/+34 |