]> git.lizzy.rs Git - rust.git/history - src
Autoderef when suggesting to call `(self.field)`
[rust.git] / src /
2016-04-03 Jonas SchievinkAutoderef when suggesting to call `(self.field)`
2016-04-03 borsAuto merge of #32210 - Aatch:mir-traversal, r=nikomatsakis
2016-04-03 borsAuto merge of #32168 - alexcrichton:fix-filecheck,...
2016-04-03 borsAuto merge of #32579 - michaelwoerister:stable-symbol...
2016-04-03 Michael WoeristerAdd run-make test for stable symbol-name generation.
2016-04-03 James MillerUse a BitVector instead of Vec<bool> for recording...
2016-04-03 borsAuto merge of #32633 - frewsxcv:map-values-mut, r=alexc...
2016-04-02 borsAuto merge of #32667 - dotdash:def_dec, r=nagisa
2016-04-02 borsAuto merge of #32598 - alexcrichton:rustbuild-osx,...
2016-04-02 borsAuto merge of #32562 - ben0x539:bug-macro, r=nikomatsakis
2016-04-02 borsAuto merge of #32549 - respeccing:rust_backtrace_disabl...
2016-04-02 borsAuto merge of #32334 - tbu-:pr_ipv6_octets, r=aturon
2016-04-02 borsAuto merge of #32666 - Manishearth:rollup, r=Manishearth
2016-04-01 Corey FarwellImplement `values_mut` on `BTreeMap`.
2016-04-01 Corey FarwellImplement `values_mut` on `HashMap`.
2016-04-01 Manish GoregaokarRollup merge of #32656 - tbu-:pr_ty_outdated_comment...
2016-04-01 Manish GoregaokarRollup merge of #32654 - tbu-:pr_doc_joinhandleext...
2016-04-01 Manish GoregaokarRollup merge of #32652 - VFLashM:refcell_ref_coercion...
2016-04-01 borsAuto merge of #32544 - alexcrichton:rustbuild-dist...
2016-04-01 Michael WoeristerFix typo in TxCtxt::crate_disambiguator().
2016-04-01 Alex Crichtonrustbuild: Fix dist for non-host targets
2016-04-01 Björn SteinbrinkStop accepting declarations when looking for definitions
2016-04-01 Manish GoregaokarRollup merge of #32645 - asomers:master, r=alexcrichton
2016-04-01 Manish GoregaokarRollup merge of #32642 - Amanieu:doc_fixes, r=apasel422
2016-04-01 Manish GoregaokarRollup merge of #32641 - tbu-:pr_e0277, r=pnkfelix
2016-04-01 Manish GoregaokarRollup merge of #32640 - jseyfried:remove_println,...
2016-04-01 Manish GoregaokarRollup merge of #32629 - mbrubeck:nomicon-version,...
2016-04-01 Manish GoregaokarRollup merge of #32622 - tyoc213:rust-beginners, r...
2016-04-01 borsAuto merge of #32643 - Amanieu:arc_compare_exchange...
2016-04-01 borsAuto merge of #32635 - gereeter:hashmap-iter-variance...
2016-04-01 borsAuto merge of #32586 - seanmonstar:speialize-to-string...
2016-04-01 borsAuto merge of #32550 - tbu-:pr_ref_cell_as_unsafe_cell...
2016-03-31 borsAuto merge of #32506 - petrochenkov:use, r=Manishearth
2016-03-31 Emanuel Cziraiallow RUST_BACKTRACE=0 to act as if unset
2016-03-31 Benjamin Herrlibrustc: excise Session's now-unused bug methods
2016-03-31 Benjamin Herrlibrustc_const_eval: use bug!(), span_bug!()
2016-03-31 Benjamin Herrlibrustc_trans: use bug!(), span_bug!()
2016-03-31 Benjamin Herrlibrustc_typeck: use bug!(), span_bug!()
2016-03-31 Benjamin Herrlibrustc_save_analysis: remove duplicate macro def
2016-03-31 Benjamin Herrlibrustc_save_analysis: use bug!(), span_bug!()
2016-03-31 Benjamin Herrlibrustc_resolve: use bug!(), span_bug!()
2016-03-31 Benjamin Herrlibrustc_privacy: use bug!(), span_bug!()
2016-03-31 Benjamin Herrlibrustc_passes: use bug!(), span_bug!()
2016-03-31 Benjamin Herrlibrustc_metadata: use bug!(), span_bug!()
2016-03-31 Benjamin Herrlibrustc_mir: use bug!(), span_bug!()
2016-03-31 Benjamin Herrlibrustc_lint: use bug!(), span_bug!()
2016-03-31 Benjamin Herrlibrustc_borrowck: use bug!(), span_bug!()
2016-03-31 Benjamin Herrlibrustc: replace panic!() with bug!()
2016-03-31 Benjamin Herrlibrustc: replace unimplemented!() with bug!()
2016-03-31 Benjamin Herrlibrustc: replace unreachable! with bug!()
2016-03-31 Benjamin Herrlibrustc: replace span_bug calls with span_bug!()
2016-03-31 Benjamin Herrlibrustc: replace tcx.sess.bug calls with bug!()
2016-03-31 Benjamin Herrlibrustc: add {span_,}bug! macros
2016-03-31 Tobias BucherRemove incorrect comment about `PartialEq` implementation
2016-03-31 Tobias BucherFix a typo in the doc comment of `std::os::unix::thread...
2016-03-31 borsAuto merge of #31938 - jseyfried:autoderef_privacy...
2016-03-31 Валерий Лашмановadded missing refcell ref/refmut coercions to unsized
2016-03-31 Amanieu d'AntrasChange Arc to use compare_exchange instead of compare_a...
2016-03-31 Amanieu d'AntrasFix formatting in the documentation for AtomicIsize...
2016-03-31 Tobias BucherImprove E0277 error message in a generic context
2016-03-31 David AO LozanoUsing only one Mibbit link for access the two channels
2016-03-31 David AO LozanoAdding #rust-beginners to README and pointing the two...
2016-03-31 David AO LozanoMisspelled beginners in one place
2016-03-31 David AO LozanoBook: in beginner guide change irc channel #rust →...
2016-03-31 Vadim Petrochenkovsyntax: Extra diagnostics for `_` used in an identifier...
2016-03-31 Jeffrey SeyfriedRemove accidental `println!`
2016-03-31 borsAuto merge of #32439 - jseyfried:visible_suggestions...
2016-03-31 Jonathan STest that HashMap, HashSet, and their iterators are...
2016-03-31 Jonathan SFix the variances of HashMap and HashSet iterators
2016-03-31 Jonathan SMake HashMap's RawBucket covariant
2016-03-31 Alan SomersRegister new FreeBSD snapshot
2016-03-31 James MillerTurn break critical edges into a MIR pass
2016-03-30 Matt BrubeckUpdate Rust version in the Rustonomicon Vec chapter
2016-03-30 borsAuto merge of #32628 - Manishearth:rollup, r=Manishearth
2016-03-30 Manish GoregaokarRollup merge of #32618 - ProgVal:patch-1, r=steveklabnik
2016-03-30 Manish GoregaokarRollup merge of #32612 - frewsxcv:unnecessary-coercions...
2016-03-30 Manish GoregaokarRollup merge of #32494 - pnkfelix:gate-parser-recovery...
2016-03-30 Manish GoregaokarRollup merge of #32259 - oli-obk:move_const_eval, r...
2016-03-30 Jeffrey SeyfriedFix fallout in tests
2016-03-30 Jeffrey SeyfriedAdd method `visible_item_path` to `CStore`
2016-03-30 Jeffrey SeyfriedImprove tests
2016-03-30 Vadim Petrochenkovprivacy: Cleanup check_field
2016-03-30 Jeffrey SeyfriedClean up the privacy visitor
2016-03-30 Jeffrey SeyfriedAdd tests for #12808 and #22684
2016-03-30 Jeffrey SeyfriedFix fallout in tests
2016-03-30 Jeffrey SeyfriedAutoderef privacy for methods
2016-03-30 Jeffrey SeyfriedAutoderef privacy for fields
2016-03-30 Felix S. Klock IIfix compile-fail and parse-fail tests by blindly opting...
2016-03-30 Felix S. Klock IIPut in `-Z continue-parse-after-error`
2016-03-30 borsAuto merge of #32621 - steveklabnik:rollup, r=steveklabnik
2016-03-30 Sean McArthurspecialize ToString for str
2016-03-30 Valentin LorentzBook: Fix phrasing: “an associated type” → “a trait...
2016-03-30 Steve KlabnikRollup merge of #32608 - tshepang:grammar, r=aturon
2016-03-30 Steve KlabnikRollup merge of #32607 - tshepang:we-gots-intoiterator...
2016-03-30 Steve KlabnikRollup merge of #32606 - tshepang:typo, r=bluss
2016-03-30 Steve KlabnikRollup merge of #32605 - tshepang:not-needed, r=Manishearth
2016-03-30 Steve KlabnikRollup merge of #32603 - tshepang:capitalise, r=bluss
2016-03-30 Steve KlabnikRollup merge of #32591 - CryZe:patch-1, r=steveklabnik
2016-03-30 Steve KlabnikRollup merge of #32580 - durka:patch-17, r=steveklabnik
2016-03-30 Corey FarwellRemove no longer necessary coercions to fn pointer...
next