]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2018-04-27 kennytmRollup merge of #50192 - bobtwinkles:libsyntax_extensio...
2018-04-27 kennytmRollup merge of #49968 - christianpoveda:stabilize_dyn...
2018-04-27 kennytmRollup merge of #49858 - dmizuk:unique-doc-hidden,...
2018-04-27 borsAuto merge of #50102 - Zoxc:query-nomacro, r=michaelwoe...
2018-04-27 Christian Povedarustdoc asks for dyn_trait feature in stage0
2018-04-27 Christian Povedafixed tests
2018-04-27 Christian Povedaremoved dyn trait attribute from librustdoc
2018-04-27 Christian Povedafixed rustc version for dyn_trait
2018-04-27 Christian Povedaupdated stderr files and removed feature-gate test...
2018-04-27 Christian Povedaremoved linting for dyn_trait
2018-04-27 Christian Povedadyn_trait feature-gate just for stage0
2018-04-27 Christian Povedaremoved dyn_trait feature from tests
2018-04-27 Christian Povedastop requiring the feature-gate to use dyn_trait
2018-04-27 borsAuto merge of #50097 - glandium:box_free, r=nikomatsakis
2018-04-27 John Kåre AlsakerAddress comments
2018-04-27 John Kåre AlsakerStore query jobs and query results in separate maps...
2018-04-27 John Kåre AlsakerMove query functions out from the define_maps! macro
2018-04-27 John Kåre AlsakerCreate a job immediately when looking in the query...
2018-04-27 borsAuto merge of #50275 - kennytm:rollup, r=kennytm
2018-04-27 kennytmRollup merge of #49894 - Zoxc:sync-internedstring,...
2018-04-27 kennytmRollup merge of #50246 - nnethercote:no-dump_allocs...
2018-04-27 kennytmRollup merge of #50231 - GuillaumeGomez:doc-aliases...
2018-04-27 kennytmRollup merge of #50229 - GuillaumeGomez:search-one...
2018-04-27 kennytmRollup merge of #50227 - sinkuu:ice_non_local_trait...
2018-04-27 kennytmRollup merge of #50222 - michaelwoerister:bump-stage0...
2018-04-27 borsAuto merge of #49891 - cuviper:compiletest-crash, r...
2018-04-27 kennytmRollup merge of #49707 - steveklabnik:rustc-book, r...
2018-04-27 borsAuto merge of #48995 - aravind-pg:canonical-query,...
2018-04-27 John Kåre AlsakerRename InternedString to LocalInternedString and introd...
2018-04-27 borsAuto merge of #49420 - nox:enum-scalarpair, r=eddyb
2018-04-27 Aravind GollakotaUpdate a compile-fail test
2018-04-27 Aravind GollakotaRetry canonical trait query in standard mode if overflo...
2018-04-27 Aravind GollakotaRemove the stored obligation in OverflowError to simpli...
2018-04-27 Aravind GollakotaIntroduce trait query mode and use it to set overflow...
2018-04-27 Aravind GollakotaSimplify trait selector's evaluation API slightly
2018-04-27 Aravind GollakotaPort existing callers of `evaluate_obligation` to the...
2018-04-27 Aravind GollakotaCreate a canonical trait query for `evaluate_obligation`
2018-04-27 Aravind GollakotaRefactor overflow handling in traits::select to propaga...
2018-04-26 borsAuto merge of #50253 - nikomatsakis:regressions-2018...
2018-04-26 bobtwinklesFix review nits
2018-04-26 borsAuto merge of #49513 - nox:univariant-fieldless-enum...
2018-04-26 Guillaume GomezAdd setting to go to item if there is only one result
2018-04-26 Niko Matsakisadd regression test
2018-04-26 Niko Matsakisuse `reveal_all` during drop elaboration
2018-04-26 Niko Matsakisimproved debug output
2018-04-26 borsAuto merge of #50228 - irinagpopa:backstory-v2, r=nikom...
2018-04-26 Irina PopaFixed tidy errors.
2018-04-26 Irina Poparustc_target: move in syntax::abi and flip dependency.
2018-04-26 Anthony RamineMark SingleVariant as repr(u8) in c-style-enum
2018-04-26 Anthony RamineTreat repr(Rust) univariant fieldless enums as a ZST...
2018-04-26 Irina Poparustc_target: move in cabi_* from rustc_trans.
2018-04-26 Irina Poparustc_trans: generalize cabi_* to any context type.
2018-04-26 Irina Poparustc_target: move for_variant and field TyLayout metho...
2018-04-26 Irina Poparustc_target: move LayoutOf's type parameter to an...
2018-04-26 Irina Poparustc_target: move in type definitions from rustc_trans...
2018-04-26 Irina Poparustc_target: move in type definitions from ty::layout.
2018-04-26 Irina PopaRename rustc_back::target to rustc_target::spec.
2018-04-26 Irina Poparustc_back: move LinkerFlavor, PanicStrategy, and Relro...
2018-04-26 Anthony RamineAdd a test for casts of univariant C-like enums
2018-04-26 Oliver SchneiderProperly evaluate zst enum
2018-04-26 Anthony RamineConsistently use C_uint_big for discriminants
2018-04-26 Anthony RamineProperly look for uninhabitedness when handling discrim...
2018-04-26 Shotaro YamadaDo not ICE on generics mismatch with non-local traits
2018-04-26 borsAuto merge of #50245 - GuillaumeGomez:rollup, r=Guillau...
2018-04-26 Guillaume GomezAdd more doc aliases
2018-04-26 Nicholas NethercoteMake dump_{alloc,allocs,local}() no-ops when tracing...
2018-04-26 borsAuto merge of #50072 - oli-obk:discriminants, r=eddyb
2018-04-26 Guillaume GomezRollup merge of #50219 - ralfbiedert:master, r=frewsxcv
2018-04-26 Guillaume GomezRollup merge of #50214 - GuillaumeGomez:JS-improvements...
2018-04-26 Guillaume GomezRollup merge of #50207 - wesleywiser:hash_const_data...
2018-04-26 Guillaume GomezRollup merge of #50177 - matthiaskrgr:std_std_replacen_...
2018-04-26 Anthony RamineUse ScalarPair for tagged enums
2018-04-26 Oliver SchneiderAllow variant discriminant initializers to refer to...
2018-04-26 borsAuto merge of #49732 - Zoxc:sync-dep-graph, r=michaelwo...
2018-04-26 borsAuto merge of #50236 - nrc:update, r=alexcrichton
2018-04-26 Nick Cameronhandle license check
2018-04-25 borsAuto merge of #50131 - Manishearth:crate-in-local,...
2018-04-25 Nick CameronUpdate rustfmt and rls
2018-04-25 borsAuto merge of #50016 - tmandry:cleanup-binder, r=nikoma...
2018-04-25 Manish GoregaokarFix crate:: in local paths
2018-04-25 borsAuto merge of #49321 - ishitatsuyuki:compile-pass,...
2018-04-25 Michael WoeristerBump bootstrap compiler to 2018-04-24
2018-04-25 Ralf BiedertAdded missing `.` in docs.
2018-04-25 borsAuto merge of #50134 - andjo403:jobserver, r=michaelwoe...
2018-04-25 John Kåre AlsakerMove the Lock into OpenTask
2018-04-25 John Kåre AlsakerAddress comments
2018-04-25 John Kåre AlsakerMake DepGraph thread-safe
2018-04-25 borsAuto merge of #50110 - oli-obk:warn_all_the_constants...
2018-04-25 Tatsuyuki Ishicompiletest: introduce skip-trans
2018-04-25 Guillaume GomezSome JS improvements
2018-04-25 borsAuto merge of #50106 - nnethercote:nearest_common_ances...
2018-04-25 borsAuto merge of #50100 - Manishearth:edition-path-lint...
2018-04-25 Wesley WiserHash EntryKind::AssociatedConst const data
2018-04-25 Tyler MandryRemove methods with implicit Binder::skip_bound
2018-04-25 Tyler MandryMake Binder's field private and clean up its usage
2018-04-25 Mike HommeySwitch box_free to take the destructured contents of Box
2018-04-25 borsAuto merge of #49986 - zofrex:better-derived-argument...
2018-04-24 Josh StoneDisable two-phase-reservation-sharing-interference...
2018-04-24 Josh StoneAdd a stopgap for #49889
2018-04-24 Josh Stonecompiletest: detect non-ICE compiler panics
next