| Age | Commit message (Expand) | Author | Lines |
| 2019-10-13 | Apply suggestion | Yuki Okushi | -5/+5 |
| 2019-10-13 | simplify maybe_stage_features | Mazdak Farrokhzad | -14/+8 |
| 2019-10-13 | syntax: simplify maybe_annotate_with_ascription | Mazdak Farrokhzad | -9/+11 |
| 2019-10-13 | Auto merge of #65099 - pnkfelix:issue-63154-needed-more-normalize, r=nagisa | bors | -0/+37 |
| 2019-10-12 | Auto merge of #64873 - popzxc:prettify-test-time, r=wesleywiser | bors | -117/+718 |
| 2019-10-12 | Remove the fn pointer #[track_caller] test. | Adam Perry | -37/+0 |
| 2019-10-12 | make tests more robust | Ralf Jung | -2/+2 |
| 2019-10-12 | test unwind(abort) with Rust ABI | Ralf Jung | -3/+27 |
| 2019-10-12 | fix #[unwind(abort)] for Rust ABIs | Ralf Jung | -8/+5 |
| 2019-10-12 | some typography | Ralf Jung | -4/+4 |
| 2019-10-12 | also (properly) test nounwind on function definitions | Ralf Jung | -6/+19 |
| 2019-10-12 | update test for nounwind on FFI imports | Ralf Jung | -19/+41 |
| 2019-10-12 | Auto merge of #65328 - lzutao:bump-rls-rustfmt, r=Xanewok | bors | -18/+18 |
| 2019-10-12 | fix link targets | Ralf Jung | -12/+12 |
| 2019-10-12 | remove old branch of unwind logic | Ralf Jung | -21/+1 |
| 2019-10-12 | Revert "Auto merge of #64823 - cuviper:min-std, r=Mark-Simulacrum" | Mark Rousskov | -127/+33 |
| 2019-10-12 | it's C++20 | Ralf Jung | -7/+7 |
| 2019-10-12 | compress the function, remove the assert check. | Guanqun Lu | -11/+2 |
| 2019-10-12 | do not reference LLVM for our concurrency memory model | Ralf Jung | -25/+27 |
| 2019-10-12 | remove confusing and redundant subsection | Ralf Jung | -17/+0 |
| 2019-10-12 | Fix typo | BO41 | -1/+1 |
| 2019-10-12 | Improve docs on some char boolean methods | BO41 | -63/+109 |
| 2019-10-12 | Auto merge of #65190 - GuillaumeGomez:dont-pass-doctest-feature-by-default, r... | bors | -4/+23 |
| 2019-10-12 | move Formatting Traits down | Ralf Jung | -182/+182 |
| 2019-10-12 | std::fmt: move format string grammar to the bottom | Ralf Jung | -24/+25 |
| 2019-10-12 | Update RLS and Rustfmt | Igor Matuszewski | -18/+18 |
| 2019-10-12 | replace the hand-written binary search with the library one | Guanqun Lu | -13/+5 |
| 2019-10-12 | Auto merge of #65322 - tmandry:rollup-frr651r, r=tmandry | bors | -280/+730 |
| 2019-10-12 | Auto merge of #65020 - pnkfelix:targetted-fix-for-always-marking-rust-abi-unw... | bors | -13/+187 |
| 2019-10-11 | Rollup merge of #65321 - Mark-Simulacrum:remove-linker-no-utf8-test, r=nikoma... | Tyler Mandry | -39/+0 |
| 2019-10-11 | Rollup merge of #65310 - da-x:issue-56195, r=petrochenkov | Tyler Mandry | -2/+8 |
| 2019-10-11 | Rollup merge of #65289 - varkor:issue-65284, r=estebank | Tyler Mandry | -21/+41 |
| 2019-10-11 | Rollup merge of #65283 - petrochenkov:softstab2, r=estebank | Tyler Mandry | -6/+32 |
| 2019-10-11 | Rollup merge of #65277 - csmoe:fix-move, r=estebank | Tyler Mandry | -26/+55 |
| 2019-10-11 | Rollup merge of #65276 - varkor:toolstate-no-ping, r=Mark-Simulacrum | Tyler Mandry | -1/+1 |
| 2019-10-11 | Rollup merge of #65266 - rust-lang:must-use-join, r=dtolnay | Tyler Mandry | -0/+1 |
| 2019-10-11 | Rollup merge of #65263 - mbStavola:dedup-raw-item-fns, r=Centril | Tyler Mandry | -21/+12 |
| 2019-10-11 | Rollup merge of #65220 - tlively:update-llvm-for-emscripten-exceptions, r=nikic | Tyler Mandry | -0/+0 |
| 2019-10-11 | Rollup merge of #65205 - GuillaumeGomez:long-err-explanation-E0568, r=estebank | Tyler Mandry | -3/+34 |
| 2019-10-11 | Rollup merge of #65200 - xfix:patch-20, r=GuillaumeGomez | Tyler Mandry | -5/+9 |
| 2019-10-11 | Rollup merge of #65191 - varkor:const-generics-test-cases, r=nikomatsakis | Tyler Mandry | -0/+142 |
| 2019-10-11 | Rollup merge of #65048 - Kixunil:patch-1, r=KodrAus | Tyler Mandry | -0/+2 |
| 2019-10-11 | Rollup merge of #64986 - skinny121:fn-ptr-const-generics, r=varkor | Tyler Mandry | -152/+389 |
| 2019-10-11 | Rollup merge of #64337 - rick68:patch-17, r=Dylan-DPC | Tyler Mandry | -4/+4 |
| 2019-10-11 | Remove painful test that is not pulling its weight | Mark Rousskov | -39/+0 |
| 2019-10-11 | Add regression test for CONST_ERR lints in extern macros | memoryruins | -0/+38 |
| 2019-10-11 | Report lint in external macros | memoryruins | -1/+2 |
| 2019-10-11 | resolve: shorten wording on private constructor error | Dan Aloni | -56/+56 |
| 2019-10-11 | Auto merge of #64877 - lzutao:stabilize-repeat_generic_slice, r=SimonSapin | bors | -6/+1 |
| 2019-10-11 | improve performance of signed saturating_mul | Trevor Spiteri | -1/+1 |