summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2018-03-27Hide type declarations by defaultGuillaume Gomez-138/+165
2018-03-27Rollup merge of #49401 - alercah:format, r=cramertjkennytm-7/+8
2018-03-27Rollup merge of #49399 - ehuss:termcolor-update, r=alexcrichtonkennytm-6/+6
2018-03-27Rollup merge of #49395 - petrochenkov:obsolete, r=alexcrichtonkennytm-74/+0
2018-03-27Add back 1.24.1 release notesWangshan Lu-0/+14
2018-03-27Rollup merge of #49381 - withoutboats:str_unicode, r=SimonSapinkennytm-2/+42
2018-03-27Rollup merge of #49369 - petrochenkov:rprint, r=oli-obkkennytm-12/+19
2018-03-27Rollup merge of #49333 - GuillaumeGomez:link-assoc-const, r=QuietMisdreavuskennytm-8/+32
2018-03-27Rollup merge of #49223 - GuillaumeGomez:propose-variant-for-E0599, r=cramertjkennytm-2/+19
2018-03-27Rollup merge of #48639 - varkor:sort_by_key-cached, r=blusskennytm-13/+111
2018-03-27Fix search appearanceGuillaume Gomez-3/+20
2018-03-27Remove TryFrom impls that might become conditionally-infallible with a portab...Simon Sapin-191/+100
2018-03-27Trim discriminants to their final type sizeOliver Schneider-6/+29
2018-03-27Auto merge of #49279 - varkor:generated-closure-return-type, r=alexcrichtonbors-13/+13
2018-03-27Auto merge of #49249 - gnzlbg:simd_minmax, r=alexcrichtonbors-1/+148
2018-03-26Update liblibc submodule to the 0.2.40 releaseFrancis Gagné-0/+0
2018-03-26Strengthen the repeat-trusted-len testFrancis Gagné-1/+6
2018-03-26Add #[inline] to Clone impls for primitive typesFrancis Gagné-0/+5
2018-03-26Document builtin implementations of Clone and CopyFrancis Gagné-10/+33
2018-03-26Remove an unnecessary/incorrect match in the expression check functionmatthew-15/+11
2018-03-26revert making casts atomic, test order dependencyleonardo.yvens-3/+39
2018-03-26Move some implementations of Clone and Copy to libcoreFrancis Gagné-30/+176
2018-03-26Add missing '?' to format grammar.Alexis Hunt-7/+8
2018-03-27Implement `shrink_to` method on collectionsDiggory Blake-2/+237
2018-03-26Fix diagnostic colors on Windows 10 console.Eric Huss-6/+6
2018-03-27libsyntax: Remove obsolete.rsVadim Petrochenkov-74/+0
2018-03-26Add TryFrom and TryInto to the preludeSimon Sapin-0/+5
2018-03-26Stabilize the TryFrom and TryInto traitsSimon Sapin-30/+29
2018-03-26Don’t use `type Error = !` for target-dependant TryFrom impls.Simon Sapin-1/+1
2018-03-26TryFrom for integers: use From instead for truely-infallible implsSimon Sapin-9/+20
2018-03-26Remove mentions of unstable sort_by_cached key from stable documentationvarkor-8/+0
2018-03-26Auto merge of #49053 - alexcrichton:fail-if-build-cargo-twice, r=Mark-Simulacrumbors-238/+347
2018-03-26Add tests for items deprecated in the futurevarkor-0/+24
2018-03-26Add future deprecation warning to rustdocvarkor-27/+43
2018-03-26Prevent deprecation warning for items deprecated in the futurevarkor-2/+34
2018-03-27Fix pretty-printing for raw identifiersVadim Petrochenkov-12/+19
2018-03-26fixes internal compiler error:Peter Hrvola-21/+161
2018-03-26rustbuild: Fail the build if we build Cargo twiceAlex Crichton-238/+347
2018-03-26Auto merge of #49101 - mark-i-m:stabilize_i128, r=nagisabors-300/+105
2018-03-26Implement RFC #2169 (Euclidean division).Fabian Zaiser-0/+537
2018-03-26Add a hash when a TargetPath is displayedPhilipp Oppermann-1/+20
2018-03-26Canonicalize pathsPhilipp Oppermann-4/+16
2018-03-26Introduce a TargetTriple enum to support absolute target pathsPhilipp Oppermann-56/+118
2018-03-26Auto merge of #49379 - TimNN:rollup, r=TimNNbors-37/+181
2018-03-26Check for known but incorrect attributesmatthew-9/+118
2018-03-26Allow niche-filling dataful variants to be represented as a ScalarPairAnthony Ramine-4/+21
2018-03-26Fix path attribute in rustdocGuillaume Gomez-4/+7
2018-03-26Remove unnecessary trait import.boats-2/+0
2018-03-26fix last two tidyMark Mansi-13/+2
2018-03-26did i get it right now?Mark Mansi-0/+0