]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2018-03-16 csmoechange &self to self and fix lifetime annotations
2018-03-16 borsAuto merge of #48524 - abonander:check-macro-stability...
2018-03-16 borsAuto merge of #49051 - kennytm:rollup, r=kennytm
2018-03-15 kennytmRollup merge of #48972 - mark-i-m:rustdoc_readme, r...
2018-03-15 kennytmRollup merge of #49049 - Centril:fix/flatten-fuseditera...
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 #49050 - snf:fix_oom_asmjs, r=alexcrichton
2018-03-15 kennytmRollup merge of #49042 - kennytm:fix-e0307-typo, r...
2018-03-15 kennytmRollup merge of #49024 - draganmladjenovic:mips64_cabi_...
2018-03-15 kennytmRollup merge of #49007 - estebank:follow-up-47574,...
2018-03-15 Esteban KüberCoherence diagnostic tweaks
2018-03-15 Anthony DefranceschiImprove `AddrParseError` documentation.
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 #48922 - petrochenkov:asunder, r=nikoma...
2018-03-15 kennytmRollup merge of #48892 - alexcrichton:thinlto-again...
2018-03-15 kennytmRollup merge of #48875 - jcowgill:mips-test-fixes,...
2018-03-15 kennytmRollup merge of #48706 - ehuss:main-not-found-in-crate...
2018-03-15 snfsetting ABORTING_MALLOC for asmjs backend
2018-03-15 Mazdak Farrokhzadunstabilize FusedIterator for Flatten since Flatten...
2018-03-15 borsAuto merge of #47813 - kennytm:stable-incl-range, r=nrc
2018-03-15 borsAuto merge of #48138 - estebank:issue-45092, r=nikomatsakis
2018-03-15 kennytmRemove unnecessary "`" in error message E0307 (invalid...
2018-03-15 kennytmKeep the fields of RangeInclusive unstable.
2018-03-15 kennytmDisallow &a..=b and box a..=b in pattern.
2018-03-15 kennytmStabilize `dotdoteq_in_patterns` language feature.
2018-03-15 kennytmStabilize `inclusive_range_syntax` language feature.
2018-03-15 kennytmStabilize `inclusive_range` library feature.
2018-03-15 borsAuto merge of #48648 - snf:fallible_allocation, r=Kimundi
2018-03-15 Esteban KüberAdd span label to E0044
2018-03-15 Esteban KüberReview comment: remove mention of `move` closure
2018-03-15 Esteban KüberMake hint clearer, with the potential of being wrong
2018-03-15 Esteban KüberSuggest using `move` when trying to share `...::channel...
2018-03-15 Esteban KüberReword E0044 and message for `!Send` types
2018-03-14 borsAuto merge of #47630 - canndrew:exhaustive-patterns...
2018-03-14 borsAuto merge of #49008 - kennytm:rollup, r=kennytm
2018-03-14 Eric HussUpdate E0601 test for new message format.
2018-03-14 Esteban KüberSome tweaks to "type parameters from outer function...
2018-03-14 Eric HussAdd backticks to `main` not found errors.
2018-03-14 Eric HussAdd suggestion where to add main function.
2018-03-14 Eric HussAdd empty main() to tests where it is missing.
2018-03-14 dragan.mladjenovic rustc_trans: fix small aggregate returns for big-endia...
2018-03-14 Eric HussAdd crate name to "main function not found" error message.
2018-03-14 borsAuto merge of #49014 - Bobo1239:master, r=alexcrichton
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 Boris-Chengbiao... Update RLS
2018-03-14 borsAuto merge of #48864 - oli-obk:miri_incremental_regress...
2018-03-14 borsAuto merge of #48811 - Zoxc:syntax-globals, r=michaelwo...
2018-03-14 John Kåre AlsakerRemove syntax and syntax_pos thread locals
2018-03-14 snftry_reserve: updating message for feature-gate-try_rese...
2018-03-14 snftry_reserve: disabling tests for asmjs, blocked by...
2018-03-14 snfimplementing fallible allocation API (try_reserve)...
2018-03-14 Vadim PetrochenkovImplement import renaming with `_` (RFC 2166)
2018-03-14 borsAuto merge of #48859 - bdrewery:update-libc, r=alexcrichton
2018-03-14 Andrew Cannfix ui test error again
2018-03-14 Andrew CannFixes after rebase
2018-03-14 Andrew Cannregister removed lints
2018-03-14 Andrew CannFix fallback note
2018-03-14 Andrew CannAdd note about fallback to `!: !Trait` error
2018-03-14 Andrew Cannreally actually fix ui test error for real
2018-03-14 Andrew Cannreally fix ui test errors for real
2018-03-14 Andrew Cannreally fix ui test errors
2018-03-14 Andrew Cannchange never_type stabilisation version
2018-03-14 Andrew CannFix ui test errors
2018-03-14 Andrew CannMake coerce_never lint an error
2018-03-14 Andrew CannFix version number
2018-03-14 Andrew Cannstabilise feature(never_type)
2018-03-14 Andrew Cannremove defaulting to unit
2018-03-14 borsAuto merge of #48684 - GuillaumeGomez:put-back-ui-json...
2018-03-13 Guillaume Gomezupdate tests
2018-03-13 Guillaume Gomeztest for putting back check on json
2018-03-13 Peter HrvolaSpeed up SVH computation by using Fingerprint::combine()
2018-03-13 Alex Butlerfix #48816 don't print help on indirect compiler ICE
2018-03-13 Jeremy FitzhardingeClarify usage message for --remap-path-prefix.
2018-03-13 borsAuto merge of #48735 - 1011X:master, r=alexcrichton
2018-03-13 Michael LamparskiFix ICE on malformed plugin attributes
2018-03-13 Michael LamparskiAdd test for issue 48941
2018-03-13 bobtwinklesMove 48070 test to ui
2018-03-13 bobtwinklesAdds a test for #48070
2018-03-13 borsAuto merge of #48411 - nikomatsakis:chalkify-canonical...
2018-03-13 Niko Matsakisadd "text" sections for things that seem likely to...
2018-03-13 Niko Matsakisremove dead code
2018-03-13 Niko Matsakisreplace inline docs with references to rustc-guide
2018-03-13 Niko Matsakisadd a debug assertion that only outlives-oblig. result...
2018-03-13 Niko Matsakis`trans_apply_param_substs` => `subst_and_normalize_eras...
next