]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2018-01-17 kennytmRollup merge of #47436 - GuillaumeGomez:up-html-diff...
2018-01-17 kennytmRollup merge of #47427 - EdSchouten:cloudabi-ci, r...
2018-01-17 kennytmRollup merge of #47426 - varkor:default-mir-dump-dir...
2018-01-17 kennytmRollup merge of #47407 - gaurikholkar:master, r=estebank
2018-01-17 kennytmRollup merge of #47404 - integer32llc:reexport-to-re...
2018-01-17 kennytmRollup merge of #47387 - Rantanen:linkchecker-error...
2018-01-17 kennytmRollup merge of #47333 - arthurprs:iter-position-bounds...
2018-01-17 kennytmRollup merge of #47302 - andjo403:commentfix, r=michael...
2018-01-17 borsAuto merge of #47035 - acfoltzer:dep-info-tweak, r...
2018-01-16 Ed SchoutenOnly enable CloudABI builds for x86-64 for now.
2018-01-16 Ed SchoutenIntegrate dist-cloudabi into dist-various-2.
2018-01-16 Gaurifix minor errors
2018-01-16 Gauriusing tabs in ui tests
2018-01-16 Gaurifix tidy checks
2018-01-16 Ed SchoutenMove dist-cloudabi/ into disabled/.
2018-01-16 Ed SchoutenAdd a Docker container for doing automated builds for...
2018-01-16 borsAuto merge of #47209 - eddyb:ccx, r=nikomatsakis
2018-01-15 Adam C. FoltzerAdd `-Z dep-info-omit-d-target` to control dep-info...
2018-01-15 Adam C. Foltzerremove dep-info files as targets in themselves
2018-01-15 Carol (Nichols... Reexport -> re-export in prose and documentation comments
2018-01-15 Carol (Nichols... Reexport -> re-export in error messages
2018-01-15 Carol (Nichols... Reexport -> re-export in documentation section headings
2018-01-15 borsAuto merge of #47413 - GuillaumeGomez:unstable-error...
2018-01-15 borsAuto merge of #47445 - kennytm:rollup, r=kennytm
2018-01-15 kennytmRollup merge of #47443 - FenrirWolf:rand, r=alexcrichton
2018-01-15 kennytmRollup merge of #47432 - etaoins:make-fulldeps-update...
2018-01-15 kennytmRollup merge of #47417 - petrochenkov:noasm, r=estebank
2018-01-15 kennytmRollup merge of #47414 - est31:master, r=alexcrichton
2018-01-15 kennytmRollup merge of #47372 - topecongiro:issue-43925, r...
2018-01-15 kennytmRollup merge of #47368 - chrisvittal:nll-tests, r=nikom...
2018-01-15 kennytmRollup merge of #47330 - bmusin:patch-2, r=shepmaster
2018-01-15 kennytmRollup merge of #47277 - tspiteri:log-correctness,...
2018-01-15 kennytmRollup merge of #47126 - sdroege:exact-chunks, r=bluss
2018-01-15 kennytmRollup merge of #47120 - clarcharr:io_error_debug,...
2018-01-15 Guillaume GomezAdd error code for unstable feature errors
2018-01-15 borsAuto merge of #47329 - davidtwco:issue-46983, r=nikomat...
2018-01-15 FenrirRemove leftover Rand stuff
2018-01-15 borsAuto merge of #46196 - projektir:rbe-submodule, r=steve...
2018-01-15 varkorFix test
2018-01-14 Guillaume GomezUpdate html-diff crate => fix unicode parsing and inval...
2018-01-14 Ryan CummingMake ui-fulldeps/update-references executable
2018-01-14 varkorMake dump_mir_dir non-optional
2018-01-14 varkorAdd a default directory for -Zmir-dump-dir
2018-01-14 borsAuto merge of #46455 - petrochenkov:pimpl, r=nikomatsakis
2018-01-14 Vadim Petrochenkovsyntax: Disambiguate generics and qualified paths
2018-01-14 Vadim Petrochenkovsyntax: Rewrite parsing of impls
2018-01-14 borsAuto merge of #47322 - nikomatsakis:nll-ice, r=pnkfelix
2018-01-14 borsAuto merge of #47274 - Manishearth:rustdoc-span, r...
2018-01-14 borsAuto merge of #47268 - EdSchouten:cloudabi-libstd,...
2018-01-14 Eduard-Mihai... rustc_trans: rename mircx: MirContext to fx: FunctionCx.
2018-01-14 Eduard-Mihai... rustc_trans: rename bcx to bx.
2018-01-14 Eduard-Mihai... rustc_trans: rename ccx to cx.
2018-01-14 Eduard-Mihai... rustc_trans: rename CrateContext to CodegenCx.
2018-01-14 Eduard-Mihai... rustc_trans: access fields directly on CrateContext.
2018-01-14 Eduard-Mihai... rustc_trans: remove unused `TargetDataRef` accessor.
2018-01-14 Eduard-Mihai... rustc_trans: collapse {Local,Shared}CrateContext.
2018-01-14 borsAuto merge of #47261 - estebank:immutable-arg, r=petroc...
2018-01-14 borsAuto merge of #47223 - alexcrichton:new-target-feature...
2018-01-14 borsAuto merge of #46832 - Diggsey:bufread-cheaper-seek...
2018-01-14 Alex Crichtonrustc: Refactor attribute checking to operate on HIR
2018-01-13 borsAuto merge of #47416 - petrochenkov:remove-impl-for...
2018-01-13 projektirAdding RBE as a submodule #46194
2018-01-13 Vadim PetrochenkovMove "no asm" check into AST validation
2018-01-13 Diggory BlakeAdd note to documentation
2018-01-13 Diggory BlakeImplement "seek_relative"
2018-01-13 Alex Crichtonrustc: Tweak `#[target_feature]` syntax
2018-01-13 Clar CharrBetter Debug impl for io::Error.
2018-01-13 Vadim PetrochenkovRe-add support for `impl Trait for ..` to the parser
2018-01-13 leonardo.yvensAddress review.
2018-01-13 leonardo.yvensParse `auto trait` inside fns.
2018-01-13 leonardo.yvensFix rustdoc
2018-01-13 leonardo.yvensMove coherence/overlap.rs into coherence/mod.rs
2018-01-13 leonardo.yvensRemove wfcheck for auto traits, remove dead error codes
2018-01-13 leonardo.yvensAdjust tests for removal of `impl Foo for .. {}`
2018-01-13 leonardo.yvensRemove `impl Foo for ..` in favor of `auto trait Foo`
2018-01-13 borsAuto merge of #47251 - rkruppe:rm-simd-attr, r=eddyb
2018-01-13 est31Enforce dashes in the unstable book file names
2018-01-13 borsAuto merge of #47242 - estebank:issue-15980, r=petrochenkov
2018-01-13 Gauriadd ui test
2018-01-13 Sebastian DrögeAdd unit tests for exact_chunks/exact_chunks_mut
2018-01-13 Sebastian DrögeTest the whole chunks instead of just an element in...
2018-01-13 Sebastian DrögeUse assert_eq!() instead of assert!(a == b) in slice...
2018-01-13 Sebastian DrögeMention in the exact_chunks docs that this can often...
2018-01-13 Sebastian DrögeImplement TrustedRandomAccess for slice::{ExactChunks...
2018-01-13 Sebastian DrögeRemove useless assertion
2018-01-13 Sebastian DrögeApply review comments from @bluss
2018-01-13 Sebastian DrögeFix doctests for slice::exact_chunks() for real
2018-01-13 Sebastian DrögeFix assertions in examples of the exact_chunk() documen...
2018-01-13 Sebastian DrögeAdd #![feature(exact_chunks)] to the documentation...
2018-01-13 Sebastian DrögeAdd slice::ExactChunks and ::ExactChunksMut iterators
2018-01-13 borsAuto merge of #47181 - michaelwoerister:var-len-def...
2018-01-13 Gaurirevert changes to ui test
2018-01-13 Gaurifix mispositioned span
2018-01-13 borsAuto merge of #46592 - o01eg:fix-45345, r=alexcrichton
2018-01-13 Bulat Musinfix off-by-one error
2018-01-13 borsAuto merge of #46461 - zackmdavis:elemental_method_sugg...
2018-01-12 arthurprsOptimize slice.{r}position result bounds check
2018-01-12 borsAuto merge of #47392 - kennytm:rollup, r=kennytm
2018-01-12 kennytmRollup merge of #47382 - topecongiro:issue-43105, r...
2018-01-12 kennytmRollup merge of #47375 - overvenus:duration-examples...
next