]> git.lizzy.rs Git - rust.git/history - src
Bump the bootstrap compiler
[rust.git] / src /
2019-02-17 Jonas SchievinkBump the bootstrap compiler
2019-02-17 borsAuto merge of #58416 - cuviper:dist-linux-gcc, r=alexcr...
2019-02-17 borsAuto merge of #58495 - kennytm:rollup, r=kennytm
2019-02-17 kennytmRollup merge of #58521 - sfackler:error-iter-issue...
2019-02-17 kennytmRollup merge of #58509 - phansch:add_myself_to_clippy_t...
2019-02-17 kennytmRollup merge of #58496 - nathan:doc-std-path-pathbuf...
2019-02-17 kennytmRollup merge of #58395 - vi:checked_duration_since...
2019-02-17 kennytmRollup merge of #57929 - GuillaumeGomez:rustodc-remove...
2019-02-17 kennytmRollup merge of #58489 - xfix:fix-keyword-tests-runtime...
2019-02-17 kennytmRollup merge of #58479 - saleemjaffer:test_promote_eval...
2019-02-17 borsAuto merge of #58477 - rust-lang:fix-publish-toolstate...
2019-02-16 Steven FacklerFix tracking issue for error iterators
2019-02-16 Philipp HanschNotify myself when Clippy toolstate changes
2019-02-16 kennytmRollup merge of #58468 - RalfJung:maybe-uninit-split...
2019-02-16 kennytmRollup merge of #58448 - euclio:missing-summaries,...
2019-02-16 kennytmRollup merge of #58440 - gnzlbg:v6, r=japaric
2019-02-16 kennytmRollup merge of #58438 - cuviper:posix_spawn_file_actio...
2019-02-16 kennytmRollup merge of #58433 - RalfJung:miri-mark-tests,...
2019-02-16 kennytmRollup merge of #58429 - RalfJung:box, r=TimNN
2019-02-16 kennytmRollup merge of #58359 - taiki-e:impl_snapshot_for...
2019-02-16 kennytmRollup merge of #58306 - GuillaumeGomez:crate-browser...
2019-02-16 kennytmRollup merge of #58293 - xfix:patch-16, r=Mark-Simulacrum
2019-02-16 kennytmRollup merge of #58196 - varkor:const-fn-feature-gate...
2019-02-16 kennytmRollup merge of #58074 - scottmcm:stabilize-sort_by_cac...
2019-02-16 kennytmRollup merge of #57981 - Zoxc:fix-57979, r=nikomatsakis
2019-02-15 borsAuto merge of #57880 - Zoxc:error-on-cycle, r=michaelwo...
2019-02-15 NathanFix documentation for std::path::PathBuf::pop
2019-02-15 borsAuto merge of #58406 - Disasm:rv64-support, r=nagisa
2019-02-15 Konrad BorowskiFix runtime error in generate-keyword-tests
2019-02-15 borsAuto merge of #58403 - eddyb:requalify, r=oli-obk
2019-02-15 Saleem Jaffercompile-pass test for #53606
2019-02-15 kennytmFix the syntax error in publish_toolstate.py
2019-02-15 John Kåre AlsakerRemove `stolen`
2019-02-15 John Kåre AlsakerAlways emit an error for a query cycle
2019-02-14 Ralf Jungmake Centril happy
2019-02-14 gnzlbgWhitelist the ARM v8 target-feature
2019-02-14 Ralf Jungsplit MaybeUninit into several features, expand docs...
2019-02-14 varkorAdd updated NLL tests
2019-02-14 Niko Matsakisadd .stderr file
2019-02-14 varkorFix documentation typo
2019-02-14 varkorUpdate const fn tests
2019-02-14 varkorAdd specific error for unstable const fn features
2019-02-14 Eduard-Mihai Burtescurustc_mir: compute all the qualification bits separatel...
2019-02-14 Eduard-Mihai Burtescurustc_mir: rename qualify_consts::Qualifier to ConstCx...
2019-02-14 Eduard-Mihai Burtescurustc_mir: do not treat NEEDS_DROP as unexpected in...
2019-02-14 Eduard-Mihai Burtescurustc_mir: avoid having an Option around each local...
2019-02-14 Eduard-Mihai Burtescurustc_mir: rename `Qualif::for_ty to `Qualif::any_value...
2019-02-14 Eduard-Mihai Burtescurustc_mir: remove qualify_consts::Qualif::FN_ARGUMENT.
2019-02-14 Eduard-Mihai Burtescurustc_mir: remove outdated `const fn` stability diagnostic.
2019-02-14 Eduard-Mihai Burtescurustc_mir: split qualify_consts' checking and value...
2019-02-14 Eduard-Mihai Burtescurustc_mir: split off some qualify_consts::Checker field...
2019-02-14 Eduard-Mihai Burtescurustc_mir: rename qualify_consts::Qualifier to Checker.
2019-02-14 borsAuto merge of #58455 - Centril:rollup, r=Centril
2019-02-14 Mazdak FarrokhzadRollup merge of #58449 - topecongiro:rustfmt-toolstate...
2019-02-14 Mazdak FarrokhzadRollup merge of #58407 - euclio:upper-camel-case, r...
2019-02-14 Mazdak FarrokhzadRollup merge of #58378 - alexcrichton:incremental-lto...
2019-02-14 Mazdak FarrokhzadRollup merge of #58371 - davidtwco:issue-58299, r=arielb1
2019-02-14 Mazdak FarrokhzadRollup merge of #58365 - Zoxc:task-status, r=michaelwoe...
2019-02-14 Mazdak FarrokhzadRollup merge of #58347 - matthewjasper:closure-bounds...
2019-02-14 Mazdak FarrokhzadRollup merge of #58309 - wesleywiser:add_more_profiler_...
2019-02-14 borsAuto merge of #58446 - Centril:rollup, r=Centril
2019-02-14 topecongiroNotify @topecongiro when the state of rustfmt has changed
2019-02-14 Mazdak FarrokhzadRollup merge of #58308 - gnzlbg:context_insert_intr...
2019-02-14 Mazdak FarrokhzadRollup merge of #58301 - RalfJung:fat-ptr-eq, r=oli-obk
2019-02-14 Mazdak FarrokhzadRollup merge of #58296 - estebank:hidden-suggestion...
2019-02-14 Mazdak FarrokhzadRollup merge of #58267 - estebank:match-arms, r=matthew...
2019-02-14 Mazdak FarrokhzadRollup merge of #58258 - nnethercote:shrink-hir-Expr...
2019-02-14 Mazdak FarrokhzadRollup merge of #57992 - Matthias247:waker4, r=cramertj
2019-02-14 Mazdak FarrokhzadRollup merge of #57856 - lzutao:fix-old-first-edition...
2019-02-14 Mazdak FarrokhzadRollup merge of #57451 - dlrobertson:can_use_as_ref_nit...
2019-02-14 Andy Russellmask `compiler_builtins` docs
2019-02-14 Nicholas NethercoteReduce the size of `hir::Expr`.
2019-02-13 borsAuto merge of #58432 - Centril:rollup, r=Centril
2019-02-13 gnzlbgWhitelist the ARM v6 target-feature
2019-02-13 Josh StoneUse posix_spawn_file_actions_addchdir_np when possible
2019-02-13 Matthew JasperPropagate region constraints more precisely from closures
2019-02-13 Matthew JasperBuffer and migrate nice region errors
2019-02-13 Matthew JasperAvoid propagating redundant outlives constraints from...
2019-02-13 Andy Russellspecify "upper camel case" in style lint
2019-02-13 Dan Robertsonsuggestion-diagnostics: as_ref improve snippet
2019-02-13 Ralf Jungmiri: test with slightly larger BTrees
2019-02-13 Ralf Jungreview failures in heap, slice, vec
2019-02-13 Ralf Jungreview failures in btree, string
2019-02-13 Ralf Jungreview failures in binary_heap, str, vec_deque
2019-02-13 Ralf Jungthe formatting issue got fixed
2019-02-13 Ralf Jungreview or fix remaining miri failures in libcore
2019-02-13 Mazdak FarrokhzadRollup merge of #58420 - dvdhrm:target-uefi-comments...
2019-02-13 Mazdak FarrokhzadRollup merge of #58400 - gnzlbg:fix_driver, r=oli-obk
2019-02-13 Mazdak FarrokhzadRollup merge of #58386 - Zoxc:fix-54242, r=michaelwoerister
2019-02-13 Mazdak FarrokhzadRollup merge of #58381 - davidtwco:issue-42944, r=estebank
2019-02-13 Mazdak FarrokhzadRollup merge of #58354 - matthewjasper:mir-dump-fixes...
2019-02-13 Mazdak FarrokhzadRollup merge of #58276 - varkor:missing-stability-attr...
2019-02-13 Mazdak FarrokhzadRollup merge of #58272 - fitzgen:num-format-code-size...
2019-02-13 Mazdak FarrokhzadRollup merge of #58202 - varkor:deprecated-future-exter...
2019-02-13 Mazdak FarrokhzadRollup merge of #58167 - ljedrz:HirIdify_body_id, r...
2019-02-13 Mazdak FarrokhzadRollup merge of #58110 - Centril:libpanic_unwind-2018...
2019-02-13 Mazdak Farrokhzadlibpanic_unwind => 2018: remove unused extern crate.
2019-02-13 Mazdak Farrokhzadlibpanic_unwind => 2018: fix ICEs.
2019-02-13 Mazdak Farrokhzadlibpanic_unwind => 2018
2019-02-13 Ralf Jungreview or fix miri failures in iter, slice, cell, time
next