]> git.lizzy.rs Git - rust.git/history - src
Auto merge of #41157 - aidanhs:aphs-debug-appveyor-cache, r=TimNN
[rust.git] / src /
2017-04-16 borsAuto merge of #41157 - aidanhs:aphs-debug-appveyor...
2017-04-16 borsAuto merge of #40409 - mbrubeck:calloc, r=sfackler
2017-04-16 borsAuto merge of #41329 - nagisa:bitflags-repr-options...
2017-04-16 borsAuto merge of #41308 - eddyb:order-must-be-preserved...
2017-04-16 Simonas KazlauskasCompress ReprOptions a little bit
2017-04-15 borsAuto merge of #41320 - Mark-Simulacrum:cleanup-methodma...
2017-04-15 borsAuto merge of #41319 - eddyb:demand-adt-sized-constrain...
2017-04-15 borsAuto merge of #39881 - king6cong:sys, r=japaric
2017-04-15 Matt BrubeckSpecialize Vec::from_elem for other numeric types
2017-04-15 Matt BrubeckSpecialize Vec::from_elem<u8> to use calloc or memset
2017-04-15 borsAuto merge of #41321 - frewsxcv:rollup, r=frewsxcv
2017-04-15 Corey FarwellRollup merge of #41311 - tedsta:fuchsia_error_codes...
2017-04-15 Corey FarwellRollup merge of #41306 - nateozem:support/docs-mir...
2017-04-15 Mark SimulacrumRemove MethodMatchResult and MethodMatchedData.
2017-04-15 Eduard-Mihai Burtescurustc: provide adt_sized_constraint as an on-demand...
2017-04-15 borsAuto merge of #41316 - suchithjn225:issue-41272, r...
2017-04-15 Suchith J NAesthetic issue. Corrected indentation
2017-04-15 Suchith J NFixed aesthetics of if let block
2017-04-15 Suchith J NFixed aesthetics and test
2017-04-15 Suchith J N[41272] - Fixed to conform to rust project style
2017-04-15 borsAuto merge of #41286 - lukaramu:std-collections-docs...
2017-04-15 Suchith J N[41272] - code for desugaring iflet changed
2017-04-15 king6congcode format
2017-04-15 borsAuto merge of #41312 - frewsxcv:rollup, r=frewsxcv
2017-04-15 Corey FarwellRollup merge of #41309 - frewsxcv:sg-implement-rfc...
2017-04-15 Corey FarwellRollup merge of #41125 - lukaramu:std-hash-docs, r...
2017-04-15 Corey FarwellAdd Unstable Book entry for 'overlapping-marker-traits'.
2017-04-15 Niko Matsakisupdate tests slightly
2017-04-15 Sean GriffinName files what tidy wants them to be namd
2017-04-15 Sean GriffinPut overlapping impls behind feature gate, add tests
2017-04-15 Sean GriffinFurther update with response to feedback
2017-04-15 Sean GriffinUpdate with response to feedback
2017-04-15 Sean GriffinImplement RFC 1268
2017-04-15 Theodore DeRegoUpdate magenta error codes
2017-04-15 Eduard-Mihai Burtescu[rustbuild] Side-step HashMap iteration to preserve...
2017-04-14 borsAuto merge of #41305 - frewsxcv:rollup, r=frewsxcv
2017-04-14 nateadd 'mir' as part of the --emit flag list in rustc...
2017-04-14 Corey FarwellRollup merge of #41303 - CryZe:patch-5, r=japaric
2017-04-14 Corey FarwellRollup merge of #41249 - GuillaumeGomez:rustdoc-render...
2017-04-14 Corey FarwellRollup merge of #41172 - Aaron1011:rustdoc-overflow...
2017-04-14 Corey FarwellRollup merge of #40702 - mrhota:global_asm, r=nagisa
2017-04-14 lukaramustd::collections docs: Address issues that came up...
2017-04-14 borsAuto merge of #41302 - rkruppe:dec2flt-assoc-consts...
2017-04-14 Christopher SerrCompile WASM as WASM instead of asm.js
2017-04-14 borsAuto merge of #41153 - petrochenkov:umove, r=pnkfelix
2017-04-14 Robin KruppeUse associated constants in core::num::dec2flt
2017-04-14 Aidan Hobson SayersAdd a comment for disabling errexit
2017-04-14 borsAuto merge of #41122 - palango:mod-desc-floats, r=frewsxcv
2017-04-14 A.J. GardnerComply with windows symbol name conventions
2017-04-14 borsAuto merge of #41294 - frewsxcv:rollup, r=frewsxcv
2017-04-14 Corey FarwellRollup merge of #41292 - est31:master, r=BurntSushi
2017-04-14 Corey FarwellRollup merge of #41287 - nikomatsakis:incr-comp-refacto...
2017-04-14 Corey FarwellRollup merge of #41281 - steveklabnik:update-submodules...
2017-04-14 Corey FarwellRollup merge of #41279 - arielb1:adjustment-composition...
2017-04-14 est31Avoid to use floating point match
2017-04-13 Niko Matsakismake `write_metadata` take `tcx` intead of `SharedCrate...
2017-04-13 Niko Matsakisrefactor `metadata_symbol_name`
2017-04-13 Niko Matsakispull stats out of `SharedCrateContext`
2017-04-13 Niko Matsakisremove `LinkMeta` from `SharedCrateContext`
2017-04-13 Niko Matsakisuse `tcx.crate_name(LOCAL_CRATE)` rather than `LinkMeta...
2017-04-13 Niko Matsakiskill `CrateContextList` as a thing
2017-04-13 Niko Matsakisrewrite post-processing routines not to require a ...
2017-04-13 Niko Matsakiscreate `ModuleTranslation` all in one big loop
2017-04-13 Niko Matsakismove `assert_module_sources` call down below
2017-04-13 Niko Matsakismerge the "predeclare" and "declare" phases so we run...
2017-04-13 Niko Matsakisredirect `exported_symbols` through `shared`
2017-04-13 Niko Matsakisremove unused `link_meta`
2017-04-13 Niko Matsakisrewrite to pass a ref, not slice + index
2017-04-13 Niko Matsakisremove `metadata_*` from `SharedCrateContext`
2017-04-13 steveklabnikUpdate various bookshelf repositories.
2017-04-13 lukaramuVarious consistency and phrasing fixes in std::collecti...
2017-04-13 lukaramuVarious fixes throughout std::collections' docs
2017-04-13 lukaramuUpdate std::collections' docs to use iterator (etc...
2017-04-13 borsAuto merge of #41227 - alexcrichton:compiletest, r...
2017-04-13 Ariel Ben-Yehudarustc_typeck: consolidate adjustment composition
2017-04-13 borsAuto merge of #41277 - frewsxcv:rollup, r=frewsxcv
2017-04-13 Corey FarwellRollup merge of #41266 - projektir:weak_docs_rc, r...
2017-04-13 Corey FarwellRollup merge of #41250 - kennytm:fix-41228, r=nikomatsakis
2017-04-13 Corey FarwellRollup merge of #41240 - projektir:weak_docs, r=alexcri...
2017-04-13 Alex Crichtonrustbuild: Fix recompilation of stage0 tools dir
2017-04-13 borsAuto merge of #40367 - eddyb:naked-cruft, r=nagisa
2017-04-13 borsAuto merge of #41267 - alexcrichton:fix-analysis-dist...
2017-04-13 borsAuto merge of #41009 - scottmcm:toowned-clone-into...
2017-04-13 A.J. GardnerMake simple_global_asm even simpler
2017-04-13 Alex Crichtontravis: Enable rust-analysis package for more targets
2017-04-13 projektirUpdating docs for std::rc::Rc
2017-04-13 borsAuto merge of #40570 - nikomatsakis:inference-subtype...
2017-04-13 Scott McMurrayAdd ToOwned::clone_into (unstable as toowned_clone_into)
2017-04-13 A.J. GardnerReplace ExpnId with SyntaxContext
2017-04-13 A.J. GardnerAdd global_asm tests
2017-04-13 A.J. GardnerUpdate unstable book with global_asm feature
2017-04-13 A.J. GardnerExpose LLVM appendModuleInlineAsm
2017-04-13 A.J. GardnerEnsure walk_item visits GlobalAsm NodeId
2017-04-13 A.J. GardnerAdd new TransItem for global_asm trans
2017-04-13 A.J. GardnerExpand _ into explicit variants in match
2017-04-13 A.J. GardnerFirst attempt at global_asm! macro
2017-04-12 borsAuto merge of #41008 - sagebind:thread_id, r=alexcrichton
2017-04-12 Eduard-Mihai Burtescurustc_trans: avoid a separate entry BB if START_BLOCK...
2017-04-12 Eduard-Mihai Burtescurustc_trans: don't emit ZST allocas that are only assig...
2017-04-12 Niko Matsakissimplify code to remove now unused "stack" and fix...
next