| Age | Commit message (Expand) | Author | Lines |
| 2019-03-11 | Improvements to comments in libstd, libcore, liballoc. | Alexander Regueiro | -36/+39 |
| 2019-03-11 | Auto merge of #58784 - oli-obk:accidental_promotion, r=eddyb | bors | -5/+22 |
| 2019-03-11 | Fix incorrect links in librustc_codegen_llvm documentation | Nikita Baksalyar | -3/+3 |
| 2019-03-10 | Make js tests work even with resource-suffix option | Guillaume Gomez | -3/+30 |
| 2019-03-10 | Auto merge of #59054 - ehuss:ci-i686-gnu-tests, r=pietroalbini | bors | -1/+7 |
| 2019-03-10 | Make migrate mode work at item level granularity | Matthew Jasper | -25/+129 |
| 2019-03-10 | enabled too many tests | Ralf Jung | -1/+3 |
| 2019-03-10 | Add provided methods `Seek::{stream_len, stream_position}` | Lukas Kalbertodt | -2/+119 |
| 2019-03-10 | we can now skip should_panic tests with the libtest harness | Ralf Jung | -91/+1 |
| 2019-03-10 | Update clippy | Manish Goregaokar | -5/+10 |
| 2019-03-10 | Bump Clippy and RLS | Igor Matuszewski | -9/+12 |
| 2019-03-10 | Drop expanded AST later if in save_analysis mode | Igor Matuszewski | -3/+8 |
| 2019-03-10 | CI: Trim some tests from i686-gnu | Eric Huss | -1/+7 |
| 2019-03-10 | Replace TimeLine with SelfProfiler | Wesley Wiser | -435/+155 |
| 2019-03-10 | hir: remove trait_auto_impl | ljedrz | -17/+0 |
| 2019-03-10 | HirIdification: remove all NodeIds from rustc_mir | ljedrz | -8/+4 |
| 2019-03-10 | HirIdification: remove all NodeIds from typeck | ljedrz | -23/+16 |
| 2019-03-10 | HirIdification: remove all NodeIds from borrowck | ljedrz | -13/+8 |
| 2019-03-10 | hir: replace NodeId with HirId in trait_impls | ljedrz | -14/+15 |
| 2019-03-10 | refactor build-mainfest. | Mazdak Farrokhzad | -204/+197 |
| 2019-03-10 | Fix tidy | kennytm | -1/+4 |
| 2019-03-10 | Update src/tools/publish_toolstate.py | James Munns | -1/+1 |
| 2019-03-10 | Auto merge of #56732 - Zoxc:rustc-interface, r=oli-obk | bors | -2745/+2511 |
| 2019-03-10 | Make the rustc driver and interface demand driven | John Kåre Alsaker | -2745/+2511 |
| 2019-03-10 | Auto merge of #58498 - euclio:e0432-suggestions, r=estebank | bors | -152/+310 |
| 2019-03-09 | Use lifetime contravariance to elide more lifetimes in core+alloc+std | Scott McMurray | -93/+93 |
| 2019-03-10 | Fix ICE in MIR pretty printing | Dan Robertson | -1/+21 |
| 2019-03-09 | Avoid some common false positives in intra doc link checking | Manish Goregaokar | -0/+6 |
| 2019-03-09 | add feature clamp | Dirk Leifeld | -0/+3 |
| 2019-03-09 | review comments | Esteban Küber | -8/+8 |
| 2019-03-09 | Auto merge of #59050 - Centril:rollup, r=Centril | bors | -390/+1394 |
| 2019-03-09 | Revert "Revert "Add clamp functions"" | Dirk Leifeld | -0/+66 |
| 2019-03-09 | Rollup merge of #59045 - topecongiro:expose-new_sub_parser_from_file, r=Centril | Mazdak Farrokhzad | -1/+1 |
| 2019-03-09 | Rollup merge of #59018 - alexcrichton:omg, r=sfackler | Mazdak Farrokhzad | -15/+0 |
| 2019-03-09 | Rollup merge of #58990 - oli-obk:miri_manifest, r=alexcrichton | Mazdak Farrokhzad | -1/+3 |
| 2019-03-09 | Rollup merge of #58924 - cuviper:more-as_slice, r=dtolnay | Mazdak Farrokhzad | -0/+47 |
| 2019-03-09 | Rollup merge of #58762 - petrochenkov:unwind, r=Mark-Simulacrum | Mazdak Farrokhzad | -34/+74 |
| 2019-03-09 | Rollup merge of #58750 - TimDiekmann:master, r=oli-obk | Mazdak Farrokhzad | -3/+136 |
| 2019-03-09 | Rollup merge of #58679 - Zoxc:passes-refactor, r=michaelwoerister | Mazdak Farrokhzad | -197/+305 |
| 2019-03-09 | Rollup merge of #58676 - euclio:bootstrap-python, r=alexcrichton | Mazdak Farrokhzad | -8/+13 |
| 2019-03-09 | Rollup merge of #58670 - saleemjaffer:refactor_typecast_check_kinds, r=oli-obk | Mazdak Farrokhzad | -47/+32 |
| 2019-03-09 | Rollup merge of #58660 - RalfJung:maybe-uninit, r=Centril | Mazdak Farrokhzad | -30/+229 |
| 2019-03-09 | Rollup merge of #58629 - euclio:debug-empty-str, r=alexcrichton | Mazdak Farrokhzad | -0/+37 |
| 2019-03-09 | Rollup merge of #58626 - QuietMisdreavus:doc-coverage, r=GuillaumeGomez | Mazdak Farrokhzad | -10/+487 |
| 2019-03-09 | Rollup merge of #58518 - oli-obk:unreachable_result_errors, r=RalfJung | Mazdak Farrokhzad | -44/+30 |
| 2019-03-09 | use structured suggestions for E0432 | Andy Russell | -152/+310 |
| 2019-03-09 | add release notes for PR #56243 | Alan Somers | -0/+3 |
| 2019-03-09 | Expose new_sub_parser_from_file | topecongiro | -1/+1 |
| 2019-03-09 | Fix fallout from #57667 | ishitatsuyuki | -33/+6 |
| 2019-03-09 | Auto merge of #57882 - euclio:unused-doc-attributes, r=estebank | bors | -163/+342 |