]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2018-06-02 Linus FärnstrandMake integer methods non-const in stage0
2018-06-02 Linus FärnstrandMake most integer operations const fns
2018-06-02 borsAuto merge of #50554 - clarcharr:from_bool, r=TimNN
2018-06-02 borsAuto merge of #51270 - nicokoch:issue-51266, r=TimNN
2018-06-02 borsAuto merge of #51287 - Mark-Simulacrum:rollup, r=Mark...
2018-06-01 Mark SimulacrumRollup merge of #51286 - Mark-Simulacrum:1.26.2-release...
2018-06-01 Mark SimulacrumRollup merge of #51272 - steveklabnik:remove_feature_fl...
2018-06-01 Mark SimulacrumRollup merge of #51262 - GuillaumeGomez:add-missing...
2018-06-01 Mark SimulacrumRollup merge of #51152 - crlf0710:patch-1, r=kennytm
2018-06-01 Mark SimulacrumRollup merge of #51135 - estebank:sugg-7575, r=oli-obk
2018-06-01 Mark SimulacrumPull in release notes from stable
2018-06-01 borsAuto merge of #50108 - Zoxc:sync-gcx, r=mw
2018-06-01 Clar CharrAdd @ithinuel's tests from #50597
2018-06-01 Clar CharrFix ambiguity in Result test
2018-06-01 Clar CharrAdd From<bool> for int types
2018-06-01 borsAuto merge of #51163 - Amanieu:hashmap_layout, r=SimonSapin
2018-06-01 Amanieu d'AntrasSimplify HashMap layout calculation by using Layout
2018-06-01 borsAuto merge of #50340 - Emerentius:master, r=alexcrichton
2018-06-01 Emerentiusincorporate changes from code review
2018-06-01 Emerentiuscompacts join code
2018-06-01 Emerentiusadd more join tests
2018-06-01 Emerentiusoptimize joining and concatenation for slices
2018-06-01 borsAuto merge of #51264 - glandium:oom, r=alexcrichton
2018-06-01 John Kåre AlsakerAdd Sync impl for Slice
2018-06-01 John Kåre AlsakerUpdate Cargo.lock
2018-06-01 John Kåre AlsakerAssert that GlobalCtxt is Sync
2018-06-01 John Kåre AlsakerHave worker-local GlobalArenas
2018-06-01 John Kåre AlsakerAdd a WorkerLocal abstraction
2018-06-01 John Kåre AlsakerUpdate recursion limits
2018-06-01 John Kåre AlsakerEnsure ImplicitCtxt is Sync
2018-06-01 John Kåre AlsakerFix optimization_fuel
2018-06-01 John Kåre AlsakerFix OneThread
2018-06-01 steveklabnikRemove feature flag from fs::read_to_string example
2018-06-01 borsAuto merge of #51181 - mbrubeck:prelude, r=petrochenkov
2018-06-01 borsAuto merge of #51060 - michaelwoerister:thread-safe...
2018-06-01 Michael WoeristerRemove outdated AllocId decoding function.
2018-06-01 Michael WoeristerMake metadata decoding use AllocDecodingState/Session.
2018-06-01 Michael WoeristerMake const decoding from the incremental cache thread...
2018-06-01 Michael WoeristerAdd TinyList data structure.
2018-06-01 Nicolas Kochfs: copy: Add EPERM to fallback error conditions
2018-06-01 borsAuto merge of #51225 - oli-obk:miri_oob_ptr, r=eddyb
2018-06-01 borsAuto merge of #51171 - faern:const-bswap-ctpop-cttz...
2018-06-01 CrLF0710Replace `if` with `if and only if` in the definition...
2018-06-01 borsAuto merge of #50836 - jsgf:arc-downcast, r=SimonSapin
2018-05-31 Mike HommeyMake the OOM hook return `()` rather than `!`
2018-05-31 Guillaume GomezAdd missing whitespace in num example
2018-05-31 borsAuto merge of #51096 - matthewjasper:reverse-normalizat...
2018-05-31 borsAuto merge of #51257 - GuillaumeGomez:rollup, r=Guillau...
2018-05-31 Jeremy FitzhardingeFix up Any doc examples
2018-05-31 Jeremy FitzhardingeUpdate `Arc` and `Rc` to use `NonNull::cast` to cast...
2018-05-31 Jeremy FitzhardingeImplement `downcast` for `Arc<Any + Send + Sync>`
2018-05-31 Jeremy FitzhardingeAdd implementations for Any + Send + Sync
2018-05-31 Guillaume GomezRollup merge of #51240 - nnethercote:parse-2, r=nikomat...
2018-05-31 Guillaume GomezRollup merge of #51227 - uuttff8:master, r=dtolnay
2018-05-31 Guillaume GomezRollup merge of #51213 - nicokoch:copy_permissions...
2018-05-31 Guillaume GomezRollup merge of #51193 - GuillaumeGomez:fixes-style...
2018-05-31 Guillaume GomezRollup merge of #51146 - dlrobertson:fix_51102, r=estebank
2018-05-31 Guillaume GomezRollup merge of #51123 - akoserwal:master, r=Mark-Simul...
2018-05-31 Guillaume GomezRollup merge of #49546 - GuillaumeGomez:stabilize-short...
2018-05-31 Matthew JasperRegister outlives predicates from queries the right...
2018-05-31 Abhishek koserwalUpdate build instructions
2018-05-31 Guillaume GomezMake short-error format GNU compatible
2018-05-31 Guillaume GomezStabilize short error format
2018-05-31 borsAuto merge of #51050 - symphorien:fstatat, r=kennytm
2018-05-31 Linus FärnstrandRename num -> bits and num -> out_val
2018-05-31 Linus FärnstrandRename bytes -> bits
2018-05-31 Guillaume Girollibstd/sys/unix/fs.rs: fix compilation on fuchsia
2018-05-31 Linus FärnstrandRewrite numeric_intrinsic without macro
2018-05-31 Linus FärnstrandAdd test for intrinsics::bswap
2018-05-31 Linus FärnstrandMake ctpop, cttz, ctlz and bswap const fns
2018-05-31 borsAuto merge of #51235 - nikomatsakis:issue-51117-borrowc...
2018-05-31 Dan Robertsontypeck: Do not pass the field check on field error
2018-05-31 Niko Matsakischange `PointerKind::Implicit` to a note
2018-05-31 Matt BrubeckAdd std/core to prelude if extern_prelude enabled
2018-05-31 borsAuto merge of #51203 - nnethercote:obligations-2, r...
2018-05-31 borsAuto merge of #51182 - eddyb:not-just-visibility, r...
2018-05-31 Oliver SchneiderUpdate miri submodule
2018-05-31 Oliver SchneiderScalarPair for two element tuples was treated wrongly...
2018-05-31 Oliver SchneiderPull a layout computation out of a loop
2018-05-31 Oliver SchneiderDon't invalidate one byte beyond the end
2018-05-31 Oliver SchneiderDon't store the discriminant with the enum's type size
2018-05-31 Oliver SchneiderUpdate the miri submodule
2018-05-31 borsAuto merge of #51127 - frewsxcv:frewsxcv-discriminant...
2018-05-31 Nicholas NethercoteAvoid an unnecessary `match` when lexing "<-".
2018-05-31 Nicholas NethercoteTweak identifer lexing.
2018-05-31 Corey FarwellAdd doc link from discriminant struct to function.
2018-05-31 borsAuto merge of #51145 - petrochenkov:npbot, r=alexcrichton
2018-05-31 borsAuto merge of #51220 - nikomatsakis:issue-51008-false...
2018-05-30 Nicholas NethercoteInline `NodeIndex` methods.
2018-05-30 Nicholas NethercoteRemove `ObligationForest::cache_list`.
2018-05-30 borsAuto merge of #51138 - spastorino:add-polonius-compare...
2018-05-30 borsAuto merge of #51215 - eddyb:visit-for-a-lifetime,...
2018-05-30 uuttff8mod.rs isn't beautiful
2018-05-30 Vadim Petrochenkovresolve: Make sure indeterminate and inconsistent macro...
2018-05-30 Niko Matsakisalso reset anon-param-mode for `fn()` types
2018-05-30 Niko Matsakisreset the "anonymous lifetime mode" for parenthesized...
2018-05-30 Guillaume Girolstd::fs::DirEntry.metadata(): use fstatat instead of...
2018-05-30 Santiago PastorinoRun rustfmt
2018-05-30 Santiago PastorinoAdd compare-mode to x.py
2018-05-30 Eduard-Mihai... rustc: rename mir::LocalDecl's syntactic_source_info...
next