]> git.lizzy.rs Git - rust.git/history - src
Add overflow tests for next_power_of_two
[rust.git] / src /
2017-11-04 Scott McMurrayAdd overflow tests for next_power_of_two
2017-11-04 Scott McMurrayFix #18604: next_power_of_two should panic on overflow
2017-11-03 borsAuto merge of #45247 - leodasvacas:implement-auto-trait...
2017-11-03 leonardo.yvensFix unsafe auto trait pretty print.
2017-11-03 leonardo.yvensUpdate pretty test for auto trait syntax.
2017-11-03 leonardo.yvensrustfmt is broken which makes rls broken
2017-11-03 leonardo.yvensfix rebase conflict
2017-11-03 leonardo.yvensRename `trait_has_auto_impl` to `trait_is_auto`
2017-11-03 leonardo.yvensupdate unstable book and error example
2017-11-03 leonardo.yvensParse auto traits the same as traits.
2017-11-03 leonardo.yvensFix tests and rebase conflict
2017-11-03 leonardo.yvensauto trait future compatibility lint
2017-11-03 leonardo.yvensFinish DefaultImpl -> AutoImpl rename.
2017-11-03 leonardo.yvensAdd tests for `auto trait`, fix parsing bug
2017-11-03 leonardo.yvensFeature gate `auto trait` and ignore it in rustdoc
2017-11-03 leonardo.yvensTeach typeck about `auto trait`
2017-11-03 leonardo.yvensadd `auto` keyword, parse `auto trait`, lower to HIR
2017-11-03 leonardo.yvens[Syntax Breaking] Rename DefaultImpl to AutoImpl
2017-11-03 borsAuto merge of #45569 - zackmdavis:unexported_pub_lint...
2017-11-03 borsAuto merge of #45734 - kennytm:ci-fix-centos-broken...
2017-11-03 kennytmFix broken link in `build-powerpc64le-toolchain.sh`
2017-11-03 Zack M. Davisunreachable-pub lint for `pub` items not reachable...
2017-11-03 borsAuto merge of #45484 - oli-obk:lint_names, r=nikomatsakis
2017-11-02 borsAuto merge of #45409 - tamird:suggest-match-default...
2017-11-02 borsAuto merge of #45647 - nrc:rls-bugs, r=eddyb
2017-11-02 Oliver SchneiderMake the difference between lint codes and error codes...
2017-11-02 Oliver SchneiderReport lint names in json diagnostics
2017-11-02 borsAuto merge of #45630 - joshleeb:iss35241, r=estebank
2017-11-02 borsAuto merge of #45468 - Xanewok:crate-source, r=nrc
2017-11-02 borsAuto merge of #45306 - whitequark:ref_slice, r=alexcrichton
2017-11-01 whitequarkDe-stabilize core::slice::{from_ref, from_ref_mut}.
2017-11-01 borsAuto merge of #45538 - nikomatsakis:nll-liveness, r...
2017-11-01 borsAuto merge of #45472 - michaelwoerister:incr-comp-cachi...
2017-11-01 borsAuto merge of #45435 - eddyb:binop-subtype-lhs, r=nikom...
2017-11-01 borsAuto merge of #45674 - kennytm:rollup, r=kennytm
2017-11-01 kennytmRollup merge of #45671 - est31:master, r=alexcrichton
2017-11-01 kennytmRollup merge of #45664 - mbrubeck:docs, r=estebank
2017-11-01 kennytmRollup merge of #45660 - Cldfire:suggest-rename-import...
2017-11-01 kennytmRollup merge of #45652 - malbarbo:x32-2, r=alexcrichton
2017-11-01 kennytmRollup merge of #45650 - michaelwoerister:per-crate...
2017-11-01 kennytmRollup merge of #45649 - tbu-:pr_doc_bufread_eof, r...
2017-11-01 kennytmRollup merge of #45648 - tbu-:pr_doc_unix_ext, r=estebank
2017-11-01 kennytmRollup merge of #45646 - sinkuu:dead-code-alias-in...
2017-11-01 kennytmRollup merge of #45644 - zackmdavis:edit_disallowed_inn...
2017-11-01 kennytmRollup merge of #45624 - glaubitz:bootstrap-sparc64...
2017-11-01 kennytmRollup merge of #45619 - mneumann:fix-bootstrap-dragonf...
2017-11-01 kennytmRollup merge of #45602 - petrochenkov:ospan, r=michaelw...
2017-11-01 kennytmRollup merge of #45579 - leodasvacas:document-that...
2017-11-01 kennytmRollup merge of #45450 - GuillaumeGomez:overlap-link...
2017-11-01 borsAuto merge of #45267 - oconnor663:rwlock_send, r=alexcr...
2017-11-01 borsAuto merge of #45187 - GuillaumeGomez:doc-ui-improvemen...
2017-10-31 Igor MatuszewskiUpdate rls so it compiles with #45468
2017-10-31 CldfireAdd UI test
2017-10-31 Josh Leeb-du ToitImprove display of error E0308 for structs
2017-10-31 borsAuto merge of #44764 - nvzqz:master, r=alexcrichton
2017-10-31 est31Also support macro generated atomic types
2017-10-31 est31Tidy: track rustc_const_unstable feature gates as well
2017-10-31 Matt BrubeckFix incorrect error type in Read::byte docs
2017-10-31 John Paul Adrian... bootstrap: Add missing cputype matching for sparc64
2017-10-31 Niko Matsakispatch mir-opt reference files
2017-10-31 CldfireSuggest renaming import if names clash
2017-10-31 Niko Matsakisrewrite `write_mir_fn_graphviz` to cope with non-global tcx
2017-10-31 Niko Matsakistreat -Znll as implying -Zborrowck-mir
2017-10-31 Niko Matsakisruntest: fix mir directory and delete outdated MIR...
2017-10-31 Niko Matsakisremove the NLL pass (it is now invoked by mir borrowck)
2017-10-31 Niko MatsakisWIP patch `compile-fail/nll/region-ends-after-if-condit...
2017-10-31 Niko Matsakischange region display to `'_#Nr`, update the `newtype_i...
2017-10-31 Niko Matsakisconnect MIR borrowck with NLL
2017-10-31 Niko Matsakismake the dataflow / mir-borrowck types carry a `'tcx...
2017-10-31 Niko Matsakistest "needs drop" on region-erased, lifted types
2017-10-31 Niko Matsakisreorder 'gcx and 'tcx in `BorrowckErrors` impl
2017-10-31 Niko Matsakismake `closure_self_ty` invokable with `'gcx` and `...
2017-10-31 Niko Matsakismake `MirSource::from_local_def_id` invokable with...
2017-10-31 Niko Matsakismake nll separately invokable
2017-10-31 Santiago Pastorinoadd basic region subtyping inference
2017-10-31 Santiago Pastorinoadd reborrow constraints
2017-10-31 Niko Matsakismake end-point optional in the borrow check
2017-10-31 Niko Matsakisfactor out NLL invocation interface
2017-10-31 Niko Matsakisupdate the format of liveness debug dumps to be more...
2017-10-31 Niko Matsakisadd subregion between borrow region and resulting reference
2017-10-31 Niko Matsakispreliminary support for may-dangle attribute and drop...
2017-10-31 Niko Matsakisextend liveness to distinguish "drop" and "non-drop...
2017-10-31 Niko Matsakisreorder liveness to bring the more significant code...
2017-10-31 Niko Matsakisavoid unnecessary copies in liveness computation
2017-10-31 Niko Matsakisintroduce liveness constraints into NLL code
2017-10-31 Niko Matsakisadd helper `for_each_free_region` that iterates over...
2017-10-31 Niko Matsakisextend liveness to compute intrablock liveness and...
2017-10-31 Niko Matsakisintroduce `apply` helper that applies a DefUse set...
2017-10-31 Niko Matsakisextend `dump_mir` to work for any tcx, not just global tcx
2017-10-31 Niko Matsakisrename `BlockInfo` and `BlockInfoVisitor` to `DefsUses`
2017-10-31 Niko Matsakisfactor out `pre_defs` field by going backwards
2017-10-31 Niko Matsakisadd a test for the subtle case around calls
2017-10-31 Niko Matsakisexecute liveness, write a simple test
2017-10-31 Eduard-Mihai Burtescurustc_typeck: use subtyping on the LHS of binops.
2017-10-31 borsAuto merge of #45655 - alexcrichton:mips-less-cgus...
2017-10-31 Alex Crichtonrustbuild: Don't build with ThinLTO on MIPS
2017-10-31 Marco A L BarbosaFix NR_GETRANDOM for linux x32
2017-10-31 Marco A L BarbosaBump libc to 0.2.33
2017-10-31 Michael WoeristerAdd regression test for symbol visibility when compilin...
2017-10-31 Michael WoeristerTake crate-type into account when computing symbol...
next