]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2018-06-06 John Kåre AlsakerReduce the amount of unsafe code and mark handle_deadlo...
2018-06-06 John Kåre AlsakerAdd comments
2018-06-06 John Kåre AlsakerMake QueryWaiter use safe code
2018-06-06 John Kåre AlsakerCreate thread-pool
2018-06-06 John Kåre AlsakerAdd comments and misc changes
2018-06-06 John Kåre AlsakerUse raw pointers
2018-06-06 John Kåre AlsakerAdd and use OnDrop::disable
2018-06-06 John Kåre AlsakerUse try_lock in collect_active_jobs
2018-06-06 John Kåre AlsakerUpdate Rayon version
2018-06-06 John Kåre AlsakerMake queries block and handle query cycles
2018-06-06 borsAuto merge of #50844 - bjorn3:adhoc_compiller_calls...
2018-06-05 bjorn3Add comment
2018-06-05 bjorn3Impl CompilerCalls for CompileController instead of...
2018-06-05 bjorn3Add AdHocCalls and pass self to build_controller as...
2018-06-05 borsAuto merge of #51369 - Mark-Simulacrum:rollup, r=Mark...
2018-06-05 Mark SimulacrumRollup merge of #51358 - barzamin:tests-39963, r=oli-obk
2018-06-05 Mark SimulacrumRollup merge of #51343 - glaubitz:sparc64-tests, r...
2018-06-05 Mark SimulacrumRollup merge of #51308 - fanzier:const-prop-array-bound...
2018-06-05 Mark SimulacrumRollup merge of #51256 - GuillaumeGomez:fix-rustdoc...
2018-06-05 Mark SimulacrumRollup merge of #51255 - avdv:patch-1, r=kennytm
2018-06-05 Mark SimulacrumRollup merge of #51183 - teiesti:rustdoc-book-terminati...
2018-06-05 Mark SimulacrumRollup merge of #50852 - mandeep:fix-rustdoc-example...
2018-06-05 borsAuto merge of #51246 - vakaras:select_polonius_algo_via...
2018-06-05 Tobias StolzmannImprove wording
2018-06-05 Tobias StolzmannUpdate rustdoc book to suggest using Termination trait...
2018-06-05 borsAuto merge of #51140 - GuillaumeGomez:doc-keyword,...
2018-06-05 Fabian ZaiserFix tests
2018-06-05 Fabian ZaiserFix tidy
2018-06-05 Fabian ZaiserPropagate uses of constants correctly so that array...
2018-06-05 borsAuto merge of #51324 - oli-obk:debug_overflow, r=estebank
2018-06-05 borsAuto merge of #51242 - ytausky:mut-ref, r=estebank
2018-06-04 Erin Moontests that #39963 is fixed on MIR borrowck
2018-06-04 borsAuto merge of #51307 - oli-obk:miri_fixes, r=eddyb
2018-06-04 John Paul Adrian... test: Ignore some problematic tests on sparc and sparc64
2018-06-04 Guillaume GomezFix crate-name option in rustdoc
2018-06-04 Guillaume GomezUpdate rustdoc-js
2018-06-04 borsAuto merge of #51340 - Amanieu:hashmap_layout2, r=Simon...
2018-06-04 Amanieu d'AntrasOptimize layout calculations in HashMap
2018-06-04 Oliver SchneiderSimplify value field access
2018-06-04 borsAuto merge of #51328 - oli-obk:no_union_promotion,...
2018-06-04 Guillaume GomezAdd missing ui tests
2018-06-04 Guillaume GomezAdd even more tests
2018-06-04 Guillaume GomezPut doc keyword behind feature flag
2018-06-04 Guillaume GomezRemove useless function call for keyword generation...
2018-06-04 Guillaume GomezFew improvements
2018-06-04 Guillaume GomezAdd doc keyword support
2018-06-04 Guillaume Gomezslightly improve rustdoc xml path error
2018-06-04 borsAuto merge of #51151 - sdroege:exact-chunks-docs-order...
2018-06-04 Claudio BleyClarify error phrase in `sub_instant` function
2018-06-04 Sebastian DrögeMove slice::exact_chunks directly above exact_chunks_mu...
2018-06-04 borsAuto merge of #51334 - Mark-Simulacrum:rollup, r=Mark...
2018-06-04 Mark SimulacrumRollup merge of #51329 - kennytm:trans-left-over, r...
2018-06-04 Mark SimulacrumRollup merge of #51326 - sdroege:slice-iter-cleanup...
2018-06-04 Mark SimulacrumRollup merge of #51323 - nikic:switch-int-lowering...
2018-06-04 Mark SimulacrumRollup merge of #51317 - oli-obk:incremental_all_the_wa...
2018-06-04 Mark SimulacrumRollup merge of #51299 - faern:const-int-ops, r=oli-obk
2018-06-04 Mark SimulacrumRollup merge of #51288 - Mark-Simulacrum:delete-is...
2018-06-03 borsAuto merge of #51111 - kennytm:intralink-resolution...
2018-06-03 borsAuto merge of #50338 - japaric:panic-impl, r=alexcrichton
2018-06-03 Jorge Aparicioturn run-make test into a run-make-fulldeps test
2018-06-03 Oliver SchneiderDeduplicate and fix a test
2018-06-03 Mark SimulacrumRemove is_import field
2018-06-03 borsAuto merge of #50904 - collin5:b50509, r=Mark-Simulacrum
2018-06-03 kennytmRemove the unused `-Z trans-time-graph` flag.
2018-06-03 Oliver SchneiderDo not promote union field accesses
2018-06-03 Collins Abitekanizaimpl is_tool on Mode enum
2018-06-03 Sebastian DrögeImplement TrustedLen for Windows and the 4 Chunks iterators
2018-06-03 Sebastian DrögeRemove mention of Slice/SliceMut traits from IterMut...
2018-06-03 Sebastian DrögeMove TrustedLen and FusedIterator impl of Iter/IterMut...
2018-06-03 borsAuto merge of #51325 - japaric:miri-up, r=TimNN
2018-06-03 Jorge Aparicioupdate the miri submodule to master
2018-06-03 Jorge Aparicioupdate the miri submodule
2018-06-03 Jorge Apariciofix tidy error
2018-06-03 Jorge Aparicioadd more tests
2018-06-03 Jorge Aparicioreject `fn panic_impl<T>(_: &PanicInfo) -> !`
2018-06-03 Jorge Aparicioremove #[unwind(allowed)]
2018-06-03 Jorge Apariciofix after rebase
2018-06-03 Jorge Aparicioundo payload in core::panic! changes
2018-06-03 Jorge Apariciodocument that `panic_impl` never passes the FFI boundary
2018-06-03 Jorge Aparicioremove unused `struct NoPayload`
2018-06-03 Jorge Aparicioformat payload if possible instead of returning "Box...
2018-06-03 Jorge Aparicios/panic_fmt/panic_impl/g in docs
2018-06-03 Jorge Aparicioimplement #[panic_implementation]
2018-06-03 kennytmShow which line the link is coming from.
2018-06-03 Oliver SchneiderAlso prevent overflow in debug builds
2018-06-03 Linus FärnstrandIgnore i128 test on asmjs
2018-06-03 kennytmPoint to the rustdoc attribute where intralink resoluti...
2018-06-03 Oliver Schneidercommand line args trump config.toml settings
2018-06-03 borsAuto merge of #51319 - Mark-Simulacrum:rollup, r=Mark...
2018-06-03 Collins Abitekanizarefactor mode to ToolRustc for Rls & Rustfmt
2018-06-03 Collins Abitekanizathread tool modes through
2018-06-03 Collins Abitekanizarefactor, make requested changes
2018-06-03 Collins Abitekanizarefactor Mode enum
2018-06-03 Mark SimulacrumRollup merge of #51313 - euclio:variant-name-suggestion...
2018-06-03 Mark SimulacrumRollup merge of #51312 - frewsxcv:clarify-hash-map...
2018-06-03 Mark SimulacrumRollup merge of #51306 - kennytm:impl-default-for-mut...
2018-06-03 Mark SimulacrumRollup merge of #51297 - GuillaumeGomez:fix-run-but...
2018-06-03 Mark SimulacrumRollup merge of #51226 - gnzlbg:nonzero_align, r=SimonSapin
2018-06-03 Mark SimulacrumRollup merge of #51143 - Mark-Simulacrum:issue-50826...
2018-06-03 Linus FärnstrandPass literal through black_box
next