]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2018-02-17 moeMerge branch 'master' into inform_type_annotations
2018-02-17 csmoefix stderr
2018-02-17 borsAuto merge of #47926 - mikhail-m1:subslice_pattern_arra...
2018-02-17 borsAuto merge of #47917 - davidtwco:issue-47703, r=nikomat...
2018-02-17 borsAuto merge of #47906 - Zoxc:nocycle, r=nikomatsakis
2018-02-16 borsAuto merge of #48252 - Mark-Simulacrum:exclude-paths...
2018-02-16 kennytmFix panic when `x.py` is called without any arguments.
2018-02-16 borsAuto merge of #46714 - leodasvacas:refactor-structurall...
2018-02-16 Mark SimulacrumConsider paths passed to x.py to be root-relative.
2018-02-16 Mark SimulacrumPrevent silently ignoring unmatched paths
2018-02-16 borsAuto merge of #45404 - giannicic:defaultimpl2, r=nikoma...
2018-02-15 Gianni Ciccarelliadd Self: Trait<..> inside the param_env of a default...
2018-02-15 borsAuto merge of #48203 - kennytm:rollup, r=kennytm
2018-02-15 borsAuto merge of #48105 - Mark-Simulacrum:exclude-paths...
2018-02-15 kennytmRollup merge of #48210 - jacob-hughes:clarify_sized_tra...
2018-02-15 borsAuto merge of #48202 - nrc:update, r=kennytm
2018-02-14 David WoodNormalizing associated types when checking borrows...
2018-02-14 Jacob HughesReview change - Expanded on explanation.
2018-02-14 Niko Matsakischeck that types "need drop" before we access them
2018-02-14 David WoodSimplified logic and corrected shallow to deep.
2018-02-14 David WoodHandle recursive case of dropping structs with field...
2018-02-14 David WoodFixed incorrect reporting of errors when checking borro...
2018-02-14 David WoodAdded tests for #47703
2018-02-14 Mark SimulacrumExclude clippy lints from tidy license check
2018-02-14 borsAuto merge of #48209 - kennytm:try-fix-48116, r=alexcri...
2018-02-14 Alex CrichtonRevert "rustbuild: Pass `ccache` to build scripts"
2018-02-14 kennytmPartially revert #47333.
2018-02-14 Jacob HughesClarified why `Sized` bound not implicit on trait's...
2018-02-14 kennytmRollup merge of #48035 - technicalguy:Early-exit-empty...
2018-02-14 kennytmRollup merge of #48195 - paoloteti:compiler-builtins...
2018-02-14 kennytmRollup merge of #48186 - Mark-Simulacrum:release-notes...
2018-02-14 kennytmRollup merge of #48181 - michaelwoerister:fix-incr...
2018-02-14 kennytmRollup merge of #48167 - Mark-Simulacrum:remove-allocat...
2018-02-14 kennytmRollup merge of #48165 - alexcrichton:update-read2...
2018-02-14 kennytmRollup merge of #48163 - alexcrichton:persistent-linker...
2018-02-14 kennytmRollup merge of #48162 - michaelwoerister:stabler-svh...
2018-02-14 kennytmRollup merge of #48156 - Centril:feature/iterator_repea...
2018-02-14 kennytmRollup merge of #48154 - estebank:issue-31481, r=nikoma...
2018-02-14 kennytmRollup merge of #48151 - echochamber:update_range_examp...
2018-02-14 kennytmRollup merge of #48133 - matthiaskrgr:endianess_to_endi...
2018-02-14 kennytmRollup merge of #48130 - ollie27:stab, r=Mark-Simulacrum
2018-02-14 kennytmRollup merge of #48126 - newpavlov:patch-1, r=alexcrichton
2018-02-14 kennytmRollup merge of #48114 - kennytm:xcode9, r=alexcrichton
2018-02-14 kennytmRollup merge of #48087 - scottmcm:range_is_empty, r...
2018-02-14 kennytmRollup merge of #48065 - Xaeroxe:patch-1, r=alexcrichton
2018-02-14 kennytmRollup merge of #48033 - GuillaumeGomez:better-char...
2018-02-14 kennytmRollup merge of #48005 - panicbit:env_unimpl_send_sync...
2018-02-14 kennytmRollup merge of #47846 - roblabla:bugfix-ocaml, r=kennytm
2018-02-14 kennytmRollup merge of #47806 - PramodBisht:feature/47801...
2018-02-14 kennytmRollup merge of #47784 - alexcrichton:less-dsymutil...
2018-02-14 Nick CameronUpdate RLS
2018-02-14 csmoeinform type annotations
2018-02-14 Mark SimulacrumFix default Steps without paths.
2018-02-13 Paolo TetiUpdate compiler-builtins to latest master.
2018-02-13 Shaun Steenkamp38880 remove unnecessary self.table.size check
2018-02-13 Shaun Steenkamp38880 fix incorrect negation
2018-02-13 Shaun Steenkamp38880 hashmap check size=0, not just capacity=0
2018-02-13 Shaun Steenkamp38880 restore original entry(key) method
2018-02-13 Jacob KieselSwitch to retain calling drain_filter.
2018-02-13 Mark SimulacrumAdd note about Cargo cwd change to release notes
2018-02-13 kennytmImprove debuggability of #48116.
2018-02-13 Michael Woeristerincr.comp.: Run cache directory garbage collection...
2018-02-13 Michael WoeristerHandle path prefix mapping in a more stable way when...
2018-02-13 Mazdak Farrokhzadcore::iter::repeat_with: fix missing word, see @Pazzaz...
2018-02-13 borsAuto merge of #47804 - retep007:recursive-requirements...
2018-02-12 Mazdak Farrokhzadcore::iter::repeat_with: tracking issue is #48169
2018-02-12 Mark SimulacrumRemove allocation from width of character function.
2018-02-12 Alex CrichtonUpdate compiletest's `read2` function
2018-02-12 Alex Crichtonrustc: Persist LLVM's `Linker` in Fat LTO
2018-02-12 Mazdak Farrokhzadcore::iter::repeat_with: document DoubleEndedIterator...
2018-02-12 Alex Crichtonrustc: Add the ability to not run dsymutil
2018-02-12 Shaun Steenkamp38880 fixup add missing mut
2018-02-12 Shaun Steenkamp38880 remove redundant extra function
2018-02-12 borsAuto merge of #47843 - estebank:teach, r=nikomatsakis
2018-02-12 Mazdak Farrokhzadcore::iter::repeat_with: fix doc tests
2018-02-12 Mazdak Farrokhzadcore::iter::repeat_with: fix tests some more
2018-02-12 Mazdak Farrokhzadcore::iter::repeat_with: fix tests
2018-02-12 Mazdak Farrokhzadcore::iter::repeat_with: derive Copy, Clone, Debug
2018-02-12 Mazdak Farrokhzadcore::iter::repeat_with: general fixes
2018-02-12 Mazdak Farrokhzadadd core::iter::repeat_with
2018-02-12 borsAuto merge of #48144 - kennytm:reduce-musl-test-size...
2018-02-12 Esteban KüberContinue parsing function after finding `...` arg
2018-02-12 Jason ScheinUpdate ops range example to avoid confusion between...
2018-02-11 Mark SimulacrumDelete executables if the test ran successfully.
2018-02-11 kennytmcompiletest: Delete the executable immediately after...
2018-02-11 borsAuto merge of #47752 - mark-i-m:at-most-once-rep, r...
2018-02-11 Mark SimulacrumChange Step to be invoked with a path when in default...
2018-02-11 borsAuto merge of #47614 - dotdash:x86_64_sysv_ffi, r=eddyb
2018-02-11 Artyom PavlovDangling pointer fix
2018-02-11 kennytmUpgrade the Travis CI macOS images for testing from...
2018-02-11 borsAuto merge of #47657 - algesten:save-analysis-impls...
2018-02-11 borsAuto merge of #48092 - eddyb:discriminate-the-void...
2018-02-11 Mark SimulacrumRemove DontDistWithMiri struct and instead just directl...
2018-02-11 Mark SimulacrumMake exclude and paths relative to root of checkout
2018-02-11 Mark SimulacrumImplement excluding a build-step via --exclude
2018-02-11 Scott McMurrayAdd the emptiness condition to the docs; add a PartialO...
2018-02-11 Артём Павлов... fixed errors
2018-02-10 Matthias Krügertypo: correct endianess to endianness (this also change...
2018-02-10 borsAuto merge of #47286 - Aaronepower:master, r=Mark-Simul...
2018-02-10 Артём Павлов... iterator instead loop
next