]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2018-12-15 borsAuto merge of #56825 - alexcrichton:demangle-mem, r...
2018-12-14 borsAuto merge of #56572 - kevgrasso:let_self_err_dev,...
2018-12-14 Alex Crichtonstd: Activate compiler_builtins `mem` feature for no_st...
2018-12-14 borsAuto merge of #56818 - kennytm:rollup-2, r=kennytm
2018-12-14 kennytmRollup merge of #56562 - pnkfelix:issue-55465-update...
2018-12-14 kennytmRollup merge of #56789 - alexcrichton:simd_select_bitma...
2018-12-14 kennytmRollup merge of #56756 - tromey:Bug-56730-btree-pretty...
2018-12-14 kennytmRollup merge of #56749 - alexcrichton:adx, r=gnzlbg
2018-12-14 kennytmRollup merge of #56748 - kinnison:kinnison/fix-56734...
2018-12-14 kennytmRollup merge of #56744 - ljedrz:unbox_the_children...
2018-12-14 kennytmRollup merge of #56709 - GuillaumeGomez:reduce-search...
2018-12-14 kennytmRollup merge of #56708 - oli-obk:stability_internal_con...
2018-12-14 kennytmRollup merge of #56702 - wesleywiser:calc_total_time_st...
2018-12-14 kennytmRollup merge of #56699 - nnethercote:SymbolIndex, r...
2018-12-14 kennytmRollup merge of #56695 - varkor:let-exhaustive-range...
2018-12-14 kennytmRollup merge of #56658 - Xanewok:non-panicking-file...
2018-12-14 kennytmRollup merge of #56637 - ollie27:rustdoc_proc_macro_loc...
2018-12-14 kennytmRollup merge of #56609 - michaelwoerister:unconditional...
2018-12-14 borsAuto merge of #56568 - notriddle:master, r=alexcrichton
2018-12-14 borsAuto merge of #56490 - faern:add-checked-add-to-instant...
2018-12-14 borsAuto merge of #56536 - alexcrichton:update-master,...
2018-12-14 borsAuto merge of #56778 - Xanewok:update-clippy, r=kennytm
2018-12-14 Kevyn Grassodebug logging, added conditional error message, tests...
2018-12-14 borsAuto merge of #56351 - davidtwco:issue-55396-stabilize...
2018-12-13 Daniel SilverstoneUpdate panic message to be clearer about env-vars
2018-12-13 Alex Crichtonrustc: Add an unstable `simd_select_bitmask` intrinsic
2018-12-13 borsAuto merge of #56142 - jnqnfe:osstr_lossy_example,...
2018-12-13 Guillaume GomezSplit on words instead
2018-12-13 Linus FärnstrandFix dur2intervals import on cloudabi
2018-12-13 borsAuto merge of #56783 - alexcrichton:pinentry-mode,...
2018-12-13 Alex CrichtonAdd `--pinentry-mode=loopback` to deployment script
2018-12-13 Linus FärnstrandFix checked_add/sub for sys/sgx/time.rs
2018-12-13 Linus FärnstrandAdd checked_sub for Instant and SystemTime
2018-12-13 Linus FärnstrandAdd checked_add method to Instant time type
2018-12-13 Igor MatuszewskiUpdate Clippy
2018-12-13 borsAuto merge of #56461 - oli-obk:alloc_ids, r=RalfJung
2018-12-13 David WoodStabilize `linker-flavor` flag.
2018-12-13 borsAuto merge of #56161 - RalfJung:vecdeque-stacked-borrow...
2018-12-13 borsAuto merge of #56090 - nnethercote:filesearch, r=eddyb
2018-12-13 borsAuto merge of #55982 - alexcrichton:panic-extern-abort...
2018-12-12 Tom TromeyDisable btree pretty-printers on older gdbs
2018-12-12 borsAuto merge of #55992 - cramertj:pin-docs, r=alexcrichton
2018-12-12 Taylor CramerRename Pinned marker type to PhantomPinned
2018-12-12 Taylor CramerExpand documantation for std::pin module
2018-12-12 Lyndon Brownuse actual invalid string in OsStr::to_string_lossy...
2018-12-12 Alex Crichtonx86: Add the `adx` target feature to whitelist
2018-12-12 Alex CrichtonBump to 1.33.0
2018-12-12 Alex Crichtonrustc: Switch `extern` functions to abort by default...
2018-12-12 borsAuto merge of #56735 - Mark-Simulacrum:fix-sign, r...
2018-12-12 Felix S. Klock IIIncrease required version for crates.io `libc` to get...
2018-12-12 ljedrzspecialize: remove Boxes used by Children::insert
2018-12-12 borsAuto merge of #56092 - alexcrichton:no-more-std-subodul...
2018-12-12 borsAuto merge of #56039 - ljedrz:sorted_map_upgrades,...
2018-12-12 borsAuto merge of #56010 - euclio:intra-doc-spans, r=QuietM...
2018-12-12 Nicholas NethercoteRemove some env vars for rustdoc invocations.
2018-12-12 Alex Crichtonstd: Depend directly on crates.io crates
2018-12-12 Mark RousskovFix gpg signing in manifest builder
2018-12-11 Nicholas NethercoteReplace `FileSearch::for_each_lib_search_path` with...
2018-12-11 Nicholas NethercoteAvoid regenerating the `Vec<PathBuf>` in `FileSearch...
2018-12-11 Nicholas NethercoteIntroduce `SearchPath` and replace `SearchPaths` with...
2018-12-11 Nicholas NethercoteRemove `Session::sysroot()`.
2018-12-11 Nicholas NethercoteAvoid a useless `FxHashSet::insert` in `FileSearch...
2018-12-11 Nicholas NethercoteUse a `newtype_index!` within `Symbol`.
2018-12-11 Guillaume GomezRemove unneeded extra chars to reduce search-index...
2018-12-11 Michael HowellUse iterators instead of raw offsets in Windows argumen...
2018-12-11 borsAuto merge of #53497 - fukatani:test-debuginfo-function...
2018-12-11 borsAuto merge of #56243 - RalfJung:test-deterministic...
2018-12-11 UnknownAdd function call test, Update gdb and test docker...
2018-12-11 varkorFix irrefutable matches on integer ranges
2018-12-11 Ralf Junguse an enum instead of bool
2018-12-11 Oliver SchererProperly stage new feature gates
2018-12-11 Oliver SchererRemove some dead code from `sgx`
2018-12-11 Oliver SchererRemove unnecessary feature gates from const fns
2018-12-11 borsAuto merge of #56703 - alexcrichton:fix-tools, r=Mark...
2018-12-11 Mark RousskovBuild manifest tool on mingw-check builder
2018-12-11 Alex CrichtonFix build of the `build-manifest` tool
2018-12-11 Wesley Wiser[self-profiler] Add column for percent of total time
2018-12-11 borsAuto merge of #56627 - alexcrichton:update-cargo, r...
2018-12-11 Andy Russellfix intra-link resolution spans in block comments
2018-12-11 Michael HowellFix iterator nits
2018-12-10 Michael HowellFix nit
2018-12-10 Michael HowellFix nits
2018-12-10 Alex CrichtonUpdate Cargo submodule and its dependencies
2018-12-10 borsAuto merge of #56688 - GuillaumeGomez:rollup, r=Guillau...
2018-12-10 Michael HowellFix poorly-transcribed test case
2018-12-10 Guillaume GomezRollup merge of #56661 - aelred:issue-55846, r=Mark...
2018-12-10 Guillaume GomezRollup merge of #56656 - BeatButton:liballoc_string_typ...
2018-12-10 Guillaume GomezRollup merge of #56641 - GuillaumeGomez:span-trait...
2018-12-10 Guillaume GomezRollup merge of #56633 - GuillaumeGomez:fix-right-arrow...
2018-12-10 Guillaume GomezRollup merge of #56491 - euclio:assert-error, r=estebank
2018-12-10 Michael HowellFix nitpicks
2018-12-10 Michael HowellRemove dependency on shell32.dll #56510
2018-12-10 borsAuto merge of #56666 - Xanewok:rustfmt, r=kennytm
2018-12-10 ljedrzsorted_map: add contains_key function
2018-12-10 ljedrzsorted_map: readability/whitespace fixes
2018-12-10 ljedrzsorted_map: add is_empty
2018-12-10 ljedrzsorted_map: make the impls of Index and get match ones...
2018-12-10 ljedrzsorted_map: change From<Iterator<I>> to FromIterator<I>
2018-12-10 borsAuto merge of #56157 - RalfJung:park, r=nagisa
2018-12-10 borsAuto merge of #56624 - RalfJung:miri, r=oli-obk
next