| Age | Commit message (Expand) | Author | Lines |
| 2020-02-09 | Rollup merge of #68913 - Areredify:gat_pretty, r=cramertj | Jonas Schievink | -0/+42 |
| 2020-02-09 | rustc_codegen_ssa: only "spill" SSA-like values to the stack for debuginfo. | Eduard-Mihai Burtescu | -1/+1 |
| 2020-02-09 | rustc_codegen_ssa: use `debug_introduce_local` on Operand call results. | Eduard-Mihai Burtescu | -5/+3 |
| 2020-02-09 | Don't parse `mut a @ b` as `mut a @ mut b` | Matthew Jasper | -0/+75 |
| 2020-02-09 | Improve reporting errors and suggestions for trait bounds | Patryk Wychowaniec | -288/+790 |
| 2020-02-09 | Auto merge of #68689 - estebank:where-clause-sugg-missing-fn, r=varkor | bors | -8/+121 |
| 2020-02-08 | Test ASCII ctype methods in a const context | Dylan MacKenzie | -0/+55 |
| 2020-02-08 | Test `u8::is_ascii` alongside `char::is_ascii` | Dylan MacKenzie | -0/+6 |
| 2020-02-08 | review comment | Esteban Küber | -11/+11 |
| 2020-02-08 | review comments | Esteban Küber | -6/+2 |
| 2020-02-08 | Account for type params on method without parens | Esteban Küber | -0/+22 |
| 2020-02-09 | Auto merge of #68376 - Centril:move-ref-patterns, r=matthewjasper | bors | -776/+2695 |
| 2020-02-08 | Test integer exponentiation in a const context | Dylan MacKenzie | -0/+37 |
| 2020-02-09 | Add more tests | varkor | -0/+17 |
| 2020-02-09 | Correct inference of primitive operand type behind binary operation | varkor | -0/+13 |
| 2020-02-08 | Test `NonZeroU8::new` in a const context | Dylan MacKenzie | -1/+10 |
| 2020-02-08 | Disable failing codegen test | CAD97 | -16/+18 |
| 2020-02-08 | Merge branch 'master' of https://github.com/jwhite927/rust into E0637 | Josh White | -22/+667 |
| 2020-02-08 | Auto merge of #68802 - eddyb:debuginfo-there-can-only-be-one-arg, r=nagisa | bors | -0/+11 |
| 2020-02-08 | Auto merge of #68452 - msizanoen1:riscv-abi, r=nagisa,eddyb | bors | -1/+831 |
| 2020-02-08 | Auto merge of #68443 - eddyb:abi-compat-enum, r=nagisa | bors | -22/+590 |
| 2020-02-08 | test: use `all: $(call NATIVE_STATICLIB,test)` to build a C lib. | Eduard-Mihai Burtescu | -4/+2 |
| 2020-02-07 | Merge branch 'master' of https://github.com/jwhite927/rust into E0637 | Josh White | -339/+1706 |
| 2020-02-08 | test: address comments and pacify the merciless tidy. | Eduard-Mihai Burtescu | -20/+16 |
| 2020-02-08 | rustc_target: switch homogeneous_aggregate to returning Result. | Eduard-Mihai Burtescu | -22/+22 |
| 2020-02-08 | Add non-C-like enumeration tests on Rust->C calls to the abi-sysv64-arg-passi... | John VanEnk | -0/+157 |
| 2020-02-08 | Two test cases where Rust calls C using enums by value | John VanEnk | -0/+216 |
| 2020-02-08 | Add similar examples that work to each test. | John VanEnk | -6/+87 |
| 2020-02-08 | Add a test that demonstrates an incorrect return value when calling into rust... | John VanEnk | -0/+65 |
| 2020-02-08 | Add a test that demonstrates a segfault when calling into rust with non-c-lik... | John VanEnk | -0/+55 |
| 2020-02-08 | Auto merge of #68358 - matthewjasper:spec-fix, r=nikomatsakis | bors | -0/+77 |
| 2020-02-07 | Auto merge of #65232 - nikomatsakis:lazy-norm-anon-const-push-2, r=matthewjasper | bors | -7/+87 |
| 2020-02-08 | fix lifetime shadowing check in GATs | Mikhail Babenko | -4/+21 |
| 2020-02-07 | performed --bless of 15 ui tests affected | Josh White | -2/+17 |
| 2020-02-07 | Rollup merge of #68909 - tmandry:panic-abort-nocapture, r=alexcrichton | Dylan DPC | -0/+71 |
| 2020-02-07 | Rollup merge of #68889 - Zoxc:hir-krate, r=eddyb | Dylan DPC | -25/+18 |
| 2020-02-07 | Rollup merge of #68164 - tmiasko:no-sanitize, r=nikomatsakis | Dylan DPC | -0/+120 |
| 2020-02-07 | add regression test | Mikhail Babenko | -0/+42 |
| 2020-02-07 | Fix test | bjorn3 | -1/+1 |
| 2020-02-06 | Respect --nocapture in panic=abort test mode | Tyler Mandry | -0/+71 |
| 2020-02-06 | Rollup merge of #68524 - jonas-schievink:generator-resume-arguments, r=Zoxc | Dylan DPC | -162/+501 |
| 2020-02-06 | make lint warn by default | Niko Matsakis | -12/+9 |
| 2020-02-06 | Add primitive module to libcore/std | Mark Rousskov | -0/+23 |
| 2020-02-06 | lint impls that will become incoherent when leak-check is removed | Niko Matsakis | -5/+88 |
| 2020-02-06 | don't mention specific region numbers in the ~ERROR message | Niko Matsakis | -2/+2 |
| 2020-02-06 | tests: add a revision to macro_backtrace without -Zmacro-backtrace. | Eduard-Mihai Burtescu | -4/+40 |
| 2020-02-06 | rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros. | Eduard-Mihai Burtescu | -101/+853 |
| 2020-02-06 | rustc_errors: hide "in this macro invocation" when redundant, more explicitly. | Eduard-Mihai Burtescu | -40/+16 |
| 2020-02-06 | rustc: rename -Zexternal-macro-backtrace to -Zmacro-backtrace. | Eduard-Mihai Burtescu | -99/+99 |
| 2020-02-06 | Rollup merge of #68880 - JohnTitor:issue-non-zero, r=Dylan-DPC | Dylan DPC | -6/+15 |