]> git.lizzy.rs Git - rust.git/history - src
rustc: Remove def::DefUse
[rust.git] / src /
2015-12-16 Vadim Petrochenkovrustc: Remove def::DefUse
2015-12-16 borsAuto merge of #30410 - Manishearth:rollup, r=Manishearth
2015-12-16 Manish GoregaokarRollup merge of #30392 - Ms2ger:RestrictionResult,...
2015-12-16 Manish GoregaokarRollup merge of #30388 - DanielJCampbell:macro-ident...
2015-12-16 Manish GoregaokarRollup merge of #30376 - salty-horse:btree_links, r...
2015-12-16 Manish GoregaokarRollup merge of #30372 - sanxiyn:rustdoc-cfg, r=alexcri...
2015-12-16 Manish GoregaokarRollup merge of #30368 - arielb1:region-unification...
2015-12-16 Manish GoregaokarRollup merge of #30320 - nrc:err-names, r=@nikomatsakis
2015-12-16 borsAuto merge of #30300 - sanxiyn:syntax-ext, r=nikomatsakis
2015-12-16 borsAuto merge of #30206 - petrochenkov:newdepr, r=brson
2015-12-16 borsAuto merge of #30141 - oli-obk:fix/30117, r=arielb1
2015-12-15 Ms2gerStop re-exporting RestrictionResult variants.
2015-12-15 Seo SanghyeonUse --cfg when running doctests
2015-12-15 Seo SanghyeonMark libsyntax_ext unstable
2015-12-15 Seo SanghyeonFix custom deriving tests
2015-12-15 Seo SanghyeonFix expansion tests
2015-12-15 Seo SanghyeonMove built-in syntax extensions to a separate crate
2015-12-15 Daniel CampbellGenerated code spans now point to callsite parameters...
2015-12-15 borsAuto merge of #30233 - retep998:where-in-the-world...
2015-12-15 borsAuto merge of #30105 - faineance:master, r=nrc
2015-12-14 Peter AtashianOverhaul MSVC linker and Windows SDK detection code
2015-12-14 Ori AvtalionAdd links in BTreeSet docs
2015-12-14 faineance[breaking-change] move ast_util functions to methods
2015-12-14 borsAuto merge of #30328 - sanxiyn:include-type-name, r...
2015-12-14 borsAuto merge of #27937 - DiamondLovesYou:llvm-root-and...
2015-12-14 borsAuto merge of #30321 - sanxiyn:E0170, r=alexcrichton
2015-12-14 borsAuto merge of #29735 - Amanieu:asm_indirect_constraint...
2015-12-14 borsAuto merge of #30369 - jethrogb:patch-2, r=steveklabnik
2015-12-13 borsAuto merge of #30351 - tamird:remove-range-inclusive...
2015-12-13 Richard DiamondBetter support for `--llvm-root`.
2015-12-13 jethrogbMake BinaryHeap Dijkstra example return Option
2015-12-13 borsAuto merge of #30348 - shepmaster:box-any-docs, r=steve...
2015-12-13 borsAuto merge of #30343 - Seeker14491:patch-1, r=bluss
2015-12-13 borsAuto merge of #30342 - salty-horse:doc_links, r=stevekl...
2015-12-13 borsAuto merge of #30339 - Manishearth:oops-i-did-it-again...
2015-12-13 borsAuto merge of #30332 - bluss:nomicon-variance, r=gankro
2015-12-13 borsAuto merge of #30329 - salty-horse:punctuation, r=steve...
2015-12-13 borsAuto merge of #30314 - fhahn:issue-30299-missing-fields...
2015-12-13 Tamir DubersteinRemove duplicate test case
2015-12-13 Tamir Dubersteinremove deprecated APIs missed in #30182
2015-12-13 Tamir Dubersteinrestore tests accidentally removed in #30182
2015-12-13 borsAuto merge of #30324 - jseyfried:unfix_30159, r=nrc
2015-12-13 borsAuto merge of #30310 - mbrubeck:doc-vec-bounds, r=steve...
2015-12-12 borsAuto merge of #30309 - alexcrichton:more-tier-two,...
2015-12-12 borsAuto merge of #30334 - dhuseby:FreeBSD_30333, r=alexcri...
2015-12-12 Vadim PetrochenkovSupport `#[deprecated]` in rustdoc
2015-12-12 Vadim PetrochenkovAddress the review comments
2015-12-12 borsAuto merge of #30347 - rkruppe:misc-dec2flt-cleanup...
2015-12-12 Ariel Ben-Yehudafix dropck performance regression
2015-12-12 Vadim PetrochenkovImplement `#[deprecated]` attribute (RFC 1270)
2015-12-12 borsAuto merge of #30110 - oli-obk:pretty_const_trans,...
2015-12-12 borsAuto merge of #30312 - seanmonstar:ioerror-description...
2015-12-12 borsAuto merge of #30279 - Aatch:dst-ref-binding, r=pnkfelix
2015-12-12 borsAuto merge of #27929 - w00ns:issue-27889-same-field...
2015-12-12 borsAuto merge of #30242 - arielb1:region-unification,...
2015-12-12 Ulrik Sverdrupnomicon: Mention contravariance
2015-12-11 Jake GouldingCorrect reference to `Box<Any>` in `Any` docs
2015-12-11 Robin Kruppedec2flt: Remove unused macro argument
2015-12-11 Robin Kruppedec2flt: Simplify imports and module surface
2015-12-11 Robin KruppeRemove an accent in a comment
2015-12-11 Jeffrey SeyfriedPartially undo the fix of issue #30159 in PR #30294...
2015-12-11 Brian BowmanFix MIN, MAX links
2015-12-11 Ori AvtalionAdd missing links to str docs
2015-12-11 Manish GoregaokarRemove leftover debugging code (fixes #30336)
2015-12-11 Ulrik Sverdrupnomicon: Fix variance in example
2015-12-11 Ori Avtalionbook: Add missing punctuation
2015-12-11 Seo SanghyeonInclude type name in symbol for methods
2015-12-11 Matt BrubeckDocument bounds checking in the book
2015-12-11 w00nsFix for issue #27889: same field names in enum variants
2015-12-11 borsAuto merge of #30308 - tsion:typo, r=sanxiyn
2015-12-11 Seo SanghyeonDo not include generics in suggestion to qualify enum...
2015-12-11 borsAuto merge of #30265 - oli-obk:const_val_trans, r=pnkfelix
2015-12-11 Nick CameronMake name resolution errors non-fatal
2015-12-11 borsAuto merge of #30248 - petevine:master, r=brson
2015-12-11 borsAuto merge of #30294 - jseyfried:fix_shadowed_use_visib...
2015-12-11 borsAuto merge of #30307 - pnkfelix:fix-issue-26656, r...
2015-12-11 Jeffrey SeyfriedRename (Ns)ImportResolution
2015-12-11 borsAuto merge of #30301 - michaelwoerister:mir-to-metadata...
2015-12-10 Florian HahnAdd name of initializer to missing field message, close...
2015-12-10 borsAuto merge of #30148 - steveklabnik:doc_string, r=alexc...
2015-12-10 Sean McArthurstd: improve io error descriptions
2015-12-10 Steve KlabnikImprove documentation on String's methods
2015-12-10 Michael WoeristerMake MIR encodable and store it in crate metadata.
2015-12-10 Michael WoeristerAdd a MIR visitor that allows to mutate the visited...
2015-12-10 Michael WoeristerAdd visit_defid(), visit_span(), and visit_literal...
2015-12-10 Michael WoeristerMIR: Make Mir take ownership of InlineAsm values.
2015-12-10 borsAuto merge of #30303 - mitaa:htmldocck, r=brson
2015-12-10 Michael WoeristerMIR: Refactor mir::Terminator to use tuples instead...
2015-12-10 Michael WoeristerAdd TupleSlice trait to rustc_data_structures.
2015-12-10 borsAuto merge of #30182 - alexcrichton:remove-deprecated...
2015-12-10 Alex Crichtonbook: Update Tier 2 platforms
2015-12-10 Scott OlsonCorrect 'bye' to 'byte' in str docs.
2015-12-10 Alex Crichtonstd: Remove deprecated functionality from 1.5
2015-12-10 Felix S. Klock IILong await regression test for dropck on trait object...
2015-12-10 borsAuto merge of #30267 - alexcrichton:tls-init-oh-my...
2015-12-10 mitaaImprove `htmldocck.py` error messages
2015-12-10 borsAuto merge of #30298 - Letheed:docpatch, r=sanxiyn
2015-12-10 borsAuto merge of #30194 - brson:relnotes, r=brson
2015-12-10 Letheedfix missing Panics tag and missing period
2015-12-10 borsAuto merge of #30297 - oli-obk:doc/fix_intravisit,...
next