| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2018-11-25 | Auto merge of #55959 - matthewjasper:remove-end-region, r=nikomatsakis | bors | -1/+1 |
| 2018-11-24 | Try to work around #53332 in `src/test/run-pass/rustc-rust-log.rs` | scalexm | -0/+1 |
| 2018-11-21 | Move a flaky process test out of libstd | Alex Crichton | -0/+25 |
| 2018-11-21 | macro_literal_matcher: fixes per petrochenkov's review | Dan Aloni | -2/+0 |
| 2018-11-21 | Stabilize macro_literal_matcher | Dan Aloni | -2/+2 |
| 2018-11-21 | Add tests for unsized-locals functions stability. | Masaki Hara | -0/+1 |
| 2018-11-20 | Incorporate `dyn` into more comments and docs. | Corey Farwell | -1/+2 |
| 2018-11-19 | Rollup merge of #55968 - ehuss:non-mod-rs-tests, r=petrochenkov | Pietro Albini | -0/+26 |
| 2018-11-19 | Rollup merge of #55963 - stepancheg:mpsc-take-2, r=alexcrichton | Pietro Albini | -0/+172 |
| 2018-11-18 | Remove mir::StatementKind::EndRegion | Matthew Jasper | -1/+1 |