| Age | Commit message (Expand) | Author | Lines |
| 2019-04-26 | Rollup merge of #59734 - GuillaumeGomez:improve-rustdoc-failure, r=ollie27 | Mazdak Farrokhzad | -3/+4 |
| 2019-04-25 | Auto merge of #59111 - gilescope:generator-better-errors, r=nikomatsakis | bors | -35/+135 |
| 2019-04-25 | Auto merge of #60192 - t-rapp:tr-saturating-funcs, r=alexcrichton | bors | -0/+83 |
| 2019-04-25 | Improved error message when type must be bound due to generator. | Giles Cope | -35/+135 |
| 2019-04-25 | Add tests for saturating_abs() and saturating_neg functions | Tobias Rapp | -0/+27 |
| 2019-04-25 | Add saturating_abs() and saturating_neg() functions to signed integer types | Tobias Rapp | -0/+56 |
| 2019-04-25 | Auto merge of #60257 - matthiaskrgr:submodule_upd, r=oli-obk | bors | -15/+10 |
| 2019-04-25 | submodules: update clippy from 9897442f to 8c0e038f | Matthias Krüger | -15/+10 |
| 2019-04-25 | Auto merge of #60248 - estebank:macro-comma, r=oli-obk | bors | -9/+27 |
| 2019-04-25 | Auto merge of #60162 - gnzlbg:uss, r=alexcrichton | bors | -0/+0 |
| 2019-04-25 | Auto merge of #60250 - Centril:rollup-d9tehhr, r=Centril | bors | -101/+245 |
| 2019-04-25 | Rollup merge of #60243 - davidtwco:issue-53249, r=cramertj | Mazdak Farrokhzad | -0/+47 |
| 2019-04-25 | Rollup merge of #60185 - NieDzejkob:int-error-kind-reexport, r=rkruppe | Mazdak Farrokhzad | -0/+7 |
| 2019-04-25 | Rollup merge of #60160 - xldenis:fix-overlapping-zero-width-annotation, r=est... | Mazdak Farrokhzad | -18/+19 |
| 2019-04-25 | Rollup merge of #60038 - michaelwoerister:pgo-updates-2, r=alexcrichton | Mazdak Farrokhzad | -43/+71 |
| 2019-04-25 | Rollup merge of #59697 - euclio:label-fixes, r=zackmdavis | Mazdak Farrokhzad | -9/+32 |
| 2019-04-25 | Auto merge of #59042 - ljedrz:HirIdification_rework_map, r=Zoxc | bors | -205/+184 |
| 2019-04-24 | Add guard for missing comma in macro call suggestion | Esteban Küber | -9/+27 |
| 2019-04-24 | Prevent failure in case no space left on device in rustdoc | Guillaume Gomez | -3/+4 |
| 2019-04-24 | Add regression test for #53249. | David Wood | -0/+47 |
| 2019-04-24 | Evaluate hair::ExprKind::Use in into | Matthew Jasper | -24/+22 |
| 2019-04-24 | Allow subtyping of the final expression of a constant | Matthew Jasper | -5/+46 |
| 2019-04-24 | Remove incorrect debug assertion in interpret | Matthew Jasper | -2/+1 |
| 2019-04-24 | doc: some HirIdification | ljedrz | -30/+23 |
| 2019-04-24 | hir: make NodeId methods depend on HirId ones | ljedrz | -118/+102 |
| 2019-04-24 | hir: remove NodeId from Entry & simplify Map | ljedrz | -78/+80 |
| 2019-04-24 | Auto merge of #60180 - ehuss:update-cargo-books, r=alexcrichton | bors | -0/+0 |
| 2019-04-24 | Fix ignore-logic for sanitizer run-make tests. | Michael Woerister | -9/+6 |
| 2019-04-24 | Auto merge of #60213 - Manishearth:clippyup, r=oli-obk | bors | -9/+15 |
| 2019-04-23 | Update cargo, books | Eric Huss | -0/+0 |
| 2019-04-24 | Rollup merge of #60190 - nnethercote:less-metadata-gen, r=alexcrichton | Mazdak Farrokhzad | -23/+37 |
| 2019-04-24 | Rollup merge of #60186 - estebank:accept-suffix, r=nikomatsakis | Mazdak Farrokhzad | -3/+31 |
| 2019-04-24 | Rollup merge of #59822 - GuillaumeGomez:fix-dark-theme-css, r=Manishearth | Mazdak Farrokhzad | -3/+3 |
| 2019-04-24 | Rollup merge of #59739 - cramertj:stabilize, r=withoutboats | Mazdak Farrokhzad | -71/+178 |
| 2019-04-24 | Rollup merge of #56278 - eddyb:mir-debuginfo-proof, r=nikomatsakis | Mazdak Farrokhzad | -254/+318 |
| 2019-04-24 | Auto merge of #58623 - Amanieu:hashbrown3, r=alexcrichton | bors | -2398/+501 |
| 2019-04-24 | Don't generate unnecessary rmeta files. | Nicholas Nethercote | -23/+37 |
| 2019-04-23 | Stabilize futures_api | Taylor Cramer | -66/+86 |
| 2019-04-23 | Add rustc_allow_const_fn_ptr | Taylor Cramer | -6/+93 |
| 2019-04-24 | Update hashbrown to 0.3.0 | Amanieu d'Antras | -1/+1 |
| 2019-04-24 | Update hashbrown to 0.2.2 | Amanieu d'Antras | -1/+1 |
| 2019-04-24 | Remove stabilized alloc feature from rustc-std-workspace-alloc | Amanieu d'Antras | -1/+1 |
| 2019-04-24 | Update hashbrown to 0.2.1 | Amanieu d'Antras | -1/+1 |
| 2019-04-24 | Remove broken tests | Amanieu d'Antras | -74/+0 |
| 2019-04-24 | Fix test | Amanieu d'Antras | -3/+3 |
| 2019-04-24 | Replace the robin-hood hash table with hashbrown | Amanieu d'Antras | -2278/+405 |
| 2019-04-24 | Make libstd depend on the hashbrown crate | Amanieu d'Antras | -0/+24 |
| 2019-04-24 | Mark HashSet functions with #[inline] | Amanieu d'Antras | -0/+45 |
| 2019-04-24 | Add try_reserve to HashSet | Amanieu d'Antras | -0/+24 |
| 2019-04-24 | Remove the Recover trait for HashSet | Amanieu d'Antras | -52/+9 |