]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2016-06-01 Jack O'Connorallow for the future addition of a close method on...
2016-05-31 Jack O'Connordocument that Files close themselves automatically
2016-05-31 borsAuto merge of #33960 - tbu-:pr_ref_clone_overflow,...
2016-05-30 borsAuto merge of #33968 - srinivasreddy:slice.rs, r=Manish...
2016-05-30 borsAuto merge of #33909 - michaelwoerister:frame-pointer...
2016-05-30 Srinivas Reddy... Correct grammar; and remove redundant comment
2016-05-30 borsAuto merge of #33965 - Manishearth:rollup, r=Manishearth
2016-05-30 Manish GoregaokarRollup merge of #33964 - Ms2ger:refcell-resolutions...
2016-05-30 Manish GoregaokarRollup merge of #33958 - kennytm:patch-1, r=GuillaumeGomez
2016-05-30 Manish GoregaokarRollup merge of #33942 - srinivasreddy:rustfmt_llvm_fol...
2016-05-30 Manish GoregaokarRollup merge of #33926 - jseyfried:fix_derive_span...
2016-05-30 Manish GoregaokarRollup merge of #33867 - oli-obk:rustdoc_variant_types...
2016-05-30 Oliver Schneiderprint enum variant fields in docs
2016-05-30 Ms2gerMove driver::Resolutions::def_map out of its RefCell.
2016-05-30 borsAuto merge of #33959 - Manishearth:rollup, r=Manishearth
2016-05-30 Manish GoregaokarRollup merge of #33938 - srinivasreddy:rustfmt_libunwin...
2016-05-30 Manish GoregaokarRollup merge of #33937 - srinivasreddy:rustfmt_librand...
2016-05-30 Manish GoregaokarRollup merge of #33917 - srinivasreddy:rustfmt_liballoc...
2016-05-30 Manish GoregaokarRollup merge of #33914 - GuillaumeGomez:improve_err_exp...
2016-05-30 Manish GoregaokarRollup merge of #33913 - GuillaumeGomez:improve_e0133...
2016-05-30 Manish GoregaokarRollup merge of #33912 - GuillaumeGomez:improve_E0132...
2016-05-30 Manish GoregaokarRollup merge of #33893 - Ophirr33:docs_string_split_fix...
2016-05-30 Manish GoregaokarRollup merge of #33793 - GuillaumeGomez:compile_fail...
2016-05-30 kennytmUse Path::is_dir() in fs::read_dir()'s example.
2016-05-30 Tobias BucherPrevent the borrow counter from overflowing in `Ref...
2016-05-30 borsAuto merge of #33929 - petrochenkov:pathir, r=eddyb
2016-05-29 borsAuto merge of #33860 - doomrobo:fix-grammar-verificatio...
2016-05-29 Guillaume GomezImprove E0161 error explanation
2016-05-29 borsAuto merge of #33859 - nrc:save-field-sub, r=pnkfelix
2016-05-29 borsAuto merge of #33902 - flo-l:fix-save-temps, r=dotdash
2016-05-29 borsAuto merge of #33934 - Byron:libsyntex-ring-buffer...
2016-05-29 Srinivas Reddy... run rustfmt on librustc_llvm folder
2016-05-29 Srinivas Reddy... run rustfmt on libunwind
2016-05-29 Srinivas Reddy... run rustfmt on librand folder
2016-05-29 borsAuto merge of #33848 - alexcrichton:android-gdb-sysroot...
2016-05-28 borsAuto merge of #33825 - alexcrichton:fix-beta, r=aturon
2016-05-28 borsAuto merge of #33824 - alexcrichton:rustbuild-fix-local...
2016-05-28 Sebastian ThielPrevent overflows by increasing ring buffer size
2016-05-28 borsAuto merge of #33821 - sanxiyn:cfg-test, r=nikomatsakis
2016-05-28 Vadim PetrochenkovAddress review comments
2016-05-28 Vadim PetrochenkovRefactor away some functions from hir::pat_util
2016-05-28 borsAuto merge of #33927 - Manishearth:rollup, r=Manishearth
2016-05-28 Manish GoregaokarRollup merge of #33856 - GuillaumeGomez:fmt_error,...
2016-05-28 Manish GoregaokarRollup merge of #33854 - petrochenkov:prefvis, r=eddyb
2016-05-28 Manish GoregaokarRollup merge of #33852 - arielb1:autoderef-iterator...
2016-05-28 Manish GoregaokarRollup merge of #33849 - ranma42:escape-iters-count...
2016-05-28 Manish GoregaokarRollup merge of #33832 - alexcrichton:android-memalign...
2016-05-28 Manish GoregaokarRollup merge of #33831 - diwic:patch-1, r=aturon
2016-05-28 Manish GoregaokarRollup merge of #33822 - soltanmm:dot-vec-div-mag-squar...
2016-05-28 Manish GoregaokarRollup merge of #33820 - jonathandturner:format_readabi...
2016-05-28 Jeffrey SeyfriedUse the span of `#[derive_Eq]` for `#[structural_match]`
2016-05-28 borsAuto merge of #33818 - alexcrichton:bump, r=nikomatsakis
2016-05-28 Jeffrey SeyfriedAdd test
2016-05-28 Jeffrey SeyfriedRefactor away `set_expn_info`
2016-05-28 Jeffrey SeyfriedFix spans of generated `#[derive_*]` attributes
2016-05-28 borsAuto merge of #33800 - nrc:save-fn-name, r=eddyb
2016-05-28 borsAuto merge of #33706 - jseyfried:refactor_cfg, r=nrc
2016-05-27 Jeffrey SeyfriedComment methods in `CfgFolder`
2016-05-27 Jeffrey SeyfriedTest that unconfigured macro-expanded macro invocations...
2016-05-27 Vadim PetrochenkovSeparate bindings from other patterns in HIR
2016-05-27 Ty CoghlanAdded examples/docs to split in str.rs
2016-05-27 borsAuto merge of #33798 - locallycompact:lc/misleading...
2016-05-27 Srinivas Reddy... rustfmt liballoc folder
2016-05-27 Guillaume Gomezimprove E0152 error explanation
2016-05-27 Guillaume GomezImprove E0133 error explanation
2016-05-27 Guillaume GomezImprove E0138 error explanation
2016-05-27 Guillaume GomezImprove E0137 error explanatIon
2016-05-27 Guillaume GomezImprove E0132 error explanation
2016-05-27 borsAuto merge of #33795 - srinivasreddy:lib_coll_test...
2016-05-27 Michael WoeristerEmit "no-frame-pointer-elim" attribute for closures...
2016-05-27 borsAuto merge of #33900 - GuillaumeGomez:rollup, r=Guillau...
2016-05-27 flo-lsave-temps was moved under the -C switch
2016-05-27 Guillaume GomezRollup merge of #33898 - srinivasreddy:rustfmt_liblog...
2016-05-27 Guillaume GomezRollup merge of #33891 - polachok:faster-ipv4-cmp,...
2016-05-27 Guillaume GomezRollup merge of #33874 - Byron:patch-1, r=alexcrichton
2016-05-27 Guillaume GomezRollup merge of #33870 - jseyfried:ice-issue-33569...
2016-05-27 Guillaume GomezRollup merge of #33866 - GuillaumeGomez:err-codes,...
2016-05-27 Guillaume GomezRollup merge of #33865 - GuillaumeGomez:E0084, r=jonath...
2016-05-27 Guillaume GomezRollup merge of #33858 - liigo:patch-7, r=GuillaumeGomez
2016-05-27 Guillaume GomezRollup merge of #33829 - GuillaumeGomez:stability-css...
2016-05-27 Guillaume GomezRollup merge of #33815 - carols10cents:trait-documentat...
2016-05-27 Guillaume GomezRollup merge of #33753 - mmatyas:armtestfix, r=alexcrichton
2016-05-27 borsAuto merge of #33864 - Manishearth:breaking-batch,...
2016-05-27 Manish GoregaokarRollup merge of #33839 - kamalmarhubi:codemape-get...
2016-05-27 Manish GoregaokarRollup merge of #33644 - petrochenkov:selfast, r=nrc
2016-05-27 Manish GoregaokarRollup merge of #33639 - petrochenkov:dotdot, r=nmatsakis
2016-05-27 Manish GoregaokarRollup merge of #33351 - birkenfeld:loop-label-spans...
2016-05-27 Srinivas Reddy... rustfmt on liblog
2016-05-27 Jeffrey SeyfriedRefactor `expand_expr`
2016-05-27 Jeffrey SeyfriedStrip unconfigured items during macro expansion
2016-05-27 Jeffrey SeyfriedUpdate spans' `expn_id` during the marking fold
2016-05-27 Jeffrey SeyfriedTest that a feature gated cfg variable in a `cfg_attr...
2016-05-27 Jeffrey SeyfriedProcess `cfg_attr` attributes on non-optional expressions
2016-05-26 Jeffrey SeyfriedMove cfg_attr processing and stmt/expr attribute gated...
2016-05-26 Jeffrey SeyfriedImplement `CfgFolder` directly instead of passing a...
2016-05-26 Jeffrey SeyfriedRefactor `CfgFolder::in_cfg` -> `CfgFolder::configure`
2016-05-26 Jeffrey SeyfriedIntroduce `CfgFolder` trait
2016-05-26 Jeffrey SeyfriedRefactor the `syntax::config::fold_*` functions into...
2016-05-26 Jeffrey SeyfriedAdd and use `HasAttrs` trait
2016-05-26 Guillaume Gomez* Fix compile_fail tag (in some cases, it compiled...
next