]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2018-05-02 flip1995make it compile again
2018-05-02 Seiichi UchidaFix failures in rustdoc
2018-05-02 Seiichi UchidaChange Attribute::name to return the last segment
2018-05-02 Seiichi UchidaAdd tool_attributes feature to unstable book
2018-05-02 Seiichi UchidaGate tool_attributes feature
2018-05-02 Seiichi UchidaRemove Option from the return type of Attribute::name()
2018-05-02 Seiichi UchidaAllow Path for name of MetaItem
2018-05-02 Seiichi UchidaAdd tests for a new feature 'tool_attributes'
2018-05-02 borsAuto merge of #50282 - fitzgen:run-more-passes-on-const...
2018-05-02 borsAuto merge of #50278 - eddyb:mir-succ-iter, r=nikomatsakis
2018-05-01 borsAuto merge of #50379 - nrc:update, r=alexcrichton
2018-05-01 Nick CameronUpdate RLS and Rustfmt
2018-05-01 borsAuto merge of #49982 - petrochenkov:noreex, r=alexcrichton
2018-05-01 borsAuto merge of #50374 - petrochenkov:pypath, r=Mark...
2018-05-01 Vadim Petrochenkovrustbuild: Normalize paths coming from Python slightly
2018-05-01 borsAuto merge of #49789 - petrochenkov:prelext, r=nikomatsakis
2018-05-01 Vadim PetrochenkovFix an error from "unused" lint + Fix rebase
2018-05-01 Vadim PetrochenkovGive removal reasons to removed features
2018-05-01 Vadim PetrochenkovRemove `macro_reexport`
2018-05-01 borsAuto merge of #50198 - oli-obk:const_prop, r=eddyb
2018-05-01 Oliver SchneiderMerge adjacent write! invocations
2018-05-01 Eduard-Mihai... rustc: return impl Iterator from Terminator(Kind):...
2018-05-01 borsAuto merge of #49724 - kennytm:range-inc-start-end...
2018-05-01 borsAuto merge of #48786 - nagisa:fp, r=nikomatsakis
2018-05-01 Simonas KazlauskasForce frame pointers for the backtrace test
2018-05-01 Simonas KazlauskasDon’t eliminate frame pointers on apple by default
2018-05-01 Simonas KazlauskasRework force-frame-pointer
2018-05-01 Björn SteinbrinkDon't force-enable frame pointers when generating debug...
2018-05-01 borsAuto merge of #50304 - nox:uninhabited-output, r=eddyb
2018-05-01 borsAuto merge of #50197 - nikomatsakis:skolemize-out-of...
2018-04-30 borsAuto merge of #48925 - zackmdavis:fn_must_stabilize...
2018-04-30 Niko Matsakisput ReSkolemized into the global tcx
2018-04-30 Niko Matsakismake needs_infer specific to inference variables
2018-04-30 kennytmnew() should be const; start()/end() after iteration...
2018-04-30 kennytmRemoved direct field usage of RangeInclusive in rustc...
2018-04-30 Niko Matsakisremove some (apparently) dead code
2018-04-30 borsAuto merge of #50345 - kennytm:rollup, r=kennytm
2018-04-30 kennytmRollup merge of #50344 - SimonSapin:cargo, r=alexcrichton
2018-04-30 kennytmRollup merge of #50330 - japaric:used, r=nagisa
2018-04-30 kennytmRollup merge of #50327 - varkor:match-unused-struct...
2018-04-30 kennytmRollup merge of #50325 - petrochenkov:pmgate, r=alexcri...
2018-04-30 kennytmRollup merge of #50316 - ehuss:fix-doc-links, r=frewsxcv
2018-04-30 kennytmRollup merge of #50312 - Pazzaz:master, r=GuillaumeGomez
2018-04-30 kennytmRollup merge of #50233 - mark-i-m:const_vec, r=kennytm
2018-04-30 Oliver SchneiderImprove div by zero const eval errors
2018-04-30 Oliver SchneiderUpdate Cargo.lock
2018-04-30 Oliver SchneiderUnify MIR assert messages and const eval errors
2018-04-30 Oliver SchneiderUpdate ui test output
2018-04-30 Oliver SchneiderMerge ConstMathError into EvalErrorKind
2018-04-30 Oliver SchneiderRemove the `rustc_const_math` crate
2018-04-30 Oliver SchneiderReintroduce the float parsing error
2018-04-30 Oliver SchneiderRemove ConstFloat
2018-04-30 Oliver SchneiderRemoved unused dependencies on rustc_const_math
2018-04-30 Oliver SchneiderRemove unused const math ops
2018-04-30 Oliver SchneiderRemove unused const error variant
2018-04-30 Oliver SchneiderRemove the `UnequalTypes` error variant
2018-04-30 Oliver SchneiderImplement `PartialCmp` for `ConstFloat`
2018-04-30 Oliver SchneiderComment typo
2018-04-30 Oliver SchneiderRemove unused error variants
2018-04-30 borsAuto merge of #50163 - kornelski:error, r=Kimundi
2018-04-30 Simon SapinUpdate Cargo to 2018-04-28 122fd5be5201913d42e219e132d6...
2018-04-30 kennytmMake the fields of RangeInclusive private.
2018-04-30 borsAuto merge of #50326 - ollie27:rustdoc_cross_crate_cons...
2018-04-30 borsAuto merge of #50272 - scottmcm:termination-test-error...
2018-04-30 Jorge Apariciocheck that #[used] is used only on statics
2018-04-30 borsAuto merge of #50204 - Manishearth:approx-enum, r=estebank
2018-04-30 borsAuto merge of #50261 - nrc:update, r=kennytm
2018-04-30 Nick CameronUpdate Rustfmt
2018-04-30 varkorCorrect unused field warning on struct match container...
2018-04-30 borsAuto merge of #50092 - abonander:issue-49934, r=petroch...
2018-04-29 varkorCorrect unused field warning on box struct match
2018-04-29 varkorCorrect unused field warning on &struct match
2018-04-29 Austin BonanderWarn on pointless `#[derive]` in more places
2018-04-29 Oliver Middletonrustdoc: Fix links to constants in external crates
2018-04-29 Mark Mansiheh, logic is hard
2018-04-29 Vadim PetrochenkovAdd a few more tests for proc macro feature gating
2018-04-29 Mark Mansiuse const trick
2018-04-29 borsAuto merge of #50317 - varkor:repr-align-assign, r...
2018-04-29 varkorAdd test for repr(align=x)
2018-04-29 varkorAdd error when using repr(align=x) instead of repr...
2018-04-29 Eric HussFix some broken links in docs.
2018-04-29 borsAuto merge of #48605 - KiChjang:unused-mut-warning...
2018-04-29 borsAuto merge of #50217 - z4v1er:patch-1, r=aturon
2018-04-29 borsAuto merge of #50300 - phansch:update_clippy, r=oli-obk
2018-04-29 PazzazAdd more links in panic docs
2018-04-29 borsAuto merge of #50306 - alexcrichton:inline-policy,...
2018-04-29 Keith YeungAdd the actual used mutable var to the set
2018-04-29 Niko MatsakisReturn RootPlace in is_mutable
2018-04-29 Zack M. Davisstabilize `#[must_use]` for functions and must-use...
2018-04-29 Zack M. Davisin which the fn-must-use codepath is prevented from...
2018-04-29 borsAuto merge of #50271 - sinkuu:fix_ice, r=eddyb
2018-04-29 Mark Mansifeature on test
2018-04-28 borsAuto merge of #50188 - alexcrichton:feature-all-the...
2018-04-28 Alex CrichtonAdd `-C target-feature` to all functions
2018-04-28 borsAuto merge of #50240 - nnethercote:LazyBTreeMap, r...
2018-04-28 Alex Crichtonstd: Inline `DefaultResizePolicy::new`
2018-04-28 Anthony RamineMark functions returning uninhabited types as noreturn
2018-04-28 borsAuto merge of #50164 - nox:rval-range-metadata, r=eddyb
2018-04-28 borsAuto merge of #50295 - SergioBenitez:master, r=alexcrichton
2018-04-28 Philipp HanschUpdate clippy submodule
next