about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-01-11fix testsEsteban Küber-2/+3
2019-01-11Continue evaluating after type argument in where clauseEsteban Küber-4/+16
2019-01-11Continue evaluating after missing `for` in `impl Trait for Foo`Esteban Küber-8/+35
2019-01-11Continue evaluating after parsing incorrect binary literalEsteban Küber-6/+19
2019-01-11Continue parsing after lifetime in incorrect locationEsteban Küber-7/+55
2019-01-11Continue parser after trailing type argument attributeEsteban Küber-8/+20
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-12Add fmt benchmarksShotaro Yamada-0/+111
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-11Address commentsJohn Kåre Alsaker-26/+20
2019-01-11Update testsJohn Kåre Alsaker-36/+181
2019-01-11Make more passes incrementalJohn Kåre Alsaker-34/+246
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