| Age | Commit message (Expand) | Author | Lines |
| 2020-02-13 | ast_validation: tweak diagnostic output | Mazdak Farrokhzad | -15/+19 |
| 2020-02-13 | parser: fuse free `fn` parsing together. | Mazdak Farrokhzad | -38/+25 |
| 2020-02-12 | Rollup merge of #69002 - RalfJung:miri-op-overflow, r=oli-obk,wesleywiser | Dylan DPC | -13/+92 |
| 2020-02-12 | Rollup merge of #68937 - ecstatic-morse:unchecked-intrinsics-test, r=RalfJung | Yuki Okushi | -41/+119 |
| 2020-02-11 | Test failure of unchecked arithmetic intrinsics in const eval | Dylan MacKenzie | -41/+119 |
| 2020-02-11 | Rollup merge of #66498 - bjorn3:less_feature_flags, r=Dylan-DPC | Dylan DPC | -1/+1 |
| 2020-02-11 | Auto merge of #68929 - matprec:consistent-issue-references, r=Dylan-DPC | bors | -179/+179 |
| 2020-02-10 | Rollup merge of #68986 - ecstatic-morse:const-ascii-ctype, r=Centril | Dylan DPC | -0/+55 |
| 2020-02-10 | some more tests for i128 oveflow behavior | Ralf Jung | -13/+66 |
| 2020-02-10 | add test that checks overflows on arithmetic operators | Ralf Jung | -0/+26 |
| 2020-02-09 | --bless --compare-mode=nll | Matthias Prechtl | -179/+179 |
| 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 | Test integer exponentiation in a const context | Dylan MacKenzie | -0/+37 |
| 2020-02-08 | Test `NonZeroU8::new` in a const context | Dylan MacKenzie | -1/+10 |
| 2020-02-07 | Fix test | bjorn3 | -1/+1 |
| 2020-02-06 | rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros. | Eduard-Mihai Burtescu | -28/+34 |
| 2020-02-06 | rustc: rename -Zexternal-macro-backtrace to -Zmacro-backtrace. | Eduard-Mihai Burtescu | -28/+28 |
| 2020-02-05 | Rollup merge of #68809 - ecstatic-morse:const-int-functions, r=oli-obk | Dylan DPC | -0/+130 |
| 2020-02-04 | Fix test | Dylan MacKenzie | -160/+124 |
| 2020-02-04 | Add tests for newly const arithmetic fns | Dylan MacKenzie | -0/+166 |
| 2020-02-04 | Auto merge of #68377 - estebank:fn-obligations-spans, r=oli-obk | bors | -2/+2 |
| 2020-02-02 | Account for `?Sized` type parameter bounds | Esteban Küber | -2/+2 |
| 2020-02-01 | Update existing tests for or-patterns | Matthew Jasper | -24/+12 |
| 2020-01-31 | Auto merge of #68080 - varkor:declared-here, r=petrochenkov | bors | -24/+24 |
| 2020-01-28 | Rollup merge of #68563 - Aaron1011:fix/fn-sig-closure, r=varkor | Yuki Okushi | -0/+26 |
| 2020-01-27 | Rollup merge of #68370 - Aaron1011:const-extern-test, r=RalfJung | Pietro Albini | -0/+44 |
| 2020-01-27 | Don't call `tcx.fn_sig` on closures | Aaron Hill | -0/+26 |
| 2020-01-26 | Ensure that we error when calling "const extern fn" with wrong convention | Aaron Hill | -0/+44 |
| 2020-01-24 | Do not ICE on multipart suggestions touching multiple files | Esteban Küber | -1/+1 |
| 2020-01-24 | Normalise notes with the/is | varkor | -24/+24 |
| 2020-01-21 | Rollup merge of #68297 - Aaron1011:fix/new-const-prop-bounds, r=oli-obk | Yuki Okushi | -0/+43 |
| 2020-01-21 | Rollup merge of #68290 - petrochenkov:passcheck, r=oli-obk | Yuki Okushi | -25/+28 |
| 2020-01-20 | Rollup merge of #68335 - RalfJung:drop-in-place, r=Mark-Simulacrum | Dylan DPC | -3/+3 |
| 2020-01-18 | slice_patterns: remove gates in tests | Mazdak Farrokhzad | -1/+0 |
| 2020-01-18 | Auto merge of #68170 - wesleywiser:stop_const_prop_ref_taking, r=oli-obk | bors | -0/+77 |
| 2020-01-18 | adjust ui tests | Ralf Jung | -3/+3 |
| 2020-01-17 | Rollup merge of #68256 - estebank:bad-sugg-span, r=petrochenkov | Tyler Mandry | -1/+1 |
| 2020-01-18 | Fix some tests failing in `--pass check` mode | Vadim Petrochenkov | -25/+28 |
| 2020-01-17 | Add @weiznich's regression test | Aaron Hill | -0/+43 |
| 2020-01-16 | review comments | Esteban Küber | -1/+1 |
| 2020-01-16 | Do not ICE on malformed suggestion spans | Esteban Küber | -1/+1 |
| 2020-01-16 | Array repeat expression lengths must be monomorphic at MIR building time | Oliver Scherer | -0/+25 |
| 2020-01-16 | Rollup merge of #68096 - varkor:diagnostic-cleanup, r=Centril | Dylan DPC | -4/+4 |
| 2020-01-15 | Auto merge of #67603 - oli-obk:no_mut_static_ref_from_const, r=RalfJung | bors | -0/+5 |
| 2020-01-15 | Rollup merge of #68219 - oli-obk:fix_miri, r=RalfJung,wesleywiser | Yuki Okushi | -4/+30 |
| 2020-01-15 | Rollup merge of #67914 - Aaron1011:fix/const-prop-impossible, r=matthewjasper... | Yuki Okushi | -0/+20 |
| 2020-01-15 | Promoteds can contain raw pointers, but these must still only point to immuta... | Oliver Scherer | -0/+5 |
| 2020-01-15 | Add tests | Oliver Scherer | -4/+30 |
| 2020-01-14 | perf: eagerly convert literals to consts, this avoids creating loads on uneva... | Ben Lewis | -1/+1 |