summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-03-20Rollup merge of #49139 - sfackler:bufreader-buffer, r=SimonSapinkennytm-1/+29
2018-03-20Rollup merge of #49125 - NovemberZulu:master, r=alexcrichtonkennytm-0/+1
2018-03-20Rollup merge of #49104 - csmoe:semicolon_error, r=petrochenkovkennytm-10/+21
2018-03-20Rollup merge of #49099 - glandium:master, r=sfacklerkennytm-17/+15
2018-03-20Rollup merge of #49096 - alanhdu:master, r=alexcrichtonkennytm-111/+52
2018-03-20Rollup merge of #49092 - mark-i-m:deptrack_readme, r=nikomatsakiskennytm-327/+56
2018-03-20Rollup merge of #49004 - wesleywiser:incr_specialization_graph_query, r=micha...kennytm-1/+6
2018-03-20Rollup merge of #48902 - csmoe:refactor_BorrowckErrors_fn_self, r=nikomatsakiskennytm-94/+94
2018-03-20Rollup merge of #48834 - ysiraichi:suggest-remove-ref, r=estebankkennytm-46/+205
2018-03-20Rollup merge of #48810 - Phlosioneer:32463-impl-integer-for-wrapping, r=dtolnaykennytm-0/+309
2018-03-20Rollup merge of #46518 - partim:asref-borrow-doc, r=dtolnaykennytm-15/+149
2018-03-19Auto merge of #49058 - withoutboats:pin, r=cramertjbors-4/+222
2018-03-19Okay this is the right way.boats-3/+1
2018-03-19Put `#[macro_use] extern crate <crate>` before fn main() in doctestsmemoryleak47-0/+19
2018-03-19Don't use posix_spawn() if PATH was modified in the environment.Bryan Drewery-0/+16
2018-03-19Comment out entire test.boats-1/+3
2018-03-19Fix automatic urls with backticksGuillaume Gomez-10/+28
2018-03-19Single diagnostic for all non-mentioned fields in a patternEsteban Küber-5/+41
2018-03-19Make Atomic doc examples specific to each typeGuillaume Gomez-364/+401
2018-03-19Ignore properly.boats-3/+1
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-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