]> git.lizzy.rs Git - rust.git/history - src
Fix lists in doc comments for ascii methods of u8 and char
[rust.git] / src /
2017-11-03 Lukas KalbertodtFix lists in doc comments for ascii methods of u8 and...
2017-11-03 Lukas KalbertodtAdd missing space in match arm
2017-11-03 Lukas KalbertodtTweak documentation for `u8::eq_ignore_ascii_case()`
2017-11-03 Lukas KalbertodtRemove examples in doc-comments of `AsciiExt` methods
2017-11-03 Lukas KalbertodtUse direct implementation on u8/char to implement AsciiExt
2017-11-03 Lukas KalbertodtCopy `AsciiExt` methods to `char` directly
2017-11-03 Lukas KalbertodtRevert signature of eq_ignore_ascii_case() to original
2017-11-03 Lukas KalbertodtMake ascii methods on u8 insta-stable
2017-11-03 Lukas KalbertodtAdd all methods of AsciiExt to u8 directly
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 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...
2017-10-31 Tobias BucherAdd a hint what `BufRead` functions do on EOF
2017-10-31 Tobias BucherUpdate doc comment for the Unix extension module
2017-10-31 Nick Cameronsave-analysis: support unions
2017-10-31 borsAuto merge of #45551 - michaelwoerister:fix-hir-depnode...
2017-10-31 sinkuuCount type aliases in patterns
2017-10-31 borsAuto merge of #45550 - kennytm:update-xsv, r=BurntSushi
2017-10-31 Zack M. Davisedit and fix bad spacing of inner-attribute-not-allowed...
2017-10-30 Tamir Dubersteintypeck: suggest use of match_default_bindings feature
2017-10-30 borsAuto merge of #45497 - mikhail-m1:dump-mir-graphviz...
2017-10-30 Niko Matsakistweak the description
2017-10-30 borsAuto merge of #45626 - wesleywiser:doc_update_1, r...
next