]> git.lizzy.rs Git - rust.git/history - src
edit E0453 long explanation for style, clarity, and citizenship
[rust.git] / src /
2016-06-13 Zack M. Davisedit E0453 long explanation for style, clarity, and...
2016-06-12 Zack M. Davisadd long explanation for E0453, lint attribute overrule...
2016-06-12 borsAuto merge of #34045 - ollie27:rustdoc_stripped, r...
2016-06-12 borsAuto merge of #34161 - kennytm:fix-E0277-format, r...
2016-06-12 kennytmFix markdown formatting error of E0277, E0284, E0310...
2016-06-12 borsAuto merge of #34238 - jpreiss:master, r=steveklabnik
2016-06-12 James Alan Preisstypo fix in loops.md
2016-06-12 James Alan Preissfix typo in primitive-types section on slices
2016-06-12 borsAuto merge of #34132 - AtheMathmo:no-stdlib, r=steveklabnik
2016-06-11 borsAuto merge of #34201 - sanxiyn:check-error-index, r...
2016-06-11 borsAuto merge of #34153 - apasel422:btree, r=alexcrichton
2016-06-11 borsAuto merge of #34211 - srinivasreddy:rf_libstd_coll...
2016-06-11 borsAuto merge of #34208 - shepmaster:llvm-3.7-linking...
2016-06-11 borsAuto merge of #34002 - jseyfried:strip_tests_in_cfg...
2016-06-11 Jeffrey SeyfriedRefactor away the `CfgFolder` trait.
2016-06-11 Jeffrey SeyfriedForbid `#[test]` attributes on non-optional expressions.
2016-06-11 Jeffrey SeyfriedStrip `#[test]` nodes during `cfg` processing on non...
2016-06-11 borsAuto merge of #34174 - shepmaster:16-bit-mir, r=Aatch
2016-06-10 borsAuto merge of #34172 - jseyfried:avoid_configuring_inte...
2016-06-10 Srinivas Reddy Tha... run rustfmt on libstd/collections/hash folder
2016-06-10 Jake GouldingAll intrinsics are available in all supported LLVM...
2016-06-10 Jake GouldingRemove linking with AR
2016-06-10 Andrew PaseltinerUpdate tracking issue for `{BTreeMap, BTreeSet}::{appen...
2016-06-10 borsAuto merge of #34199 - jseyfried:visit_all_attrs, r=nrc
2016-06-10 Jake GouldingAllow truncating constants to 16-bit u/isize
2016-06-10 borsAuto merge of #34200 - sanxiyn:rollup, r=sanxiyn
2016-06-10 Seo SanghyeonRollup merge of #34185 - tshepang:shorten-paragraph...
2016-06-10 Seo SanghyeonRollup merge of #34184 - euclio:patch-1, r=steveklabnik
2016-06-10 Seo SanghyeonRollup merge of #34175 - rwz:patch-2, r=alexcrichton
2016-06-10 Seo SanghyeonRollup merge of #34165 - ollie27:docs_char_case, r...
2016-06-10 Seo SanghyeonRollup merge of #34160 - hoodie:bug/GoT_References...
2016-06-10 Seo SanghyeonRollup merge of #34159 - seventh-chord:master, r=alexcr...
2016-06-10 Seo SanghyeonRollup merge of #34148 - srinivasreddy:bitflags_rustfmt...
2016-06-10 Seo SanghyeonRollup merge of #34146 - srinivasreddy:libflate_rustfmt...
2016-06-10 Seo SanghyeonRollup merge of #34145 - matklad:any-docs, r=steveklabnik
2016-06-10 Seo SanghyeonRollup merge of #34136 - imjacobclark:ice-test-case...
2016-06-10 Seo SanghyeonRollup merge of #34129 - jviide:from-string-box-error...
2016-06-10 Seo SanghyeonRollup merge of #34088 - srinivasreddy:rustfmt_map...
2016-06-10 borsAuto merge of #34178 - shepmaster:llvm-3.7-and-up,...
2016-06-10 Jeffrey SeyfriedCheck that custom attributes are disallowed on statemen...
2016-06-10 Jeffrey SeyfriedVisit statement and expression attributes
2016-06-10 borsAuto merge of #34086 - srinivasreddy:rustfmt_liballoc_j...
2016-06-10 borsAuto merge of #34046 - Vtec234:fix-atomic-doc, r=stevek...
2016-06-10 borsAuto merge of #34173 - srinivasreddy:rm_redundant,...
2016-06-09 borsAuto merge of #34095 - petrochenkov:pathir2, r=jseyfried
2016-06-09 Vadim PetrochenkovAddress review comments + fix rebase
2016-06-09 Ariel Ben-Yehudamake all pattern bindings with the same name resolve...
2016-06-09 Vadim PetrochenkovAdd tests
2016-06-09 Vadim PetrochenkovIntroduce TyCtxt::expect_def/expect_resolution helpers...
2016-06-09 Vadim PetrochenkovMove the hack with fake partial resolution for <A>...
2016-06-09 Vadim Petrochenkovresolve: Rewrite resolve_pattern
2016-06-09 Tshepang Lekhonkhobedoc: intro should be 1 sentence
2016-06-09 Jake GouldingSupport getting the minimum 16-bit isize value
2016-06-09 Jake GouldingRemove unneeded indirection of GET_ARCHIVE
2016-06-09 Jake GouldingReflect supporting only LLVM 3.7+ in the LLVM wrappers
2016-06-09 borsAuto merge of #34149 - arielb1:remove-remove-dead-block...
2016-06-09 Ariel Ben-Yehudafix issues
2016-06-09 borsAuto merge of #33895 - AndrewBrinker:master, r=steveklabnik
2016-06-09 Ariel Ben-Yehudause the type name as the pass name
2016-06-09 Ariel Ben-Yehudarefactor simplify_cfg and split off simplify_branches
2016-06-09 Ariel Ben-Yehudaadd hook infrastructure for automatically dumping MIR...
2016-06-09 Ariel Ben-Yehudaintroduce an `unreachable` terminator
2016-06-09 Ariel Ben-Yehudaadd a cache for MIR predecessors
2016-06-09 Ariel Ben-Yehudamake the basic_blocks field private
2016-06-09 Ariel Ben-Yehudaintroduce the type-safe IdxVec and use it instead of...
2016-06-09 borsAuto merge of #34109 - pnkfelix:fix-issue-34101, r...
2016-06-09 Ariel Ben-Yehudamerge the RemoveDeadBlocks pass into the SimplifyCfg...
2016-06-09 borsAuto merge of #34108 - jseyfried:refactor_prelude_injec...
2016-06-09 borsAuto merge of #34032 - jseyfried:load_macros_in_expansi...
2016-06-09 Pavel PravosudFix BTreeMap example typo
2016-06-09 Srinivas Reddy Tha... clean up for test cases
2016-06-09 Srinivas Reddy Tha... remove redundant assert statements
2016-06-09 borsAuto merge of #32202 - arielb1:slice-patterns, r=nikoma...
2016-06-09 Jeffrey SeyfriedAdd comment and clean up `expand_annotatable`
2016-06-09 Jeffrey SeyfriedAdd regression test
2016-06-09 Jeffrey SeyfriedLoad macros from `extern crate`s during expansion.
2016-06-09 Jeffrey SeyfriedAdd regression test
2016-06-09 Jeffrey SeyfriedAvoid configuring interpolated items.
2016-06-08 borsAuto merge of #34167 - eddyb:fix-pairs-for-real, r...
2016-06-08 Ariel Ben-Yehudafix Cargo.lock
2016-06-08 Ariel Ben-Yehudause the slice_pat hack in libstd too
2016-06-08 Ariel Ben-Yehudaremove residual slice pattern junk from mem_categorization
2016-06-08 Ariel Ben-Yehudaadd an help message when using an old-style slice pattern
2016-06-08 Ariel Ben-Yehudafix tests
2016-06-08 Ariel Ben-Yehudafix stdtest
2016-06-08 Ariel Ben-Yehudafix damage in librustc
2016-06-08 Ariel Ben-Yehudaaddress review comments
2016-06-08 Ariel Ben-Yehudahandle string literals correctly in match checking
2016-06-08 Ariel Ben-Yehudawrap calls to `lvalue_ty`
2016-06-08 Ariel Ben-Yehudaimplement RFC495 semantics for slice patterns
2016-06-08 Eduard Burtescutrans: don't misuse C_nil for ZSTs other than ().
2016-06-08 Ariel Ben-Yehudafix translation of unsized types and arrays
2016-06-08 Ariel Ben-Yehudaremove the librustc_trans -> librustc_mir dependency
2016-06-08 borsAuto merge of #33989 - eddyb:mir-viz, r=nikomatsakis
2016-06-08 Oliver Middletondocs: Improve char::to_{lower,upper}case examples
2016-06-08 borsAuto merge of #34083 - alexcrichton:dumb-hack, r=nrc
2016-06-08 Hendrik SollichFixed two little Game Of Thrones References
2016-06-08 Jacob ClarkResolving line length build fail
2016-06-08 borsAuto merge of #34068 - ollie27:rustdoc_redirect_const...
2016-06-08 borsAuto merge of #34010 - jseyfried:decorate_expanded...
next