| Age | Commit message (Expand) | Author | Lines |
| 2019-01-12 | Rollup merge of #57175 - oli-obk:const_let_stabilization, r=nikomatsakis | Mazdak Farrokhzad | -969/+408 |
| 2019-01-12 | Rollup merge of #57042 - pnkfelix:issue-57038-sidestep-ice-in-fieldplacement-... | Mazdak Farrokhzad | -1/+5 |
| 2019-01-12 | Rollup merge of #56906 - blitzerr:master, r=nikomatsakis | Mazdak Farrokhzad | -26/+81 |
| 2019-01-12 | Rollup merge of #56425 - scottmcm:redo-vec-set_len-docs, r=Centril | Mazdak Farrokhzad | -27/+62 |
| 2019-01-12 | const_let: --bless with --compare-mode=nll | Mazdak Farrokhzad | -77/+74 |
| 2019-01-12 | move const_let accepted gate to avoid future conflict. | Mazdak Farrokhzad | -2/+2 |
| 2019-01-12 | Auto merge of #57532 - Centril:stabilize-2175, r=varkor | bors | -44/+18 |
| 2019-01-12 | bless ui/while-let | Mazdak Farrokhzad | -0/+1 |
| 2019-01-12 | Stabilise irrefutable if-let and while-let patterns | varkor | -239/+175 |
| 2019-01-12 | Auto merge of #57234 - Centril:const-stabilizations-2, r=oli-obk | bors | -198/+669 |
| 2019-01-11 | stabilize top level or-pats in if/while let. | Mazdak Farrokhzad | -44/+18 |
| 2019-01-11 | Fixing a typographical error. | David Sanders | -1/+1 |
| 2019-01-11 | Fix new hyperlinks in RELEASES.md | Alexander Ronald Altman | -0/+12 |
| 2019-01-11 | don't unwrap unexpected tokens in `format!` | Andy Russell | -5/+12 |
| 2019-01-11 | Correct RELEASES.md for 1.32.0 | Alexander Ronald Altman | -0/+12 |
| 2019-01-11 | re-do docs for core::cmp | Steve Klabnik | -20/+15 |
| 2019-01-11 | Auto merge of #57470 - RalfJung:miri, r=oli-obk | bors | -14/+14 |
| 2019-01-11 | Auto merge of #57355 - arielb1:correct-subst, r=nikomatsakis | bors | -9/+47 |
| 2019-01-11 | Remove unneeded but benign change | Oliver Scherer | -1/+0 |
| 2019-01-11 | Fix undefined behavior | Jethro Beekman | -2/+2 |
| 2019-01-11 | Add a profiles section to the manifest | Nick Cameron | -1/+24 |
| 2019-01-10 | add test for pub extern crate | DebugSteven | -0/+11 |
| 2019-01-10 | inline pub extern crate statements | DebugSteven | -5/+26 |
| 2019-01-11 | Remove submodule step from README | Nick Cameron | -1/+0 |
| 2019-01-11 | Auto merge of #57471 - Aaronepower:master, r=Aaronepower | bors | -0/+274 |
| 2019-01-10 | Update RELEASES.md | Aaron Power | -2/+2 |
| 2019-01-10 | Update src/libstd/path.rs | Mazdak Farrokhzad | -1/+1 |
| 2019-01-10 | note that FromStr does not work for borrowed types | Steve Klabnik | -2/+6 |
| 2019-01-10 | Update RELEASES.md | Aaron Power | -0/+10 |
| 2019-01-10 | Auto merge of #57484 - alexcrichton:fix-nightlies, r=Mark-Simulacru | bors | -2/+17 |
| 2019-01-10 | make note of one more normalization that Paths do | Steve Klabnik | -0/+2 |
| 2019-01-10 | Add a fast path for identical regions in lub_concrete_regions | Björn Steinbrink | -0/+7 |
| 2019-01-10 | Drop "solved" constraints during region expansion | Björn Steinbrink | -8/+16 |
| 2019-01-10 | use structured suggestion when casting a reference | Andy Russell | -23/+20 |
| 2019-01-10 | Integrate miri into build-manifest | Alex Crichton | -2/+17 |
| 2019-01-10 | std: Render large exit codes as hex on Windows | Alex Crichton | -1/+10 |
| 2019-01-10 | Apply suggestions from code review | Aaron Power | -3/+3 |
| 2019-01-10 | Update RELEASES.md | Aaron Power | -4/+5 |
| 2019-01-09 | actually take a slice in this example | Steve Klabnik | -3/+2 |
| 2019-01-09 | save-analysis: Get path def from parent in case there's no def for the path i... | Emilio Cobos Álvarez | -3/+5 |
| 2019-01-09 | Not seeing the forest because there are too many trees in the way | Oliver Scherer | -1/+1 |
| 2019-01-09 | Explain the arguments of the `mk_*_eval_cx` functions | Oliver Scherer | -0/+13 |
| 2019-01-09 | Updated RELEASES.md for 1.32.0 | Aaron Power | -0/+263 |
| 2019-01-09 | Document the `mk_*_eval_cx` functions | Oliver Scherer | -2/+10 |
| 2019-01-09 | update miri | Ralf Jung | -14/+14 |
| 2019-01-09 | Auto merge of #57419 - cramertj:pin-set, r=withouboats | bors | -2/+2 |
| 2019-01-09 | Exposing enclave image-base to the enclave application | Vardhan Thigle | -7/+5 |
| 2019-01-09 | Remove outdated comment | king6cong | -1/+1 |
| 2019-01-09 | Auto merge of #56614 - Zoxc:query-perf2, r=michaelwoerister | bors | -178/+99 |
| 2019-01-09 | Fix irrefutable slice patterns in const fn | Oliver Scherer | -6/+28 |