about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
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-23Auto merge of #49372 - Phlosioneer:inherent-impl-default-error-message, r=nagisabors-1/+3
2018-04-23Auto merge of #50129 - wesleywiser:clean_up1, r=michaelwoeristerbors-12/+13
2018-04-23Auto merge of #50171 - mattico:update-mdbook, r=Mark-Simulacrumbors-11/+27
2018-04-23Auto merge of #48946 - PramodBisht:issues/48636, r=estebankbors-1/+46
2018-04-22Update MDBookMatt Ickstadt-11/+27
2018-04-22Auto merge of #50144 - sfackler:oom-lang-item, r=alexcrichtonbors-177/+61
2018-04-22Remove unused AllocatorTy::BangSteven Fackler-6/+1
2018-04-22Remove Alloc::oomSteven Fackler-115/+10
2018-04-22Replace GlobalAlloc::oom with a lang itemSteven Fackler-59/+53
2018-04-22Auto merge of #50152 - petrochenkov:nooverhyg, r=alexcrichtonbors-1/+55
2018-04-22Auto merge of #50135 - matklad:update-cargo, r=kennytmbors-0/+0
2018-04-22Auto merge of #49954 - GuillaumeGomez:doc-settings, r=ollie27,QuietMisdreavusbors-26/+231
2018-04-22Auto merge of #50123 - kennytm:do-not-test-rls-if-build-failed, r=alexcrichtonbors-2/+20
2018-04-221) Addresses #48636Pramod Bisht-1/+46
2018-04-22Auto merge of #50109 - SimonSapin:copy, r=sfacklerbors-1/+1
2018-04-22Auto merge of #49757 - GuillaumeGomez:never-search, r=QuietMisdreavusbors-11/+293
2018-04-22parser: Do not override syntactic context for dummy spansVadim Petrochenkov-1/+55
2018-04-22Auto merge of #49896 - SimonSapin:inherent, r=alexcrichtonbors-3886/+3980
2018-04-22Add doc about doc alias featureGuillaume Gomez-0/+39
2018-04-22Add tracking issue number for doc alias featureGuillaume Gomez-2/+2
2018-04-21Auto merge of #50121 - pnkfelix:revert-stabilization-of-never-type-et-al, r=a...bors-49/+188
2018-04-21remove unused conditionGuillaume Gomez-5/+0
2018-04-21Add alias testsGuillaume Gomez-0/+96
2018-04-21update testerGuillaume Gomez-0/+2
2018-04-21fix invalid items removalGuillaume Gomez-2/+4
2018-04-21add more aliasesGuillaume Gomez-0/+32
2018-04-21Add aliases in the search as wellGuillaume Gomez-6/+20
2018-04-21Generate alias fileGuillaume Gomez-7/+87
2018-04-21Add specific never searchGuillaume Gomez-1/+23
2018-04-21Remove link generation on image, favicon and logo in settingsGuillaume Gomez-26/+19
2018-04-21Auto merge of #50039 - ExpHP:quick-50002, r=alexcrichtonbors-7/+32
2018-04-21Auto merge of #50093 - alexcrichton:android-uwtable, r=michaelwoeristerbors-1/+13
2018-04-21rustc: Always emit `uwtable` on AndroidAlex Crichton-1/+13
2018-04-21Auto merge of #50120 - alexcrichton:more-proc-macro-gates, r=petrochenkovbors-45/+265
2018-04-21Auto merge of #50076 - spastorino:fix_exhaust_iter_in_debug, r=pnkfelixbors-14/+14
2018-04-21Update CargoAleksey Kladov-0/+0
2018-04-21Make the unstable StrExt and SliceExt traits private to libcore in not(stage0)Simon Sapin-29/+40
2018-04-21Move intrinsics-based float methods out of libcore into libstdSimon Sapin-104/+54
2018-04-21Add some f32 and f64 inherent methods in libcoreSimon Sapin-559/+611
2018-04-21Replace StrExt with inherent str methods in libcoreSimon Sapin-1741/+1766
2018-04-21Replace SliceExt with inherent [T] methods in libcoreSimon Sapin-1393/+1418
2018-04-21Move non-allocating [u8] inherent methods to libcoreSimon Sapin-56/+101