]> git.lizzy.rs Git - rust.git/history - src
Fix span bug with >> and type bindings
[rust.git] / src /
2015-09-08 Nick CameronFix span bug with >> and type bindings
2015-09-07 borsAuto merge of #28285 - steveklabnik:split_at_idiom...
2015-09-07 Steve KlabnikUse unsafe more idiomatically
2015-09-07 borsAuto merge of #28278 - pfpacket:typo, r=steveklabnik
2015-09-07 borsAuto merge of #28275 - hunan-rostomyan:patch-1, r=steve...
2015-09-07 borsAuto merge of #28272 - Manishearth:improve_vec_docs...
2015-09-07 Ryo Munakataat_exit: fix a typo of the doc comment
2015-09-07 borsAuto merge of #28175 - christopherdumas:master, r=nrc
2015-09-06 borsAuto merge of #28270 - arielb1:raw-fat-ops, r=nrc
2015-09-06 Manish GoregaokarAdd note about clone in docs for vec![]
2015-09-06 Hunan RostomyanFix a typo
2015-09-06 borsAuto merge of #27893 - nikomatsakis:mir, r=nrc
2015-09-06 Niko Matsakisenable slice patterns and enable building rustdoc
2015-09-06 borsAuto merge of #28269 - petrochenkov:docorder, r=stevekl...
2015-09-06 borsAuto merge of #28265 - boblehest:master, r=bluss
2015-09-06 Jørn LodeRustonomicon: Reword potentially confusing comment...
2015-09-06 christopherdumasfunctional structure update syntax -> structure update...
2015-09-06 Ariel Ben-Yehudaimplement raw fat pointer ops
2015-09-06 Vadim PetrochenkovFurther tweaks to doc/index.md
2015-09-06 Vadim PetrochenkovReorder sections in doc/index.md
2015-09-06 Niko Matsakisconvert TODOs to FIXMEs
2015-09-06 Niko Matsakisfix EUV delegate to take advantage of defaults. This...
2015-09-06 Niko Matsakisadd MIR crate and link it into the driver
2015-09-06 Niko Matsakisadd -Z always-build-mir option
2015-09-06 Niko Matsakisadd MIR code (unused thus far)
2015-09-06 Niko Matsakisextract autoderef type adjustment code into a reusable
2015-09-06 Niko Matsakismove fnv hashing support into librustc_data_structures
2015-09-06 Niko Matsakisadd a few accessors to Graph
2015-09-06 Niko Matsakistrack, for each upvar, its index in list of upvars
2015-09-06 Niko Matsakisgeneralize graphviz library to handle HTML tags and...
2015-09-06 Jørn LodeRustonomicon: Fix bug in implementation of Vec::drain()
2015-09-06 borsAuto merge of #28259 - christopherdumas:fix_empty_link...
2015-09-05 borsAuto merge of #28190 - arielb1:generic-key-entry, r...
2015-09-05 christopherdumasAdded link for hygenic macro system in macros.md
2015-09-05 borsAuto merge of #28249 - stepancheg:get-num-cpus, r=huonw
2015-09-05 borsAuto merge of #28258 - Manishearth:rollup, r=Manishearth
2015-09-05 Manish GoregaokarRollup merge of #28253 - murarth:prelude-typo, r=stevek...
2015-09-05 Manish GoregaokarRollup merge of #28234 - AlisdairO:diagnostics247,...
2015-09-05 Manish GoregaokarRollup merge of #28231 - GuillaumeGomez:help_note,...
2015-09-05 Manish GoregaokarRollup merge of #28225 - jackwilsonv:patch-3, r=stevekl...
2015-09-05 Guillaume GomezAdd erroneous code example for E0010
2015-09-05 borsAuto merge of #28242 - Diggsey:msvc-backtrace, r=alexcr...
2015-09-05 MurarthFix typo in prelude docs
2015-09-05 borsAuto merge of #28240 - nhowell:master, r=steveklabnik
2015-09-05 borsAuto merge of #28221 - huonw:simd, r=alexcrichton
2015-09-05 Stepan Koltsovget_num_cpus function should be static
2015-09-04 Diggory BlakeAdd line numbers to MSVC backtrace
2015-09-04 borsAuto merge of #28161 - nrc:fmt, r=brson
2015-09-04 Nick Cameronfixup
2015-09-04 Nick Cameronrustfmt librustc_trans/save
2015-09-04 Nick Howellrustbook: Fix relative links on the Introduction page
2015-09-04 borsAuto merge of #28197 - petrochenkov:borrow, r=alexcrichton
2015-09-04 Alisdair OwensAdd long diagnostics for E0247
2015-09-04 borsAuto merge of #28035 - Diggsey:msvc-escaping, r=alexcri...
2015-09-04 borsAuto merge of #28227 - birkenfeld:use_filter_map, r...
2015-09-04 Huon WilsonAdd some fancier AArch64 load/store instructions.
2015-09-04 Huon WilsonSupport return aggregates in platform intrinsics.
2015-09-04 Huon WilsonAdd various pointer & void-using x86 intrinsics.
2015-09-04 Huon WilsonSupport bitcasts in platform intrinsic generator.
2015-09-04 Huon WilsonSupport void in platform intrinsic generator.
2015-09-04 Huon WilsonSupport non-return value references in platform intrins...
2015-09-04 Huon WilsonAdd support for pointers to generator.py.
2015-09-04 Guillaume GomezAdd span_help for E0002
2015-09-04 borsAuto merge of #28201 - apasel422:issue-26205, r=nikomat...
2015-09-04 borsAuto merge of #28119 - nagisa:bytesderef, r=alexcrichton
2015-09-04 borsAuto merge of #28069 - alexcrichton:rt-atexit, r=brson
2015-09-04 borsAuto merge of #28034 - alexcrichton:new-lines, r=aturon
2015-09-04 borsAuto merge of #28004 - Diggsey:win-backtrace, r=alexcri...
2015-09-04 Alex Crichtonstd: Account for CRLF in {str, BufRead}::lines
2015-09-04 borsAuto merge of #28170 - nagisa:loopctl-label-spans,...
2015-09-04 Jack WilsonCapitalize circle reference
2015-09-04 Jack WilsonFixes minor formatting inconsistencies
2015-09-04 borsAuto merge of #28220 - steveklabnik:rollup, r=steveklabnik
2015-09-04 Diggory BlakeAdd line numbers to windows-gnu backtraces
2015-09-04 Tim CuthbertsonReapply rust-specific changes to libbacktrace
2015-09-04 Diggory BlakeUpdate libbacktrace to r227145
2015-09-04 Steve KlabnikRollup merge of #28216 - christopherdumas:fix_28196...
2015-09-04 Steve KlabnikRollup merge of #28215 - matklad:grammar-extern-block...
2015-09-04 Steve KlabnikRollup merge of #28214 - tshepang:word-not-name, r...
2015-09-04 Steve KlabnikRollup merge of #28213 - tshepang:replace-comma, r...
2015-09-04 Steve KlabnikRollup merge of #28212 - tshepang:rust-is-a-language...
2015-09-04 Steve KlabnikRollup merge of #28210 - tshepang:typo, r=steveklabnik
2015-09-04 Steve KlabnikRollup merge of #28209 - tshepang:must-be-four-spaces...
2015-09-04 Steve KlabnikRollup merge of #28208 - matklad:grammar-whitespace...
2015-09-04 Steve KlabnikRollup merge of #28207 - tshepang:flow, r=steveklabnik
2015-09-04 Steve KlabnikRollup merge of #28205 - matklad:grammar-remove-proc...
2015-09-04 Steve KlabnikRollup merge of #28204 - matklad:grammar-duplicate...
2015-09-04 Steve KlabnikRollup merge of #28203 - benschulz:book-deref-coercion...
2015-09-04 Steve KlabnikRollup merge of #28202 - matklad:grammar-loop-labels...
2015-09-04 Steve KlabnikRollup merge of #28167 - petrochenkov:bytelit, r=nikoma...
2015-09-04 borsAuto merge of #27984 - arielb1:misc-assemble-improvemen...
2015-09-03 christopherdumasRemoved incorrect reference from #28196
2015-09-03 Aleksey Kladovreference grammar: fix item definition
2015-09-03 Aleksey Kladovreference grammar: whitespace cleanup
2015-09-03 Tshepang Lekhonkhobebook: it is RwLock, not RWLock
2015-09-03 borsAuto merge of #28200 - Manishearth:rollup, r=Manishearth
2015-09-03 Manish GoregaokarAdd ptr import (fixup #28187)
2015-09-03 Manish GoregaokarRollup merge of #28195 - AlisdairO:diagnostics214,...
2015-09-03 Manish GoregaokarRollup merge of #28194 - steveklabnik:add_fixme, r...
2015-09-03 Manish GoregaokarRollup merge of #28193 - dhuseby:fixing_bitrig_alloc_cr...
next