summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-01-10add test for pub extern crateDebugSteven-0/+11
2019-01-10inline pub extern crate statementsDebugSteven-5/+26
2019-01-10Re-enable history api on file:// protocolGuillaume Gomez-2/+1
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-10new trait alias testsNiko Matsakis-0/+122
2019-01-10integrate trait aliases into def-paths / metadataNiko Matsakis-39/+82
2019-01-10introduce `trait_def_id` methodNiko Matsakis-18/+19
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-10Merge remote-tracking branch 'upstream/master'Stein Somers-2/+2
2019-01-09provide suggestion for invalid boolean castAndy Russell-24/+47
2019-01-09Fix poor worst case performance of is_disjointStein Somers-2/+5
2019-01-09Clean up and fix a bug in query plumbingJohn Kåre Alsaker-20/+21
2019-01-09Improve docs for FormatterSteve Klabnik-3/+12
2019-01-09actually take a slice in this exampleSteve Klabnik-3/+2
2019-01-09clarify resolve typo suggestionAndy Russell-125/+249
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-09Replace Arm GCC to a more recent versionHugues de Valon-2/+8
2019-01-09Add dist builder for Armv8-M MainlineHugues de Valon-0/+2
2019-01-09Merge remote-tracking branch 'upstream/master'Stein Somers-140400/+33779
2019-01-09Auto merge of #57419 - cramertj:pin-set, r=withouboatsbors-2/+2
2019-01-09MetadataOnlyCodegenBackend: remove `is_inline` calllqd-1/+0
2019-01-09Exposing enclave image-base to the enclave applicationVardhan Thigle-7/+5
2019-01-09Separate the description on different linesYuki Okushi-1/+3
2019-01-09Add check_attributeYuki Okushi-0/+6
2019-01-09Auto merge of #56614 - Zoxc:query-perf2, r=michaelwoeristerbors-178/+99
2019-01-09Update reference of rlibc crate to compiler-builtins crateking6cong-1/+1
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