]> git.lizzy.rs Git - rust.git/history - src/libcore/ascii.rs
Correct a few stability attributes
[rust.git] / src / libcore / ascii.rs
2018-04-05 Oliver MiddletonCorrect a few stability attributes
2018-03-27 kennytmRollup merge of #49401 - alercah:format, r=cramertj
2018-03-26 Tim NeumannRollup merge of #48932 - Phlosioneer:43601-document...
2018-03-26 Tim NeumannRollup merge of #48693 - vorner:doc-name-resolution...
2018-03-24 kennytmRollup merge of #49122 - scottmcm:z-align-attr, r=cramertj
2018-03-23 Alex CrichtonRollup merge of #49028 - QuietMisdreavus:the-dark-forbi...
2018-03-23 Alex CrichtonRollup merge of #48909 - RalfJung:type_alias_bounds...
2018-03-22 kennytmRollup merge of #49029 - GuillaumeGomez:atomic-docs...
2018-03-22 kennytmRollup merge of #48374 - Aaronepower:master, r=Mark...
2018-03-19 kennytmRollup merge of #46518 - partim:asref-borrow-doc, r...
2018-03-19 borsAuto merge of #49058 - withoutboats:pin, r=cramertj
2018-03-19 Bryan DreweryMerge branch 'update-beta-freebsd' into freebsd-posix...
2018-03-19 borsAuto merge of #48978 - SimonSapin:debug-hex, r=KodrAus
2018-03-18 borsAuto merge of #48985 - scalexm:lowering, r=nikomatsakis
2018-03-17 borsAuto merge of #48936 - Zoxc:cstore, r=michaelwoerister
2018-03-17 kennytmRollup merge of #48983 - gnzlbg:red, r=alexcrichton
2018-03-17 kennytmRollup merge of #48943 - comex:verbose, r=kennytm
2018-03-16 borsAuto merge of #48896 - alexcrichton:bitcode-in-object...
2018-03-16 borsAuto merge of #48813 - sinkuu:build_in_assert_macro...
2018-03-16 borsAuto merge of #48524 - abonander:check-macro-stability...
2018-03-15 kennytmRollup merge of #48972 - mark-i-m:rustdoc_readme, r...
2018-03-15 kennytmRollup merge of #49037 - estebank:coherence-tweaks...
2018-03-15 kennytmRollup merge of #48990 - ExpHP:dont-drop-the-bomb,...
2018-03-15 kennytmRollup merge of #48853 - Songbird0:addrparseerror_docum...
2018-03-15 kennytmRollup merge of #49007 - estebank:follow-up-47574,...
2018-03-15 kennytmRollup merge of #48965 - alexcrichton:add-sha-feature...
2018-03-15 kennytmRollup merge of #48961 - Songbird0:rustdoc_doctests_ass...
2018-03-15 kennytmRollup merge of #48959 - alexcrichton:signext, r=eddyb
2018-03-15 kennytmRollup merge of #48957 - Eijebong:rand, r=michaelwoerister
2018-03-15 kennytmRollup merge of #48892 - alexcrichton:thinlto-again...
2018-03-15 kennytmRollup merge of #48875 - jcowgill:mips-test-fixes,...
2018-03-15 borsAuto merge of #48138 - estebank:issue-45092, r=nikomatsakis
2018-03-14 kennytmRollup merge of #48874 - jcowgill:mips-features, r...
2018-03-14 kennytmRollup merge of #48993 - alexheretic:fix-48816, r=micha...
2018-03-14 kennytmRollup merge of #48966 - retep007:hir-fingerprint-optim...
2018-03-14 kennytmRollup merge of #48991 - jsgf:remap-path-prefix, r...
2018-03-14 kennytmRollup merge of #48988 - bobtwinkles:add_48070_test...
2018-03-14 kennytmRollup merge of #48981 - alexcrichton:lld-no-at-file...
2018-03-14 kennytmRollup merge of #48971 - mark-i-m:fix_readmes, r=nikoma...
2018-03-14 kennytmRollup merge of #48970 - GuillaumeGomez:doc-examples...
2018-03-14 kennytmRollup merge of #48964 - QuietMisdreavus:picket-fence...
2018-03-14 kennytmRollup merge of #48840 - varkor:idxset-cleanup, r=pnkfelix
2018-03-14 kennytmRollup merge of #48831 - GuillaumeGomez:fix-theme-blink...
2018-03-14 kennytmRollup merge of #48765 - Phlosioneer:10234-wall-help...
2018-03-14 borsAuto merge of #48864 - oli-obk:miri_incremental_regress...
2018-03-14 borsAuto merge of #48859 - bdrewery:update-libc, r=alexcrichton
2018-03-13 borsAuto merge of #48735 - 1011X:master, r=alexcrichton
2018-03-09 1011XMerge branch 'master' of github.com:1011X/rust
2018-03-06 1011XFusedIterator will be stabilized
2018-03-06 1011XMerge branch 'master' of https://github.com/rust-lang...
2018-03-05 1011XMove tests, re-export items from core::ascii
2018-03-05 1011XFix doc example, and change fn annotation to stable
2018-03-04 1011XFix doc example
2018-03-04 1011XFix unintended rename and a doc example
2018-03-04 1011XMerge branch 'master' of github.com:1011X/rust
2018-03-04 1011XAdded `ascii` module to core