| Age | Commit message (Expand) | Author | Lines |
| 2019-02-18 | Update Clippy to rust-lang/rust-clippy@32ee30 | flip1995 | -12/+7 |
| 2019-02-18 | Auto merge of #58541 - kennytm:fix-publish-toolstate-py-again, r=oli-obk | bors | -3/+3 |
| 2019-02-17 | Add a note about 2018e if someone uses `try {` in 2015e | Scott McMurray | -0/+6 |
| 2019-02-17 | Use more impl header lifetime elision | Scott McMurray | -219/+219 |
| 2019-02-18 | Auto merge of #58373 - RalfJung:maybe-uninit, r=gnzlbg | bors | -9/+7 |
| 2019-02-18 | Merge remote-tracking branch 'upstream/master' | Stein Somers | -17412/+22843 |
| 2019-02-18 | Remove some unnecessary `into()` calls. | Nicholas Nethercote | -1/+1 |
| 2019-02-18 | Explain a panic in test case net::tcp::tests::double_bind | Stein Somers | -2/+6 |
| 2019-02-18 | Make `interpolated_to_tokenstream` a method on `Nonterminal`. | Nicholas Nethercote | -86/+85 |
| 2019-02-18 | Avoid a `clone()` in `transcribe()`. | Nicholas Nethercote | -11/+11 |
| 2019-02-18 | Remove `LazyTokenStream`. | Nicholas Nethercote | -113/+58 |
| 2019-02-18 | Change `Token::interpolated_to_tokenstream()`. | Nicholas Nethercote | -40/+38 |
| 2019-02-17 | Review comments | Simon Sapin | -2/+16 |
| 2019-02-17 | Add links to codegen docs for rustc synonym flags | Guy Taylor | -2/+2 |
| 2019-02-17 | Fix doc for rustc "-g" flag | Guy Taylor | -1/+1 |
| 2019-02-18 | librustc_codegen_llvm => 2018 | Taiki Endo | -199/+190 |
| 2019-02-17 | Add regression test for a specialization-related ICE (#39448) | emlai | -0/+62 |
| 2019-02-17 | Bump the bootstrap compiler | Jonas Schievink | -1/+1 |
| 2019-02-17 | Changed feature gate for new PathBuf methods | Aaron Stillwell | -7/+7 |
| 2019-02-17 | Fixes for implementation of PathBuf methods (aliases for OsString) | Aaron Stillwell | -19/+19 |
| 2019-02-17 | Modify doctest's auto-`fn main()` to allow `Result`s | Andre Bogus | -4/+51 |
| 2019-02-17 | publish_toolstate.py: further fix the runtime errors | kennytm | -3/+3 |
| 2019-02-17 | Add alias methods to PathBuf for underlying OsString | Aaron Stillwell | -1/+81 |
| 2019-02-17 | Auto merge of #58416 - cuviper:dist-linux-gcc, r=alexcrichton | bors | -111/+312 |
| 2019-02-17 | Remove UB in test_ptr_subtraction test | Konrad Borowski | -2/+4 |
| 2019-02-17 | Remove UB in test_is_null test | Konrad Borowski | -3/+2 |
| 2019-02-17 | Mention capping forbid lints | Dale Wijnand | -1/+3 |
| 2019-02-17 | update stdsimd | Ralf Jung | -0/+0 |
| 2019-02-17 | Auto merge of #58495 - kennytm:rollup, r=kennytm | bors | -300/+819 |
| 2019-02-16 | Monomorphize less code in fs::{read|write} | Scott McMurray | -9/+18 |
| 2019-02-17 | Rollup merge of #58521 - sfackler:error-iter-issue, r=withoutboats | kennytm | -4/+4 |
| 2019-02-17 | Rollup merge of #58509 - phansch:add_myself_to_clippy_toolstate_maintainers, ... | kennytm | -179/+218 |
| 2019-02-17 | Rollup merge of #58496 - nathan:doc-std-path-pathbuf-pop, r=frewsxcv | kennytm | -2/+1 |
| 2019-02-17 | Rollup merge of #58395 - vi:checked_duration_since, r=dtolnay | kennytm | -0/+61 |
| 2019-02-17 | Rollup merge of #57929 - GuillaumeGomez:rustodc-remove-old-style-files, r=oll... | kennytm | -23/+64 |
| 2019-02-17 | Rollup merge of #58489 - xfix:fix-keyword-tests-runtime-error, r=alexcrichton | kennytm | -2/+2 |
| 2019-02-17 | Rollup merge of #58479 - saleemjaffer:test_promote_evaluation_unused_result, ... | kennytm | -0/+8 |
| 2019-02-17 | Don't use an allocation for ItemId in StmtKind | John Kåre Alsaker | -6/+7 |
| 2019-02-17 | Auto merge of #58477 - rust-lang:fix-publish-toolstate-syntax-error, r=oli-obk | bors | -3/+3 |
| 2019-02-16 | ui test for directed quote help suggestion #58436 | Patrick McCarter | -0/+19 |
| 2019-02-16 | help suggestion when trying to delimit string literals with directed unicode ... | Patrick McCarter | -9/+44 |
| 2019-02-16 | implement nth_back for Box | Adrian Friedli | -0/+4 |
| 2019-02-16 | Fix tracking issue for error iterators | Steven Fackler | -4/+4 |
| 2019-02-16 | Limit the visibility further and expand on a comment | Oliver Scherer | -2/+3 |
| 2019-02-16 | Update docs and visibilities of const to op methods | Oliver Scherer | -3/+3 |
| 2019-02-16 | Add `eval` prefix to clarify what the function does | Oliver Scherer | -3/+3 |
| 2019-02-16 | Make `may_normalize` explicit in the type system | Oliver Scherer | -34/+38 |
| 2019-02-16 | Make validity checking use `MPlaceTy` instead of `OpTy` | Oliver Scherer | -20/+17 |
| 2019-02-16 | Update src/librustc_mir/interpret/operand.rs | Ralf Jung | -1/+1 |
| 2019-02-16 | Reintroduce the invariant comment for clarity | Oliver Scherer | -0/+1 |