]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2019-03-30 Mazdak FarrokhzadRollup merge of #59569 - gruberb:add-title-for-unstable...
2019-03-30 Mazdak FarrokhzadRollup merge of #59562 - DevQps:dbg-macro-docs, r=Centril
2019-03-30 Mazdak FarrokhzadRollup merge of #59405 - benesch:docs-font, r=Guillaume...
2019-03-30 Bastian GruberAdd book.toml with title to unstable-book doc
2019-03-30 borsAuto merge of #59516 - ehuss:update-cargo, r=alexcrichton
2019-03-30 Eric HussUpdate cargo
2019-03-30 borsAuto merge of #59561 - Centril:rollup, r=Centril
2019-03-30 ChristianAdded a missing !.
2019-03-30 ChristianAdded an example that shows how the remainder function...
2019-03-30 Mazdak FarrokhzadRollup merge of #59544 - cuviper:miri-nightly, r=Centril
2019-03-30 Mazdak FarrokhzadRollup merge of #59539 - GuillaumeGomez:rustdoc-infinit...
2019-03-30 Mazdak FarrokhzadRollup merge of #59463 - pnkfelix:issue-56327-skip...
2019-03-30 Mazdak FarrokhzadRollup merge of #59380 - philipc:thinlto-variant, r...
2019-03-30 Mazdak FarrokhzadRollup merge of #59343 - eddyb:rm-def-symbol-name,...
2019-03-30 Guillaume GomezFix infinite recursion
2019-03-30 borsAuto merge of #59550 - Centril:rollup, r=Centril
2019-03-30 Mazdak FarrokhzadRollup merge of #59537 - goffrie:patch-3, r=Centril
2019-03-30 Mazdak FarrokhzadRollup merge of #59534 - laurmaedje:collapse-blanket...
2019-03-30 Mazdak FarrokhzadRollup merge of #59532 - mbrubeck:docs, r=Centril
2019-03-30 Mazdak FarrokhzadRollup merge of #59528 - DevQps:improve-dbg-macro-docs...
2019-03-30 Mazdak FarrokhzadRollup merge of #59525 - pnkfelix:whitelist-some-rustc...
2019-03-30 Mazdak FarrokhzadRollup merge of #59512 - euclio:stdio-locks, r=sfackler
2019-03-30 Mazdak FarrokhzadRollup merge of #59499 - pietroalbini:fix-arm-broken...
2019-03-30 Mazdak FarrokhzadRollup merge of #59455 - estebank:borrow-sugg-shorthand...
2019-03-30 Mazdak FarrokhzadRollup merge of #59453 - estebank:recover-tuple-parse...
2019-03-30 Mazdak FarrokhzadRollup merge of #59376 - davidtwco:finally-rfc-2008...
2019-03-30 borsAuto merge of #59464 - alexcrichton:wasi-pr, r=fitzgen
2019-03-30 Josh Stonemanifest: only include miri on the nightly channel
2019-03-29 Alex CrichtonAdd a new wasm32-unknown-wasi target
2019-03-29 Geoffry SongFix OnceWith docstring.
2019-03-29 borsAuto merge of #58846 - bjorn3:misc_cg_ssa_refactor...
2019-03-29 Matt BrubeckIn doc examples, don't ignore read/write results
2019-03-29 LaurenzCollapse blanket impls in the same way as normal impls
2019-03-29 Esteban KüberFix incorrect code
2019-03-29 borsAuto merge of #59522 - Centril:rollup, r=Centril
2019-03-29 bjorn3Use ExactSizeIterator + TrustedLen instead of num_cases...
2019-03-29 bjorn3Add a method for emiting a switch.
2019-03-29 bjorn3Remove inline_asm_call from cg_ssa
2019-03-29 bjorn3Remove type_variadic_func and typ_array from cg_ssa
2019-03-29 bjorn3Remove a lot of methods from *TypeMethods
2019-03-29 bjorn3Remove scalar_lltypes from cg_ssa
2019-03-29 bjorn3Move get_param and set_value_name
2019-03-29 bjorn3Remove a lot of methods from BuilderMethods
2019-03-29 bjorn3[WIP] Make some debug info methods take &mut FunctionDe...
2019-03-29 bjorn3Remove internal mutability from source_locations_enabled
2019-03-29 bjorn3Remove param_substs from FunctionCx
2019-03-29 bjorn3Remove const_{cstr,str_slice,get_elt,get_real} and...
2019-03-29 bjorn3Remove const_{fat_ptr,array,vector,bytes} from cg_ssa
2019-03-29 bjorn3Misc
2019-03-29 bjorn3Add a comment
2019-03-29 bjorn3Use Builder instead of CodegenCx for OperandRef and...
2019-03-29 bjorn3`eval_mir_constant` doesn't need a builder param
2019-03-29 bjorn3Don't use c_uint in cg_ssa
2019-03-29 Mazdak FarrokhzadUpdate src/libstd/macros.rs
2019-03-29 Mazdak FarrokhzadUpdate src/libstd/macros.rs
2019-03-29 ChristianAdjusted the indentation.
2019-03-29 ChristianEdited the dbg! docs stating that dbg! works the same...
2019-03-29 Felix S. Klock IIRegression test for incremental treatment of rustc_scal...
2019-03-29 Felix S. Klock IIWhitelist rustc_layout_scalar_valid_range_{start,end...
2019-03-29 Felix S. Klock IIRegression test for incremental treatment of rustc_on_u...
2019-03-29 Esteban Küberrevert change to test file as per review request
2019-03-29 Felix S. Klock IIWhitelist `rustc_on_unimplemented` to avoid erroneous...
2019-03-29 Mazdak FarrokhzadRollup merge of #59510 - varkor:rename-type_parameters...
2019-03-29 Mazdak FarrokhzadRollup merge of #59486 - varkor:dead-code-impl, r=sanxiyn
2019-03-29 Mazdak FarrokhzadRollup merge of #59480 - gnzlbg:us, r=alexcrichton
2019-03-29 Mazdak FarrokhzadRollup merge of #59473 - estebank:borrow-sugg-inside...
2019-03-29 Mazdak FarrokhzadRollup merge of #59467 - hgallagher1993:local_branch...
2019-03-29 Mazdak FarrokhzadRollup merge of #59462 - taiki-e:no-core, r=petrochenkov
2019-03-29 Mazdak FarrokhzadRollup merge of #59454 - topecongiro:rustfmt-1.2.0...
2019-03-29 Mazdak FarrokhzadRollup merge of #59436 - gnzlbg:update_jemalloc, r...
2019-03-29 Mazdak FarrokhzadRollup merge of #59366 - ehuss:update-books, r=QuietMis...
2019-03-29 borsAuto merge of #59303 - euclio:remove-rebuild-trigger...
2019-03-29 David WoodSupport non-exhaustive enum variants in rustdoc.
2019-03-29 David WoodUpdate documentation.
2019-03-29 borsAuto merge of #59513 - Centril:rollup, r=Centril
2019-03-29 Eduard-Mihai... rustc(codegen): uncache `def_symbol_name` prefix from...
2019-03-29 borsAuto merge of #58605 - nagisa:fix-the-metadata, r=micha...
2019-03-29 Taiki EndoFix error in Rust 2018 + no_core environment
2019-03-29 Andy Russellimplement `AsRawFd` for stdio locks
2019-03-29 Esteban KüberFix MultilineAnnotation field name
2019-03-29 Esteban KüberAdd comemnts clarifying logic
2019-03-29 Esteban Küberreview comments
2019-03-29 Esteban Küberreview comments
2019-03-29 Esteban KüberDeduplicate parse recovery code
2019-03-29 Esteban Küberfix text after rebase
2019-03-29 Mazdak FarrokhzadRollup merge of #59511 - jethrogb:jb/maybeinit-deprecat...
2019-03-29 Mazdak FarrokhzadRollup merge of #59503 - crlf0710:stablize_copysign...
2019-03-29 Mazdak FarrokhzadRollup merge of #59498 - mbrubeck:write_all, r=Centril
2019-03-29 Mazdak FarrokhzadRollup merge of #59496 - Zoxc:fix-globals, r=oli-obk
2019-03-29 Mazdak FarrokhzadRollup merge of #59476 - nnethercote:TokenStreamBuilder...
2019-03-29 Mazdak FarrokhzadRollup merge of #59468 - mati865:musl_toolchain, r...
2019-03-29 Mazdak FarrokhzadRollup merge of #59423 - varkor:walk_mac-visit_path...
2019-03-29 Mazdak FarrokhzadRollup merge of #59401 - japaric:compiler-builtins...
2019-03-29 Mazdak FarrokhzadRollup merge of #59394 - mark-i-m:dup-matcher-bindings...
2019-03-29 Mazdak FarrokhzadRollup merge of #59358 - JohnTitor:use-track-errors...
2019-03-29 Mazdak FarrokhzadRollup merge of #58019 - Zoxc:combine-late-lints, r...
2019-03-29 Jethro BeekmanFix missed fn rename in #59284
2019-03-29 varkorRename `type_parameters` to `generics` and so on
2019-03-28 varkorWalk all items for dead_code lint by default
2019-03-28 Nicholas NethercoteUse `SmallVec` in `TokenStreamBuilder`.
next