about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
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-11don't unwrap unexpected tokens in `format!`Andy Russell-5/+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-10Update src/libstd/path.rsMazdak Farrokhzad-1/+1
2019-01-10note that FromStr does not work for borrowed typesSteve Klabnik-2/+6
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-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-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-09Auto merge of #56614 - Zoxc:query-perf2, r=michaelwoeristerbors-178/+99
2019-01-09Fix irrefutable slice patterns in const fnOliver Scherer-6/+28
2019-01-09const fn feature gate is not needed anymore in a lot of testsOliver Scherer-37/+38
2019-01-09Clarify const_let commentOliver Scherer-1/+3
2019-01-09Stabilize `let` bindings and destructuring in constants and const fnOliver Scherer-865/+283
2019-01-09Auto merge of #57086 - oli-obk:miri_dist, r=kennytmbors-1/+159
2019-01-09Change `String` to `&'static str` in `ParseResult::Failure`.Nicholas Nethercote-4/+4
2019-01-08addressing Niko's commentsBlitzerr-41/+45
2019-01-09explain safety for vec.set_len(0)Mazdak Farrokhzad-0/+3
2019-01-08[Cleanup] This is the first in the series of removals of with_freevars usage.Blitzerr-46/+74
2019-01-08Some more refactoring.Blitzerr-3/+3
2019-01-08Creating the vector using with_capacity to avoid re-allocation later on (#56905)Blitzerr-1/+6
2019-01-08Issue 56905Blitzerr-6/+24
2019-01-08Consolidate equality constraints error messagevarkor-4/+5
2019-01-08Add issue reference to E0202 messagevarkor-5/+5
2019-01-08Change std::error::Error trait documentation to talk about `source` instead o...Czipperz-7/+7
2019-01-08Auto merge of #56407 - GuillaumeGomez:missing-docs-reexported-macros, r=varkorbors-20/+99