about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-04-25Update comments to UFCS stylevarkor-11/+24
2018-04-25Use UFCSvarkor-22/+21
2018-04-25Fix handling of Nonevarkor-11/+11
2018-04-25Ensure derive(PartialOrd) is no longer accidentally exponentialvarkor-97/+90
2018-04-25Auto merge of #50106 - nnethercote:nearest_common_ancestor, r=nikomatsakisbors-80/+60
2018-04-25Auto merge of #50100 - Manishearth:edition-path-lint, r=nikomatsakisbors-15/+157
2018-04-25Auto merge of #49986 - zofrex:better-derived-argument-names, r=Manishearthbors-40/+97
2018-04-24Test format hygieneJames Sanderson-0/+15
2018-04-24Auto merge of #50096 - alexcrichton:less-simd-warnings, r=michaelwoeristerbors-3/+39
2018-04-24Gensym arguments for format macroJames Sanderson-7/+9
2018-04-24Test deriving hygieneJames Sanderson-0/+25
2018-04-24Auto merge of #49933 - oli-obk:miri_rustup, r=eddybbors-101/+97
2018-04-24Auto merge of #50079 - NickAtAccuPS:android_abstract_socket, r=sfacklerbors-1/+4
2018-04-24Auto merge of #49911 - rcoh:master, r=nikomatsakisbors-34/+79
2018-04-24Auto merge of #49837 - nikomatsakis:chalkify-engine, r=scalexmbors-269/+380
2018-04-24Auto merge of #50191 - kennytm:rollup, r=kennytmbors-167/+419
2018-04-24Rollup merge of #50185 - dmizuk:mod_euc-fix-overflow, r=kennytmkennytm-1/+11
2018-04-24Rollup merge of #50174 - nnethercote:FxHashMap-Interner, r=michaelwoeristerkennytm-2/+2
2018-04-24Rollup merge of #50118 - GuillaumeGomez:search-bar-bug, r=QuietMisdreavuskennytm-10/+18
2018-04-24Rollup merge of #49985 - zackmdavis:0, r=estebankkennytm-4/+30
2018-04-24Rollup merge of #49970 - SimonSapin:deprecate, r=sfacklerkennytm-1/+32
2018-04-24Rollup merge of #49906 - kennytm:stable-unreachable, r=sfacklerkennytm-16/+71
2018-04-24Rollup merge of #49829 - ecstatic-morse:os-docs, r=steveklabnikkennytm-60/+135
2018-04-24Rollup merge of #49812 - ehuss:ui-test-revisions, r=nikomatsakiskennytm-71/+70
2018-04-24Rollup merge of #49727 - stjepang:cell-update, r=SimonSapinkennytm-0/+39
2018-04-24Rollup merge of #49461 - andreastt:child-kill-exited, r=Mark-Simulacrumkennytm-2/+11
2018-04-24Auto merge of #48999 - GuillaumeGomez:add-repeat-on-slice, r=Kimundibors-53/+91
2018-04-24Auto merge of #48989 - ExpHP:path-prefix, r=dtolnaybors-9/+11
2018-04-23Auto merge of #49779 - oli-obk:const_err_regression, r=eddybbors-30/+129
2018-04-23fix search bar bugGuillaume Gomez-10/+18
2018-04-23Auto merge of #49368 - matthewjasper:feature-gate-where-clause, r=nikomatsakisbors-5/+32
2018-04-23Assign the tracking issueStjepan Glavina-1/+1
2018-04-24core: Minor cleanupDaiki Mizukami-1/+1
2018-04-23Clarify the docs for Cell::updateStjepan Glavina-2/+3
2018-04-23sort strings on outputNiko Matsakis-16/+25
2018-04-23eliminate the `Lrc` of a slice and just return the sliceNiko Matsakis-34/+32
2018-04-23first draft of `program_clauses_for_env`Niko Matsakis-18/+145
2018-04-23in unit tests, use `note` to dump multiple program clausesNiko Matsakis-110/+61
2018-04-23rustfmt lowering.rsNiko Matsakis-50/+59
2018-04-23introduce new DefPathData variants for traits, assoc typesNiko Matsakis-5/+41
2018-04-23add `Goal::CannotProve` and extract `ProgramClause` structNiko Matsakis-1/+5
2018-04-23create a `QueryRegionConstraint` typeNiko Matsakis-70/+45
2018-04-23add a `-Zchalk` command-line optionNiko Matsakis-0/+2
2018-04-24core: Fix overflow in `int::mod_euc` when `self < 0 && rhs == MIN`Daiki Mizukami-1/+11
2018-04-23Don't allow #[should_panic] with non-() testsRussell Cohen-34/+79
2018-04-23Auto merge of #49372 - Phlosioneer:inherent-impl-default-error-message, r=nagisabors-1/+3
2018-04-23Fix the miri toolOliver Schneider-101/+97
2018-04-23Use FxHashMap in syntax_pos::symbol::Interner::intern.Nicholas Nethercote-2/+2
2018-04-23always optimize testOliver Schneider-1/+1
2018-04-23Auto merge of #50129 - wesleywiser:clean_up1, r=michaelwoeristerbors-12/+13