| Age | Commit message (Expand) | Author | Lines |
| 2021-12-03 | add clobber_abi("C") to may_unwind inline-asm tests | cynecx | -2/+2 |
| 2021-12-03 | add tests for asm's options(may_unwind) | cynecx | -0/+95 |
| 2021-12-03 | add `unwind_asm` feature gate for `may_unwind` option | cynecx | -0/+20 |
| 2021-12-03 | Add initial AST and MIR support for unwinding from inline assembly | Amanieu d'Antras | -44/+44 |
| 2021-12-03 | Auto merge of #90737 - eholk:intofuture, r=tmandry | bors | -4/+74 |
| 2021-12-03 | Revert "Auto merge of #91354 - fee1-dead:const_env, r=spastorino" | Santiago Pastorino | -4/+5 |
| 2021-12-03 | Rollup merge of #91462 - b-naber:use-try-normalize-erasing-regions, r=jackh726 | Matthias Krüger | -0/+50 |
| 2021-12-03 | Rollup merge of #91273 - Badel2:ice-index-str, r=estebank | Matthias Krüger | -0/+59 |
| 2021-12-03 | Rollup merge of #90854 - sanxiyn:unsized-and-uninhabited, r=estebank | Matthias Krüger | -0/+21 |
| 2021-12-02 | Update .stderr files | Eric Holk | -0/+3 |
| 2021-12-02 | use try_normalize_erasing_regions in needs_drop | b-naber | -0/+50 |
| 2021-12-02 | Rollup merge of #91457 - steffahn:additional_test_from_91068, r=jackh726 | Matthias Krüger | -0/+22 |
| 2021-12-02 | Rollup merge of #91435 - FabianWolff:issue-91421-if-then, r=lcnr | Matthias Krüger | -1/+36 |
| 2021-12-02 | Rollup merge of #91410 - ecstatic-morse:const-precise-live-drops-take-2, r=ol... | Matthias Krüger | -8/+34 |
| 2021-12-02 | Rollup merge of #91364 - FabianWolff:issue-91210-ptr-field, r=oli-obk | Matthias Krüger | -0/+41 |
| 2021-12-02 | Rollup merge of #91329 - Aaron1011:modulo-regions-test, r=jackh726 | Matthias Krüger | -0/+77 |
| 2021-12-02 | Rollup merge of #91321 - matthewjasper:constaint-placeholders, r=jackh726 | Matthias Krüger | -0/+19 |
| 2021-12-02 | Rollup merge of #89954 - GuillaumeGomez:legacy-const-generic-doc, r=Amanieu | Matthias Krüger | -0/+16 |
| 2021-12-02 | Code review feedback | Eric Holk | -4/+9 |
| 2021-12-02 | Change to check-pass | Jack Huey | -1/+1 |
| 2021-12-02 | Add additional test from rust issue number 91068 | Frank Steffahn | -0/+22 |
| 2021-12-02 | Auto merge of #91455 - matthiaskrgr:rollup-gix2hy6, r=matthiaskrgr | bors | -49/+123 |
| 2021-12-02 | Rollup merge of #91411 - ChrisDenton:valid-paths, r=petrochenkov | Matthias Krüger | -24/+8 |
| 2021-12-02 | Rollup merge of #91045 - mjptree:issue-90702-fix, r=petrochenkov | Matthias Krüger | -12/+93 |
| 2021-12-02 | Rollup merge of #89234 - nbdd0121:discr, r=jackh726 | Matthias Krüger | -13/+22 |
| 2021-12-02 | Auto merge of #91354 - fee1-dead:const_env, r=spastorino | bors | -5/+4 |
| 2021-12-02 | Add test for legacy-const-generic arguments | Guillaume Gomez | -0/+16 |
| 2021-12-02 | Auto merge of #91291 - GuillaumeGomez:const-deref-method, r=camelid | bors | -0/+38 |
| 2021-12-02 | Auto merge of #91003 - psumbera:sparc64-abi, r=nagisa | bors | -1/+121 |
| 2021-12-01 | Auto merge of #90446 - cjgillot:late-elided, r=jackh726 | bors | -46/+178 |
| 2021-12-01 | Improve suggestion for extern crate self error message | Michael | -6/+41 |
| 2021-12-01 | Improve diagnostic for missing half of binary operator in `if` condition | Fabian Wolff | -1/+36 |
| 2021-12-01 | Stop treating extern crate loading failures as fatal errors | Michael | -6/+52 |
| 2021-12-01 | Auto merge of #91433 - matthiaskrgr:rollup-118ql06, r=matthiaskrgr | bors | -12/+71 |
| 2021-12-01 | Disallow non-c-like but "fieldless" ADTs from being casted to integer... | Gary Guo | -13/+22 |
| 2021-12-01 | Rollup merge of #91430 - jyn514:normalize-fallible, r=jackh726 | Matthias Krüger | -0/+48 |
| 2021-12-01 | Rollup merge of #91313 - petrochenkov:cratexp, r=Aaron1011 | Matthias Krüger | -12/+23 |
| 2021-12-01 | Use `try_normalize_erasing_regions` instead of a custom infer context | Joshua Nelson | -0/+48 |
| 2021-12-01 | Add regression test for #90770 | Dylan MacKenzie | -0/+26 |
| 2021-12-01 | Auto merge of #91275 - camelid:deny-test-warnings, r=jyn514 | bors | -66/+116 |
| 2021-12-01 | Auto merge of #91255 - b-naber:normalization-ice, r=jackh276 | bors | -0/+394 |
| 2021-12-01 | more fixed issues | b-naber | -0/+34 |
| 2021-12-01 | add tests and bless existing ones | b-naber | -0/+360 |
| 2021-12-01 | Rollup merge of #91207 - richkadel:rk-bump-coverage-version, r=tmandry | Matthias Krüger | -0/+13 |
| 2021-12-01 | Rollup merge of #91087 - rukai:fix_test_nll_revisions, r=jackh726 | Matthias Krüger | -219/+115 |
| 2021-12-01 | Rollup merge of #87160 - estebank:colon-recovery, r=nagisa | Matthias Krüger | -28/+63 |
| 2021-12-01 | fix sparc64 ABI for aggregates with floating point members | Petr Sumbera | -1/+121 |
| 2021-11-30 | Update MIR opt tests with new name | Dylan MacKenzie | -8/+8 |
| 2021-12-01 | Enable svh tests on msvc | Chris Denton | -24/+8 |
| 2021-11-30 | Rollup merge of #91397 - jyn514:generic-param-docs, r=wesleywiser | Matthias Krüger | -1/+12 |