| Age | Commit message (Expand) | Author | Lines |
| 2018-12-18 | Auto merge of #56481 - arielb1:dynamic-order, r=nikomatsakis | bors | -0/+57 |
| 2018-12-17 | Auto merge of #56810 - sinkuu:build_match, r=oli-obk | bors | -0/+83 |
| 2018-12-17 | Address LLVM assertion failure by prepopulating with *just* name-anon-globals. | Felix S. Klock II | -1/+1 |
| 2018-12-17 | Auto merge of #56642 - nikic:llvm-6, r=alexcrichton | bors | -4/+1 |
| 2018-12-16 | Add test to check order of repr(int) enum fields | Peter Todd | -24/+30 |
| 2018-12-15 | Auto merge of #56540 - oli-obk:less_const_hackery, r=varkor | bors | -0/+1 |
| 2018-12-15 | Improve `match` MIR generation for ranges | Shotaro Yamada | -0/+83 |
| 2018-12-14 | add coherence future-compat warnings for marker-only trait objects | Ariel Ben-Yehuda | -0/+57 |
| 2018-12-14 | process nested obligations in autoderef | Ariel Ben-Yehuda | -0/+34 |
| 2018-12-14 | Rollup merge of #56789 - alexcrichton:simd_select_bitmask, r=rkruppe | kennytm | -0/+30 |
| 2018-12-14 | Rollup merge of #56748 - kinnison:kinnison/fix-56734, r=dtolnay | kennytm | -1/+2 |
| 2018-12-14 | fix issue 54153 by ignoring issue-18804 test on windows/mac. | Felix S. Klock II | -0/+5 |
| 2018-12-13 | Update panic message to be clearer about env-vars | Daniel Silverstone | -1/+2 |
| 2018-12-13 | rustc: Add an unstable `simd_select_bitmask` intrinsic | Alex Crichton | -0/+30 |
| 2018-12-13 | Update tests to show diagnostics | Oliver Scherer | -1/+1 |
| 2018-12-12 | rustc: Switch `extern` functions to abort by default on panic | Alex Crichton | -3/+1 |
| 2018-12-11 | std: Depend directly on crates.io crates | Alex Crichton | -39/+39 |
| 2018-12-11 | Fix some misbehaving tests | varkor | -0/+2 |
| 2018-12-11 | Diagnostics improvement! | Oliver Scherer | -1/+2 |
| 2018-12-09 | Bump minimum required LLVM version to 6.0 | Nikita Popov | -4/+1 |
| 2018-12-07 | Various minor/cosmetic improvements to code | Alexander Regueiro | -67/+43 |
| 2018-12-06 | Auto merge of #56282 - qnighy:additional-sizedness-fix, r=nikomatsakis | bors | -0/+11 |
| 2018-12-06 | Rollup merge of #56446 - arielb1:special-env-implications, r=nikomatsakis | Pietro Albini | -0/+38 |
| 2018-12-05 | Rollup merge of #56119 - frewsxcv:frewsxcv-option-carrier, r=TimNN | Pietro Albini | -4/+1 |
| 2018-12-04 | Utilize `?` instead of `return None`. | Corey Farwell | -4/+1 |
| 2018-12-03 | Rollup merge of #56366 - alexreg:stabilise-self_in_typedefs, r=Centril | kennytm | -2/+1 |
| 2018-12-03 | pass the parameter environment to `traits::find_associated_item` | Ariel Ben-Yehuda | -0/+38 |
| 2018-12-02 | Auto merge of #56110 - varkor:inhabitedness-union-enum, r=cramertj | bors | -0/+1 |
| 2018-12-01 | Introduce proc_macro::Span::source_text | Olivier Goffart | -2/+43 |
| 2018-11-30 | Removed feature gate. | Alexander Regueiro | -2/+1 |
| 2018-11-30 | Drop function parameters in expected order | Matthew Jasper | -0/+68 |
| 2018-12-01 | Rollup merge of #56365 - alexreg:stabilise-self_struct_ctor, r=Centril | kennytm | -2/+0 |
| 2018-11-30 | Removed feature gate. | Alexander Regueiro | -2/+0 |
| 2018-11-30 | Improve the diagnostic message | Oliver Scherer | -1/+1 |
| 2018-11-30 | Reenable `const_let` feature gate | Oliver Scherer | -1/+5 |
| 2018-11-30 | Allow `let` bindings everywhere | Oliver Scherer | -5/+1 |
| 2018-11-30 | Remove a bunch of now-unnecessary `const_let` feature gates | Oliver Scherer | -27/+1 |
| 2018-11-30 | tests: ignore wasm32 for run-pass/proc-macro/expand-with-a-macro. | Eduard-Mihai Burtescu | -0/+2 |
| 2018-11-30 | tests: use `force-host` and `no-prefer-dynamic` in all proc_macro tests. | Eduard-Mihai Burtescu | -1/+35 |
| 2018-11-30 | tests: move all proc_macro tests from -fulldeps. | Eduard-Mihai Burtescu | -0/+2310 |
| 2018-11-29 | Fix broken tests | varkor | -0/+1 |
| 2018-11-27 | remove uses of feature gate | Mark Mansi | -2/+0 |
| 2018-11-27 | Normalize type before deferred sizedness checking. | Masaki Hara | -0/+11 |
| 2018-11-25 | Rollup merge of #56207 - SimonSapin:int_to_from_bytes, r=nagisa | Pietro Albini | -1/+1 |
| 2018-11-25 | Rollup merge of #56151 - alexcrichton:move-out-flaky-test, r=nagisa | Pietro Albini | -0/+25 |
| 2018-11-25 | Rollup merge of #56101 - frewsxcv:frewsxcv-dyn, r=steveklabnik | Pietro Albini | -1/+2 |
| 2018-11-25 | Rollup merge of #56072 - da-x:stabilize-literal-matcher, r=petrochenkov | Pietro Albini | -2/+0 |
| 2018-11-25 | Rollup merge of #56045 - qnighy:additional-sizedness, r=cramertj | Pietro Albini | -0/+1 |
| 2018-11-25 | Stabilize the int_to_from_bytes feature | Simon Sapin | -1/+1 |
| 2018-11-25 | Auto merge of #55921 - scalexm:placeholders, r=nikomatsakis | bors | -0/+1 |