summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-03-19Comment out flakey test.boats-0/+4
2018-03-19Merge branch 'update-beta-freebsd' into freebsd-posix-spawnBryan Drewery-32587/+46233
2018-03-19Update beta to version with fixed FreeBSD support from #49023.Bryan Drewery-1/+1
2018-03-19Do not suggest `.into()` in `const`sEsteban Küber-1/+50
2018-03-19update compile-fail tests: fewer warnings because this is now a HIR lintRalf Jung-3/+0
2018-03-19wording nitsRalf Jung-6/+6
2018-03-19Update rustfmt to 0.4.1Alan Du-111/+52
2018-03-19#49133 - Reworded the Error message: "`pub` not needed here" messageDileep Bapat-3/+3
2018-03-19Clarify AcqRel's docssteveklabnik-2/+3
2018-03-19Document only-X test headerSeo Sanghyeon-0/+2
2018-03-19#49133 - Reworded the Error message: "`pub` not needed here" messageDileep Bapat-1/+1
2018-03-19Auto merge of #49079 - oli-obk:cross_miri, r=michaelwoeristerbors-126/+212
2018-03-19Auto merge of #49108 - SimonSapin:sip, r=TimNNbors-55/+23
2018-03-19Stabilize termination_trait in 1.25, not 1.26Tyler Mandry-2/+2
2018-03-19Docs: fix incorrect copy-paste for new `X?` in formatting stringsSimon Sapin-1/+1
2018-03-19Stabilize termination_traitTyler Mandry-40/+22
2018-03-18Reduce the diagnostic span when multiple fields are missing in patternEsteban Küber-28/+59
2018-03-19Fix trailing whitespacePhlosioneer-1/+1
2018-03-19Make Wrapping::pow use wrapping_pow, add examplePhlosioneer-4/+14
2018-03-19Impl Integer methods for WrappingPhlosioneer-0/+299
2018-03-19Split out termination_trait_test feature gateTyler Mandry-5/+30
2018-03-19Auto merge of #49091 - nikomatsakis:issue-49043-ty-infer-hash, r=michaelwoeri...bors-3/+72
2018-03-19Update submodules in parallelJohn Kåre Alsaker-43/+29
2018-03-19Address review commentsTatsuyuki Ishi-12/+39
2018-03-19Auto merge of #48978 - SimonSapin:debug-hex, r=KodrAusbors-4/+42
2018-03-19Revert "Remove useless powerpc64 entry from ARCH_TABLE, closes #47737"varkor-0/+11
2018-03-19Add stability test for sort_by_cached_keyvarkor-3/+8
2018-03-19Auto merge of #49095 - alexcrichton:debug-asmjs, r=kennytmbors-5/+31
2018-03-18Cleaned comments and extras s.Yukio Siraichi-40/+2
2018-03-18CodeMap functions refactored.Yukio Siraichi-50/+38
2018-03-18Review fixes.Yukio Siraichi-21/+35
2018-03-18Reporting with `span_suggestion_short`.Yukio Siraichi-15/+5
2018-03-18Rebased with master.Yukio Siraichi-5/+5
2018-03-18Created multiple line test.Yukio Siraichi-0/+43
2018-03-18Keeping code formatting.Yukio Siraichi-3/+8
2018-03-18Review fixes.Yukio Siraichi-5/+9
2018-03-18New test added.Yukio Siraichi-2/+35
2018-03-18Test added.Yukio Siraichi-0/+33
2018-03-18Refactored with high-order functions.Yukio Siraichi-21/+21
2018-03-18Update tracking issue.boats-27/+27
2018-03-18Add BufReader::bufferSteven Fackler-1/+29
2018-03-18Add warning for invalid start of code blocks in rustdocGuillaume Gomez-4/+11
2018-03-18add codegen testgnzlbg-0/+35
2018-03-18Allow raw identifiers in diagnostic macros.Lymia Aluysia-5/+5
2018-03-18add simd_select intrinsicgnzlbg-0/+222
2018-03-18Auto merge of #49134 - oli-obk:clippy, r=kennytmbors-16/+19
2018-03-18Return a is_raw parameter from Token::ident rather than having separate methods.Lymia Aluysia-34/+19
2018-03-18Allow test target to pass without installingSébastien Marie-1/+3
2018-03-18Move raw_identifiers check to the lexer.Lymia Aluysia-4/+5
2018-03-18Add a CI job for parallel rustc using x.py checkJohn Kåre Alsaker-0/+9