]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2016-10-28 Nick Cameronsave-analysis: change imports to carry a ref id rather...
2016-10-28 borsAuto merge of #37450 - GuillaumeGomez:rollup, r=Guillau...
2016-10-28 Guillaume GomezRollup merge of #37441 - federicomenaquintero:master...
2016-10-28 Guillaume GomezRollup merge of #37436 - nrc:save-span-errs, r=petrochenkov
2016-10-28 Guillaume GomezRollup merge of #37430 - robinst:missing-crate-message...
2016-10-28 Guillaume GomezRollup merge of #37343 - bluss:write-doc, r=GuillaumeGomez
2016-10-28 Guillaume GomezRollup merge of #36206 - mcarton:35755, r=pnkfelix
2016-10-28 borsAuto merge of #37196 - tamird:fix-tidy-features, r...
2016-10-28 mcartonFix bad error message with `::<` in types
2016-10-28 borsAuto merge of #37321 - nrc:lib-proc-macro, r=@alexcrichton
2016-10-28 borsAuto merge of #37212 - srinivasreddy:libcollectionstest...
2016-10-28 Tamir Dubersteintidy/features: fix checking of lang features
2016-10-28 Tamir Dubersteintidy/bins: fix false positive on non checked-in binary
2016-10-28 Federico Mena... reference: Mention --crate-type=cdylib in the Linkage...
2016-10-28 borsAuto merge of #37035 - petrochenkov:selfstruct, r=eddyb
2016-10-27 Nick CameronSplit up libproc_macro_plugin
2016-10-27 Nick CameronGive variant spans used in derives the correct expansion id
2016-10-27 borsAuto merge of #37350 - srinivasreddy:meta_2, r=nrc
2016-10-27 Vadim PetrochenkovAddress comments + Fix rebase
2016-10-27 Vadim PetrochenkovSupport `Self` in struct expressions and patterns
2016-10-27 Vadim PetrochenkovPreparations and cleanup
2016-10-27 borsAuto merge of #37245 - goffrie:recovery, r=nrc
2016-10-27 Ulrik SverdrupAdd documentation for Read, Write impls for slices...
2016-10-27 borsAuto merge of #36894 - petrochenkov:deny, r=nikomatsakis
2016-10-27 Vadim PetrochenkovMake sufficiently old or low-impact compatibility lints...
2016-10-27 borsAuto merge of #37128 - nrc:depr-attr, r=@alexcrichton
2016-10-27 borsAuto merge of #11994 - eddyb:struct-literal-field-short...
2016-10-27 Robin StockerAdd semicolon to "Maybe a missing `extern crate foo...
2016-10-27 Geoffry SongRecover out of an enum or struct's braced block.
2016-10-27 Nick Cameronreview changes
2016-10-27 borsAuto merge of #36695 - arielb1:literal-match, r=eddyb
2016-10-27 Eduard BurtescuImplement field shorthands in struct literal expressions.
2016-10-26 Nick Camerondeprecation message for custom derive
2016-10-26 Nick CameronDeprecate custom_derive
2016-10-26 Nick Camerondeprecate no_debug
2016-10-26 Nick CameronAdd possibility of deprecating attributes
2016-10-26 borsAuto merge of #37419 - GuillaumeGomez:rollup, r=Guillau...
2016-10-26 Guillaume GomezRollup merge of #37414 - thepowersgang:fix-typo, r=nrc
2016-10-26 Guillaume GomezRollup merge of #37398 - zoffixznet:patch-1, r=Guillaum...
2016-10-26 Guillaume GomezRollup merge of #37396 - mikhail-m1:e0221, r=jonathandt...
2016-10-26 Guillaume GomezRollup merge of #37394 - cramertj:cramertj/unused-impor...
2016-10-26 Guillaume GomezRollup merge of #37391 - vtduncan:vec-docs, r=Guillaume...
2016-10-26 Guillaume GomezRollup merge of #37144 - eulerdisk:fix_37126, r=nrc
2016-10-26 Ariel Ben-Yehudaadd back test for issue #6804
2016-10-26 Ariel Ben-Yehudaflatten nested slice patterns in HAIR construction
2016-10-26 Ariel Ben-Yehudahandle mixed byte literal and byte array patterns
2016-10-26 Ariel Ben-Yehudaremove StaticInliner and NaN checking
2016-10-26 Ariel Ben-Yehudastop using MatchCheckCtxt to hold the param-env for...
2016-10-26 Ariel Ben-Yehudachange match checking to use HAIR
2016-10-26 Ariel Ben-Yehudaun-break the `construct_witness` logic
2016-10-26 Ariel Ben-Yehudasplit the exhaustiveness-checking logic to its own...
2016-10-26 Ariel Ben-Yehudarefactor the `pat_is_catchall` logic
2016-10-26 Ariel Ben-Yehudamove hair::cx::pattern to const_eval
2016-10-26 Ariel Ben-Yehudause a struct abstraction in check_match
2016-10-26 Ariel Ben-Yehudaremove SliceWithSubslice, only used from old trans
2016-10-26 Ariel Ben-Yehudacomment some ugly points in check_match
2016-10-26 borsAuto merge of #37315 - bluss:fold-more, r=alexcrichton
2016-10-26 borsAuto merge of #37312 - arthurprs:sip-smaller, r=alexcri...
2016-10-26 borsAuto merge of #37270 - Mark-Simulacrum:smallvec-optimiz...
2016-10-26 borsAuto merge of #36421 - TimNN:check-abis, r=alexcrichton
2016-10-26 John HodgeFix typo, it bothered me
2016-10-26 Mark-SimulacrumAdd size hint to Result's FromIterator implementation.
2016-10-26 Mark-SimulacrumUtilize AccumulateVec to avoid heap allocations in...
2016-10-26 Mark-SimulacrumAdd AccumulateVec, a potentially stack-allocated vector.
2016-10-26 borsAuto merge of #37361 - jseyfried:fix_crate_var_regressi...
2016-10-25 Jeffrey SeyfriedAvoid false positive `unused_extern_crates`.
2016-10-25 Jeffrey SeyfriedSupport `use $crate;` with a future compatibility warning.
2016-10-25 Jeffrey SeyfriedFix `$crate`-related regressions.
2016-10-25 Ulrik Sverdrupiter: Implement .fold() for .chain()
2016-10-25 borsAuto merge of #37111 - TimNN:sized-enums, r=nikomatsakis
2016-10-25 arthurprsSmall improvement to SipHasher
2016-10-25 Tim Neumannadapt tests
2016-10-25 DuncanVec docs: fix broken links and make quoting consistent
2016-10-25 Srinivas Reddy... run rustfmt on libcollectionstest
2016-10-25 Srinivas Reddy... run rustfmt on librustc_metadata folder
2016-10-25 Taylor CramerAdd identifier to unused import warnings
2016-10-25 Zoffix ZnetFix typo
2016-10-25 Ulrik Sverdrupiter: Implement .fold() for .cloned() and .map()
2016-10-25 Ulrik SverdrupSpecial case .fold() for VecDeque's iterators
2016-10-25 borsAuto merge of #37360 - jseyfried:fix_label_scope, r=nrc
2016-10-25 borsAuto merge of #37292 - jseyfried:import_macros_in_resol...
2016-10-24 borsAuto merge of #37382 - jonathandturner:rollup, r=jonath...
2016-10-24 Jonathan TurnerRollup merge of #37372 - vtduncan:pathbuf-docs-link...
2016-10-24 Jonathan TurnerRollup merge of #37349 - srinivasreddy:meta_1, r=nikoma...
2016-10-24 Jonathan TurnerRollup merge of #37336 - michaelwoerister:debuginfo...
2016-10-24 Jonathan TurnerRollup merge of #37328 - michaelwoerister:stable-local...
2016-10-24 Jonathan TurnerRollup merge of #37324 - GuillaumeGomez:trait_error_mes...
2016-10-24 Jonathan TurnerRollup merge of #37304 - GuillaumeGomez:collections_url...
2016-10-24 Jonathan TurnerRollup merge of #37228 - loggerhead:patch-1, r=steveklabnik
2016-10-24 Tim Neumannadd new test case
2016-10-24 borsAuto merge of #37313 - raphlinus:fuchsia, r=alexcrichton
2016-10-24 Tim Neumannadapt existing tests
2016-10-24 Tim Neumanndisallow unsized enums
2016-10-24 borsAuto merge of #37365 - alexcrichton:fix-nightlies,...
2016-10-24 Michael WoeristerAdapt rmake-test to new naming scheme for internal...
2016-10-24 Michael Woeristerdebuginfo: Erase regions when creating debuginfo for...
2016-10-24 Tim Neumanncheck target abi support
2016-10-24 DuncanLink to PathBuf from the Path docs
2016-10-24 borsAuto merge of #37322 - nnethercote:CombineFields-instan...
2016-10-24 Nicholas NethercoteUse `SmallVector` in `CombineFields::instantiate`.
next