about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2019-01-12Rollup merge of #57175 - oli-obk:const_let_stabilization, r=nikomatsakisMazdak Farrokhzad-969/+408
2019-01-12Rollup merge of #57042 - pnkfelix:issue-57038-sidestep-ice-in-fieldplacement-...Mazdak Farrokhzad-1/+5
2019-01-12Rollup merge of #56906 - blitzerr:master, r=nikomatsakisMazdak Farrokhzad-26/+81
2019-01-12Rollup merge of #56425 - scottmcm:redo-vec-set_len-docs, r=CentrilMazdak Farrokhzad-27/+62
2019-01-12const_let: --bless with --compare-mode=nllMazdak Farrokhzad-77/+74
2019-01-12move const_let accepted gate to avoid future conflict.Mazdak Farrokhzad-2/+2
2019-01-12Auto merge of #57532 - Centril:stabilize-2175, r=varkorbors-44/+18
2019-01-12bless ui/while-letMazdak Farrokhzad-0/+1
2019-01-12Stabilise irrefutable if-let and while-let patternsvarkor-239/+175
2019-01-12Auto merge of #57234 - Centril:const-stabilizations-2, r=oli-obkbors-198/+669
2019-01-11stabilize top level or-pats in if/while let.Mazdak Farrokhzad-44/+18
2019-01-11Fixing a typographical error.David Sanders-1/+1
2019-01-11Fix new hyperlinks in RELEASES.mdAlexander Ronald Altman-0/+12
2019-01-11don't unwrap unexpected tokens in `format!`Andy Russell-5/+12
2019-01-11Correct RELEASES.md for 1.32.0Alexander Ronald Altman-0/+12
2019-01-11re-do docs for core::cmpSteve Klabnik-20/+15
2019-01-11Auto merge of #57470 - RalfJung:miri, r=oli-obkbors-14/+14
2019-01-11Auto merge of #57355 - arielb1:correct-subst, r=nikomatsakisbors-9/+47
2019-01-11Remove unneeded but benign changeOliver Scherer-1/+0
2019-01-11Fix undefined behaviorJethro Beekman-2/+2
2019-01-11Add a profiles section to the manifestNick Cameron-1/+24
2019-01-10add test for pub extern crateDebugSteven-0/+11
2019-01-10inline pub extern crate statementsDebugSteven-5/+26
2019-01-11Remove submodule step from READMENick Cameron-1/+0
2019-01-11Auto merge of #57471 - Aaronepower:master, r=Aaronepowerbors-0/+274
2019-01-10Update RELEASES.mdAaron Power-2/+2
2019-01-10Update src/libstd/path.rsMazdak Farrokhzad-1/+1
2019-01-10note that FromStr does not work for borrowed typesSteve Klabnik-2/+6
2019-01-10Update RELEASES.mdAaron Power-0/+10
2019-01-10Auto merge of #57484 - alexcrichton:fix-nightlies, r=Mark-Simulacrubors-2/+17
2019-01-10make note of one more normalization that Paths doSteve Klabnik-0/+2
2019-01-10Add a fast path for identical regions in lub_concrete_regionsBjörn Steinbrink-0/+7
2019-01-10Drop "solved" constraints during region expansionBjörn Steinbrink-8/+16
2019-01-10use structured suggestion when casting a referenceAndy Russell-23/+20
2019-01-10Integrate miri into build-manifestAlex Crichton-2/+17
2019-01-10std: Render large exit codes as hex on WindowsAlex Crichton-1/+10
2019-01-10Apply suggestions from code reviewAaron Power-3/+3
2019-01-10Update RELEASES.mdAaron Power-4/+5
2019-01-09actually take a slice in this exampleSteve Klabnik-3/+2
2019-01-09save-analysis: Get path def from parent in case there's no def for the path i...Emilio Cobos Álvarez-3/+5
2019-01-09Not seeing the forest because there are too many trees in the wayOliver Scherer-1/+1
2019-01-09Explain the arguments of the `mk_*_eval_cx` functionsOliver Scherer-0/+13
2019-01-09Updated RELEASES.md for 1.32.0Aaron Power-0/+263
2019-01-09Document the `mk_*_eval_cx` functionsOliver Scherer-2/+10
2019-01-09update miriRalf Jung-14/+14
2019-01-09Auto merge of #57419 - cramertj:pin-set, r=withouboatsbors-2/+2
2019-01-09Exposing enclave image-base to the enclave applicationVardhan Thigle-7/+5
2019-01-09Remove outdated commentking6cong-1/+1
2019-01-09Auto merge of #56614 - Zoxc:query-perf2, r=michaelwoeristerbors-178/+99
2019-01-09Fix irrefutable slice patterns in const fnOliver Scherer-6/+28